diff options
author | kim <kim> | 1999-09-18 14:26:52 +0000 |
---|---|---|
committer | kim <kim> | 1999-09-18 14:26:52 +0000 |
commit | aa1683925c0e92c573e49ff094a230dfcc3c5a83 (patch) | |
tree | bdda93a86a43252af8796d74ada38f96c944dd5c | |
parent | 94ac69b08093ee9856b7356503799f5b4baeb4cb (diff) | |
download | pkgsrc-aa1683925c0e92c573e49ff094a230dfcc3c5a83.tar.gz |
gzip 1.2.4a info pages
-rw-r--r-- | archivers/gzip-info/Makefile | 29 | ||||
-rw-r--r-- | archivers/gzip-info/files/md5 | 3 | ||||
-rw-r--r-- | archivers/gzip-info/pkg/COMMENT | 1 | ||||
-rw-r--r-- | archivers/gzip-info/pkg/DESCR | 4 | ||||
-rw-r--r-- | archivers/gzip-info/pkg/PLIST | 4 |
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 |