diff options
111 files changed, 56 insertions, 55 deletions
diff --git a/converters/xunicode/Makefile b/converters/xunicode/Makefile index e42a8b2972ad..1d89f905f3b5 100644 --- a/converters/xunicode/Makefile +++ b/converters/xunicode/Makefile @@ -11,6 +11,7 @@ CATEGORIES=	converters x11  MASTER_SITES=	http://www.ab.wakwak.com/~tino/jatk/  MAINTAINER=	knu@FreeBSD.org +COMMENT=	A library for making toolkits support Unicode  USE_X_PREFIX=	yes diff --git a/converters/xunicode/pkg-comment b/converters/xunicode/pkg-comment deleted file mode 100644 index d7bc0cfb1f46..000000000000 --- a/converters/xunicode/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A library for making toolkits support Unicode diff --git a/databases/java-sqlrelay/Makefile b/databases/java-sqlrelay/Makefile index 155099f9695f..9a853de0fc90 100644 --- a/databases/java-sqlrelay/Makefile +++ b/databases/java-sqlrelay/Makefile @@ -13,6 +13,7 @@ PKGNAMEPREFIX=	java-  DISTFILES=	# none  MAINTAINER=	knu@FreeBSD.org +COMMENT=	Java classes to access to SQL Relay  BUILD_DEPENDS=	${NONEXISTENT}:${SQLRELAY_PORTDIR}:patch \  		${LOCALBASE}/jdk${JDK_VERSION}/bin/java:${PORTSDIR}/java/jdk11 diff --git a/databases/java-sqlrelay/pkg-comment b/databases/java-sqlrelay/pkg-comment deleted file mode 100644 index 710ff7a8b5b5..000000000000 --- a/databases/java-sqlrelay/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Java classes to access to SQL Relay diff --git a/databases/namazu2/Makefile b/databases/namazu2/Makefile index 1a53c302899c..84a26e54434f 100644 --- a/databases/namazu2/Makefile +++ b/databases/namazu2/Makefile @@ -12,6 +12,7 @@ MASTER_SITES=	http://www.namazu.org/stable/  PKGNAMESUFFIX=	2  MAINTAINER=	knu@FreeBSD.org +COMMENT=	Full-text search system intended for easy use  PATCH_SITES=	${MASTER_SITES}  PATCHFILES=	${DISTNAME}-de.diff diff --git a/databases/namazu2/pkg-comment b/databases/namazu2/pkg-comment deleted file mode 100644 index 499ef7ca2909..000000000000 --- a/databases/namazu2/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Full-text search system intended for easy use diff --git a/databases/p5-sqlrelay/Makefile b/databases/p5-sqlrelay/Makefile index 77f86d73fa26..76a41b3dc115 100644 --- a/databases/p5-sqlrelay/Makefile +++ b/databases/p5-sqlrelay/Makefile @@ -13,6 +13,7 @@ PKGNAMEPREFIX=	p5-  DISTFILES=	# none  MAINTAINER=	knu@FreeBSD.org +COMMENT=	Perl5 modules to access to SQL Relay, including a DBD interface  BUILD_DEPENDS=	${NONEXISTENT}:${SQLRELAY_PORTDIR}:patch \  		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI diff --git a/databases/p5-sqlrelay/pkg-comment b/databases/p5-sqlrelay/pkg-comment deleted file mode 100644 index 3b7ff5e3ca87..000000000000 --- a/databases/p5-sqlrelay/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Perl5 modules to access to SQL Relay, including a DBD interface diff --git a/databases/php-sqlrelay/Makefile b/databases/php-sqlrelay/Makefile index 0fceab13975d..e5f181a5a42a 100644 --- a/databases/php-sqlrelay/Makefile +++ b/databases/php-sqlrelay/Makefile @@ -13,6 +13,7 @@ PKGNAMEPREFIX=	php-  DISTFILES=	# none  MAINTAINER=	knu@FreeBSD.org +COMMENT=	PHP modules to access to SQL Relay  BUILD_DEPENDS=	${NONEXISTENT}:${SQLRELAY_PORTDIR}:patch \  		php-config:${PORTSDIR}/www/mod_php4 diff --git a/databases/php-sqlrelay/pkg-comment b/databases/php-sqlrelay/pkg-comment deleted file mode 100644 index 5b8adfa348e1..000000000000 --- a/databases/php-sqlrelay/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -PHP modules to access to SQL Relay diff --git a/databases/py-sqlrelay/Makefile b/databases/py-sqlrelay/Makefile index b0bc8c222d2e..35b45dbc5e8f 100644 --- a/databases/py-sqlrelay/Makefile +++ b/databases/py-sqlrelay/Makefile @@ -13,6 +13,7 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}  DISTFILES=	# none  MAINTAINER=	knu@FreeBSD.org +COMMENT=	Python modules to access to SQL Relay  BUILD_DEPENDS=	${NONEXISTENT}:${SQLRELAY_PORTDIR}:patch  LIB_DEPENDS=	sqlrclient.0:${SQLRELAY_PORTDIR} diff --git a/databases/py-sqlrelay/pkg-comment b/databases/py-sqlrelay/pkg-comment deleted file mode 100644 index 6c70ba36df55..000000000000 --- a/databases/py-sqlrelay/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Python modules to access to SQL Relay diff --git a/databases/sqlrelay/Makefile b/databases/sqlrelay/Makefile index 122bcb8f4ab7..c9bcafdd24c8 100644 --- a/databases/sqlrelay/Makefile +++ b/databases/sqlrelay/Makefile @@ -13,6 +13,7 @@ MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}  MASTER_SITE_SUBDIR=	sqlrelay  MAINTAINER=	knu@FreeBSD.org +COMMENT=	A persistent DB connection pooling/proxying/load balancing system  LIB_DEPENDS=	rudiments.0:${PORTSDIR}/devel/rudiments \  		xml2.5:${PORTSDIR}/textproc/libxml2 \ diff --git a/databases/sqlrelay/pkg-comment b/databases/sqlrelay/pkg-comment deleted file mode 100644 index ff44948d2aea..000000000000 --- a/databases/sqlrelay/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A persistent DB connection pooling/proxying/load balancing system diff --git a/devel/c4/Makefile b/devel/c4/Makefile index e8ba9aad56d2..ec1e00d37a25 100644 --- a/devel/c4/Makefile +++ b/devel/c4/Makefile @@ -12,6 +12,7 @@ MASTER_SITES=	ftp://ftp.perforce.com/perforce/utils/c4/  DISTNAME=	${PORTNAME}  MAINTAINER=	knu@FreeBSD.org +COMMENT=	A CVS-like Frontend to Perforce  WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}  ALL_TARGET=	c4 diff --git a/devel/c4/pkg-comment b/devel/c4/pkg-comment deleted file mode 100644 index 1995b5599711..000000000000 --- a/devel/c4/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A CVS-like Frontend to Perforce diff --git a/devel/cvs2cl/Makefile b/devel/cvs2cl/Makefile index d4d17fe40b4a..57d994d84b9d 100644 --- a/devel/cvs2cl/Makefile +++ b/devel/cvs2cl/Makefile @@ -12,6 +12,7 @@ MASTER_SITES=	${MASTER_SITE_LOCAL}  MASTER_SITE_SUBDIR=	knu  MAINTAINER=	knu@FreeBSD.org +COMMENT=	CVS-log-message-to-ChangeLog conversion script  USE_PERL5=	YES  NO_BUILD=	YES diff --git a/devel/cvs2cl/pkg-comment b/devel/cvs2cl/pkg-comment deleted file mode 100644 index 95ab98340064..000000000000 --- a/devel/cvs2cl/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -CVS-log-message-to-ChangeLog conversion script diff --git a/devel/cvsutils/Makefile b/devel/cvsutils/Makefile index a90f982e8ce1..28460335188d 100644 --- a/devel/cvsutils/Makefile +++ b/devel/cvsutils/Makefile @@ -12,6 +12,7 @@ MASTER_SITES=	${MASTER_SITE_LOCAL}  MASTER_SITE_SUBDIR=	knu  MAINTAINER=	knu@FreeBSD.org +COMMENT=	CVS utilities which facilitate working with local working directories  USE_AUTOMAKE_VER=15  AUTOMAKE_ARGS=	--add-missing diff --git a/devel/cvsutils/pkg-comment b/devel/cvsutils/pkg-comment deleted file mode 100644 index 85ffd871dd5d..000000000000 --- a/devel/cvsutils/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -CVS utilities which facilitate working with local working directories diff --git a/devel/oniguruma/Makefile b/devel/oniguruma/Makefile index 05c04e08d124..9944a5225405 100644 --- a/devel/oniguruma/Makefile +++ b/devel/oniguruma/Makefile @@ -14,6 +14,7 @@ DISTNAME=	onigd20030212  DIST_SUBDIR=	ruby  MAINTAINER=	knu@FreeBSD.org +COMMENT=	A BSDL Regular Expressions library compatible with POSIX/GNU/Perl  WRKSRC=		${WRKDIR}/${PORTNAME}  GNU_CONFIGURE=	yes diff --git a/devel/oniguruma/pkg-comment b/devel/oniguruma/pkg-comment deleted file mode 100644 index 7297ffe16b52..000000000000 --- a/devel/oniguruma/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A BSDL Regular Expressions library compatible with POSIX/GNU/Perl diff --git a/devel/oniguruma4/Makefile b/devel/oniguruma4/Makefile index 05c04e08d124..9944a5225405 100644 --- a/devel/oniguruma4/Makefile +++ b/devel/oniguruma4/Makefile @@ -14,6 +14,7 @@ DISTNAME=	onigd20030212  DIST_SUBDIR=	ruby  MAINTAINER=	knu@FreeBSD.org +COMMENT=	A BSDL Regular Expressions library compatible with POSIX/GNU/Perl  WRKSRC=		${WRKDIR}/${PORTNAME}  GNU_CONFIGURE=	yes diff --git a/devel/oniguruma4/pkg-comment b/devel/oniguruma4/pkg-comment deleted file mode 100644 index 7297ffe16b52..000000000000 --- a/devel/oniguruma4/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A BSDL Regular Expressions library compatible with POSIX/GNU/Perl diff --git a/devel/oniguruma5/Makefile b/devel/oniguruma5/Makefile index 05c04e08d124..9944a5225405 100644 --- a/devel/oniguruma5/Makefile +++ b/devel/oniguruma5/Makefile @@ -14,6 +14,7 @@ DISTNAME=	onigd20030212  DIST_SUBDIR=	ruby  MAINTAINER=	knu@FreeBSD.org +COMMENT=	A BSDL Regular Expressions library compatible with POSIX/GNU/Perl  WRKSRC=		${WRKDIR}/${PORTNAME}  GNU_CONFIGURE=	yes diff --git a/devel/oniguruma5/pkg-comment b/devel/oniguruma5/pkg-comment deleted file mode 100644 index 7297ffe16b52..000000000000 --- a/devel/oniguruma5/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A BSDL Regular Expressions library compatible with POSIX/GNU/Perl diff --git a/devel/p4.el/Makefile b/devel/p4.el/Makefile index eae0671e94ff..2d5302ad96af 100644 --- a/devel/p4.el/Makefile +++ b/devel/p4.el/Makefile @@ -13,6 +13,7 @@ MASTER_SITE_SUBDIR=	p4el  EXTRACT_SUFX=	.tgz  MAINTAINER=	knu@FreeBSD.org +COMMENT=	Perforce-Emacs Integration  RUN_DEPENDS=	p4:${.CURDIR}/../perforce diff --git a/devel/p4.el/pkg-comment b/devel/p4.el/pkg-comment deleted file mode 100644 index 021752df8413..000000000000 --- a/devel/p4.el/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Perforce-Emacs Integration diff --git a/devel/p4db/Makefile b/devel/p4db/Makefile index e98828d38f82..9c30adc4d215 100644 --- a/devel/p4db/Makefile +++ b/devel/p4db/Makefile @@ -12,6 +12,7 @@ MASTER_SITES=	http://www.mydata.se/ftp/P4DB/  DISTNAME=	${PORTNAME:U}_${PORTVERSION}  MAINTAINER=	knu@FreeBSD.org +COMMENT=	Web/Perforce Browser  RUN_DEPENDS=	p4:${.CURDIR}/../perforce diff --git a/devel/p4db/pkg-comment b/devel/p4db/pkg-comment deleted file mode 100644 index ea95e653fcdc..000000000000 --- a/devel/p4db/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Web/Perforce Browser diff --git a/devel/ptl/Makefile b/devel/ptl/Makefile index 88c2ad84795b..276ed847df7e 100644 --- a/devel/ptl/Makefile +++ b/devel/ptl/Makefile @@ -14,6 +14,7 @@ MASTER_SITE_SUBDIR=	${PORTNAME:U}/${PORTNAME:U}2  DISTNAME=	${PORTNAME:U}-${PORTVERSION}  MAINTAINER=	knu@FreeBSD.org +COMMENT=	A user level multi-thread library based on POSIX 1003.1c API  BUILD_DEPENDS=	autoconf:${PORTSDIR}/devel/autoconf diff --git a/devel/ptl/pkg-comment b/devel/ptl/pkg-comment deleted file mode 100644 index 8eb6ab374582..000000000000 --- a/devel/ptl/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A user level multi-thread library based on POSIX 1003.1c API diff --git a/devel/rudiments/Makefile b/devel/rudiments/Makefile index a6ace6c42abc..ab252553b6d2 100644 --- a/devel/rudiments/Makefile +++ b/devel/rudiments/Makefile @@ -12,6 +12,7 @@ MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}  MASTER_SITE_SUBDIR=	${PORTNAME}  MAINTAINER=	knu@FreeBSD.org +COMMENT=	A utility C++ class library for daemons, clients, servers and more  USE_GMAKE=	yes  USE_AUTOCONF_VER=213 diff --git a/devel/rudiments/pkg-comment b/devel/rudiments/pkg-comment deleted file mode 100644 index 2f27a7aeb40e..000000000000 --- a/devel/rudiments/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A utility C++ class library for daemons, clients, servers and more diff --git a/devel/swig11/Makefile b/devel/swig11/Makefile index 0cbadc61ac55..8fb8ec4c27ed 100644 --- a/devel/swig11/Makefile +++ b/devel/swig11/Makefile @@ -16,6 +16,7 @@ MASTER_SITE_SUBDIR=	${PORTNAME}  DISTNAME=	${PORTNAME}${PORTVERSION}  MAINTAINER=	knu@FreeBSD.org +COMMENT=	Simplified Wrapper and Interface Generator  BUILD_DEPENDS=	${PYTHON_CMD}:${PYTHON_PORTSDIR} \  		${LOCALBASE}/bin/tclsh8.3:${PORTSDIR}/lang/tcl83 diff --git a/devel/swig11/pkg-comment b/devel/swig11/pkg-comment deleted file mode 100644 index ed782361d13a..000000000000 --- a/devel/swig11/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Simplified Wrapper and Interface Generator diff --git a/devel/swig13/Makefile b/devel/swig13/Makefile index 523541099e8d..1abe5a5c1bf6 100644 --- a/devel/swig13/Makefile +++ b/devel/swig13/Makefile @@ -12,6 +12,7 @@ MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}  MASTER_SITE_SUBDIR=	${PORTNAME}  MAINTAINER=	knu@FreeBSD.org +COMMENT=	Simplified Wrapper and Interface Generator  BUILD_DEPENDS=		autoconf:${PORTSDIR}/devel/autoconf diff --git a/devel/swig13/pkg-comment b/devel/swig13/pkg-comment deleted file mode 100644 index ed782361d13a..000000000000 --- a/devel/swig13/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Simplified Wrapper and Interface Generator diff --git a/devel/swig20/Makefile b/devel/swig20/Makefile index 523541099e8d..1abe5a5c1bf6 100644 --- a/devel/swig20/Makefile +++ b/devel/swig20/Makefile @@ -12,6 +12,7 @@ MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}  MASTER_SITE_SUBDIR=	${PORTNAME}  MAINTAINER=	knu@FreeBSD.org +COMMENT=	Simplified Wrapper and Interface Generator  BUILD_DEPENDS=		autoconf:${PORTSDIR}/devel/autoconf diff --git a/devel/swig20/pkg-comment b/devel/swig20/pkg-comment deleted file mode 100644 index ed782361d13a..000000000000 --- a/devel/swig20/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Simplified Wrapper and Interface Generator diff --git a/dns/dns_balance/Makefile b/dns/dns_balance/Makefile index 101d3f45f00a..d48be0982c29 100644 --- a/dns/dns_balance/Makefile +++ b/dns/dns_balance/Makefile @@ -12,6 +12,7 @@ MASTER_SITES=	http://www.netlab.is.tsukuba.ac.jp/~yokota/archive/  DISTNAME=	DNS-Balance-${PORTVERSION}  MAINTAINER=	knu@FreeBSD.org +COMMENT=	A dynamic load-balancing DNS server  USE_RUBY=	yes diff --git a/dns/dns_balance/pkg-comment b/dns/dns_balance/pkg-comment deleted file mode 100644 index 913087b4a9f2..000000000000 --- a/dns/dns_balance/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A dynamic load-balancing DNS server diff --git a/graphics/gdchart/Makefile b/graphics/gdchart/Makefile index 55776a120608..61c364a131f6 100644 --- a/graphics/gdchart/Makefile +++ b/graphics/gdchart/Makefile @@ -13,6 +13,7 @@ MASTER_SITES=	http://www.fred.net/brv/chart/ \  DISTNAME=	${PORTNAME}${PORTVERSION}dev  MAINTAINER=	knu@FreeBSD.org +COMMENT=	Easy to use, fast C API for creating charts and graphs  LIB_DEPENDS=	gd.4:${PORTSDIR}/graphics/gd2 \  		jpeg:${PORTSDIR}/graphics/jpeg \ diff --git a/graphics/gdchart/pkg-comment b/graphics/gdchart/pkg-comment deleted file mode 100644 index 994cff3855af..000000000000 --- a/graphics/gdchart/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Easy to use, fast C API for creating charts and graphs diff --git a/graphics/ming/Makefile b/graphics/ming/Makefile index f7301c85eaba..72ca8d765c3f 100644 --- a/graphics/ming/Makefile +++ b/graphics/ming/Makefile @@ -14,6 +14,7 @@ DISTFILES=	${DISTNAME}${EXTRACT_SUFX} ${PORTNAME}-examples${EXTRACT_SUFX}  EXTRACT_SUFX=	.tgz  MAINTAINER=	knu@FreeBSD.org +COMMENT=	LGPL'ed Flash 4/5 movie output library with many languages support  LIB_DEPENDS=	png.5:${PORTSDIR}/graphics/png \  		ungif.5:${PORTSDIR}/graphics/libungif diff --git a/graphics/ming/pkg-comment b/graphics/ming/pkg-comment deleted file mode 100644 index eabcbfeecd17..000000000000 --- a/graphics/ming/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -LGPL'ed Flash 4/5 movie output library with many languages support diff --git a/graphics/p5-ming/Makefile b/graphics/p5-ming/Makefile index a6b53d1958cd..95c049e98ee8 100644 --- a/graphics/p5-ming/Makefile +++ b/graphics/p5-ming/Makefile @@ -13,6 +13,7 @@ PKGNAMEPREFIX=	p5-  DISTFILES=	# none  MAINTAINER=	knu@FreeBSD.org +COMMENT=	Perl5 module for Ming which allows you to create Flash 4/5 movies  BUILD_DEPENDS=	${NONEXISTENT}:${PORTSDIR}/graphics/ming:patch  LIB_DEPENDS=	ming.3:${PORTSDIR}/graphics/ming diff --git a/graphics/p5-ming/pkg-comment b/graphics/p5-ming/pkg-comment deleted file mode 100644 index 499a35ad152a..000000000000 --- a/graphics/p5-ming/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Perl5 module for Ming which allows you to create Flash 4/5 movies diff --git a/graphics/py-ming/Makefile b/graphics/py-ming/Makefile index d231070dd867..22d0c04b9841 100644 --- a/graphics/py-ming/Makefile +++ b/graphics/py-ming/Makefile @@ -13,6 +13,7 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}  DISTFILES=	# none  MAINTAINER=	knu@FreeBSD.org +COMMENT=	Python module for Ming which allows you to create Flash 4/5 movies  BUILD_DEPENDS=	${NONEXISTENT}:${PORTSDIR}/graphics/ming:patch  LIB_DEPENDS=	ming.3:${PORTSDIR}/graphics/ming diff --git a/graphics/py-ming/pkg-comment b/graphics/py-ming/pkg-comment deleted file mode 100644 index a7e3ac08f2a6..000000000000 --- a/graphics/py-ming/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Python module for Ming which allows you to create Flash 4/5 movies diff --git a/irc/slirc/Makefile b/irc/slirc/Makefile index 8573b64dcfed..63576deb8ab4 100644 --- a/irc/slirc/Makefile +++ b/irc/slirc/Makefile @@ -13,6 +13,7 @@ MASTER_SITES=	http://www.megsinet.com/~stabro/  EXTRACT_SUFX=	.tgz  MAINTAINER=	knu@FreeBSD.org +COMMENT=	A SLang-based IRC client  LIB_DEPENDS=	${LIB_DEPENDS_LIBSLANG} diff --git a/irc/slirc/pkg-comment b/irc/slirc/pkg-comment deleted file mode 100644 index bf5e3c095116..000000000000 --- a/irc/slirc/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A SLang-based IRC client diff --git a/japanese/esecanna-module-vje25/Makefile b/japanese/esecanna-module-vje25/Makefile index 36e8deb56630..63a4cdca1203 100644 --- a/japanese/esecanna-module-vje25/Makefile +++ b/japanese/esecanna-module-vje25/Makefile @@ -14,6 +14,7 @@ MASTER_SITE_SUBDIR=	knu  DISTNAME=	${PORTNAME}_${PORTVERSION}  MAINTAINER=	knu@FreeBSD.org +COMMENT=	Esecanna module for VJE-Delta 2.5  RUN_DEPENDS=	${LOCALBASE}/sbin/esecannaserver:${PORTSDIR}/japanese/esecanna diff --git a/japanese/esecanna-module-vje25/pkg-comment b/japanese/esecanna-module-vje25/pkg-comment deleted file mode 100644 index 3d756bf7aa69..000000000000 --- a/japanese/esecanna-module-vje25/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Esecanna module for VJE-Delta 2.5 diff --git a/japanese/esecanna-module-vje30/Makefile b/japanese/esecanna-module-vje30/Makefile index 249cf3b4787f..a91e7c951ecc 100644 --- a/japanese/esecanna-module-vje30/Makefile +++ b/japanese/esecanna-module-vje30/Makefile @@ -14,6 +14,7 @@ MASTER_SITE_SUBDIR=	knu  DISTNAME=	${PORTNAME}_${PORTVERSION}  MAINTAINER=	knu@FreeBSD.org +COMMENT=	Esecanna module for VJE-Delta 3.0  RUN_DEPENDS=	${LOCALBASE}/sbin/esecannaserver:${PORTSDIR}/japanese/esecanna diff --git a/japanese/esecanna-module-vje30/pkg-comment b/japanese/esecanna-module-vje30/pkg-comment deleted file mode 100644 index 9a3048a97c36..000000000000 --- a/japanese/esecanna-module-vje30/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Esecanna module for VJE-Delta 3.0 diff --git a/japanese/esecanna-module-wnn6/Makefile b/japanese/esecanna-module-wnn6/Makefile index b7770cb784f0..97415678ad67 100644 --- a/japanese/esecanna-module-wnn6/Makefile +++ b/japanese/esecanna-module-wnn6/Makefile @@ -15,6 +15,7 @@ MASTER_SITE_SUBDIR=	knu  DISTNAME=	${PORTNAME}_${PORTVERSION}  MAINTAINER=	knu@FreeBSD.org +COMMENT=	Esecanna module for Wnn6  LIB_DEPENDS=	wnn6.2:${PORTSDIR}/japanese/Wnn6-lib  RUN_DEPENDS=	${LOCALBASE}/sbin/esecannaserver:${PORTSDIR}/japanese/esecanna diff --git a/japanese/esecanna-module-wnn6/pkg-comment b/japanese/esecanna-module-wnn6/pkg-comment deleted file mode 100644 index c3a6993e606e..000000000000 --- a/japanese/esecanna-module-wnn6/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Esecanna module for Wnn6 diff --git a/japanese/esecanna/Makefile b/japanese/esecanna/Makefile index 4b735bb86c9e..a8dcfd3d2283 100644 --- a/japanese/esecanna/Makefile +++ b/japanese/esecanna/Makefile @@ -14,6 +14,7 @@ MASTER_SITE_SUBDIR=	knu  DISTNAME=	${PORTNAME}_${PORTVERSION}  MAINTAINER=	knu@FreeBSD.org +COMMENT=	Pseudo cannaserver which wraps some other input engines  USE_REINPLACE=	yes  USE_AUTOCONF=	yes diff --git a/japanese/esecanna/pkg-comment b/japanese/esecanna/pkg-comment deleted file mode 100644 index f92dc0e8ad39..000000000000 --- a/japanese/esecanna/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Pseudo cannaserver which wraps some other input engines diff --git a/japanese/namazu2/Makefile b/japanese/namazu2/Makefile index 26ed4298a8ea..aa5f485b01f1 100644 --- a/japanese/namazu2/Makefile +++ b/japanese/namazu2/Makefile @@ -14,6 +14,7 @@ DISTFILES=	# empty  EXTRACT_ONLY=	# empty  MAINTAINER=	knu@FreeBSD.org +COMMENT=	Meta-port of Namazu and Japanese support modules  LIB_DEPENDS=	nmz.6:${PORTSDIR}/databases/namazu2  RUN_DEPENDS=	${PM_BASE}/${PERL_ARCH}/NKF.pm:${PORTSDIR}/japanese/p5-nkf \ diff --git a/japanese/namazu2/pkg-comment b/japanese/namazu2/pkg-comment deleted file mode 100644 index 640c06200b8c..000000000000 --- a/japanese/namazu2/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Meta-port of Namazu and Japanese support modules diff --git a/japanese/p5-Text-ChaSen/Makefile b/japanese/p5-Text-ChaSen/Makefile index 02ac0f8a6b7a..b875d6b7b3ec 100644 --- a/japanese/p5-Text-ChaSen/Makefile +++ b/japanese/p5-Text-ChaSen/Makefile @@ -12,6 +12,7 @@ MASTER_SITES=	http://chasen.aist-nara.ac.jp/stable/chasen/  DISTNAME=	chasen-${CHASEN_VERSION}  MAINTAINER=	knu@FreeBSD.org +COMMENT=	ChaSen library module for Perl5  LIB_DEPENDS=	chasen.0:${PORTSDIR}/japanese/chasen-base diff --git a/japanese/p5-Text-ChaSen/pkg-comment b/japanese/p5-Text-ChaSen/pkg-comment deleted file mode 100644 index 505736762cf3..000000000000 --- a/japanese/p5-Text-ChaSen/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -ChaSen library module for Perl5 diff --git a/japanese/p5-Text-Kakasi/Makefile b/japanese/p5-Text-Kakasi/Makefile index 7682d199835a..b1a973434064 100644 --- a/japanese/p5-Text-Kakasi/Makefile +++ b/japanese/p5-Text-Kakasi/Makefile @@ -12,6 +12,7 @@ CATEGORIES=	japanese perl5  MASTER_SITES=	http://www.daionet.gr.jp/~knok/kakasi/  MAINTAINER=	knu@FreeBSD.org +COMMENT=	Kakasi library module for Perl5  LIB_DEPENDS=	kakasi.3:${PORTSDIR}/japanese/kakasi diff --git a/japanese/p5-Text-Kakasi/pkg-comment b/japanese/p5-Text-Kakasi/pkg-comment deleted file mode 100644 index 64b4628860d1..000000000000 --- a/japanese/p5-Text-Kakasi/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Kakasi library module for Perl5 diff --git a/japanese/rbnamazu/Makefile b/japanese/rbnamazu/Makefile index 815a365cea3e..7eaf8de8e8be 100644 --- a/japanese/rbnamazu/Makefile +++ b/japanese/rbnamazu/Makefile @@ -12,6 +12,7 @@ MASTER_SITES=	ftp://ftp.namazu.org/pub/namazu/ruby/  DIST_SUBDIR=	ruby  MAINTAINER=	knu@FreeBSD.org +COMMENT=	A client of the "Namazu" full-text search engine written in Ruby  USE_RUBY=	yes  USE_RUBY_FEATURES=	optparse diff --git a/japanese/rbnamazu/pkg-comment b/japanese/rbnamazu/pkg-comment deleted file mode 100644 index 946476d26426..000000000000 --- a/japanese/rbnamazu/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A client of the "Namazu" full-text search engine written in Ruby diff --git a/japanese/rskkserv/Makefile b/japanese/rskkserv/Makefile index b525646e741d..c7253694658d 100644 --- a/japanese/rskkserv/Makefile +++ b/japanese/rskkserv/Makefile @@ -12,6 +12,7 @@ MASTER_SITES=	http://www.unixuser.org/~ysjj/rskkserv/  DIST_SUBDIR=	ruby  MAINTAINER=	knu@FreeBSD.org +COMMENT=	An alternative implementation of skkserv written in Ruby  RUN_DEPENDS=	${RUBY_SITEARCHLIBDIR}/tcpwrap.so:${PORTSDIR}/security/ruby-tcpwrap \  		${SKKJISYO_BASE}/${SKKJISYO}:${SKK_MASTERDIR} diff --git a/japanese/rskkserv/pkg-comment b/japanese/rskkserv/pkg-comment deleted file mode 100644 index 8ecf5b63d3b9..000000000000 --- a/japanese/rskkserv/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -An alternative implementation of skkserv written in Ruby diff --git a/japanese/vje30-trial/Makefile b/japanese/vje30-trial/Makefile index 58f22ace8e81..39c179af2dfd 100644 --- a/japanese/vje30-trial/Makefile +++ b/japanese/vje30-trial/Makefile @@ -16,6 +16,7 @@ EXTRACT_SUFX=	.tgz  DIST_SUBDIR=	vje30  MAINTAINER=	knu@FreeBSD.org +COMMENT=	Modern intelligent Japanese input engine (trial version)  LIB_DEPENDS=	c.3:${PORTSDIR}/misc/compat3x  #RUN_DEPENDS=	${LOCALBASE}/share/java/classes/jfc-1.1.1/swing.jar:${PORTSDIR}/java/jfc diff --git a/japanese/vje30-trial/pkg-comment b/japanese/vje30-trial/pkg-comment deleted file mode 100644 index d76118793057..000000000000 --- a/japanese/vje30-trial/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Modern intelligent Japanese input engine (trial version) diff --git a/japanese/vje30/Makefile b/japanese/vje30/Makefile index 4322ec719913..ab7fb12e20dd 100644 --- a/japanese/vje30/Makefile +++ b/japanese/vje30/Makefile @@ -20,6 +20,7 @@ DISTFILES=	${MAINDIST} \  DIST_SUBDIR=	vje30  MAINTAINER=	knu@FreeBSD.org +COMMENT=	Modern intelligent Japanese input engine (purchase version)  LIB_DEPENDS=	c.3:${PORTSDIR}/misc/compat3x  #RUN_DEPENDS=	${LOCALBASE}/share/java/classes/jfc-1.1.1/swing.jar:${PORTSDIR}/java/jfc diff --git a/japanese/vje30/pkg-comment b/japanese/vje30/pkg-comment deleted file mode 100644 index dd95c07666d1..000000000000 --- a/japanese/vje30/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Modern intelligent Japanese input engine (purchase version) diff --git a/japanese/xchat/Makefile b/japanese/xchat/Makefile index bfeedbc133c3..8331fc0a7ff3 100644 --- a/japanese/xchat/Makefile +++ b/japanese/xchat/Makefile @@ -8,6 +8,7 @@  CATEGORIES=	japanese  MAINTAINER=	knu@FreeBSD.org +COMMENT=	An X11 IRC client using the GTK+ toolkit, and optionally, GNOME  CONFIGURE_ARGS=	--enable-japanese-conv diff --git a/japanese/xyaku/Makefile b/japanese/xyaku/Makefile index 4857d58ae5a9..dd0b19834191 100644 --- a/japanese/xyaku/Makefile +++ b/japanese/xyaku/Makefile @@ -11,6 +11,7 @@ CATEGORIES=	japanese textproc  MASTER_SITES=	http://home.catv.ne.jp/pp/ginoue/software/xyaku/  MAINTAINER=	knu@FreeBSD.org +COMMENT=	A general dictionary/search engine front-end for X  RUN_DEPENDS=	${EDICT_FILE}:${PORTSDIR}/japanese/edict \  		${RUBY_SITEARCHLIBDIR}/eb.so:${PORTSDIR}/japanese/ruby-eb diff --git a/japanese/xyaku/pkg-comment b/japanese/xyaku/pkg-comment deleted file mode 100644 index 893b581009fd..000000000000 --- a/japanese/xyaku/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A general dictionary/search engine front-end for X diff --git a/net/dns_balance/Makefile b/net/dns_balance/Makefile index 101d3f45f00a..d48be0982c29 100644 --- a/net/dns_balance/Makefile +++ b/net/dns_balance/Makefile @@ -12,6 +12,7 @@ MASTER_SITES=	http://www.netlab.is.tsukuba.ac.jp/~yokota/archive/  DISTNAME=	DNS-Balance-${PORTVERSION}  MAINTAINER=	knu@FreeBSD.org +COMMENT=	A dynamic load-balancing DNS server  USE_RUBY=	yes diff --git a/net/dns_balance/pkg-comment b/net/dns_balance/pkg-comment deleted file mode 100644 index 913087b4a9f2..000000000000 --- a/net/dns_balance/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A dynamic load-balancing DNS server diff --git a/news/newsfetch/Makefile b/news/newsfetch/Makefile index 5c477e59a14a..0eac93810f6e 100644 --- a/news/newsfetch/Makefile +++ b/news/newsfetch/Makefile @@ -13,6 +13,7 @@ MASTER_SITES=	${MASTER_SITE_SUNSITE}  MASTER_SITE_SUBDIR=	system/news/readers  MAINTAINER=	knu@FreeBSD.org +COMMENT=	Download news articles from NNTP server  MAKE_ENV=	BINDIR="${PREFIX}/bin" MANDIR="${PREFIX}/man/man" diff --git a/news/newsfetch/pkg-comment b/news/newsfetch/pkg-comment deleted file mode 100644 index c9ef512168d0..000000000000 --- a/news/newsfetch/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Download news articles from NNTP server diff --git a/palm/jfconv/Makefile b/palm/jfconv/Makefile index d9c3b8a26551..42118a92ae38 100644 --- a/palm/jfconv/Makefile +++ b/palm/jfconv/Makefile @@ -15,6 +15,7 @@ DISTNAME=	jconv  EXTRACT_SUFX=	.tgz  MAINTAINER=	knu@FreeBSD.org +COMMENT=	Converts JFile database to CSV, and vice versa  ALL_TARGET=	# none diff --git a/palm/jfconv/pkg-comment b/palm/jfconv/pkg-comment deleted file mode 100644 index 53326e37aafa..000000000000 --- a/palm/jfconv/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Converts JFile database to CSV, and vice versa diff --git a/palm/mdbconv/Makefile b/palm/mdbconv/Makefile index be7feda4590c..0de8487742b1 100644 --- a/palm/mdbconv/Makefile +++ b/palm/mdbconv/Makefile @@ -12,6 +12,7 @@ MASTER_SITES=	http://www.handmark.com/downloads/  DISTNAME=	${PORTNAME}freebsd3x  MAINTAINER=	knu@FreeBSD.org +COMMENT=	Converts CSV to MobileDB database  NO_WRKSUBDIR=	yes diff --git a/palm/mdbconv/pkg-comment b/palm/mdbconv/pkg-comment deleted file mode 100644 index aee60e2bb850..000000000000 --- a/palm/mdbconv/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Converts CSV to MobileDB database diff --git a/ports-mgmt/portupgrade-devel/Makefile b/ports-mgmt/portupgrade-devel/Makefile index 3e6f1723a83d..5d28f599a2fe 100644 --- a/ports-mgmt/portupgrade-devel/Makefile +++ b/ports-mgmt/portupgrade-devel/Makefile @@ -24,6 +24,7 @@ PATCH_DIST_STRIP=	-p1  .endif  MAINTAINER=	knu@FreeBSD.org +COMMENT=	FreeBSD ports/packages administration and management tool suite  RUN_DEPENDS=	${RUBY_SITEARCHLIBDIR}/bdb1.so:${PORTSDIR}/databases/ruby-bdb1  # For PKG_DBDRIVER={bdb_btree,bdb_hash,bdb} diff --git a/ports-mgmt/portupgrade-devel/pkg-comment b/ports-mgmt/portupgrade-devel/pkg-comment deleted file mode 100644 index c14f5bb27f8f..000000000000 --- a/ports-mgmt/portupgrade-devel/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -FreeBSD ports/packages administration and management tool suite diff --git a/ports-mgmt/portupgrade/Makefile b/ports-mgmt/portupgrade/Makefile index 3e6f1723a83d..5d28f599a2fe 100644 --- a/ports-mgmt/portupgrade/Makefile +++ b/ports-mgmt/portupgrade/Makefile @@ -24,6 +24,7 @@ PATCH_DIST_STRIP=	-p1  .endif  MAINTAINER=	knu@FreeBSD.org +COMMENT=	FreeBSD ports/packages administration and management tool suite  RUN_DEPENDS=	${RUBY_SITEARCHLIBDIR}/bdb1.so:${PORTSDIR}/databases/ruby-bdb1  # For PKG_DBDRIVER={bdb_btree,bdb_hash,bdb} diff --git a/ports-mgmt/portupgrade/pkg-comment b/ports-mgmt/portupgrade/pkg-comment deleted file mode 100644 index c14f5bb27f8f..000000000000 --- a/ports-mgmt/portupgrade/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -FreeBSD ports/packages administration and management tool suite diff --git a/print/clibpdf/Makefile b/print/clibpdf/Makefile index 8bc26d07ca7f..0d9d1949f25c 100644 --- a/print/clibpdf/Makefile +++ b/print/clibpdf/Makefile @@ -12,6 +12,7 @@ MASTER_SITES=	http://www.fastio.com/  DISTNAME=	${PORTNAME}${PORTVERSION:S/.//g}  MAINTAINER=	knu@FreeBSD.org +COMMENT=	A library for creating PDF (Acrobat) files directly via C language programs  WRKSRC=		${WRKDIR}/ClibPDF/source diff --git a/print/clibpdf/pkg-comment b/print/clibpdf/pkg-comment deleted file mode 100644 index 2d3abc0a7fda..000000000000 --- a/print/clibpdf/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A library for creating PDF (Acrobat) files directly via C language programs diff --git a/shells/fd/Makefile b/shells/fd/Makefile index 9e369fb6b930..79e6092d76e5 100644 --- a/shells/fd/Makefile +++ b/shells/fd/Makefile @@ -13,6 +13,7 @@ MASTER_SITES=	http://hp.vector.co.jp/authors/VA012337/soft/fd/ \  DISTNAME=	FD-${PORTVERSION}  MAINTAINER=	knu@FreeBSD.org +COMMENT=	A CUI-based file and directory management tool  USE_REINPLACE=	yes diff --git a/shells/fd/pkg-comment b/shells/fd/pkg-comment deleted file mode 100644 index b392fa1c2d77..000000000000 --- a/shells/fd/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A CUI-based file and directory management tool diff --git a/sysutils/libchk/Makefile b/sysutils/libchk/Makefile index 9286a368c98d..20d46ba4b520 100644 --- a/sysutils/libchk/Makefile +++ b/sysutils/libchk/Makefile @@ -13,6 +13,7 @@ MASTER_SITES=	ftp://ftp.iDaemons.org/pub/distfiles/ \  MASTER_SITE_SUBDIR=	knu  MAINTAINER=	knu@FreeBSD.org +COMMENT=	A tool to check shared library links  USE_BZIP2=	yes  USE_RUBY=	yes diff --git a/sysutils/libchk/pkg-comment b/sysutils/libchk/pkg-comment deleted file mode 100644 index a9d81f51b609..000000000000 --- a/sysutils/libchk/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A tool to check shared library links diff --git a/sysutils/pdumpfs/Makefile b/sysutils/pdumpfs/Makefile index 60bec779dc57..14e1889d8c3c 100644 --- a/sysutils/pdumpfs/Makefile +++ b/sysutils/pdumpfs/Makefile @@ -11,6 +11,7 @@ CATEGORIES=	sysutils  MASTER_SITES=	http://namazu.org/~satoru/pdumpfs/  MAINTAINER=	knu@FreeBSD.org +COMMENT=	A daily backup system similar to Plan9's dumpfs  USE_RUBY=	yes diff --git a/sysutils/pdumpfs/pkg-comment b/sysutils/pdumpfs/pkg-comment deleted file mode 100644 index afbd4ef7c9a0..000000000000 --- a/sysutils/pdumpfs/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A daily backup system similar to Plan9's dumpfs diff --git a/sysutils/portupgrade-devel/Makefile b/sysutils/portupgrade-devel/Makefile index 3e6f1723a83d..5d28f599a2fe 100644 --- a/sysutils/portupgrade-devel/Makefile +++ b/sysutils/portupgrade-devel/Makefile @@ -24,6 +24,7 @@ PATCH_DIST_STRIP=	-p1  .endif  MAINTAINER=	knu@FreeBSD.org +COMMENT=	FreeBSD ports/packages administration and management tool suite  RUN_DEPENDS=	${RUBY_SITEARCHLIBDIR}/bdb1.so:${PORTSDIR}/databases/ruby-bdb1  # For PKG_DBDRIVER={bdb_btree,bdb_hash,bdb} diff --git a/sysutils/portupgrade-devel/pkg-comment b/sysutils/portupgrade-devel/pkg-comment deleted file mode 100644 index c14f5bb27f8f..000000000000 --- a/sysutils/portupgrade-devel/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -FreeBSD ports/packages administration and management tool suite diff --git a/sysutils/portupgrade/Makefile b/sysutils/portupgrade/Makefile index 3e6f1723a83d..5d28f599a2fe 100644 --- a/sysutils/portupgrade/Makefile +++ b/sysutils/portupgrade/Makefile @@ -24,6 +24,7 @@ PATCH_DIST_STRIP=	-p1  .endif  MAINTAINER=	knu@FreeBSD.org +COMMENT=	FreeBSD ports/packages administration and management tool suite  RUN_DEPENDS=	${RUBY_SITEARCHLIBDIR}/bdb1.so:${PORTSDIR}/databases/ruby-bdb1  # For PKG_DBDRIVER={bdb_btree,bdb_hash,bdb} diff --git a/sysutils/portupgrade/pkg-comment b/sysutils/portupgrade/pkg-comment deleted file mode 100644 index c14f5bb27f8f..000000000000 --- a/sysutils/portupgrade/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -FreeBSD ports/packages administration and management tool suite diff --git a/sysutils/rlogview/Makefile b/sysutils/rlogview/Makefile index 2f4bbcb2bb7f..f5c118860538 100644 --- a/sysutils/rlogview/Makefile +++ b/sysutils/rlogview/Makefile @@ -15,6 +15,7 @@ EXTRACT_SUFX=	.tgz  DIST_SUBDIR=	ruby  MAINTAINER=	knu@FreeBSD.org +COMMENT=	A Ruby/GTK graphical log viewer for log4r  RUN_DEPENDS=	${RUBY_SITELIBDIR}/log4r.rb:${PORTSDIR}/sysutils/ruby-log4r \  		${RUBY_SITEARCHLIBDIR}/gtk.so:${PORTSDIR}/x11-toolkits/ruby-gtk \ diff --git a/sysutils/rlogview/pkg-comment b/sysutils/rlogview/pkg-comment deleted file mode 100644 index b3122b27406a..000000000000 --- a/sysutils/rlogview/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A Ruby/GTK graphical log viewer for log4r diff --git a/textproc/gdome2/Makefile b/textproc/gdome2/Makefile index d3165ba2255b..dc6e9b1b9033 100644 --- a/textproc/gdome2/Makefile +++ b/textproc/gdome2/Makefile @@ -11,6 +11,7 @@ CATEGORIES=	textproc  MASTER_SITES=	http://gdome2.cs.unibo.it/tarball/  MAINTAINER=	knu@FreeBSD.org +COMMENT=	Gnome DOM Engine  LIB_DEPENDS=	xml2.5:${PORTSDIR}/textproc/libxml2 diff --git a/textproc/gdome2/pkg-comment b/textproc/gdome2/pkg-comment deleted file mode 100644 index 18ea4bd21496..000000000000 --- a/textproc/gdome2/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Gnome DOM Engine diff --git a/textproc/p5-Search-Saryer/Makefile b/textproc/p5-Search-Saryer/Makefile index ab9153b9220c..c08ad8b5616f 100644 --- a/textproc/p5-Search-Saryer/Makefile +++ b/textproc/p5-Search-Saryer/Makefile @@ -12,6 +12,7 @@ MASTER_SITES=	ftp://ftp.namazu.org/sary/perl/  PKGNAMEPREFIX=	p5-  MAINTAINER=	knu@FreeBSD.org +COMMENT=	Perl interface to the Sary library  LIB_DEPENDS=	sary.8:${PORTSDIR}/textproc/sary diff --git a/textproc/p5-Search-Saryer/pkg-comment b/textproc/p5-Search-Saryer/pkg-comment deleted file mode 100644 index 505ea7d7ffed..000000000000 --- a/textproc/p5-Search-Saryer/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Perl interface to the Sary library diff --git a/textproc/sary/Makefile b/textproc/sary/Makefile index 098f3b3d9bef..b6e4066f465f 100644 --- a/textproc/sary/Makefile +++ b/textproc/sary/Makefile @@ -11,6 +11,7 @@ CATEGORIES=	textproc  MASTER_SITES=	http://sary.namazu.org/stable/  MAINTAINER=	knu@FreeBSD.org +COMMENT=	A suffix array library and tools, which provide fast full-text search  USE_GNOMENG=	yes  USE_GNOME=	glib12 gnomehack diff --git a/textproc/sary/pkg-comment b/textproc/sary/pkg-comment deleted file mode 100644 index cd1787cc51ab..000000000000 --- a/textproc/sary/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A suffix array library and tools, which provide fast full-text search diff --git a/www/netscape-wrapper/Makefile b/www/netscape-wrapper/Makefile index 9756663997eb..a4dd46130815 100644 --- a/www/netscape-wrapper/Makefile +++ b/www/netscape-wrapper/Makefile @@ -12,6 +12,7 @@ MASTER_SITES=	# none  DISTFILES=	# none  MAINTAINER=	knu@FreeBSD.org +COMMENT=	Netscape wrapper to avoid multiple invocation and more  RUN_DEPENDS=	netscape-remote:${PORTSDIR}/www/netscape-remote diff --git a/www/netscape-wrapper/pkg-comment b/www/netscape-wrapper/pkg-comment deleted file mode 100644 index f279514425b1..000000000000 --- a/www/netscape-wrapper/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Netscape wrapper to avoid multiple invocation and more  | 
