diff options
author | rodent <rodent@pkgsrc.org> | 2013-04-06 03:45:05 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2013-04-06 03:45:05 +0000 |
commit | b0587df2a10b357c169487fb11c3dc71ee23ae86 (patch) | |
tree | 058a5d7dbd4e2830d044e3fb78162276979aef46 /devel | |
parent | d0e9745b16d88b3d48b213aa728de902f1a648d5 (diff) | |
download | pkgsrc-b0587df2a10b357c169487fb11c3dc71ee23ae86.tar.gz |
Fixes:
COMMENT should not be longer than 70 characters.
COMMENT should not begin with 'A'.
COMMENT should not begin with 'An'.
COMMENT should not begin with 'a'.
COMMENT should not end with a period.
COMMENT should start with a capital letter.
pkglint warnings. Some files also got minor formatting, spelling, and style
corrections.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/cvsup-bin/Makefile | 4 | ||||
-rw-r--r-- | devel/cvsup-gui-bin/Makefile | 4 | ||||
-rw-r--r-- | devel/cvsup/Makefile.common | 4 | ||||
-rw-r--r-- | devel/fossil/Makefile | 4 | ||||
-rw-r--r-- | devel/gdbus-codegen/Makefile | 4 | ||||
-rw-r--r-- | devel/gputils/Makefile | 4 | ||||
-rw-r--r-- | devel/libf2c/Makefile | 4 | ||||
-rw-r--r-- | devel/libftdi/Makefile | 4 | ||||
-rw-r--r-- | devel/nbitools/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-B-Hooks-OP-Check-EntersubForCV/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Config-Grammar/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-IO-CaptureOutput/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Log-Report/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-MetaCPAN-API/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Module-Implementation/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Module-Pluggable/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-MooseX-OneArgNew/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-MooseX-Types-Path-Class/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Tie-Array-Sorted/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-pip/Makefile | 4 | ||||
-rw-r--r-- | devel/pdcurses/Makefile | 4 | ||||
-rw-r--r-- | devel/ruby-pkg-config/Makefile | 4 | ||||
-rw-r--r-- | devel/ruby-rdoc/Makefile | 4 | ||||
-rw-r--r-- | devel/ruby-rspec-rails/Makefile | 4 |
24 files changed, 48 insertions, 48 deletions
diff --git a/devel/cvsup-bin/Makefile b/devel/cvsup-bin/Makefile index 1f38a025c59..9e08d6caf9c 100644 --- a/devel/cvsup-bin/Makefile +++ b/devel/cvsup-bin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2012/10/31 11:16:50 asau Exp $ +# $NetBSD: Makefile,v 1.16 2013/04/06 03:45:09 rodent Exp $ DISTNAME= cvsup-static-16.1.h PKGNAME= ${DISTNAME:C/static/bin/} @@ -9,7 +9,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://people.freebsd.org/~jdp/ -COMMENT= cvsup daemon and client +COMMENT= Daemon and client for cvsup CONFLICTS= cvsup-[0-9]* cvsup-gui-[0-9]* diff --git a/devel/cvsup-gui-bin/Makefile b/devel/cvsup-gui-bin/Makefile index be1642d1bcd..f99147cc07e 100644 --- a/devel/cvsup-gui-bin/Makefile +++ b/devel/cvsup-gui-bin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2012/10/31 11:16:51 asau Exp $ +# $NetBSD: Makefile,v 1.17 2013/04/06 03:45:09 rodent Exp $ DISTNAME= cvsup-gui-static-16.1.h PKGNAME= ${DISTNAME:C/static/bin/} @@ -9,7 +9,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= motoyuki@bsdclub.org HOMEPAGE= http://www.cvsup.org/ -COMMENT= cvsup GUI client +COMMENT= GUI client for cvsup CVSUP_VERSION= ${DISTNAME:S/cvsup-gui-static-//} diff --git a/devel/cvsup/Makefile.common b/devel/cvsup/Makefile.common index 81d8cc86fc8..49f32607b18 100644 --- a/devel/cvsup/Makefile.common +++ b/devel/cvsup/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.15 2012/08/14 17:07:56 asau Exp $ +# $NetBSD: Makefile.common,v 1.16 2013/04/06 03:45:09 rodent Exp $ # used by devel/cvsup/Makefile # used by devel/cvsup-gui/Makefile @@ -8,7 +8,7 @@ MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/development/CVSup/snapshots/ MAINTAINER= motoyuki@bsdclub.org HOMEPAGE= http://www.cvsup.org/ -COMMENT= cvsup daemon and client +COMMENT= Daemon and client for cvsup ONLY_FOR_PLATFORM= DragonFly-*-i386 FreeBSD-*-i386 Linux-*-i386 \ NetBSD-*-i386 diff --git a/devel/fossil/Makefile b/devel/fossil/Makefile index 0f29662fc11..450157c61a1 100644 --- a/devel/fossil/Makefile +++ b/devel/fossil/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2013/02/06 23:22:04 jperkin Exp $ +# $NetBSD: Makefile,v 1.23 2013/04/06 03:45:09 rodent Exp $ DISTNAME= fossil-src-20120808112557 PKGNAME= fossil-1.23 @@ -8,7 +8,7 @@ MASTER_SITES= http://www.fossil-scm.org/download/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.fossil-scm.org/ -COMMENT= Simple, high-reliability, distributed software configuration management +COMMENT= Simple, high-reliability, distributed software config management LICENSE= 2-clause-bsd MAKE_JOBS_SAFE= no diff --git a/devel/gdbus-codegen/Makefile b/devel/gdbus-codegen/Makefile index 522e818d493..5422a07114e 100644 --- a/devel/gdbus-codegen/Makefile +++ b/devel/gdbus-codegen/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.4 2012/10/06 20:44:04 prlw1 Exp $ +# $NetBSD: Makefile,v 1.5 2013/04/06 03:45:09 rodent Exp $ .include "../../devel/glib2/Makefile.common" PKGNAME:= ${PKGNAME:S/glib2/gdbus-codegen/} CATEGORIES= sysutils -COMMENT= gdbus-codegen utility +COMMENT= Generate code and/or documentation for one or more D-Bus interfaces NOT_FOR_PLATFORM= HPUX-*-* OSF1-*-* diff --git a/devel/gputils/Makefile b/devel/gputils/Makefile index 96fa219b9a2..c99b7b459bf 100644 --- a/devel/gputils/Makefile +++ b/devel/gputils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2012/10/31 11:17:03 asau Exp $ +# $NetBSD: Makefile,v 1.14 2013/04/06 03:45:09 rodent Exp $ DISTNAME= gputils-0.13.5 CATEGORIES= devel @@ -6,7 +6,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gputils/} MAINTAINER= dogcow@NetBSD.org HOMEPAGE= http://gputils.sourceforge.net/ -COMMENT= collection of tools for Microchip's PIC micro-processors +COMMENT= Collection of tools for Microchip's PIC micro-processors CONFLICTS= gpasm-* diff --git a/devel/libf2c/Makefile b/devel/libf2c/Makefile index 460bce6c8a0..373fc684573 100644 --- a/devel/libf2c/Makefile +++ b/devel/libf2c/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2012/10/31 11:17:13 asau Exp $ +# $NetBSD: Makefile,v 1.7 2013/04/06 03:45:09 rodent Exp $ DISTNAME= libf2c-20090201 PKGREVISION= 3 @@ -7,7 +7,7 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} # see notes below MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.netlib.org/f2c/index.html -COMMENT= f2c Fortran support library +COMMENT= Library for f2c Fortran support CONFLICTS= egcs-current-19980608 \ f2c<=20090411 diff --git a/devel/libftdi/Makefile b/devel/libftdi/Makefile index 2f4476d375c..598d0213397 100644 --- a/devel/libftdi/Makefile +++ b/devel/libftdi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2013/03/02 12:05:14 jkunz Exp $ +# $NetBSD: Makefile,v 1.5 2013/04/06 03:45:10 rodent Exp $ DISTNAME= libftdi-0.20 CATEGORIES= devel @@ -6,7 +6,7 @@ MASTER_SITES= http://www.intra2net.com/en/developer/libftdi/download/ MAINTAINER= jakllsch@NetBSD.org HOMEPAGE= http://www.intra2net.com/en/developer/libftdi/ -COMMENT= userland driver library for FTDI USB chips +COMMENT= Userland driver library for FTDI USB chips LICENSE= gnu-lgpl-v2.1 GNU_CONFIGURE= yes diff --git a/devel/nbitools/Makefile b/devel/nbitools/Makefile index e59d0fc346d..9fa86cb01e0 100644 --- a/devel/nbitools/Makefile +++ b/devel/nbitools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2012/10/03 21:54:33 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2013/04/06 03:45:10 rodent Exp $ # DISTNAME= nbitools-R6.3 @@ -9,7 +9,7 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.kitebird.com/imake-book/ -COMMENT= imake and tools derived from NetBSD-current/xsrc +COMMENT= Tools and imake derived from NetBSD-current/xsrc PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= destdir diff --git a/devel/p5-B-Hooks-OP-Check-EntersubForCV/Makefile b/devel/p5-B-Hooks-OP-Check-EntersubForCV/Makefile index fe56efc9cb7..f696804842c 100644 --- a/devel/p5-B-Hooks-OP-Check-EntersubForCV/Makefile +++ b/devel/p5-B-Hooks-OP-Check-EntersubForCV/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2012/10/31 11:17:40 asau Exp $ +# $NetBSD: Makefile,v 1.5 2013/04/06 03:45:10 rodent Exp $ DISTNAME= B-Hooks-OP-Check-EntersubForCV-0.09 PKGNAME= p5-${DISTNAME} @@ -8,7 +8,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=B/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/B-Hooks-OP-Check-EntersubForCV/ -COMMENT= Perl 5 module to invoke callbacks on construction of entersub OPs for certain CVs +COMMENT= Invoke callbacks on construction of entersub OPs for certain CVs LICENSE= ${PERL5_LICENSE} BUILD_DEPENDS+= p5-ExtUtils-Depends-[0-9]*:../../devel/p5-ExtUtils-Depends diff --git a/devel/p5-Config-Grammar/Makefile b/devel/p5-Config-Grammar/Makefile index 8fdd48168e3..2ff7b4e1f85 100644 --- a/devel/p5-Config-Grammar/Makefile +++ b/devel/p5-Config-Grammar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2012/10/31 11:17:53 asau Exp $ +# $NetBSD: Makefile,v 1.4 2013/04/06 03:45:10 rodent Exp $ DISTNAME= Config-Grammar-1.10 PKGNAME= p5-${DISTNAME} @@ -8,7 +8,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Config/} MAINTAINER= bouyer@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Config-Grammar/ -COMMENT= A grammar-based, user-friendly config parser +COMMENT= Grammar-based, user-friendly config parser LICENSE= ${PERL5_LICENSE} PKG_INSTALLATION_TYPES= overwrite pkgviews diff --git a/devel/p5-IO-CaptureOutput/Makefile b/devel/p5-IO-CaptureOutput/Makefile index aaa1b792681..a663bfbccd9 100644 --- a/devel/p5-IO-CaptureOutput/Makefile +++ b/devel/p5-IO-CaptureOutput/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2012/10/31 11:18:19 asau Exp $ +# $NetBSD: Makefile,v 1.8 2013/04/06 03:45:10 rodent Exp $ DISTNAME= IO-CaptureOutput-1.1102 PKGNAME= p5-${DISTNAME:S/1102/11.02/} @@ -8,7 +8,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/IO-CaptureOutput/ -COMMENT= Perl module capture STDOUT and STDERR from Perl code, subprocesses or XS +COMMENT= Capture STDOUT and STDERR from Perl code, subprocesses, or XS LICENSE= ${PERL5_LICENSE} PKG_INSTALLATION_TYPES= overwrite pkgviews diff --git a/devel/p5-Log-Report/Makefile b/devel/p5-Log-Report/Makefile index c83bcbdaa54..3949570af3d 100644 --- a/devel/p5-Log-Report/Makefile +++ b/devel/p5-Log-Report/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2012/10/31 11:18:28 asau Exp $ +# $NetBSD: Makefile,v 1.8 2013/04/06 03:45:10 rodent Exp $ # DISTNAME= Log-Report-0.94 @@ -9,7 +9,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Log/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Log-Report/ -COMMENT= Perl5 module to report a problem, pluggable handlers and language support +COMMENT= Report a problem, pluggable handlers, and language support LICENSE= ${PERL5_LICENSE} BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.86}:../../devel/p5-Test-Simple diff --git a/devel/p5-MetaCPAN-API/Makefile b/devel/p5-MetaCPAN-API/Makefile index 5180a8ffcb9..f319df00bca 100644 --- a/devel/p5-MetaCPAN-API/Makefile +++ b/devel/p5-MetaCPAN-API/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2012/10/31 11:18:29 asau Exp $ +# $NetBSD: Makefile,v 1.6 2013/04/06 03:45:10 rodent Exp $ DISTNAME= MetaCPAN-API-0.43 PKGNAME= p5-${DISTNAME} @@ -9,7 +9,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/X/XS/XSAWYERX/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/MetaCPAN-API/ -COMMENT= A comprehensive, DWIM-featured API to MetaCPAN for Perl5 +COMMENT= Comprehensive, DWIM-featured API to MetaCPAN for Perl5 LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-Any-Moose-[0-9]*:../../devel/p5-Any-Moose diff --git a/devel/p5-Module-Implementation/Makefile b/devel/p5-Module-Implementation/Makefile index f17636740ca..7e03983f853 100644 --- a/devel/p5-Module-Implementation/Makefile +++ b/devel/p5-Module-Implementation/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2012/10/31 11:18:31 asau Exp $ +# $NetBSD: Makefile,v 1.4 2013/04/06 03:45:11 rodent Exp $ DISTNAME= Module-Implementation-0.06 PKGNAME= p5-${DISTNAME} @@ -8,7 +8,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Module-Implementation/ -COMMENT= Loads one of several alternate underlying implementations for a Perl5 module +COMMENT= Loads one of several alternate underlying implementations LICENSE= artistic-2.0 # ExtUtils::MakeMaker >= 6.30 is in core since 5.8.8 diff --git a/devel/p5-Module-Pluggable/Makefile b/devel/p5-Module-Pluggable/Makefile index bd6d5f60327..25a4f962914 100644 --- a/devel/p5-Module-Pluggable/Makefile +++ b/devel/p5-Module-Pluggable/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2012/10/31 11:18:32 asau Exp $ +# $NetBSD: Makefile,v 1.18 2013/04/06 03:45:11 rodent Exp $ # DISTNAME= Module-Pluggable-4.3 @@ -10,7 +10,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Module/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Module-Pluggable/ -COMMENT= Perl 5 module for automatically adding the ability to have plugins to modules +COMMENT= Automatically adds the ability to have plugins to modules LICENSE= ${PERL5_LICENSE} USE_LANGUAGES= # empty diff --git a/devel/p5-MooseX-OneArgNew/Makefile b/devel/p5-MooseX-OneArgNew/Makefile index 5da3954c8bd..5d335790005 100644 --- a/devel/p5-MooseX-OneArgNew/Makefile +++ b/devel/p5-MooseX-OneArgNew/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2012/10/31 11:18:36 asau Exp $ +# $NetBSD: Makefile,v 1.4 2013/04/06 03:45:11 rodent Exp $ # DISTNAME= MooseX-OneArgNew-0.002 @@ -9,7 +9,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MooseX/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/MooseX-OneArgNew/ -COMMENT= Perl 5 Moose role to teach ->new to accept single, non-hashref arguments +COMMENT= Moose role to teach ->new to accept single, non-hashref arguments LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-Moose-[0-9]*:../../devel/p5-Moose diff --git a/devel/p5-MooseX-Types-Path-Class/Makefile b/devel/p5-MooseX-Types-Path-Class/Makefile index eb562cdf221..a6e41554ecd 100644 --- a/devel/p5-MooseX-Types-Path-Class/Makefile +++ b/devel/p5-MooseX-Types-Path-Class/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2012/10/31 11:18:39 asau Exp $ +# $NetBSD: Makefile,v 1.11 2013/04/06 03:45:11 rodent Exp $ # DISTNAME= MooseX-Types-Path-Class-0.06 @@ -9,7 +9,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MooseX/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/MooseX-Types-Path-Class/ -COMMENT= A Path::Class type library for Moose +COMMENT= Path::Class type library for Moose LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-Moose>=2:../../devel/p5-Moose diff --git a/devel/p5-Tie-Array-Sorted/Makefile b/devel/p5-Tie-Array-Sorted/Makefile index 8718d5ab42b..dedc4d79aec 100644 --- a/devel/p5-Tie-Array-Sorted/Makefile +++ b/devel/p5-Tie-Array-Sorted/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2012/10/31 11:19:12 asau Exp $ +# $NetBSD: Makefile,v 1.7 2013/04/06 03:45:11 rodent Exp $ # DISTNAME= Tie-Array-Sorted-1.41 @@ -10,7 +10,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Tie/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Tie-Array-Sorted/ -COMMENT= An array which is kept sorted +COMMENT= Array which is kept sorted PKG_INSTALLATION_TYPES= overwrite pkgviews diff --git a/devel/p5-pip/Makefile b/devel/p5-pip/Makefile index b3668bd0d9b..4360a877244 100644 --- a/devel/p5-pip/Makefile +++ b/devel/p5-pip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2012/10/31 11:19:20 asau Exp $ +# $NetBSD: Makefile,v 1.8 2013/04/06 03:45:11 rodent Exp $ DISTNAME= pip-1.19 PKGNAME= p5-${DISTNAME} @@ -8,7 +8,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/A/AD/ADAMK/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/pip/ -COMMENT= Perl Installation Program, for scripted+3rd-party distribution installation +COMMENT= Perl Installation Program LICENSE= ${PERL5_LICENSE} PKG_INSTALLATION_TYPES= overwrite pkgviews diff --git a/devel/pdcurses/Makefile b/devel/pdcurses/Makefile index 5841b9f1e87..48efbb7ae52 100644 --- a/devel/pdcurses/Makefile +++ b/devel/pdcurses/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2012/10/31 11:19:23 asau Exp $ +# $NetBSD: Makefile,v 1.7 2013/04/06 03:45:11 rodent Exp $ DISTNAME= PDCurses-3.3 PKGNAME= ${DISTNAME:tl} @@ -8,7 +8,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pdcurses/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://pdcurses.sourceforge.net/ -COMMENT= public domain implementation of the X/Open curses standard +COMMENT= Public domain implementation of the X/Open curses standard GNU_CONFIGURE= yes USE_LIBTOOL= yes diff --git a/devel/ruby-pkg-config/Makefile b/devel/ruby-pkg-config/Makefile index 5daba253e14..e17eccf6846 100644 --- a/devel/ruby-pkg-config/Makefile +++ b/devel/ruby-pkg-config/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2013/03/14 13:42:57 obache Exp $ +# $NetBSD: Makefile,v 1.10 2013/04/06 03:45:12 rodent Exp $ DISTNAME= pkg-config-1.1.4 CATEGORIES= devel @@ -7,7 +7,7 @@ EXTRACT_SUFX= .gem MAINTAINER= obache@NetBSD.org HOMEPAGE= http://github.com/rcairo/pkg-config -COMMENT= pkg-config implemented by pure Ruby +COMMENT= Pure Ruby implementation of pkg-config LICENSE= gnu-lgpl-v2.1 CONFLICTS+= ${RUBY_PKGPREFIX}-gnome2-glib<0.90.0 diff --git a/devel/ruby-rdoc/Makefile b/devel/ruby-rdoc/Makefile index 38d594413e1..0b620ce8a4a 100644 --- a/devel/ruby-rdoc/Makefile +++ b/devel/ruby-rdoc/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.3 2011/11/23 05:21:03 taca Exp $ +# $NetBSD: Makefile,v 1.4 2013/04/06 03:45:12 rodent Exp $ DISTNAME= rdoc-${RUBY_RDOC_VERSION} CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://docs.seattlerb.org/rdoc -COMMENT= produces HTML and command-line documentation for Ruby projects +COMMENT= Produces HTML and command-line documentation for Ruby projects LICENSE= gnu-gpl-v2 OR ruby-license RUBY_JSON_REQD= 1.4 diff --git a/devel/ruby-rspec-rails/Makefile b/devel/ruby-rspec-rails/Makefile index c3d86f17702..77f4fe4f4f9 100644 --- a/devel/ruby-rspec-rails/Makefile +++ b/devel/ruby-rspec-rails/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.11 2013/03/11 07:50:31 taca Exp $ +# $NetBSD: Makefile,v 1.12 2013/04/06 03:45:12 rodent Exp $ DISTNAME= rspec-rails-2.13.0 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://relishapp.com/rspec -COMMENT= A test-double framework for rspec +COMMENT= Test-double framework for rspec LICENSE= mit DEPENDS+= ${RUBY_ACTIVESUPPORT_DEPENDS} |