From fc9a4154bd18ef4ecb13eea12394dd00397d0e7e Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 16 Feb 2001 13:15:24 +0000 Subject: Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. --- archivers/arc/Makefile | 3 ++- archivers/arc/pkg/COMMENT | 1 - archivers/bunzip/Makefile | 3 ++- archivers/bunzip/pkg/COMMENT | 1 - archivers/bzip2/Makefile | 3 ++- archivers/bzip2/pkg/COMMENT | 1 - archivers/fastjar/Makefile | 3 ++- archivers/fastjar/pkg/COMMENT | 1 - archivers/freeze/Makefile | 3 ++- archivers/freeze/pkg/COMMENT | 1 - archivers/gcpio/Makefile | 3 ++- archivers/gcpio/pkg/COMMENT | 1 - archivers/gsharutils/Makefile | 3 ++- archivers/gsharutils/pkg/COMMENT | 1 - archivers/gtar-base/Makefile | 3 ++- archivers/gtar-base/pkg/COMMENT | 1 - archivers/gtar-info/Makefile | 3 ++- archivers/gtar-info/pkg/COMMENT | 1 - archivers/gtar/Makefile | 3 ++- archivers/gtar/pkg/COMMENT | 1 - archivers/gzip-base/Makefile | 3 ++- archivers/gzip-base/pkg/COMMENT | 1 - archivers/gzip-info/Makefile | 3 ++- archivers/gzip-info/pkg/COMMENT | 1 - archivers/gzip/Makefile | 3 ++- archivers/gzip/pkg/COMMENT | 1 - archivers/ha/Makefile | 3 ++- archivers/ha/pkg/COMMENT | 1 - archivers/hpack/Makefile | 3 ++- archivers/hpack/pkg/COMMENT | 1 - archivers/lha/Makefile | 3 ++- archivers/lha/pkg/COMMENT | 1 - archivers/liblzo/Makefile | 3 ++- archivers/liblzo/pkg/COMMENT | 1 - archivers/lzop/Makefile | 3 ++- archivers/lzop/pkg/COMMENT | 1 - archivers/macutil/Makefile | 3 ++- archivers/macutil/pkg/COMMENT | 1 - archivers/ppunpack/Makefile | 3 ++- archivers/ppunpack/pkg/COMMENT | 1 - archivers/rar/Makefile | 3 ++- archivers/rar/pkg/COMMENT | 1 - archivers/squsq/Makefile | 3 ++- archivers/squsq/pkg/COMMENT | 1 - archivers/unace/Makefile | 3 ++- archivers/unace/pkg/COMMENT | 1 - archivers/unarj/Makefile | 3 ++- archivers/unarj/pkg/COMMENT | 1 - archivers/undms/Makefile | 3 ++- archivers/undms/pkg/COMMENT | 1 - archivers/unlzx/Makefile | 3 ++- archivers/unlzx/pkg/COMMENT | 1 - archivers/unrar/Makefile | 3 ++- archivers/unrar/pkg/COMMENT | 1 - archivers/unzip/Makefile | 3 ++- archivers/unzip/pkg/COMMENT | 1 - archivers/xbin/Makefile | 3 ++- archivers/xbin/pkg/COMMENT | 1 - archivers/zip/Makefile | 3 ++- archivers/zip/pkg/COMMENT | 1 - archivers/zip1/Makefile | 3 ++- archivers/zip1/pkg/COMMENT | 1 - archivers/zoo/Makefile | 3 ++- archivers/zoo/pkg/COMMENT | 1 - 64 files changed, 64 insertions(+), 64 deletions(-) delete mode 100644 archivers/arc/pkg/COMMENT delete mode 100644 archivers/bunzip/pkg/COMMENT delete mode 100644 archivers/bzip2/pkg/COMMENT delete mode 100644 archivers/fastjar/pkg/COMMENT delete mode 100644 archivers/freeze/pkg/COMMENT delete mode 100644 archivers/gcpio/pkg/COMMENT delete mode 100644 archivers/gsharutils/pkg/COMMENT delete mode 100644 archivers/gtar-base/pkg/COMMENT delete mode 100644 archivers/gtar-info/pkg/COMMENT delete mode 100644 archivers/gtar/pkg/COMMENT delete mode 100644 archivers/gzip-base/pkg/COMMENT delete mode 100644 archivers/gzip-info/pkg/COMMENT delete mode 100644 archivers/gzip/pkg/COMMENT delete mode 100644 archivers/ha/pkg/COMMENT delete mode 100644 archivers/hpack/pkg/COMMENT delete mode 100644 archivers/lha/pkg/COMMENT delete mode 100644 archivers/liblzo/pkg/COMMENT delete mode 100644 archivers/lzop/pkg/COMMENT delete mode 100644 archivers/macutil/pkg/COMMENT delete mode 100644 archivers/ppunpack/pkg/COMMENT delete mode 100644 archivers/rar/pkg/COMMENT delete mode 100644 archivers/squsq/pkg/COMMENT delete mode 100644 archivers/unace/pkg/COMMENT delete mode 100644 archivers/unarj/pkg/COMMENT delete mode 100644 archivers/undms/pkg/COMMENT delete mode 100644 archivers/unlzx/pkg/COMMENT delete mode 100644 archivers/unrar/pkg/COMMENT delete mode 100644 archivers/unzip/pkg/COMMENT delete mode 100644 archivers/xbin/pkg/COMMENT delete mode 100644 archivers/zip/pkg/COMMENT delete mode 100644 archivers/zip1/pkg/COMMENT delete mode 100644 archivers/zoo/pkg/COMMENT diff --git a/archivers/arc/Makefile b/archivers/arc/Makefile index fed07bbc1f7..e43b4ed076c 100644 --- a/archivers/arc/Makefile +++ b/archivers/arc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1999/05/24 17:26:03 tv Exp $ +# $NetBSD: Makefile,v 1.8 2001/02/16 13:15:24 wiz Exp $ # FreeBSD Id: Makefile,v 1.7 1997/08/10 22:31:09 fenner Exp # @@ -9,6 +9,7 @@ MASTER_SITES= ftp://ftp.kiarchive.ru/pub/unix/arcers/ EXTRACT_SUFX= .tar.Z MAINTAINER= packages@netbsd.org +COMMENT= Create & extract files from DOS .ARC files NO_WRKSUBDIR= yes diff --git a/archivers/arc/pkg/COMMENT b/archivers/arc/pkg/COMMENT deleted file mode 100644 index a55247be774..00000000000 --- a/archivers/arc/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Create & extract files from DOS .ARC files diff --git a/archivers/bunzip/Makefile b/archivers/bunzip/Makefile index 293a97f842f..60c41af466d 100644 --- a/archivers/bunzip/Makefile +++ b/archivers/bunzip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/05/23 20:55:29 tv Exp $ +# $NetBSD: Makefile,v 1.2 2001/02/16 13:15:24 wiz Exp $ DISTNAME= bunzip021.c PKGNAME= bunzip-0.21 @@ -8,6 +8,7 @@ EXTRACT_SUFX= .gz MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.muraroa.demon.co.uk/ +COMMENT= Decompressor for bzip .bz files NO_WRKSUBDIR= EXTRACT_CMD= ${GZCAT} ${DOWNLOADED_DISTFILE} >${DISTNAME} diff --git a/archivers/bunzip/pkg/COMMENT b/archivers/bunzip/pkg/COMMENT deleted file mode 100644 index 74ce8cda8d2..00000000000 --- a/archivers/bunzip/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Decompressor for bzip .bz files diff --git a/archivers/bzip2/Makefile b/archivers/bzip2/Makefile index 002eeebd11e..cc429189d5e 100644 --- a/archivers/bzip2/Makefile +++ b/archivers/bzip2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2001/01/11 10:49:58 tron Exp $ +# $NetBSD: Makefile,v 1.15 2001/02/16 13:15:25 wiz Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1997/11/20 08:18:40 tg Exp # @@ -9,6 +9,7 @@ MASTER_SITES= http://www.muraroa.demon.co.uk/ \ MAINTAINER= packages@netbsd.org HOMEPAGE= http://sourceware.cygnus.com/bzip2/index.html +COMMENT= Block-sorting file compressor .if exists(/usr/bin/bzip2) IGNORE= "${PKGNAME} is part of your ${OPSYS} distribution" diff --git a/archivers/bzip2/pkg/COMMENT b/archivers/bzip2/pkg/COMMENT deleted file mode 100644 index db02c0679cb..00000000000 --- a/archivers/bzip2/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Block-sorting file compressor diff --git a/archivers/fastjar/Makefile b/archivers/fastjar/Makefile index 9bcf72a8daa..a506c161e85 100644 --- a/archivers/fastjar/Makefile +++ b/archivers/fastjar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2000/11/11 14:50:57 tron Exp $ +# $NetBSD: Makefile,v 1.3 2001/02/16 13:15:26 wiz Exp $ # DISTNAME= fastjar-0.90 @@ -8,6 +8,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= packages@netbsd.org HOMEPAGE= http://fastjar.sourceforge.net/ +COMMENT= C language version of the 'jar' archiver normally used by Java GNU_CONFIGURE= YES diff --git a/archivers/fastjar/pkg/COMMENT b/archivers/fastjar/pkg/COMMENT deleted file mode 100644 index 303113ff860..00000000000 --- a/archivers/fastjar/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -C language version of the 'jar' archiver normally used by Java diff --git a/archivers/freeze/Makefile b/archivers/freeze/Makefile index 509083e27ea..e6fa6d8e03b 100644 --- a/archivers/freeze/Makefile +++ b/archivers/freeze/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.5 1999/05/22 21:29:13 tv Exp $ +# $NetBSD: Makefile,v 1.6 2001/02/16 13:15:26 wiz Exp $ DISTNAME= freeze-2.5 CATEGORIES= archivers MASTER_SITES= ftp://ftp.cdrom.com/pub/unixfreeware/archive/ MAINTAINER= packages@netbsd.org +COMMENT= FREEZE / MELT compression program - often used in QNX GNU_CONFIGURE= yes ALL_TARGET= prog diff --git a/archivers/freeze/pkg/COMMENT b/archivers/freeze/pkg/COMMENT deleted file mode 100644 index 3424c91de49..00000000000 --- a/archivers/freeze/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -FREEZE / MELT compression program - often used in QNX diff --git a/archivers/gcpio/Makefile b/archivers/gcpio/Makefile index 041f929590b..9bff12d9d95 100644 --- a/archivers/gcpio/Makefile +++ b/archivers/gcpio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 1999/04/14 21:39:01 tron Exp $ +# $NetBSD: Makefile,v 1.11 2001/02/16 13:15:27 wiz Exp $ # DISTNAME= cpio-2.4.2 @@ -8,6 +8,7 @@ MASTER_SITES= ${MASTER_SITE_GNU:=cpio/} MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gnu.org/software/cpio/cpio.html +COMMENT= GNU copy-in/out (cpio) with remote magnetic tape (rmt) support GNU_CONFIGURE= yes CONFIGURE_ARGS= --program-prefix=g diff --git a/archivers/gcpio/pkg/COMMENT b/archivers/gcpio/pkg/COMMENT deleted file mode 100644 index 8848cead05d..00000000000 --- a/archivers/gcpio/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -GNU copy-in/out (cpio) with remote magnetic tape (rmt) support diff --git a/archivers/gsharutils/Makefile b/archivers/gsharutils/Makefile index ad5a046e5ce..7da9823a0d1 100644 --- a/archivers/gsharutils/Makefile +++ b/archivers/gsharutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2000/11/02 02:35:14 itojun Exp $ +# $NetBSD: Makefile,v 1.6 2001/02/16 13:15:27 wiz Exp $ DISTNAME= sharutils-4.2.1 PKGNAME= g${DISTNAME} @@ -7,6 +7,7 @@ MASTER_SITES= ${MASTER_SITE_GNU:=sharutils/} MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gnu.org/software/sharutils/sharutils.html +COMMENT= Allow packing and unpacking of shell archives BUILD_DEPENDS+= msgfmt:../../devel/gettext diff --git a/archivers/gsharutils/pkg/COMMENT b/archivers/gsharutils/pkg/COMMENT deleted file mode 100644 index a7764ea9b17..00000000000 --- a/archivers/gsharutils/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Allow packing and unpacking of shell archives diff --git a/archivers/gtar-base/Makefile b/archivers/gtar-base/Makefile index 6d05b38156d..de074ac55ae 100644 --- a/archivers/gtar-base/Makefile +++ b/archivers/gtar-base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 1999/09/18 15:07:29 kim Exp $ +# $NetBSD: Makefile,v 1.15 2001/02/16 13:15:28 wiz Exp $ # DISTNAME= tar-1.12 @@ -9,6 +9,7 @@ EXTRACT_SUFX= .shar.gz MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gnu.org/software/tar/tar.html +COMMENT= The GNU tape archiver with remote magnetic tape support EXTRACT_CMD= ${DECOMPRESS_CMD} ${DOWNLOADED_DISTFILE} | ${SH} diff --git a/archivers/gtar-base/pkg/COMMENT b/archivers/gtar-base/pkg/COMMENT deleted file mode 100644 index c278b99f4dc..00000000000 --- a/archivers/gtar-base/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -The GNU tape archiver with remote magnetic tape support diff --git a/archivers/gtar-info/Makefile b/archivers/gtar-info/Makefile index 3e5c0db6fc2..78f2c526a0b 100644 --- a/archivers/gtar-info/Makefile +++ b/archivers/gtar-info/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1999/09/19 19:11:32 kim Exp $ +# $NetBSD: Makefile,v 1.3 2001/02/16 13:15:29 wiz Exp $ # DISTNAME= tar-1.12 @@ -9,6 +9,7 @@ EXTRACT_SUFX= .shar.gz MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gnu.org/software/tar/tar.html +COMMENT= Info format documentation for the GNU tape archiver EXTRACT_CMD= ${DECOMPRESS_CMD} ${DOWNLOADED_DISTFILE} | ${SH} diff --git a/archivers/gtar-info/pkg/COMMENT b/archivers/gtar-info/pkg/COMMENT deleted file mode 100644 index 9a54c9b2e5c..00000000000 --- a/archivers/gtar-info/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Info format documentation for the GNU tape archiver diff --git a/archivers/gtar/Makefile b/archivers/gtar/Makefile index d0ad34cd8ce..335c65e8b27 100644 --- a/archivers/gtar/Makefile +++ b/archivers/gtar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 1999/09/18 15:23:42 kim Exp $ +# $NetBSD: Makefile,v 1.14 2001/02/16 13:15:28 wiz Exp $ # DISTNAME= gtar-1.12 @@ -8,6 +8,7 @@ DISTFILES= # empty MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gnu.org/software/tar/tar.html +COMMENT= The ''meta-package" for the GNU tape archiver (tar) DEPENDS+= gtar-base-1.12:../../archivers/gtar-base DEPENDS+= gtar-info-1.12:../../archivers/gtar-info diff --git a/archivers/gtar/pkg/COMMENT b/archivers/gtar/pkg/COMMENT deleted file mode 100644 index 2a9fa0e54a9..00000000000 --- a/archivers/gtar/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -The "meta-package" for the GNU tape archiver (tar) diff --git a/archivers/gzip-base/Makefile b/archivers/gzip-base/Makefile index 919cb17eade..313fbcd2631 100644 --- a/archivers/gzip-base/Makefile +++ b/archivers/gzip-base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2001/01/10 11:59:29 tron Exp $ +# $NetBSD: Makefile,v 1.7 2001/02/16 13:15:30 wiz Exp $ DISTNAME= gzip-1.2.4a PKGNAME= gzip-base-1.2.4a @@ -8,6 +8,7 @@ EXTRACT_SUFX= .shar MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gnu.org/software/gzip/gzip.html +COMMENT= Compress or expand files EXTRACT_CMD= ${SH} ${DOWNLOADED_DISTFILE} diff --git a/archivers/gzip-base/pkg/COMMENT b/archivers/gzip-base/pkg/COMMENT deleted file mode 100644 index d1f55ed771d..00000000000 --- a/archivers/gzip-base/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Compress or expand files diff --git a/archivers/gzip-info/Makefile b/archivers/gzip-info/Makefile index 29ad9754019..0d4ea161252 100644 --- a/archivers/gzip-info/Makefile +++ b/archivers/gzip-info/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2001/01/10 11:59:29 tron Exp $ +# $NetBSD: Makefile,v 1.6 2001/02/16 13:15:31 wiz Exp $ DISTNAME= gzip-1.2.4a PKGNAME= gzip-info-1.2.4a @@ -8,6 +8,7 @@ EXTRACT_SUFX= .shar MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gnu.org/software/gzip/gzip.html +COMMENT= Info format documentation for the GZIP utility EXTRACT_CMD= ${SH} ${DOWNLOADED_DISTFILE} diff --git a/archivers/gzip-info/pkg/COMMENT b/archivers/gzip-info/pkg/COMMENT deleted file mode 100644 index b75716c7abd..00000000000 --- a/archivers/gzip-info/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Info format documentation for the GZIP utility diff --git a/archivers/gzip/Makefile b/archivers/gzip/Makefile index 46a9a65cbde..d9a00150a39 100644 --- a/archivers/gzip/Makefile +++ b/archivers/gzip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/01/10 11:57:50 tron Exp $ +# $NetBSD: Makefile,v 1.4 2001/02/16 13:15:29 wiz Exp $ DISTNAME= gzip-1.2.4a CATEGORIES= archivers @@ -7,6 +7,7 @@ DISTFILES= # empty MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gnu.org/software/gzip/gzip.html +COMMENT= The ''meta-package" for the GZIP compression utility DEPENDS+= gzip-base-1.2.4a:../../archivers/gzip-base DEPENDS+= gzip-info-1.2.4a:../../archivers/gzip-info diff --git a/archivers/gzip/pkg/COMMENT b/archivers/gzip/pkg/COMMENT deleted file mode 100644 index b8f2555ce70..00000000000 --- a/archivers/gzip/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -The "meta-package" for the GZIP compression utility diff --git a/archivers/ha/Makefile b/archivers/ha/Makefile index c3ebc07806b..4a5d38b1d5f 100644 --- a/archivers/ha/Makefile +++ b/archivers/ha/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1998/06/10 08:02:08 agc Exp $ +# $NetBSD: Makefile,v 1.7 2001/02/16 13:15:31 wiz Exp $ # FreeBSD Id: Makefile,v 1.9 1997/08/10 22:31:19 fenner Exp # @@ -9,6 +9,7 @@ MASTER_SITES= ftp://ftp.kiarchive.ru/pub/unix/arcers/ EXTRACT_SUFX= .tgz MAINTAINER= packages@netbsd.org +COMMENT= The HA archiver using the HSC compression method NO_WRKSUBDIR= yes MAKEFILE= makefile.nix diff --git a/archivers/ha/pkg/COMMENT b/archivers/ha/pkg/COMMENT deleted file mode 100644 index 2f3d0100db2..00000000000 --- a/archivers/ha/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -The HA archiver using the HSC compression method diff --git a/archivers/hpack/Makefile b/archivers/hpack/Makefile index 3e457718728..531bc6ef525 100644 --- a/archivers/hpack/Makefile +++ b/archivers/hpack/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2000/09/26 19:59:53 fredb Exp $ +# $NetBSD: Makefile,v 1.8 2001/02/16 13:15:32 wiz Exp $ DISTNAME= hpack79${USE_RSAREF2:S/YES/u/:C/[^u]*//g}src PKGNAME= hpack-0.79 @@ -6,6 +6,7 @@ CATEGORIES= archivers MASTER_SITES= ftp://src.doc.ic.ac.uk/packages/hpack/ MAINTAINER= packages@netbsd.org +COMMENT= Multi-System Archiver with open keys PGP-based security CRYPTO= yes NO_WRKSUBDIR= yes diff --git a/archivers/hpack/pkg/COMMENT b/archivers/hpack/pkg/COMMENT deleted file mode 100644 index 0e6df858405..00000000000 --- a/archivers/hpack/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Multi-System Archiver with open keys PGP-based security diff --git a/archivers/lha/Makefile b/archivers/lha/Makefile index 71af9c4f75b..cd48e78e7b8 100644 --- a/archivers/lha/Makefile +++ b/archivers/lha/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 1999/11/30 01:54:05 sakamoto Exp $ +# $NetBSD: Makefile,v 1.9 2001/02/16 13:15:32 wiz Exp $ DISTNAME= lha-114f CATEGORIES= archivers @@ -6,6 +6,7 @@ MASTER_SITES= http://www2m.biglobe.ne.jp/~dolphin/lha/prog/ \ ftp://ftp.win.ne.jp/pub/misc/ MAINTAINER= packages@netbsd.org +COMMENT= Archive files using LZW compression (.lzh files) MAKE_FLAGS= MAKE="${MAKE}" CC="${CC}" OPTIMIZE="${CFLAGS}" \ MACHINE="-DSYSTIME_HAS_NO_TM -DTIMELOCAL -DUSESTRCASECMP -DSYSV_SYSTEM_DIR" \ diff --git a/archivers/lha/pkg/COMMENT b/archivers/lha/pkg/COMMENT deleted file mode 100644 index 7333fab13f2..00000000000 --- a/archivers/lha/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Archive files using LZW compression (.lzh files) diff --git a/archivers/liblzo/Makefile b/archivers/liblzo/Makefile index d35a51f1dfd..1b50602bf71 100644 --- a/archivers/liblzo/Makefile +++ b/archivers/liblzo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2000/06/09 06:54:51 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2001/02/16 13:15:33 wiz Exp $ # DISTNAME= lzo-1.06 @@ -11,6 +11,7 @@ MASTER_SITES= http://wildsau.idv.uni-linz.ac.at/mfx/lzo-download/ \ MAINTAINER= rh@netbsd.org HOMEPAGE= http://wildsau.idv.uni-linz.ac.at/mfx/lzo.html +COMMENT= Portable lossless data compression library written in ANSI C GNU_CONFIGURE= # defined USE_LIBTOOL= # defined diff --git a/archivers/liblzo/pkg/COMMENT b/archivers/liblzo/pkg/COMMENT deleted file mode 100644 index d2f7effccf3..00000000000 --- a/archivers/liblzo/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Portable lossless data compression library written in ANSI C diff --git a/archivers/lzop/Makefile b/archivers/lzop/Makefile index 36ee6297656..b676b5995d4 100644 --- a/archivers/lzop/Makefile +++ b/archivers/lzop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1999/12/22 19:44:49 rh Exp $ +# $NetBSD: Makefile,v 1.3 2001/02/16 13:15:33 wiz Exp $ # DISTNAME= lzop-1.00 @@ -7,6 +7,7 @@ MASTER_SITES= http://wildsau.idv.uni-linz.ac.at/mfx/lzo-download/ MAINTAINER= packages@netbsd.org HOMEPAGE= http://wildsau.idv.uni-linz.ac.at/mfx/lzop.html +COMMENT= Fast file compressor similar to gzip, using the LZO library DEPENDS= liblzo-*:../../archivers/liblzo diff --git a/archivers/lzop/pkg/COMMENT b/archivers/lzop/pkg/COMMENT deleted file mode 100644 index f8e83d3734b..00000000000 --- a/archivers/lzop/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Fast file compressor similar to gzip, using the LZO library diff --git a/archivers/macutil/Makefile b/archivers/macutil/Makefile index 6374135c8a2..44f6d42409c 100644 --- a/archivers/macutil/Makefile +++ b/archivers/macutil/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 1999/04/01 14:07:52 agc Exp $ +# $NetBSD: Makefile,v 1.9 2001/02/16 13:15:34 wiz Exp $ DISTNAME= macutil2.0b3 PKGNAME= macutil-2.0b3 @@ -7,6 +7,7 @@ MASTER_SITES= ftp://ftp.cwi.nl/pub/dik/ EXTRACT_SUFX= .shar.Z MAINTAINER= mycroft@NetBSD.ORG +COMMENT= Create & extract Mac archive files MAKEFILE= makefile EXTRACT_CMD= ${GZCAT} ${DOWNLOADED_DISTFILE} | ${SH} diff --git a/archivers/macutil/pkg/COMMENT b/archivers/macutil/pkg/COMMENT deleted file mode 100644 index 6244f0f9419..00000000000 --- a/archivers/macutil/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Create & extract Mac archive files diff --git a/archivers/ppunpack/Makefile b/archivers/ppunpack/Makefile index d5344aa88c3..86c61a1d141 100644 --- a/archivers/ppunpack/Makefile +++ b/archivers/ppunpack/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2000/01/15 01:36:59 tron Exp $ +# $NetBSD: Makefile,v 1.3 2001/02/16 13:15:35 wiz Exp $ DISTNAME= ppsmall-1.0 PKGNAME= ppunpack-1.0 @@ -8,6 +8,7 @@ MASTER_SITES= ftp://de.aminet.net/pub/aminet/misc/unix/ \ EXTRACT_SUFX= .tar.Z MAINTAINER= packages@netbsd.org +COMMENT= Decompresses Amiga PowerPacker files WRKSRC= ${WRKDIR}/PPUnpack MAKE_FLAGS= CC="${CC}" COPTS="${CFLAGS}" diff --git a/archivers/ppunpack/pkg/COMMENT b/archivers/ppunpack/pkg/COMMENT deleted file mode 100644 index 7c6df540bcf..00000000000 --- a/archivers/ppunpack/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Decompresses Amiga PowerPacker files diff --git a/archivers/rar/Makefile b/archivers/rar/Makefile index e801cfa56ff..fd2517cd2ba 100644 --- a/archivers/rar/Makefile +++ b/archivers/rar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2000/09/02 17:01:27 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.28 2001/02/16 13:15:36 wiz Exp $ # FreeBSD Id: Makefile,v 1.7 1997/08/10 22:31:27 fenner Exp # @@ -11,6 +11,7 @@ EXTRACT_SUFX= .sfx MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.rarsoft.com/ +COMMENT= File archiver (binary port) ONLY_FOR_PLATFORM= NetBSD-*-i386 diff --git a/archivers/rar/pkg/COMMENT b/archivers/rar/pkg/COMMENT deleted file mode 100644 index 0190de1c779..00000000000 --- a/archivers/rar/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -File archiver (binary port) diff --git a/archivers/squsq/Makefile b/archivers/squsq/Makefile index d16f76e161f..0aef38076d5 100644 --- a/archivers/squsq/Makefile +++ b/archivers/squsq/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/05/22 20:57:43 tv Exp $ +# $NetBSD: Makefile,v 1.2 2001/02/16 13:15:36 wiz Exp $ DISTNAME= t20-squsq-3.3 PKGNAME= squsq-3.3 @@ -6,6 +6,7 @@ CATEGORIES= archivers MASTER_SITES= ${MASTER_SITE_LOCAL} MAINTAINER= packages@netbsd.org +COMMENT= Compressor/decompressor for CP/M Squeeze compressed files WRKSRC= ${WRKDIR}/t20-squsq MAKEFILE= ${FILESDIR}/Makefile diff --git a/archivers/squsq/pkg/COMMENT b/archivers/squsq/pkg/COMMENT deleted file mode 100644 index f5503b4b52d..00000000000 --- a/archivers/squsq/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Compressor/decompressor for CP/M Squeeze compressed files diff --git a/archivers/unace/Makefile b/archivers/unace/Makefile index 867262523ad..430c5265287 100644 --- a/archivers/unace/Makefile +++ b/archivers/unace/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/07/20 19:46:46 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2001/02/16 13:15:37 wiz Exp $ # DISTNAME= unacepub @@ -10,6 +10,7 @@ EXTRACT_SUFX= .zip MAINTAINER= wiz@netbsd.org HOMEPAGE= http://www.winace.com/ +COMMENT= Extract, list and test files in ACE archives USE_GMAKE= yes DIST_SUBDIR= unace-1.2 diff --git a/archivers/unace/pkg/COMMENT b/archivers/unace/pkg/COMMENT deleted file mode 100644 index 00e445d7ed6..00000000000 --- a/archivers/unace/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Extract, list and test files in ACE archives diff --git a/archivers/unarj/Makefile b/archivers/unarj/Makefile index 153a5c1fc88..60de9e39443 100644 --- a/archivers/unarj/Makefile +++ b/archivers/unarj/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 1999/12/24 00:07:15 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2001/02/16 13:15:37 wiz Exp $ DISTNAME= unarj-2.43 CATEGORIES= archivers @@ -7,6 +7,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.arjsoftware.com/ +COMMENT= Allows files to be extracted from ARJ archives do-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/unarj diff --git a/archivers/unarj/pkg/COMMENT b/archivers/unarj/pkg/COMMENT deleted file mode 100644 index b1b02603b8d..00000000000 --- a/archivers/unarj/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Allows files to be extracted from ARJ archives diff --git a/archivers/undms/Makefile b/archivers/undms/Makefile index f0ef89d222a..41cd9d43018 100644 --- a/archivers/undms/Makefile +++ b/archivers/undms/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2000/01/15 01:37:00 tron Exp $ +# $NetBSD: Makefile,v 1.3 2001/02/16 13:15:38 wiz Exp $ DISTNAME= undms-1.3.c PKGNAME= undms-1.3 @@ -8,6 +8,7 @@ MASTER_SITES= ftp://de.aminet.net/pub/aminet/misc/unix/ \ EXTRACT_SUFX= .Z MAINTAINER= packages@netbsd.org +COMMENT= Converts .dms Amiga disk images to uncompressed .adf images NO_WRKSUBDIR= EXTRACT_CMD= ${GZCAT} ${DOWNLOADED_DISTFILE} >${DISTNAME} diff --git a/archivers/undms/pkg/COMMENT b/archivers/undms/pkg/COMMENT deleted file mode 100644 index cbd397419f8..00000000000 --- a/archivers/undms/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Converts .dms Amiga disk images to uncompressed .adf images diff --git a/archivers/unlzx/Makefile b/archivers/unlzx/Makefile index 348f31b4a67..d2719986337 100644 --- a/archivers/unlzx/Makefile +++ b/archivers/unlzx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1999/07/18 15:19:32 tron Exp $ +# $NetBSD: Makefile,v 1.4 2001/02/16 13:15:39 wiz Exp $ DISTNAME= unlzx.c PKGNAME= unlzx-1.0 @@ -8,6 +8,7 @@ MASTER_SITES= ftp://de.aminet.net/pub/aminet/misc/unix/ \ EXTRACT_SUFX= .Z MAINTAINER= packages@netbsd.org +COMMENT= Extracts .lzx archives from Amiga systems EXTRACT_CMD= ${GZCAT} ${DOWNLOADED_DISTFILE} >${DISTNAME} WRKSRC= ${WRKDIR} diff --git a/archivers/unlzx/pkg/COMMENT b/archivers/unlzx/pkg/COMMENT deleted file mode 100644 index 05cd538a381..00000000000 --- a/archivers/unlzx/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Extracts .lzx archives from Amiga systems diff --git a/archivers/unrar/Makefile b/archivers/unrar/Makefile index 6c105f110f2..e6556f11899 100644 --- a/archivers/unrar/Makefile +++ b/archivers/unrar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2001/01/31 16:10:13 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2001/02/16 13:15:40 wiz Exp $ DISTNAME= unrar-2.71 CATEGORIES= archivers @@ -6,6 +6,7 @@ MASTER_SITES= ftp://sunsite.univie.ac.at/pub/distfiles/ MAINTAINER= wiz@netbsd.org HOMEPAGE= http://www.rarsoft.com/ +COMMENT= Extract, view & test RAR archives do-build: cd ${WRKSRC} && ${LINK.c} -o unrar -D_UNIX unrar.c diff --git a/archivers/unrar/pkg/COMMENT b/archivers/unrar/pkg/COMMENT deleted file mode 100644 index d7f1467d13b..00000000000 --- a/archivers/unrar/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Extract, view & test RAR archives diff --git a/archivers/unzip/Makefile b/archivers/unzip/Makefile index 0044daad475..91ca8e70602 100644 --- a/archivers/unzip/Makefile +++ b/archivers/unzip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2001/02/15 18:10:48 fredb Exp $ +# $NetBSD: Makefile,v 1.26 2001/02/16 13:15:41 wiz Exp $ # FreeBSD Id: Makefile,v 1.14 1997/06/19 05:30:04 ache Exp # @@ -12,6 +12,7 @@ MASTER_SITES= ftp://ftp.info-zip.org/pub/infozip/src/ \ MAINTAINER= packages@netbsd.org HOMEPAGE= ftp://ftp.info-zip.org/pub/infozip/UnZip.html +COMMENT= List, test and extract compressed files in a ZIP archive MAKEFILE= unix/Makefile ALL_TARGET= unzips diff --git a/archivers/unzip/pkg/COMMENT b/archivers/unzip/pkg/COMMENT deleted file mode 100644 index f6044b63204..00000000000 --- a/archivers/unzip/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -List, test and extract compressed files in a ZIP archive diff --git a/archivers/xbin/Makefile b/archivers/xbin/Makefile index b9f9e42d7ff..5ce9fae401f 100644 --- a/archivers/xbin/Makefile +++ b/archivers/xbin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2000/10/10 11:50:42 pooka Exp $ +# $NetBSD: Makefile,v 1.4 2001/02/16 13:15:42 wiz Exp $ # DISTNAME= ${PRGNAME}unix @@ -9,6 +9,7 @@ MASTER_SITES= ftp://sunsite.unc.edu/pub/packages/TeX/tools/xbin/ DISTFILES= ${DISTNAME}.c ${PRGNAME}.man MAINTAINER= rh@netbsd.org +COMMENT= convert mailable BinHex format into binary PRGNAME= xbin EXTRACT_ONLY= # blank diff --git a/archivers/xbin/pkg/COMMENT b/archivers/xbin/pkg/COMMENT deleted file mode 100644 index ae612aaef13..00000000000 --- a/archivers/xbin/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -convert mailable BinHex format into binary diff --git a/archivers/zip/Makefile b/archivers/zip/Makefile index a7adacceab1..f0802cde37e 100644 --- a/archivers/zip/Makefile +++ b/archivers/zip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2000/10/21 20:51:22 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2001/02/16 13:15:43 wiz Exp $ # FreeBSD Id: Makefile,v 1.10 1997/04/27 16:06:15 ache Exp # @@ -11,6 +11,7 @@ DISTFILES= zip23.tar.gz zcrypt29.zip MAINTAINER= wiz@netbsd.org HOMEPAGE= http://www.info-zip.org/pub/infozip/Zip.html +COMMENT= Create/update ZIP files compatible with pkzip BUILD_DEPENDS= unzip:../../archivers/unzip diff --git a/archivers/zip/pkg/COMMENT b/archivers/zip/pkg/COMMENT deleted file mode 100644 index 4765fa18f54..00000000000 --- a/archivers/zip/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Create/update ZIP files compatible with pkzip diff --git a/archivers/zip1/Makefile b/archivers/zip1/Makefile index f7820ee9b6d..1ae702a13ec 100644 --- a/archivers/zip1/Makefile +++ b/archivers/zip1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2001/01/11 20:13:49 dent Exp $ +# $NetBSD: Makefile,v 1.11 2001/02/16 13:15:44 wiz Exp $ # DISTNAME= zip1-1.1 @@ -9,6 +9,7 @@ DISTFILES= zip11.zip MAINTAINER= tv@netbsd.org HOMEPAGE= http://www.info-zip.org/pub/infozip/ +COMMENT= Create/update ZIP files compatible with pkzip version 1 BUILD_DEPENDS= unzip:../../archivers/unzip diff --git a/archivers/zip1/pkg/COMMENT b/archivers/zip1/pkg/COMMENT deleted file mode 100644 index 726c48c6841..00000000000 --- a/archivers/zip1/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Create/update ZIP files compatible with pkzip version 1 diff --git a/archivers/zoo/Makefile b/archivers/zoo/Makefile index 57cab71d81a..f57ddf4e318 100644 --- a/archivers/zoo/Makefile +++ b/archivers/zoo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1998/06/18 16:06:38 agc Exp $ +# $NetBSD: Makefile,v 1.8 2001/02/16 13:15:47 wiz Exp $ # FreeBSD Id: Makefile,v 1.8 1997/08/10 22:31:36 fenner Exp # @@ -8,6 +8,7 @@ CATEGORIES= archivers MASTER_SITES= ftp://ftp.kiarchive.ru/pub/unix/arcers/ MAINTAINER= packages@netbsd.org +COMMENT= Manipulate archives of files in compressed form NO_WRKSUBDIR= yes ALL_TARGET= bsdansi diff --git a/archivers/zoo/pkg/COMMENT b/archivers/zoo/pkg/COMMENT deleted file mode 100644 index e876601ab5b..00000000000 --- a/archivers/zoo/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Manipulate archives of files in compressed form -- cgit v1.2.3