diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2003-02-18 04:24:40 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2003-02-18 04:24:40 +0000 |
commit | a4542a306ffbaa855167835af78c7a7f4449dbcd (patch) | |
tree | 903ab4be7595139f88d7a1d11bfbcf9a16c5f12e /converters | |
parent | Update to 0.5. (diff) |
De-pkg-comment.
Diffstat (limited to 'converters')
-rw-r--r-- | converters/ruby-dump.rb/Makefile | 1 | ||||
-rw-r--r-- | converters/ruby-dump.rb/pkg-comment | 1 | ||||
-rw-r--r-- | converters/ruby-iconv/Makefile | 1 | ||||
-rw-r--r-- | converters/ruby-iconv/pkg-comment | 1 | ||||
-rw-r--r-- | converters/ruby-lv/Makefile | 1 | ||||
-rw-r--r-- | converters/ruby-lv/pkg-comment | 1 |
6 files changed, 3 insertions, 3 deletions
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 |