summaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2002-11-06 22:47:41 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2002-11-06 22:47:41 +0000
commitd9611f93758b42bc9f2e2794b3d0039ec6038c4e (patch)
tree7188beb34e0a3adac815c9497c615b1b78eb4454 /converters
parentport wouldn't build without the gnomelibs. (diff)
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
Notes
Notes: svn path=/head/; revision=69612
Diffstat (limited to 'converters')
-rw-r--r--converters/aish/Makefile2
-rw-r--r--converters/aish/pkg-comment1
-rw-r--r--converters/dosunix/Makefile2
-rw-r--r--converters/dosunix/pkg-comment1
-rw-r--r--converters/fribidi/Makefile2
-rw-r--r--converters/fribidi/pkg-comment1
-rw-r--r--converters/iconv/Makefile2
-rw-r--r--converters/iconv/pkg-comment1
-rw-r--r--converters/p5-Convert-Morse/Makefile2
-rw-r--r--converters/p5-Convert-Morse/pkg-comment1
-rw-r--r--converters/p5-MIME-Base64/Makefile2
-rw-r--r--converters/p5-MIME-Base64/pkg-comment1
-rw-r--r--converters/utf8conv/Makefile2
-rw-r--r--converters/utf8conv/pkg-comment1
14 files changed, 14 insertions, 7 deletions
diff --git a/converters/aish/Makefile b/converters/aish/Makefile
index 318c533e628c..227b0706a020 100644
--- a/converters/aish/Makefile
+++ b/converters/aish/Makefile
@@ -13,6 +13,8 @@ DISTNAME= ${PORTNAME}${PORTVERSION:S/.//}u
MAINTAINER= ports@FreeBSD.org
+PORTCOMMENT= Ish/uuencode/Base64 converter
+
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/ja/aish
diff --git a/converters/aish/pkg-comment b/converters/aish/pkg-comment
deleted file mode 100644
index 03420033f9af..000000000000
--- a/converters/aish/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Ish/uuencode/Base64 converter
diff --git a/converters/dosunix/Makefile b/converters/dosunix/Makefile
index 430c243bffa4..870e42b5f57e 100644
--- a/converters/dosunix/Makefile
+++ b/converters/dosunix/Makefile
@@ -13,6 +13,8 @@ MASTER_SITES= http://dosunix.sourceforge.net/
MAINTAINER= ports@FreeBSD.org
+PORTCOMMENT= Manipulation of text files in a mixed DOS/Windows and Unix environment
+
GNU_CONFIGURE= yes
.include <bsd.port.mk>
diff --git a/converters/dosunix/pkg-comment b/converters/dosunix/pkg-comment
deleted file mode 100644
index 2a48c9801c71..000000000000
--- a/converters/dosunix/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Manipulation of text files in a mixed DOS/Windows and Unix environment
diff --git a/converters/fribidi/Makefile b/converters/fribidi/Makefile
index 32fdd3cc338d..a6dfe3b24e0b 100644
--- a/converters/fribidi/Makefile
+++ b/converters/fribidi/Makefile
@@ -14,6 +14,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
+PORTCOMMENT= A Free Implementation of the Unicode Bidirectional Algorithm
+
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
diff --git a/converters/fribidi/pkg-comment b/converters/fribidi/pkg-comment
deleted file mode 100644
index dcf13e36bee4..000000000000
--- a/converters/fribidi/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A Free Implementation of the Unicode Bidirectional Algorithm
diff --git a/converters/iconv/Makefile b/converters/iconv/Makefile
index 52586f61da73..997ff8c4b55a 100644
--- a/converters/iconv/Makefile
+++ b/converters/iconv/Makefile
@@ -13,6 +13,8 @@ MASTER_SITES= http://www.dante.net/staff/konstantin/FreeBSD/iconv/
MAINTAINER= ports@FreeBSD.org
+PORTCOMMENT= Charset conversion library and utilities
+
USE_PERL5= yes
INSTALLS_SHLIB= yes
diff --git a/converters/iconv/pkg-comment b/converters/iconv/pkg-comment
deleted file mode 100644
index 3be3c1e24eef..000000000000
--- a/converters/iconv/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Charset conversion library and utilities
diff --git a/converters/p5-Convert-Morse/Makefile b/converters/p5-Convert-Morse/Makefile
index de7f6f462996..c08eedd95966 100644
--- a/converters/p5-Convert-Morse/Makefile
+++ b/converters/p5-Convert-Morse/Makefile
@@ -14,6 +14,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
+PORTCOMMENT= Perl module to convert between ASCII and Morse codes
+
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500007
diff --git a/converters/p5-Convert-Morse/pkg-comment b/converters/p5-Convert-Morse/pkg-comment
deleted file mode 100644
index 64eab993bdfa..000000000000
--- a/converters/p5-Convert-Morse/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Perl module to convert between ASCII and Morse codes
diff --git a/converters/p5-MIME-Base64/Makefile b/converters/p5-MIME-Base64/Makefile
index bbd5deb19ebb..f640988388e9 100644
--- a/converters/p5-MIME-Base64/Makefile
+++ b/converters/p5-MIME-Base64/Makefile
@@ -14,6 +14,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
+PORTCOMMENT= Perl5 module for Base64 and Quoted-Printable encodings
+
PERL_CONFIGURE= YES
MAN3= MIME::Base64.3 \
diff --git a/converters/p5-MIME-Base64/pkg-comment b/converters/p5-MIME-Base64/pkg-comment
deleted file mode 100644
index 32b291eb040e..000000000000
--- a/converters/p5-MIME-Base64/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Perl5 module for Base64 and Quoted-Printable encodings
diff --git a/converters/utf8conv/Makefile b/converters/utf8conv/Makefile
index 1949491bcabb..1d5a52608a64 100644
--- a/converters/utf8conv/Makefile
+++ b/converters/utf8conv/Makefile
@@ -13,6 +13,8 @@ MASTER_SITES= http://www.fibrespeed.net/~mbabcock/code/
MAINTAINER= ports@FreeBSD.org
+PORTCOMMENT= Convert hexadecimal Unicode character values to UTF-8
+
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}"
ALL_TARGET= ${PORTNAME}
diff --git a/converters/utf8conv/pkg-comment b/converters/utf8conv/pkg-comment
deleted file mode 100644
index 9d7230382852..000000000000
--- a/converters/utf8conv/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Convert hexadecimal Unicode character values to UTF-8