From 94ac69b08093ee9856b7356503799f5b4baeb4cb Mon Sep 17 00:00:00 2001 From: kim Date: Sat, 18 Sep 1999 14:25:49 +0000 Subject: gzip 1.2.4a binaries and man pages --- archivers/gzip-base/Makefile | 32 ++++++++++++++++++++++++++++++++ archivers/gzip-base/files/md5 | 3 +++ archivers/gzip-base/pkg/COMMENT | 1 + archivers/gzip-base/pkg/DESCR | 8 ++++++++ archivers/gzip-base/pkg/PLIST | 21 +++++++++++++++++++++ 5 files changed, 65 insertions(+) create mode 100644 archivers/gzip-base/Makefile create mode 100644 archivers/gzip-base/files/md5 create mode 100644 archivers/gzip-base/pkg/COMMENT create mode 100644 archivers/gzip-base/pkg/DESCR create mode 100644 archivers/gzip-base/pkg/PLIST (limited to 'archivers') diff --git a/archivers/gzip-base/Makefile b/archivers/gzip-base/Makefile new file mode 100644 index 00000000000..568b4d674c9 --- /dev/null +++ b/archivers/gzip-base/Makefile @@ -0,0 +1,32 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/09/18 14:25:49 kim Exp $ +# + +DISTNAME= gzip-1.2.4a +PKGNAME= gzip-base-1.2.4a +CATEGORIES= archivers +MASTER_SITES= ${MASTER_SITE_GNU:=gzip/} +EXTRACT_SUFX= .shar + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.gnu.org/software/gzip/gzip.html + +EXTRACT_CMD= ${CAT} ${DOWNLOADED_DISTFILE} | ${TR} -d \\r | ${SH} + +NO_PATCH= yes + +GNU_CONFIGURE= yes +BUILD_TARGET= all manlinks=so +INSTALL_TARGET= install manlinks=so + +.if exists(/usr/bin/gzip) +IGNORE= "is part of your NetBSD distribution" +.endif + +# We avoid using a patch for disabling the install of the info +# file. The easu part is that "install-info" is not called so +# we can simply remove the single installed info file. + +post-install: + -${RM} -f ${PREFIX}/info/gzip.info + +.include "../../mk/bsd.pkg.mk" diff --git a/archivers/gzip-base/files/md5 b/archivers/gzip-base/files/md5 new file mode 100644 index 00000000000..dd91b997327 --- /dev/null +++ b/archivers/gzip-base/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 1999/09/18 14:25:50 kim Exp $ + +MD5 (gzip-1.2.4a.shar) = 6cf83862c12df690e8c63cbbccb2da5c diff --git a/archivers/gzip-base/pkg/COMMENT b/archivers/gzip-base/pkg/COMMENT new file mode 100644 index 00000000000..4c6b3b3d34e --- /dev/null +++ b/archivers/gzip-base/pkg/COMMENT @@ -0,0 +1 @@ +Compress or expand files. diff --git a/archivers/gzip-base/pkg/DESCR b/archivers/gzip-base/pkg/DESCR new file mode 100644 index 00000000000..fc6347dfcde --- /dev/null +++ b/archivers/gzip-base/pkg/DESCR @@ -0,0 +1,8 @@ +GZIP (GNU zip) is a popular data compression program written by +Jean-Loup Gailly for the GNU project. + +This program was developed as a replacement for compress because +of the UNISYS and IBM patents covering the LZW algorithm used by +compress. These patents made it impossible for us to use compress, +and we needed a replacement. The superior compression ratio of +GZIP is just a bonus. diff --git a/archivers/gzip-base/pkg/PLIST b/archivers/gzip-base/pkg/PLIST new file mode 100644 index 00000000000..052811b4a03 --- /dev/null +++ b/archivers/gzip-base/pkg/PLIST @@ -0,0 +1,21 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/09/18 14:25:50 kim Exp $ +bin/gunzip +bin/gzexe +bin/gzip +bin/zcat +bin/zcmp +bin/zdiff +bin/zforce +bin/zgrep +bin/zmore +bin/znew +man/man1/gunzip.1 +man/man1/gzexe.1 +man/man1/gzip.1 +man/man1/zcat.1 +man/man1/zcmp.1 +man/man1/zdiff.1 +man/man1/zforce.1 +man/man1/zgrep.1 +man/man1/zmore.1 +man/man1/znew.1 -- cgit v1.2.3