summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorkim <kim@pkgsrc.org>1999-09-18 14:26:52 +0000
committerkim <kim@pkgsrc.org>1999-09-18 14:26:52 +0000
commitde006aa99db78ebc0af21e7deb42e13e5e47c421 (patch)
treebdda93a86a43252af8796d74ada38f96c944dd5c /archivers
parente6b0ace8b9ae0e4e4bdd168475cb86e021bb1c0c (diff)
downloadpkgsrc-de006aa99db78ebc0af21e7deb42e13e5e47c421.tar.gz
gzip 1.2.4a info pages
Diffstat (limited to 'archivers')
-rw-r--r--archivers/gzip-info/Makefile29
-rw-r--r--archivers/gzip-info/files/md53
-rw-r--r--archivers/gzip-info/pkg/COMMENT1
-rw-r--r--archivers/gzip-info/pkg/DESCR4
-rw-r--r--archivers/gzip-info/pkg/PLIST4
5 files changed, 41 insertions, 0 deletions
diff --git a/archivers/gzip-info/Makefile b/archivers/gzip-info/Makefile
new file mode 100644
index 00000000000..6e7e3196561
--- /dev/null
+++ b/archivers/gzip-info/Makefile
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/09/18 14:26:52 kim Exp $
+#
+
+DISTNAME= gzip-1.2.4a
+PKGNAME= gzip-info-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}
+
+USE_GTEXINFO= yes
+INFO_FILES= gzip.info
+
+NO_PATCH= yes
+NO_CONFIGURE= yes
+NO_BUILD= yes
+
+.if exists(/usr/bin/gzip)
+IGNORE= "is part of your NetBSD distribution"
+.endif
+
+do-install:
+ ${INSTALL_DATA} ${WRKSRC}/gzip.info ${PREFIX}/info
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/archivers/gzip-info/files/md5 b/archivers/gzip-info/files/md5
new file mode 100644
index 00000000000..e87023081ab
--- /dev/null
+++ b/archivers/gzip-info/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1.1.1 1999/09/18 14:26:52 kim Exp $
+
+MD5 (gzip-1.2.4a.shar) = 6cf83862c12df690e8c63cbbccb2da5c
diff --git a/archivers/gzip-info/pkg/COMMENT b/archivers/gzip-info/pkg/COMMENT
new file mode 100644
index 00000000000..6dffa4f3b3a
--- /dev/null
+++ b/archivers/gzip-info/pkg/COMMENT
@@ -0,0 +1 @@
+Info format documentation for the GZIP utility.
diff --git a/archivers/gzip-info/pkg/DESCR b/archivers/gzip-info/pkg/DESCR
new file mode 100644
index 00000000000..a8ac60cf9c5
--- /dev/null
+++ b/archivers/gzip-info/pkg/DESCR
@@ -0,0 +1,4 @@
+GZIP (GNU zip) is a popular data compression program written by
+Jean-Loup Gailly <gzip@gnu.org> for the GNU project.
+
+This package provides info pages for the GZIP utility.
diff --git a/archivers/gzip-info/pkg/PLIST b/archivers/gzip-info/pkg/PLIST
new file mode 100644
index 00000000000..813e0af8fd8
--- /dev/null
+++ b/archivers/gzip-info/pkg/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 1999/09/18 14:26:52 kim Exp $
+@unexec install-info --delete --info-dir=%D/info %D/info/gzip.info
+info/gzip.info
+@exec install-info --info-dir=%D/info %D/info/gzip.info