diff options
95 files changed, 48 insertions, 47 deletions
diff --git a/devel/ruby-amstd/Makefile b/devel/ruby-amstd/Makefile index d4f0b16..2ec106e 100644 --- a/devel/ruby-amstd/Makefile +++ b/devel/ruby-amstd/Makefile @@ -14,6 +14,7 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org +COMMENT= A collection of miscellaneous Ruby modules USE_RUBY= yes USE_RUBY_SETUP= yes diff --git a/devel/ruby-amstd/pkg-comment b/devel/ruby-amstd/pkg-comment deleted file mode 100644 index 5af1e7c..0000000 --- a/devel/ruby-amstd/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A collection of miscellaneous Ruby modules diff --git a/devel/ruby-avl/Makefile b/devel/ruby-avl/Makefile index 58e7e42..aa2555a 100644 --- a/devel/ruby-avl/Makefile +++ b/devel/ruby-avl/Makefile @@ -15,6 +15,7 @@ DISTNAME= ruby${PORTNAME} DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org +COMMENT= AVL tree class for Ruby BUILD_DEPENDS= ${LOCALBASE}/lib/libavl.a:${PORTSDIR}/devel/libavl diff --git a/devel/ruby-avl/pkg-comment b/devel/ruby-avl/pkg-comment deleted file mode 100644 index f7840fa..0000000 --- a/devel/ruby-avl/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -AVL tree class for Ruby diff --git a/devel/ruby-bsearch/Makefile b/devel/ruby-bsearch/Makefile index 54b5311..b79ec7a 100644 --- a/devel/ruby-bsearch/Makefile +++ b/devel/ruby-bsearch/Makefile @@ -14,6 +14,7 @@ DISTNAME= ruby-${PORTNAME}-${PORTVERSION} DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org +COMMENT= A binary search library for Ruby USE_RUBY= yes diff --git a/devel/ruby-bsearch/pkg-comment b/devel/ruby-bsearch/pkg-comment deleted file mode 100644 index 3e1f5e5..0000000 --- a/devel/ruby-bsearch/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A binary search library for Ruby diff --git a/devel/ruby-byaccr/Makefile b/devel/ruby-byaccr/Makefile index eb725fa..7c18f25 100644 --- a/devel/ruby-byaccr/Makefile +++ b/devel/ruby-byaccr/Makefile @@ -13,6 +13,7 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org +COMMENT= Parser generator for ruby based on 'Berkeley Yacc' and 'Berkeley Yacc for Java' USE_RUBY= yes RUBY_NO_BUILD_DEPENDS= yes diff --git a/devel/ruby-byaccr/pkg-comment b/devel/ruby-byaccr/pkg-comment deleted file mode 100644 index 8579efd..0000000 --- a/devel/ruby-byaccr/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Parser generator for ruby based on 'Berkeley Yacc' and 'Berkeley Yacc for Java' diff --git a/devel/ruby-cache/Makefile b/devel/ruby-cache/Makefile index 3749298..48a4138 100644 --- a/devel/ruby-cache/Makefile +++ b/devel/ruby-cache/Makefile @@ -14,6 +14,7 @@ DISTNAME= ruby-${PORTNAME}-${PORTVERSION} DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org +COMMENT= A Ruby library for caching objects based on the LRU algorithm USE_RUBY= yes USE_RUBY_SETUP= yes diff --git a/devel/ruby-cache/pkg-comment b/devel/ruby-cache/pkg-comment deleted file mode 100644 index 2fb5ff8..0000000 --- a/devel/ruby-cache/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A Ruby library for caching objects based on the LRU algorithm diff --git a/devel/ruby-calendar/Makefile b/devel/ruby-calendar/Makefile index 8a460d0..3c89c15 100644 --- a/devel/ruby-calendar/Makefile +++ b/devel/ruby-calendar/Makefile @@ -13,6 +13,7 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org +COMMENT= Ruby modules to handle various calendars USE_RUBY= yes USE_RUBY_SETUP= yes diff --git a/devel/ruby-calendar/pkg-comment b/devel/ruby-calendar/pkg-comment deleted file mode 100644 index 13a4c06..0000000 --- a/devel/ruby-calendar/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Ruby modules to handle various calendars diff --git a/devel/ruby-cvs/Makefile b/devel/ruby-cvs/Makefile index 25b07fc..f480698 100644 --- a/devel/ruby-cvs/Makefile +++ b/devel/ruby-cvs/Makefile @@ -14,6 +14,7 @@ DISTNAME= ruby-${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}\?tarball=1\&only_with_t DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org +COMMENT= A Ruby library to provide a high level interface to a CVS repository # optional, but strongly suggested RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/flex.so:${PORTSDIR}/devel/ruby-flex_rb diff --git a/devel/ruby-cvs/pkg-comment b/devel/ruby-cvs/pkg-comment deleted file mode 100644 index 5851249..0000000 --- a/devel/ruby-cvs/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A Ruby library to provide a high level interface to a CVS repository diff --git a/devel/ruby-date2/Makefile b/devel/ruby-date2/Makefile index e7f66e5..30ba4f7 100644 --- a/devel/ruby-date2/Makefile +++ b/devel/ruby-date2/Makefile @@ -13,6 +13,7 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org +COMMENT= An alternative date class for Ruby USE_RUBY= yes USE_RUBY_SETUP= yes diff --git a/devel/ruby-date2/pkg-comment b/devel/ruby-date2/pkg-comment deleted file mode 100644 index f54f0d0..0000000 --- a/devel/ruby-date2/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -An alternative date class for Ruby diff --git a/devel/ruby-dialogs/Makefile b/devel/ruby-dialogs/Makefile index fd6eea0..b843762 100644 --- a/devel/ruby-dialogs/Makefile +++ b/devel/ruby-dialogs/Makefile @@ -13,6 +13,7 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org +COMMENT= A simple Ruby interface to dialog(1) USE_RUBY= yes RUBY_NO_BUILD_DEPENDS= yes diff --git a/devel/ruby-dialogs/pkg-comment b/devel/ruby-dialogs/pkg-comment deleted file mode 100644 index 842a71b..0000000 --- a/devel/ruby-dialogs/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A simple Ruby interface to dialog(1) diff --git a/devel/ruby-fam/Makefile b/devel/ruby-fam/Makefile index eecb41f..386662f 100644 --- a/devel/ruby-fam/Makefile +++ b/devel/ruby-fam/Makefile @@ -14,6 +14,7 @@ DISTNAME= ${PORTNAME}-ruby-${PORTVERSION} DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org +COMMENT= FAM bindings for Ruby LIB_DEPENDS= fam.0:${PORTSDIR}/devel/fam diff --git a/devel/ruby-fam/pkg-comment b/devel/ruby-fam/pkg-comment deleted file mode 100644 index 3cd6cfa..0000000 --- a/devel/ruby-fam/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -FAM bindings for Ruby diff --git a/devel/ruby-filelock/Makefile b/devel/ruby-filelock/Makefile index e1d1c83..26b15be 100644 --- a/devel/ruby-filelock/Makefile +++ b/devel/ruby-filelock/Makefile @@ -15,6 +15,7 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org +COMMENT= A Ruby module which provides file locking mechanism USE_RUBY= yes USE_RUBY_EXTCONF= yes diff --git a/devel/ruby-filelock/pkg-comment b/devel/ruby-filelock/pkg-comment deleted file mode 100644 index a9ce044..0000000 --- a/devel/ruby-filelock/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A Ruby module which provides file locking mechanism diff --git a/devel/ruby-flex_rb/Makefile b/devel/ruby-flex_rb/Makefile index 722be52..ba9abd4 100644 --- a/devel/ruby-flex_rb/Makefile +++ b/devel/ruby-flex_rb/Makefile @@ -14,6 +14,7 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org +COMMENT= Ruby flex regular expression matching extension USE_RUBY= yes USE_RUBY_EXTCONF= yes diff --git a/devel/ruby-flex_rb/pkg-comment b/devel/ruby-flex_rb/pkg-comment deleted file mode 100644 index e44e8db9..0000000 --- a/devel/ruby-flex_rb/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Ruby flex regular expression matching extension diff --git a/devel/ruby-gconf/Makefile b/devel/ruby-gconf/Makefile index 733aa6f..8acff52 100644 --- a/devel/ruby-gconf/Makefile +++ b/devel/ruby-gconf/Makefile @@ -15,6 +15,7 @@ DISTNAME= ruby-${PORTNAME}-${PORTVERSION} DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org +COMMENT= A Ruby interface to GConf (1.0.x) LIB_DEPENDS= gconf-gtk-1.1:${PORTSDIR}/devel/gconf diff --git a/devel/ruby-gconf/pkg-comment b/devel/ruby-gconf/pkg-comment deleted file mode 100644 index 64cf14b..0000000 --- a/devel/ruby-gconf/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A Ruby interface to GConf (1.0.x) diff --git a/devel/ruby-gconf2/Makefile b/devel/ruby-gconf2/Makefile index a438f5c..c90ab07 100644 --- a/devel/ruby-gconf2/Makefile +++ b/devel/ruby-gconf2/Makefile @@ -15,6 +15,7 @@ DISTNAME= ${RUBY_GNOME_DISTNAME} DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org +COMMENT= A Ruby interface to GConf2 LIB_DEPENDS= gconf-2.5:${PORTSDIR}/devel/gconf2 RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/glib2.so:${PORTSDIR}/devel/ruby-glib2 diff --git a/devel/ruby-gconf2/pkg-comment b/devel/ruby-gconf2/pkg-comment deleted file mode 100644 index 69548f8..0000000 --- a/devel/ruby-gconf2/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A Ruby interface to GConf2 diff --git a/devel/ruby-gemfinder/Makefile b/devel/ruby-gemfinder/Makefile index db18572..c0865e9 100644 --- a/devel/ruby-gemfinder/Makefile +++ b/devel/ruby-gemfinder/Makefile @@ -14,6 +14,7 @@ EXTRACT_SUFX= .tgz DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org +COMMENT= A simple class browser (built with Ruby/Tk) for Ruby modules/programs RUN_DEPENDS= ${RUBY_LIBDIR}/tk.rb:${PORTSDIR}/x11-toolkits/ruby-tk diff --git a/devel/ruby-gemfinder/pkg-comment b/devel/ruby-gemfinder/pkg-comment deleted file mode 100644 index 98b83df..0000000 --- a/devel/ruby-gemfinder/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A simple class browser (built with Ruby/Tk) for Ruby modules/programs diff --git a/devel/ruby-gettext/Makefile b/devel/ruby-gettext/Makefile index aa46bc6..747d1ba 100644 --- a/devel/ruby-gettext/Makefile +++ b/devel/ruby-gettext/Makefile @@ -15,6 +15,7 @@ DISTNAME= ruby-${PORTNAME}-package-${PORTVERSION} DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org +COMMENT= A Ruby implementation of the gettext library BUILD_DEPENDS= msgfmt:${PORTSDIR}/devel/gettext \ racc:${PORTSDIR}/devel/ruby-racc diff --git a/devel/ruby-gettext/pkg-comment b/devel/ruby-gettext/pkg-comment deleted file mode 100644 index 31c1c4e..0000000 --- a/devel/ruby-gettext/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A Ruby implementation of the gettext library diff --git a/devel/ruby-glib2/Makefile b/devel/ruby-glib2/Makefile index 67e04eb..d196fc2 100644 --- a/devel/ruby-glib2/Makefile +++ b/devel/ruby-glib2/Makefile @@ -15,6 +15,7 @@ DISTNAME= ${RUBY_GNOME_DISTNAME} DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org +COMMENT= Ruby binding for GLib2 LIB_DEPENDS= glib-2.0.200:${PORTSDIR}/devel/glib20 diff --git a/devel/ruby-glib2/pkg-comment b/devel/ruby-glib2/pkg-comment deleted file mode 100644 index b89c584..0000000 --- a/devel/ruby-glib2/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Ruby binding for GLib2 diff --git a/devel/ruby-gnustep/Makefile b/devel/ruby-gnustep/Makefile index d1a4cc1..b07fc5f 100644 --- a/devel/ruby-gnustep/Makefile +++ b/devel/ruby-gnustep/Makefile @@ -16,6 +16,7 @@ EXTRACT_SUFX= .tgz DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org +COMMENT= A Ruby interface to the GNUstep development environment BUILD_DEPENDS= ${GNUSTEP_PREFIX}/System/Makefiles/GNUstep.sh:${PORTSDIR}/devel/gnustep-make \ ${LOCALBASE}/lib/libcallback.a:${PORTSDIR}/devel/ffcall \ diff --git a/devel/ruby-gnustep/pkg-comment b/devel/ruby-gnustep/pkg-comment deleted file mode 100644 index 3627390..0000000 --- a/devel/ruby-gnustep/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A Ruby interface to the GNUstep development environment diff --git a/devel/ruby-intl/Makefile b/devel/ruby-intl/Makefile index a61adce..9c4a36d 100644 --- a/devel/ruby-intl/Makefile +++ b/devel/ruby-intl/Makefile @@ -15,6 +15,7 @@ DISTNAME= ruby-${PORTNAME}-${PORTVERSION} DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org +COMMENT= A simple wrapper of GNU gettext for Ruby LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext diff --git a/devel/ruby-intl/pkg-comment b/devel/ruby-intl/pkg-comment deleted file mode 100644 index 1705429..0000000 --- a/devel/ruby-intl/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A simple wrapper of GNU gettext for Ruby diff --git a/devel/ruby-libglade/Makefile b/devel/ruby-libglade/Makefile index 6405ce9..09a74fa 100644 --- a/devel/ruby-libglade/Makefile +++ b/devel/ruby-libglade/Makefile @@ -16,6 +16,7 @@ DISTNAME= ${RUBY_GNOME_DISTNAME} DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org +COMMENT= A wrapper library of libglade for Ruby RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/gtk.so:${PORTSDIR}/x11-toolkits/ruby-gtk \ ${RUBY_SITEARCHLIBDIR}/gnome.so:${PORTSDIR}/x11/ruby-gnome diff --git a/devel/ruby-libglade/pkg-comment b/devel/ruby-libglade/pkg-comment deleted file mode 100644 index 1f69e48..0000000 --- a/devel/ruby-libglade/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A wrapper library of libglade for Ruby diff --git a/devel/ruby-libglade2/Makefile b/devel/ruby-libglade2/Makefile index f22d8c8..04fa855 100644 --- a/devel/ruby-libglade2/Makefile +++ b/devel/ruby-libglade2/Makefile @@ -15,6 +15,7 @@ DISTNAME= ${RUBY_GNOME_DISTNAME} DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org +COMMENT= Ruby binding for Libglade2 RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/gtk2.so:${PORTSDIR}/x11-toolkits/ruby-gtk2 LIB_DEPENDS= glade-2.0.0:${PORTSDIR}/devel/libglade2 diff --git a/devel/ruby-libglade2/pkg-comment b/devel/ruby-libglade2/pkg-comment deleted file mode 100644 index 44a1af3..0000000 --- a/devel/ruby-libglade2/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Ruby binding for Libglade2 diff --git a/devel/ruby-libgtop/Makefile b/devel/ruby-libgtop/Makefile index c3435e1..4efd591 100644 --- a/devel/ruby-libgtop/Makefile +++ b/devel/ruby-libgtop/Makefile @@ -16,6 +16,7 @@ EXTRACT_SUFX= .tgz DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org +COMMENT= A Ruby interface to libgtop LIB_DEPENDS= gtop.1:${PORTSDIR}/devel/libgtop diff --git a/devel/ruby-libgtop/pkg-comment b/devel/ruby-libgtop/pkg-comment deleted file mode 100644 index 1196df2..0000000 --- a/devel/ruby-libgtop/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A Ruby interface to libgtop diff --git a/devel/ruby-locale/Makefile b/devel/ruby-locale/Makefile index 3b62dd5..aedac2d 100644 --- a/devel/ruby-locale/Makefile +++ b/devel/ruby-locale/Makefile @@ -15,6 +15,7 @@ DISTNAME= ruby-${PORTNAME}-${PORTVERSION} DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org +COMMENT= A simple Ruby module that provides setlocale(3) #USE_BZIP2= yes # only saves 500 bytes.. USE_RUBY= yes diff --git a/devel/ruby-locale/pkg-comment b/devel/ruby-locale/pkg-comment deleted file mode 100644 index ec80379..0000000 --- a/devel/ruby-locale/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A simple Ruby module that provides setlocale(3) diff --git a/devel/ruby-metaruby/Makefile b/devel/ruby-metaruby/Makefile index 9039721..aa4c916 100644 --- a/devel/ruby-metaruby/Makefile +++ b/devel/ruby-metaruby/Makefile @@ -14,6 +14,7 @@ DISTNAME= MetaRuby-${PORTVERSION} DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org +COMMENT= A reimplementations of some Ruby parts in Ruby, Perl's tie equivalent USE_RUBY= yes USE_RUBY_EXTCONF= yes diff --git a/devel/ruby-metaruby/pkg-comment b/devel/ruby-metaruby/pkg-comment deleted file mode 100644 index a962f38..0000000 --- a/devel/ruby-metaruby/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A reimplementations of some Ruby parts in Ruby, Perl's tie equivalent diff --git a/devel/ruby-mmap/Makefile b/devel/ruby-mmap/Makefile index 875af83..6c7309b 100644 --- a/devel/ruby-mmap/Makefile +++ b/devel/ruby-mmap/Makefile @@ -13,6 +13,7 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org +COMMENT= Ruby interface to manage memory-mapped file objects USE_RUBY= yes USE_RUBY_EXTCONF= yes diff --git a/devel/ruby-mmap/pkg-comment b/devel/ruby-mmap/pkg-comment deleted file mode 100644 index 376e1a96..0000000 --- a/devel/ruby-mmap/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Ruby interface to manage memory-mapped file objects diff --git a/devel/ruby-mock/Makefile b/devel/ruby-mock/Makefile index df34e57..ae46533 100644 --- a/devel/ruby-mock/Makefile +++ b/devel/ruby-mock/Makefile @@ -13,6 +13,7 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org +COMMENT= An RUnit extention that makes it very easy to implement Mock Objects RUN_DEPENDS= ${RUBY_SITELIBDIR}/runit/error.rb:${.CURDIR}/../ruby-testunit diff --git a/devel/ruby-mock/pkg-comment b/devel/ruby-mock/pkg-comment deleted file mode 100644 index 3eee67f..0000000 --- a/devel/ruby-mock/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -An RUnit extention that makes it very easy to implement Mock Objects diff --git a/devel/ruby-ncurses/Makefile b/devel/ruby-ncurses/Makefile index a347043..f2b8785 100644 --- a/devel/ruby-ncurses/Makefile +++ b/devel/ruby-ncurses/Makefile @@ -14,6 +14,7 @@ DISTNAME= ${PORTNAME}-ruby-${PORTVERSION} DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org +COMMENT= A Ruby interface to ncurses USE_BZIP2= yes diff --git a/devel/ruby-ncurses/pkg-comment b/devel/ruby-ncurses/pkg-comment deleted file mode 100644 index 2878f432..0000000 --- a/devel/ruby-ncurses/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A Ruby interface to ncurses diff --git a/devel/ruby-nodedump/Makefile b/devel/ruby-nodedump/Makefile index 531a93c..d19a4c1 100644 --- a/devel/ruby-nodedump/Makefile +++ b/devel/ruby-nodedump/Makefile @@ -15,6 +15,7 @@ EXTRACT_SUFX= .tgz DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org +COMMENT= Displays the internal structure of a parsed Ruby program USE_RUBY= yes USE_RUBY_EXTCONF= yes diff --git a/devel/ruby-nodedump/pkg-comment b/devel/ruby-nodedump/pkg-comment deleted file mode 100644 index 9306f21..0000000 --- a/devel/ruby-nodedump/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Displays the internal structure of a parsed Ruby program diff --git a/devel/ruby-poll/Makefile b/devel/ruby-poll/Makefile index 8fd1877..5750a25 100644 --- a/devel/ruby-poll/Makefile +++ b/devel/ruby-poll/Makefile @@ -14,6 +14,7 @@ DISTNAME= Ruby-Poll-${PORTVERSION} DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org +COMMENT= An object-oriented interface to the poll(2) system call for Ruby USE_BZIP2= yes diff --git a/devel/ruby-poll/pkg-comment b/devel/ruby-poll/pkg-comment deleted file mode 100644 index 8abf59d..0000000 --- a/devel/ruby-poll/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -An object-oriented interface to the poll(2) system call for Ruby diff --git a/devel/ruby-property/Makefile b/devel/ruby-property/Makefile index 21b70af..f71ae8c 100644 --- a/devel/ruby-property/Makefile +++ b/devel/ruby-property/Makefile @@ -15,6 +15,7 @@ DISTNAME= ruby-${PORTNAME}-${PORTVERSION} DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org +COMMENT= Simple properties scheme for Ruby USE_RUBY= yes diff --git a/devel/ruby-property/pkg-comment b/devel/ruby-property/pkg-comment deleted file mode 100644 index 6979b15..0000000 --- a/devel/ruby-property/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Simple properties scheme for Ruby diff --git a/devel/ruby-racc/Makefile b/devel/ruby-racc/Makefile index d3feac6..fb9f54d 100644 --- a/devel/ruby-racc/Makefile +++ b/devel/ruby-racc/Makefile @@ -15,6 +15,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-all-2 DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org +COMMENT= An LALR(1) parser generator for Ruby USE_RUBY= yes USE_RUBY_SETUP= yes diff --git a/devel/ruby-racc/pkg-comment b/devel/ruby-racc/pkg-comment deleted file mode 100644 index 9ed1bd8..0000000 --- a/devel/ruby-racc/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -An LALR(1) parser generator for Ruby diff --git a/devel/ruby-rbbr/Makefile b/devel/ruby-rbbr/Makefile index 122892d..891ae38 100644 --- a/devel/ruby-rbbr/Makefile +++ b/devel/ruby-rbbr/Makefile @@ -15,6 +15,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/r/rev/} DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org +COMMENT= A GTK+2-based Ruby module browser RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/gtk2.so:${PORTSDIR}/x11-toolkits/ruby-gtk2 \ ${RUBY_SITEARCHLIBDIR}/gdk_pixbuf2.so:${PORTSDIR}/graphics/ruby-gdk_pixbuf2 \ diff --git a/devel/ruby-rbison/Makefile b/devel/ruby-rbison/Makefile index e39489e..e25952e 100644 --- a/devel/ruby-rbison/Makefile +++ b/devel/ruby-rbison/Makefile @@ -13,6 +13,7 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org +COMMENT= Generates a Ruby parser class from a Bison-like specification file RUN_DEPENDS= bison:${PORTSDIR}/devel/bison diff --git a/devel/ruby-rbison/pkg-comment b/devel/ruby-rbison/pkg-comment deleted file mode 100644 index 23d485dc..0000000 --- a/devel/ruby-rbison/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Generates a Ruby parser class from a Bison-like specification file diff --git a/devel/ruby-rbtree/Makefile b/devel/ruby-rbtree/Makefile index 4208081..16afc05 100644 --- a/devel/ruby-rbtree/Makefile +++ b/devel/ruby-rbtree/Makefile @@ -13,6 +13,7 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org +COMMENT= An implementation of Red-Black Tree for Ruby USE_RUBY= yes USE_RUBY_EXTCONF= yes diff --git a/devel/ruby-rbtree/pkg-comment b/devel/ruby-rbtree/pkg-comment deleted file mode 100644 index 6e3ea47..0000000 --- a/devel/ruby-rbtree/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -An implementation of Red-Black Tree for Ruby diff --git a/devel/ruby-robjectteam/Makefile b/devel/ruby-robjectteam/Makefile index f461ccb..520ff26 100644 --- a/devel/ruby-robjectteam/Makefile +++ b/devel/ruby-robjectteam/Makefile @@ -15,6 +15,7 @@ EXTRACT_SUFX= .tgz DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org +COMMENT= Enables the ObjectTeams paradigm to the Ruby language USE_RUBY= yes diff --git a/devel/ruby-robjectteam/pkg-comment b/devel/ruby-robjectteam/pkg-comment deleted file mode 100644 index 869867c..0000000 --- a/devel/ruby-robjectteam/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Enables the ObjectTeams paradigm to the Ruby language diff --git a/devel/ruby-rreadline/Makefile b/devel/ruby-rreadline/Makefile index 1a5ef1a..f4438dc 100644 --- a/devel/ruby-rreadline/Makefile +++ b/devel/ruby-rreadline/Makefile @@ -13,6 +13,7 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org +COMMENT= A pure Ruby implementation of the Readline library USE_RUBY= yes RUBY_NO_BUILD_DEPENDS= yes diff --git a/devel/ruby-rreadline/pkg-comment b/devel/ruby-rreadline/pkg-comment deleted file mode 100644 index fbcaa1b..0000000 --- a/devel/ruby-rreadline/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A pure Ruby implementation of the Readline library diff --git a/devel/ruby-rudl/Makefile b/devel/ruby-rudl/Makefile index 4896832..3e4fe8f 100644 --- a/devel/ruby-rudl/Makefile +++ b/devel/ruby-rudl/Makefile @@ -14,6 +14,7 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org +COMMENT= A high level library to use SDL from Ruby LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12 \ SDL_image.10:${PORTSDIR}/graphics/sdl_image \ diff --git a/devel/ruby-rudl/pkg-comment b/devel/ruby-rudl/pkg-comment deleted file mode 100644 index 7ce0071..0000000 --- a/devel/ruby-rudl/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A high level library to use SDL from Ruby diff --git a/devel/ruby-sdl/Makefile b/devel/ruby-sdl/Makefile index b03ff1c..aa48cd6 100644 --- a/devel/ruby-sdl/Makefile +++ b/devel/ruby-sdl/Makefile @@ -14,6 +14,7 @@ DISTNAME= ruby${PORTNAME}-${PORTVERSION} DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org +COMMENT= Ruby extension library to use SDL library BUILD_DEPENDS= ${NONEXISTENT}:${RUBY_OPENGL_PORTDIR}:patch LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12 \ diff --git a/devel/ruby-sdl/pkg-comment b/devel/ruby-sdl/pkg-comment deleted file mode 100644 index 8293fa1..0000000 --- a/devel/ruby-sdl/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Ruby extension library to use SDL library diff --git a/devel/ruby-setup.rb/Makefile b/devel/ruby-setup.rb/Makefile index fc4b6222..d22621b 100644 --- a/devel/ruby-setup.rb/Makefile +++ b/devel/ruby-setup.rb/Makefile @@ -16,6 +16,7 @@ DISTNAME= ${PORTNAME:R}-${PORTVERSION} DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org +COMMENT= Common installer script for ruby packages USE_RUBY= yes diff --git a/devel/ruby-setup.rb/pkg-comment b/devel/ruby-setup.rb/pkg-comment deleted file mode 100644 index 722b63a..0000000 --- a/devel/ruby-setup.rb/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Common installer script for ruby packages diff --git a/devel/ruby-slang/Makefile b/devel/ruby-slang/Makefile index 7ff4b07..1dc0ff6 100644 --- a/devel/ruby-slang/Makefile +++ b/devel/ruby-slang/Makefile @@ -14,6 +14,7 @@ DISTNAME= ${PORTNAME}lib-${PORTVERSION:}-1m DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org +COMMENT= S-Lang extension module for Ruby .if defined(WITH_JAPANESE) LIB_DEPENDS= slang.2:${PORTSDIR}/japanese/libslang diff --git a/devel/ruby-slang/pkg-comment b/devel/ruby-slang/pkg-comment deleted file mode 100644 index d12b9c3..0000000 --- a/devel/ruby-slang/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -S-Lang extension module for Ruby diff --git a/devel/ruby-strongtyping/Makefile b/devel/ruby-strongtyping/Makefile index 25d1046..f8d8203 100644 --- a/devel/ruby-strongtyping/Makefile +++ b/devel/ruby-strongtyping/Makefile @@ -13,6 +13,7 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org +COMMENT= A little Ruby module that adds strong typing facilities USE_RUBY= yes USE_RUBY_EXTCONF= yes diff --git a/devel/ruby-strongtyping/pkg-comment b/devel/ruby-strongtyping/pkg-comment deleted file mode 100644 index 6e6d549..0000000 --- a/devel/ruby-strongtyping/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A little Ruby module that adds strong typing facilities diff --git a/devel/ruby-sysvipc/Makefile b/devel/ruby-sysvipc/Makefile index 0de5313..e7a3f9e 100644 --- a/devel/ruby-sysvipc/Makefile +++ b/devel/ruby-sysvipc/Makefile @@ -14,6 +14,7 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org +COMMENT= Ruby interface to use System V IPC system calls USE_RUBY= yes USE_RUBY_EXTCONF= yes diff --git a/devel/ruby-sysvipc/pkg-comment b/devel/ruby-sysvipc/pkg-comment deleted file mode 100644 index 4174380..0000000 --- a/devel/ruby-sysvipc/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Ruby interface to use System V IPC system calls diff --git a/devel/ruby-testunit/Makefile b/devel/ruby-testunit/Makefile index 740c72b..f2b3ac7 100644 --- a/devel/ruby-testunit/Makefile +++ b/devel/ruby-testunit/Makefile @@ -13,6 +13,7 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org +COMMENT= A unit testing framework for Ruby USE_RUBY= yes USE_RUBY_SETUP= yes diff --git a/devel/ruby-testunit/pkg-comment b/devel/ruby-testunit/pkg-comment deleted file mode 100644 index 88f4ac6..0000000 --- a/devel/ruby-testunit/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A unit testing framework for Ruby diff --git a/devel/ruby-textbuf/Makefile b/devel/ruby-textbuf/Makefile index 2dfbbcb..ae89e56 100644 --- a/devel/ruby-textbuf/Makefile +++ b/devel/ruby-textbuf/Makefile @@ -15,6 +15,7 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org +COMMENT= Gapped text buffer extention for Ruby USE_RUBY= yes USE_RUBY_AMSTD= yes diff --git a/devel/ruby-textbuf/pkg-comment b/devel/ruby-textbuf/pkg-comment deleted file mode 100644 index bc36a44..0000000 --- a/devel/ruby-textbuf/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Gapped text buffer extention for Ruby diff --git a/devel/ruby-tzfile/Makefile b/devel/ruby-tzfile/Makefile index a80383f..3544e8a 100644 --- a/devel/ruby-tzfile/Makefile +++ b/devel/ruby-tzfile/Makefile @@ -14,6 +14,7 @@ DISTNAME= TZFile-${PORTVERSION}${EXTRACT_SUFX}\?tarball=1\&only_with_tag=${PORTN DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org +COMMENT= TZFile handling library for Ruby USE_RUBY= yes diff --git a/devel/ruby-tzfile/pkg-comment b/devel/ruby-tzfile/pkg-comment deleted file mode 100644 index 773199c..0000000 --- a/devel/ruby-tzfile/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -TZFile handling library for Ruby diff --git a/devel/rubygem-gettext/Makefile b/devel/rubygem-gettext/Makefile index aa46bc6..747d1ba 100644 --- a/devel/rubygem-gettext/Makefile +++ b/devel/rubygem-gettext/Makefile @@ -15,6 +15,7 @@ DISTNAME= ruby-${PORTNAME}-package-${PORTVERSION} DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org +COMMENT= A Ruby implementation of the gettext library BUILD_DEPENDS= msgfmt:${PORTSDIR}/devel/gettext \ racc:${PORTSDIR}/devel/ruby-racc diff --git a/devel/rubygem-gettext/pkg-comment b/devel/rubygem-gettext/pkg-comment deleted file mode 100644 index 31c1c4e..0000000 --- a/devel/rubygem-gettext/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A Ruby implementation of the gettext library diff --git a/devel/rubygem-locale/Makefile b/devel/rubygem-locale/Makefile index aa46bc6..747d1ba 100644 --- a/devel/rubygem-locale/Makefile +++ b/devel/rubygem-locale/Makefile @@ -15,6 +15,7 @@ DISTNAME= ruby-${PORTNAME}-package-${PORTVERSION} DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org +COMMENT= A Ruby implementation of the gettext library BUILD_DEPENDS= msgfmt:${PORTSDIR}/devel/gettext \ racc:${PORTSDIR}/devel/ruby-racc diff --git a/devel/rubygem-locale/pkg-comment b/devel/rubygem-locale/pkg-comment deleted file mode 100644 index 31c1c4e..0000000 --- a/devel/rubygem-locale/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A Ruby implementation of the gettext library diff --git a/devel/swigruby/Makefile b/devel/swigruby/Makefile index a284637..f351662 100644 --- a/devel/swigruby/Makefile +++ b/devel/swigruby/Makefile @@ -12,6 +12,7 @@ MASTER_SITES= http://www.goto.info.waseda.ac.jp/~fukusima/ruby/ DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org +COMMENT= Ruby module for SWIG 1.1 BUILD_DEPENDS= swig1.1:${PORTSDIR}/devel/swig11 RUN_DEPENDS= swig1.1:${PORTSDIR}/devel/swig11 diff --git a/devel/swigruby/pkg-comment b/devel/swigruby/pkg-comment deleted file mode 100644 index a33bb15..0000000 --- a/devel/swigruby/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Ruby module for SWIG 1.1 |