diff options
author | knu <knu@FreeBSD.org> | 2003-02-18 05:42:05 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2003-02-18 05:42:05 +0000 |
commit | 5809ab0dfd568ad44c368c735d4bb946542d01b5 (patch) | |
tree | f214f6693c078d234b219fcc9c35c9c6ad6b20cd /lang | |
parent | 0f6e8da82cbc30c64cf5d97a3ee0f478f05a4c80 (diff) | |
download | FreeBSD-ports-5809ab0dfd568ad44c368c735d4bb946542d01b5.zip FreeBSD-ports-5809ab0dfd568ad44c368c735d4bb946542d01b5.tar.gz |
De-pkg-comment.
Diffstat (limited to 'lang')
34 files changed, 17 insertions, 17 deletions
diff --git a/lang/jruby/Makefile b/lang/jruby/Makefile index dd07211..bb659f8 100644 --- a/lang/jruby/Makefile +++ b/lang/jruby/Makefile @@ -14,6 +14,7 @@ DISTNAME= ${PORTNAME}-bin-${PORTVERSION} DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org +COMMENT= An implementation of Ruby Interpreter in Pure Java USE_REINPLACE= yes diff --git a/lang/jruby/pkg-comment b/lang/jruby/pkg-comment deleted file mode 100644 index 91d280f..0000000 --- a/lang/jruby/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -An implementation of Ruby Interpreter in Pure Java diff --git a/lang/ruby-devel/Makefile b/lang/ruby-devel/Makefile index 8ae0c6c..baa79ab 100644 --- a/lang/ruby-devel/Makefile +++ b/lang/ruby-devel/Makefile @@ -19,6 +19,7 @@ PATCHFILES= ${RUBY_PATCHFILES} PATCH_DIST_STRIP= -p1 MAINTAINER= knu@FreeBSD.org +COMMENT= An object-oriented interpreted scripting language .if defined(WITH_ONIGURUMA) PKGNAMESUFFIX= +oniguruma diff --git a/lang/ruby-devel/pkg-comment b/lang/ruby-devel/pkg-comment deleted file mode 100644 index 0909290..0000000 --- a/lang/ruby-devel/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -An object-oriented interpreted scripting language diff --git a/lang/ruby-lua/Makefile b/lang/ruby-lua/Makefile index 747893f..4f1041a 100644 --- a/lang/ruby-lua/Makefile +++ b/lang/ruby-lua/Makefile @@ -15,6 +15,7 @@ DISTNAME= ruby${PORTNAME}-${PORTVERSION} DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org +COMMENT= A Ruby extension to make Lua script language as a class BUILD_DEPENDS= ${LOCALBASE}/lib/liblua.a:${PORTSDIR}/lang/lua diff --git a/lang/ruby-lua/pkg-comment b/lang/ruby-lua/pkg-comment deleted file mode 100644 index 4de0681..0000000 --- a/lang/ruby-lua/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A Ruby extension to make Lua script language as a class diff --git a/lang/ruby-mode.el/Makefile b/lang/ruby-mode.el/Makefile index adc596e..00f7e0a 100644 --- a/lang/ruby-mode.el/Makefile +++ b/lang/ruby-mode.el/Makefile @@ -12,6 +12,7 @@ MASTER_SITES= # none DISTFILES= # none MAINTAINER= knu@FreeBSD.org +COMMENT= Emacs lisp modules for the Ruby language BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/${RUBY_PORT}:patch diff --git a/lang/ruby-mode.el/pkg-comment b/lang/ruby-mode.el/pkg-comment deleted file mode 100644 index 2a50901..0000000 --- a/lang/ruby-mode.el/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Emacs lisp modules for the Ruby language diff --git a/lang/ruby-perl/Makefile b/lang/ruby-perl/Makefile index 6f19c12..258d18c 100644 --- a/lang/ruby-perl/Makefile +++ b/lang/ruby-perl/Makefile @@ -14,6 +14,7 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org +COMMENT= A Ruby extension module to use the functions of Perl from Ruby USE_PERL5= yes USE_RUBY= yes diff --git a/lang/ruby-perl/pkg-comment b/lang/ruby-perl/pkg-comment deleted file mode 100644 index 3892e5d..0000000 --- a/lang/ruby-perl/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A Ruby extension module to use the functions of Perl from Ruby diff --git a/lang/ruby-programmingruby/Makefile b/lang/ruby-programmingruby/Makefile index f4df087..12d2cad 100644 --- a/lang/ruby-programmingruby/Makefile +++ b/lang/ruby-programmingruby/Makefile @@ -15,6 +15,7 @@ EXTRACT_SUFX= .tgz DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org +COMMENT= The source of the Programming Ruby ("pick-axe") book in XML and HTML USE_RUBY= yes RUBY_NO_BUILD_DEPENDS= yes diff --git a/lang/ruby-programmingruby/pkg-comment b/lang/ruby-programmingruby/pkg-comment deleted file mode 100644 index 3ec7d86..0000000 --- a/lang/ruby-programmingruby/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -The source of the Programming Ruby ("pick-axe") book in XML and HTML diff --git a/lang/ruby-python/Makefile b/lang/ruby-python/Makefile index 4bdb5ce..f7c2817 100644 --- a/lang/ruby-python/Makefile +++ b/lang/ruby-python/Makefile @@ -15,6 +15,7 @@ DISTNAME= ruby-${PORTNAME}-${PORTVERSION} DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org +COMMENT= Ruby extension library for embedding Python in Ruby BUILD_DEPENDS= ${NONEXISTENT}:${PYTHON_PORTSDIR}:-DWITHOUT_THREADS diff --git a/lang/ruby-python/pkg-comment b/lang/ruby-python/pkg-comment deleted file mode 100644 index afbf518..0000000 --- a/lang/ruby-python/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Ruby extension library for embedding Python in Ruby diff --git a/lang/ruby-reference/Makefile b/lang/ruby-reference/Makefile index 0eb1a9e..16b6c6a 100644 --- a/lang/ruby-reference/Makefile +++ b/lang/ruby-reference/Makefile @@ -15,6 +15,7 @@ EXTRACT_SUFX= .tgz DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org +COMMENT= Ruby Class and Module Reference, in HTML format USE_RUBY= yes RUBY_NO_BUILD_DEPENDS= yes diff --git a/lang/ruby-reference/pkg-comment b/lang/ruby-reference/pkg-comment deleted file mode 100644 index ee3d897..0000000 --- a/lang/ruby-reference/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Ruby Class and Module Reference, in HTML format diff --git a/lang/ruby-ri/Makefile b/lang/ruby-ri/Makefile index d6c666b..890c052 100644 --- a/lang/ruby-ri/Makefile +++ b/lang/ruby-ri/Makefile @@ -14,6 +14,7 @@ EXTRACT_SUFX= .tgz DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org +COMMENT= Ruby Interactive reference USE_RUBY= yes diff --git a/lang/ruby-ri/pkg-comment b/lang/ruby-ri/pkg-comment deleted file mode 100644 index 5538ae2..0000000 --- a/lang/ruby-ri/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Ruby Interactive reference diff --git a/lang/ruby-tcltklib/Makefile b/lang/ruby-tcltklib/Makefile index 24d114e..60abed6 100644 --- a/lang/ruby-tcltklib/Makefile +++ b/lang/ruby-tcltklib/Makefile @@ -12,6 +12,7 @@ MASTER_SITES= # none DISTFILES= # none MAINTAINER?= knu@FreeBSD.org +COMMENT?= A Ruby interface to Tcl/Tk libraries BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/${RUBY_PORT}:patch LIB_DEPENDS= ${TCL_LIB}.1:${PORTSDIR}/${TCL_CATEGORY}/tcl${TCL_VERSION} \ diff --git a/lang/ruby-tcltklib/pkg-comment b/lang/ruby-tcltklib/pkg-comment deleted file mode 100644 index 0048c6b..0000000 --- a/lang/ruby-tcltklib/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A Ruby interface to Tcl/Tk libraries diff --git a/lang/ruby-usersguide/Makefile b/lang/ruby-usersguide/Makefile index c879ab6..1662202 100644 --- a/lang/ruby-usersguide/Makefile +++ b/lang/ruby-usersguide/Makefile @@ -13,6 +13,7 @@ DISTNAME= ${PORTNAME:S/usersguide/uguide/}-${PORTVERSION} DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org +COMMENT= Ruby users guide, in HTML format USE_RUBY= yes RUBY_NO_BUILD_DEPENDS= yes diff --git a/lang/ruby-usersguide/pkg-comment b/lang/ruby-usersguide/pkg-comment deleted file mode 100644 index 3880c94..0000000 --- a/lang/ruby-usersguide/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Ruby users guide, in HTML format diff --git a/lang/ruby/Makefile b/lang/ruby/Makefile index 7946636..9d4fca9 100644 --- a/lang/ruby/Makefile +++ b/lang/ruby/Makefile @@ -19,6 +19,7 @@ PATCHFILES= ${RUBY_PATCHFILES} PATCH_DIST_STRIP= -p1 MAINTAINER= knu@FreeBSD.org +COMMENT= An object-oriented interpreted scripting language .if defined(WITH_ONIGURUMA) PKGNAMESUFFIX= +oniguruma diff --git a/lang/ruby/pkg-comment b/lang/ruby/pkg-comment deleted file mode 100644 index 0909290..0000000 --- a/lang/ruby/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -An object-oriented interpreted scripting language diff --git a/lang/ruby16-shim-ruby18/Makefile b/lang/ruby16-shim-ruby18/Makefile index 9e627a3..87c22fd 100644 --- a/lang/ruby16-shim-ruby18/Makefile +++ b/lang/ruby16-shim-ruby18/Makefile @@ -15,6 +15,7 @@ DISTNAME= shim-ruby16_18-${PORTVERSION:S/.p/-preview/} DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org +COMMENT= A set of Ruby modules to provide Ruby 1.8 functionalities USE_BZIP2= yes diff --git a/lang/ruby16-shim-ruby18/pkg-comment b/lang/ruby16-shim-ruby18/pkg-comment deleted file mode 100644 index eda7c61..0000000 --- a/lang/ruby16-shim-ruby18/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A set of Ruby modules to provide Ruby 1.8 functionalities diff --git a/lang/ruby16/Makefile b/lang/ruby16/Makefile index 7946636..9d4fca9 100644 --- a/lang/ruby16/Makefile +++ b/lang/ruby16/Makefile @@ -19,6 +19,7 @@ PATCHFILES= ${RUBY_PATCHFILES} PATCH_DIST_STRIP= -p1 MAINTAINER= knu@FreeBSD.org +COMMENT= An object-oriented interpreted scripting language .if defined(WITH_ONIGURUMA) PKGNAMESUFFIX= +oniguruma diff --git a/lang/ruby16/pkg-comment b/lang/ruby16/pkg-comment deleted file mode 100644 index 0909290..0000000 --- a/lang/ruby16/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -An object-oriented interpreted scripting language diff --git a/lang/ruby16_static/Makefile b/lang/ruby16_static/Makefile index 527c6df..b5bff3d 100644 --- a/lang/ruby16_static/Makefile +++ b/lang/ruby16_static/Makefile @@ -13,6 +13,7 @@ MASTER_SITES= # none DISTFILES= # none MAINTAINER= knu@FreeBSD.org +COMMENT= A Ruby binary with some modules compiled in (in case of emergency) BUILD_DEPENDS= ${NONEXISTENT}:${.CURDIR}/../../${RUBY_PORT}:patch diff --git a/lang/ruby16_static/pkg-comment b/lang/ruby16_static/pkg-comment deleted file mode 100644 index 45c15ac..0000000 --- a/lang/ruby16_static/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A Ruby binary with some modules compiled in (in case of emergency) diff --git a/lang/ruby18/Makefile b/lang/ruby18/Makefile index 8ae0c6c..baa79ab 100644 --- a/lang/ruby18/Makefile +++ b/lang/ruby18/Makefile @@ -19,6 +19,7 @@ PATCHFILES= ${RUBY_PATCHFILES} PATCH_DIST_STRIP= -p1 MAINTAINER= knu@FreeBSD.org +COMMENT= An object-oriented interpreted scripting language .if defined(WITH_ONIGURUMA) PKGNAMESUFFIX= +oniguruma diff --git a/lang/ruby18/pkg-comment b/lang/ruby18/pkg-comment deleted file mode 100644 index 0909290..0000000 --- a/lang/ruby18/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -An object-oriented interpreted scripting language diff --git a/lang/ruby_static/Makefile b/lang/ruby_static/Makefile index 527c6df..b5bff3d 100644 --- a/lang/ruby_static/Makefile +++ b/lang/ruby_static/Makefile @@ -13,6 +13,7 @@ MASTER_SITES= # none DISTFILES= # none MAINTAINER= knu@FreeBSD.org +COMMENT= A Ruby binary with some modules compiled in (in case of emergency) BUILD_DEPENDS= ${NONEXISTENT}:${.CURDIR}/../../${RUBY_PORT}:patch diff --git a/lang/ruby_static/pkg-comment b/lang/ruby_static/pkg-comment deleted file mode 100644 index 45c15ac..0000000 --- a/lang/ruby_static/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A Ruby binary with some modules compiled in (in case of emergency) |