diff options
Diffstat (limited to 'converters')
-rw-r--r-- | converters/aish/Makefile | 1 | ||||
-rw-r--r-- | converters/aish/pkg-comment | 1 | ||||
-rw-r--r-- | converters/dosunix/Makefile | 1 | ||||
-rw-r--r-- | converters/dosunix/pkg-comment | 1 | ||||
-rw-r--r-- | converters/fribidi/Makefile | 1 | ||||
-rw-r--r-- | converters/fribidi/pkg-comment | 1 | ||||
-rw-r--r-- | converters/iconv/Makefile | 1 | ||||
-rw-r--r-- | converters/iconv/pkg-comment | 1 | ||||
-rw-r--r-- | converters/p5-Convert-Morse/Makefile | 1 | ||||
-rw-r--r-- | converters/p5-Convert-Morse/pkg-comment | 1 | ||||
-rw-r--r-- | converters/utf8conv/Makefile | 1 | ||||
-rw-r--r-- | converters/utf8conv/pkg-comment | 1 |
12 files changed, 6 insertions, 6 deletions
diff --git a/converters/aish/Makefile b/converters/aish/Makefile index 318c533e628c..96e67c872325 100644 --- a/converters/aish/Makefile +++ b/converters/aish/Makefile @@ -12,6 +12,7 @@ MASTER_SITES= http://hp.vector.co.jp/authors/VA004474/etc/ DISTNAME= ${PORTNAME}${PORTVERSION:S/.//}u MAINTAINER= ports@FreeBSD.org +COMMENT= Ish/uuencode/Base64 converter post-install: .if !defined(NOPORTDOCS) 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..2be583bcf73d 100644 --- a/converters/dosunix/Makefile +++ b/converters/dosunix/Makefile @@ -12,6 +12,7 @@ CATEGORIES= converters MASTER_SITES= http://dosunix.sourceforge.net/ MAINTAINER= ports@FreeBSD.org +COMMENT= Manipulation of text files in a mixed DOS/Windows and Unix environment GNU_CONFIGURE= yes 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..e50b57d57932 100644 --- a/converters/fribidi/Makefile +++ b/converters/fribidi/Makefile @@ -13,6 +13,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org +COMMENT= 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..8a84a8a793cd 100644 --- a/converters/iconv/Makefile +++ b/converters/iconv/Makefile @@ -12,6 +12,7 @@ CATEGORIES= converters MASTER_SITES= http://www.dante.net/staff/konstantin/FreeBSD/iconv/ MAINTAINER= ports@FreeBSD.org +COMMENT= 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..8c56db260381 100644 --- a/converters/p5-Convert-Morse/Makefile +++ b/converters/p5-Convert-Morse/Makefile @@ -13,6 +13,7 @@ MASTER_SITE_SUBDIR= Convert PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org +COMMENT= Perl module to convert between ASCII and Morse codes .include <bsd.port.pre.mk> 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/utf8conv/Makefile b/converters/utf8conv/Makefile index 1949491bcabb..20dd06634f48 100644 --- a/converters/utf8conv/Makefile +++ b/converters/utf8conv/Makefile @@ -12,6 +12,7 @@ CATEGORIES= converters MASTER_SITES= http://www.fibrespeed.net/~mbabcock/code/ MAINTAINER= ports@FreeBSD.org +COMMENT= 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 |