aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--archivers/fastjar/Makefile1
-rw-r--r--archivers/fastjar/pkg-comment1
-rw-r--r--archivers/ruby-bz2/Makefile1
-rw-r--r--archivers/ruby-bz2/pkg-comment1
-rw-r--r--archivers/ruby-zip/Makefile1
-rw-r--r--archivers/ruby-zip/pkg-comment1
-rw-r--r--archivers/ruby-zlib/Makefile1
-rw-r--r--archivers/ruby-zlib/pkg-comment1
-rw-r--r--audio/ruby-audiofile/Makefile1
-rw-r--r--audio/ruby-audiofile/pkg-comment1
-rw-r--r--audio/ruby-esound/Makefile1
-rw-r--r--audio/ruby-esound/pkg-comment1
-rw-r--r--audio/ruby-freedb/Makefile1
-rw-r--r--audio/ruby-freedb/pkg-comment1
-rw-r--r--audio/ruby-mp3tag/Makefile1
-rw-r--r--audio/ruby-mp3tag/pkg-comment1
-rw-r--r--audio/ruby-qt2sound/Makefile1
-rw-r--r--audio/ruby-qt2sound/pkg-comment1
-rw-r--r--audio/ruby-smf/Makefile1
-rw-r--r--audio/ruby-smf/pkg-comment1
-rw-r--r--audio/ruby-vorbisfile/Makefile1
-rw-r--r--audio/ruby-vorbisfile/pkg-comment1
-rw-r--r--audio/ruby-xmms/Makefile1
-rw-r--r--audio/ruby-xmms/pkg-comment1
-rw-r--r--biology/ruby-bio/Makefile1
-rw-r--r--biology/ruby-bio/pkg-comment1
-rw-r--r--comms/ruby-termios/Makefile1
-rw-r--r--comms/ruby-termios/pkg-comment1
-rw-r--r--converters/ruby-dump.rb/Makefile1
-rw-r--r--converters/ruby-dump.rb/pkg-comment1
-rw-r--r--converters/ruby-iconv/Makefile1
-rw-r--r--converters/ruby-iconv/pkg-comment1
-rw-r--r--converters/ruby-lv/Makefile1
-rw-r--r--converters/ruby-lv/pkg-comment1
34 files changed, 17 insertions, 17 deletions
diff --git a/archivers/fastjar/Makefile b/archivers/fastjar/Makefile
index e626c7c7f5d4..529c43f4130d 100644
--- a/archivers/fastjar/Makefile
+++ b/archivers/fastjar/Makefile
@@ -13,6 +13,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
EXTRACT_SUFX= .tgz
MAINTAINER= knu@FreeBSD.org
+COMMENT= A version of JDK's `jar' command written entirely in C
GNU_CONFIGURE= YES
diff --git a/archivers/fastjar/pkg-comment b/archivers/fastjar/pkg-comment
deleted file mode 100644
index a3ba4b88abf4..000000000000
--- a/archivers/fastjar/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A version of JDK's `jar' command written entirely in C
diff --git a/archivers/ruby-bz2/Makefile b/archivers/ruby-bz2/Makefile
index 3b16248dc4d3..0fe1336169d4 100644
--- a/archivers/ruby-bz2/Makefile
+++ b/archivers/ruby-bz2/Makefile
@@ -13,6 +13,7 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
+COMMENT= A Ruby extension to use libbz2
USE_RUBY= yes
USE_RUBY_EXTCONF= yes
diff --git a/archivers/ruby-bz2/pkg-comment b/archivers/ruby-bz2/pkg-comment
deleted file mode 100644
index 2c9dd9ec8d07..000000000000
--- a/archivers/ruby-bz2/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A Ruby extension to use libbz2
diff --git a/archivers/ruby-zip/Makefile b/archivers/ruby-zip/Makefile
index 036e024fb58b..4d5b91a940a2 100644
--- a/archivers/ruby-zip/Makefile
+++ b/archivers/ruby-zip/Makefile
@@ -15,6 +15,7 @@ DISTNAME= ruby${PORTNAME}-${PORTVERSION}
DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
+COMMENT= A Ruby module for reading and writing zip files
RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/zlib.so:${PORTSDIR}/archivers/ruby-zlib
diff --git a/archivers/ruby-zip/pkg-comment b/archivers/ruby-zip/pkg-comment
deleted file mode 100644
index 27df2f5edb3c..000000000000
--- a/archivers/ruby-zip/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A Ruby module for reading and writing zip files
diff --git a/archivers/ruby-zlib/Makefile b/archivers/ruby-zlib/Makefile
index e0b67263498e..dea52daf88f9 100644
--- a/archivers/ruby-zlib/Makefile
+++ b/archivers/ruby-zlib/Makefile
@@ -14,6 +14,7 @@ DISTNAME= ruby-${PORTNAME}-${PORTVERSION:S/.p/-pre/}
DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
+COMMENT= An extension library to use zlib from Ruby
USE_RUBY= yes
USE_RUBY_EXTCONF= yes
diff --git a/archivers/ruby-zlib/pkg-comment b/archivers/ruby-zlib/pkg-comment
deleted file mode 100644
index 8148f59bfa34..000000000000
--- a/archivers/ruby-zlib/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-An extension library to use zlib from Ruby
diff --git a/audio/ruby-audiofile/Makefile b/audio/ruby-audiofile/Makefile
index 1b6e036a56a8..52968c79c003 100644
--- a/audio/ruby-audiofile/Makefile
+++ b/audio/ruby-audiofile/Makefile
@@ -16,6 +16,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${CDDB_DISTNAME}${EXTRACT_SUFX}
DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
+COMMENT= A Ruby binding to the audiofile library
LIB_DEPENDS= audiofile.0:${PORTSDIR}/audio/libaudiofile
diff --git a/audio/ruby-audiofile/pkg-comment b/audio/ruby-audiofile/pkg-comment
deleted file mode 100644
index 1fa935e7ac89..000000000000
--- a/audio/ruby-audiofile/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A Ruby binding to the audiofile library
diff --git a/audio/ruby-esound/Makefile b/audio/ruby-esound/Makefile
index 97fcbc0f0d0a..1669c9748743 100644
--- a/audio/ruby-esound/Makefile
+++ b/audio/ruby-esound/Makefile
@@ -15,6 +15,7 @@ DISTNAME= ruby-${PORTNAME}-${PORTVERSION}
DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
+COMMENT= A Ruby binding to the EsounD library
LIB_DEPENDS= esd.2:${PORTSDIR}/audio/esound
diff --git a/audio/ruby-esound/pkg-comment b/audio/ruby-esound/pkg-comment
deleted file mode 100644
index f4e034ba8c16..000000000000
--- a/audio/ruby-esound/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A Ruby binding to the EsounD library
diff --git a/audio/ruby-freedb/Makefile b/audio/ruby-freedb/Makefile
index 8f537468a27d..093ae4f8c072 100644
--- a/audio/ruby-freedb/Makefile
+++ b/audio/ruby-freedb/Makefile
@@ -15,6 +15,7 @@ DISTNAME= ruby-${PORTNAME}-${PORTVERSION}
DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
+COMMENT= A Ruby library that provides access to Freedb/CDDB servers
USE_RUBY= yes
USE_RUBY_EXTCONF= yes
diff --git a/audio/ruby-freedb/pkg-comment b/audio/ruby-freedb/pkg-comment
deleted file mode 100644
index 49081dd2d3c0..000000000000
--- a/audio/ruby-freedb/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A Ruby library that provides access to Freedb/CDDB servers
diff --git a/audio/ruby-mp3tag/Makefile b/audio/ruby-mp3tag/Makefile
index aa98f66e9bda..00bf15984277 100644
--- a/audio/ruby-mp3tag/Makefile
+++ b/audio/ruby-mp3tag/Makefile
@@ -13,6 +13,7 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
+COMMENT= A Ruby module to manipulate ID3v1.1 tags in MP3 files
USE_RUBY= yes
diff --git a/audio/ruby-mp3tag/pkg-comment b/audio/ruby-mp3tag/pkg-comment
deleted file mode 100644
index 9157b613e894..000000000000
--- a/audio/ruby-mp3tag/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A Ruby module to manipulate ID3v1.1 tags in MP3 files
diff --git a/audio/ruby-qt2sound/Makefile b/audio/ruby-qt2sound/Makefile
index 069ace53442f..3824c2b43d0b 100644
--- a/audio/ruby-qt2sound/Makefile
+++ b/audio/ruby-qt2sound/Makefile
@@ -15,6 +15,7 @@ DISTNAME= ${RUBY_QT2_DISTNAME}
DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
+COMMENT= Qt2 sound extension for Ruby
BUILD_DEPENDS= ${RUBY_SITEARCHLIBDIR}/qt2.so:${RUBY_QT2_PORTDIR}
RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/qt2.so:${RUBY_QT2_PORTDIR}
diff --git a/audio/ruby-qt2sound/pkg-comment b/audio/ruby-qt2sound/pkg-comment
deleted file mode 100644
index 1078e8ea7d7a..000000000000
--- a/audio/ruby-qt2sound/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Qt2 sound extension for Ruby
diff --git a/audio/ruby-smf/Makefile b/audio/ruby-smf/Makefile
index eccde2b19c22..92fc4166a492 100644
--- a/audio/ruby-smf/Makefile
+++ b/audio/ruby-smf/Makefile
@@ -13,6 +13,7 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
+COMMENT= Ruby module to handle Standard MIDI Files
USE_RUBY= yes
USE_RUBY_SETUP= yes
diff --git a/audio/ruby-smf/pkg-comment b/audio/ruby-smf/pkg-comment
deleted file mode 100644
index 94fc3e8327f7..000000000000
--- a/audio/ruby-smf/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Ruby module to handle Standard MIDI Files
diff --git a/audio/ruby-vorbisfile/Makefile b/audio/ruby-vorbisfile/Makefile
index b077371426d2..ac3d77095332 100644
--- a/audio/ruby-vorbisfile/Makefile
+++ b/audio/ruby-vorbisfile/Makefile
@@ -14,6 +14,7 @@ DISTNAME= ruby-${PORTNAME}-${PORTVERSION}
DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
+COMMENT= A Ruby extension wrapping libvorbisfile
LIB_DEPENDS= vorbis.2:${PORTSDIR}/audio/libvorbis
diff --git a/audio/ruby-vorbisfile/pkg-comment b/audio/ruby-vorbisfile/pkg-comment
deleted file mode 100644
index 372c5f247240..000000000000
--- a/audio/ruby-vorbisfile/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A Ruby extension wrapping libvorbisfile
diff --git a/audio/ruby-xmms/Makefile b/audio/ruby-xmms/Makefile
index da0eed5e4511..d7d5e171303d 100644
--- a/audio/ruby-xmms/Makefile
+++ b/audio/ruby-xmms/Makefile
@@ -15,6 +15,7 @@ DISTNAME= ${PORTNAME}-ruby-${PORTVERSION}
DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
+COMMENT= XMMS bindings for Ruby
LIB_DEPENDS= xmms.3:${PORTSDIR}/multimedia/xmms
diff --git a/audio/ruby-xmms/pkg-comment b/audio/ruby-xmms/pkg-comment
deleted file mode 100644
index d061ab941cc3..000000000000
--- a/audio/ruby-xmms/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-XMMS bindings for Ruby
diff --git a/biology/ruby-bio/Makefile b/biology/ruby-bio/Makefile
index d0830646b68e..440c1d7818d2 100644
--- a/biology/ruby-bio/Makefile
+++ b/biology/ruby-bio/Makefile
@@ -15,6 +15,7 @@ DISTNAME= ${PORTNAME}ruby-${PORTVERSION}
DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
+COMMENT= Integrated environment for Bioinformatics written in Ruby
USE_RUBY= yes
USE_RUBY_SETUP= yes
diff --git a/biology/ruby-bio/pkg-comment b/biology/ruby-bio/pkg-comment
deleted file mode 100644
index ea1c5bcb593d..000000000000
--- a/biology/ruby-bio/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Integrated environment for Bioinformatics written in Ruby
diff --git a/comms/ruby-termios/Makefile b/comms/ruby-termios/Makefile
index 36340c962873..503e814dd61a 100644
--- a/comms/ruby-termios/Makefile
+++ b/comms/ruby-termios/Makefile
@@ -15,6 +15,7 @@ DISTNAME= ruby-${PORTNAME}-${PORTVERSION}
DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
+COMMENT= A Ruby interface to termios
USE_RUBY= yes
USE_RUBY_EXTCONF= yes
diff --git a/comms/ruby-termios/pkg-comment b/comms/ruby-termios/pkg-comment
deleted file mode 100644
index d6e7ddb50461..000000000000
--- a/comms/ruby-termios/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A Ruby interface to termios
diff --git a/converters/ruby-dump.rb/Makefile b/converters/ruby-dump.rb/Makefile
index 5d2bf9cbb2e2..89151761a424 100644
--- a/converters/ruby-dump.rb/Makefile
+++ b/converters/ruby-dump.rb/Makefile
@@ -15,6 +15,7 @@ EXTRACT_SUFX= # none
DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
+COMMENT= A binary data dumper module for Ruby
USE_RUBY= yes
RUBY_NO_BUILD_DEPENDS= yes
diff --git a/converters/ruby-dump.rb/pkg-comment b/converters/ruby-dump.rb/pkg-comment
deleted file mode 100644
index 3f2dde468a39..000000000000
--- a/converters/ruby-dump.rb/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A binary data dumper module for Ruby
diff --git a/converters/ruby-iconv/Makefile b/converters/ruby-iconv/Makefile
index 8e7b672a4794..f46f1a184ee6 100644
--- a/converters/ruby-iconv/Makefile
+++ b/converters/ruby-iconv/Makefile
@@ -13,6 +13,7 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
+COMMENT= An iconv wrapper class for Ruby
LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv
diff --git a/converters/ruby-iconv/pkg-comment b/converters/ruby-iconv/pkg-comment
deleted file mode 100644
index f4284f6232f2..000000000000
--- a/converters/ruby-iconv/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-An iconv wrapper class for Ruby
diff --git a/converters/ruby-lv/Makefile b/converters/ruby-lv/Makefile
index 10435a5d5cf0..15fd66e66f3f 100644
--- a/converters/ruby-lv/Makefile
+++ b/converters/ruby-lv/Makefile
@@ -14,6 +14,7 @@ DISTNAME= ruby-${PORTNAME}-${PORTVERSION}
DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
+COMMENT= A Ruby library to use LV's encoding conversion engine
BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/${LV_PORT}:configure
diff --git a/converters/ruby-lv/pkg-comment b/converters/ruby-lv/pkg-comment
deleted file mode 100644
index a8a7921e3646..000000000000
--- a/converters/ruby-lv/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A Ruby library to use LV's encoding conversion engine