diff options
author | seb <seb@pkgsrc.org> | 2003-06-25 22:14:19 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-06-25 22:14:19 +0000 |
commit | 3dffc06846e48e114e641f7b6b34e2aa6619c2e4 (patch) | |
tree | e97b333e600fac137955ba81a078ee7ae9adf717 | |
parent | 47da12dc01a0aaa8d9d482659bc506f57b62d33c (diff) | |
download | pkgsrc-3dffc06846e48e114e641f7b6b34e2aa6619c2e4.tar.gz |
Convert to USE_NEW_TEXINFO.
Patch gzip.info so it has a directory entry.
-rw-r--r-- | archivers/gzip-info/Makefile | 4 | ||||
-rw-r--r-- | archivers/gzip-info/PLIST | 4 | ||||
-rw-r--r-- | archivers/gzip-info/distinfo | 3 | ||||
-rw-r--r-- | archivers/gzip-info/patches/patch-aa | 16 |
4 files changed, 21 insertions, 6 deletions
diff --git a/archivers/gzip-info/Makefile b/archivers/gzip-info/Makefile index 65fbebc32b5..07603d8b76c 100644 --- a/archivers/gzip-info/Makefile +++ b/archivers/gzip-info/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2003/06/02 01:21:48 jschauma Exp $ +# $NetBSD: Makefile,v 1.13 2003/06/25 22:14:19 seb Exp $ DISTNAME= gzip-1.2.4a PKGNAME= gzip-info-1.2.4a @@ -11,6 +11,7 @@ MAINTAINER= tech-pkg@netbsd.org HOMEPAGE= http://www.gnu.org/software/gzip/gzip.html COMMENT= Info format documentation for the GZIP utility +USE_NEW_TEXINFO= YES INFO_FILES= gzip.info USE_BUILDLINK2= yes @@ -21,5 +22,4 @@ NO_BUILD= yes do-install: ${INSTALL_DATA} ${WRKSRC}/gzip.info ${PREFIX}/info -.include "../../mk/texinfo.mk" .include "../../mk/bsd.pkg.mk" diff --git a/archivers/gzip-info/PLIST b/archivers/gzip-info/PLIST index 84c1ed10c08..5f8bc818d99 100644 --- a/archivers/gzip-info/PLIST +++ b/archivers/gzip-info/PLIST @@ -1,4 +1,2 @@ -@comment $NetBSD: PLIST,v 1.2 2002/02/18 15:14:01 seb Exp $ -@unexec ${INSTALL_INFO} --delete --info-dir=%D/info %D/info/gzip.info +@comment $NetBSD: PLIST,v 1.3 2003/06/25 22:14:19 seb Exp $ info/gzip.info -@exec ${INSTALL_INFO} --info-dir=%D/info %D/info/gzip.info diff --git a/archivers/gzip-info/distinfo b/archivers/gzip-info/distinfo index f6a8074e857..637858f7792 100644 --- a/archivers/gzip-info/distinfo +++ b/archivers/gzip-info/distinfo @@ -1,4 +1,5 @@ -$NetBSD: distinfo,v 1.2 2001/04/18 11:21:05 agc Exp $ +$NetBSD: distinfo,v 1.3 2003/06/25 22:14:19 seb Exp $ SHA1 (gzip-1.2.4a.shar) = 1e1e513f48be32ecfe24c06b609329963d5a5288 Size (gzip-1.2.4a.shar) = 832431 bytes +SHA1 (patch-aa) = 638a5f3fac7dd61d86f40a1fcee9b29bc77a63b7 diff --git a/archivers/gzip-info/patches/patch-aa b/archivers/gzip-info/patches/patch-aa new file mode 100644 index 00000000000..fc857206deb --- /dev/null +++ b/archivers/gzip-info/patches/patch-aa @@ -0,0 +1,16 @@ +$NetBSD: patch-aa,v 1.1 2003/06/25 22:14:19 seb Exp $ + +--- gzip.info.orig 1999-02-02 18:51:00.000000000 +0000 ++++ gzip.info +@@ -1,6 +1,11 @@ + This is Info file gzip.info, produced by Makeinfo version 1.67 from the + input file gzip.texi. + ++INFO-DIR-SECTION Utilities ++START-INFO-DIR-ENTRY ++* GNU gzip: (gzip). Compress or expand files. ++END-INFO-DIR-ENTRY ++ + This file documents the the GNU `gzip' command for compressing files. + + Copyright (C) 1992-1993 Jean-loup Gailly |