From aa1683925c0e92c573e49ff094a230dfcc3c5a83 Mon Sep 17 00:00:00 2001 From: kim Date: Sat, 18 Sep 1999 14:26:52 +0000 Subject: gzip 1.2.4a info pages --- archivers/gzip-info/Makefile | 29 +++++++++++++++++++++++++++++ archivers/gzip-info/files/md5 | 3 +++ archivers/gzip-info/pkg/COMMENT | 1 + archivers/gzip-info/pkg/DESCR | 4 ++++ archivers/gzip-info/pkg/PLIST | 4 ++++ 5 files changed, 41 insertions(+) create mode 100644 archivers/gzip-info/Makefile create mode 100644 archivers/gzip-info/files/md5 create mode 100644 archivers/gzip-info/pkg/COMMENT create mode 100644 archivers/gzip-info/pkg/DESCR create mode 100644 archivers/gzip-info/pkg/PLIST 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 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 -- cgit v1.2.3