summaryrefslogtreecommitdiff
path: root/archivers/gzip-base
diff options
context:
space:
mode:
authorkim <kim@pkgsrc.org>1999-09-18 14:25:49 +0000
committerkim <kim@pkgsrc.org>1999-09-18 14:25:49 +0000
commite6b0ace8b9ae0e4e4bdd168475cb86e021bb1c0c (patch)
tree4f86f8b4285854dc317c334edf34144701c0c613 /archivers/gzip-base
parentf455e336ac1944b75901ba27712428522da3f366 (diff)
downloadpkgsrc-e6b0ace8b9ae0e4e4bdd168475cb86e021bb1c0c.tar.gz
gzip 1.2.4a binaries and man pages
Diffstat (limited to 'archivers/gzip-base')
-rw-r--r--archivers/gzip-base/Makefile32
-rw-r--r--archivers/gzip-base/files/md53
-rw-r--r--archivers/gzip-base/pkg/COMMENT1
-rw-r--r--archivers/gzip-base/pkg/DESCR8
-rw-r--r--archivers/gzip-base/pkg/PLIST21
5 files changed, 65 insertions, 0 deletions
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 <gzip@gnu.org> 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