diff options
author | joerg <joerg> | 2007-11-08 19:26:52 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-11-08 19:26:52 +0000 |
commit | 58f5f0f3a0894d0d77efbd6c7c14824c1aa0ff8d (patch) | |
tree | ea5fde70aed17b4d900332495d7813bc5a9804a1 /archivers/gzip-info | |
parent | dc2cb33deedf5a28e90ff7bb6e2aa74d31141878 (diff) | |
download | pkgsrc-58f5f0f3a0894d0d77efbd6c7c14824c1aa0ff8d.tar.gz |
Update gzip to 1.3.12 and merge base and info back into gzip.
This includes many security fixes, improvements for files over 4GB,
portability improves, zless, etc.
Diffstat (limited to 'archivers/gzip-info')
-rw-r--r-- | archivers/gzip-info/DESCR | 4 | ||||
-rw-r--r-- | archivers/gzip-info/Makefile | 25 | ||||
-rw-r--r-- | archivers/gzip-info/PLIST | 2 | ||||
-rw-r--r-- | archivers/gzip-info/distinfo | 6 | ||||
-rw-r--r-- | archivers/gzip-info/patches/patch-aa | 16 |
5 files changed, 0 insertions, 53 deletions
diff --git a/archivers/gzip-info/DESCR b/archivers/gzip-info/DESCR deleted file mode 100644 index 0ed5164deb6..00000000000 --- a/archivers/gzip-info/DESCR +++ /dev/null @@ -1,4 +0,0 @@ -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/Makefile b/archivers/gzip-info/Makefile deleted file mode 100644 index c4b24e3ae00..00000000000 --- a/archivers/gzip-info/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# $NetBSD: Makefile,v 1.23 2006/06/18 07:04:16 rillig Exp $ - -DISTNAME= gzip-1.2.4a -PKGNAME= gzip-info-1.2.4a -SVR4_PKGNAME= gzipi -CATEGORIES= archivers -MASTER_SITES= ${MASTER_SITE_GNU:=gzip/} -EXTRACT_SUFX= .shar - -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.gnu.org/software/gzip/gzip.html -COMMENT= Info format documentation for the GZIP utility - -PKG_INSTALLATION_TYPES= overwrite pkgviews - -NO_CONFIGURE= yes -NO_BUILD= yes -INFO_FILES= yes - -INSTALLATION_DIRS= ${PKGINFODIR} - -do-install: - ${INSTALL_DATA} ${WRKSRC}/gzip.info ${PREFIX}/${PKGINFODIR} - -.include "../../mk/bsd.pkg.mk" diff --git a/archivers/gzip-info/PLIST b/archivers/gzip-info/PLIST deleted file mode 100644 index b5c29c9cf78..00000000000 --- a/archivers/gzip-info/PLIST +++ /dev/null @@ -1,2 +0,0 @@ -@comment $NetBSD: PLIST,v 1.5 2006/03/20 18:15:37 jlam Exp $ -info/gzip.info diff --git a/archivers/gzip-info/distinfo b/archivers/gzip-info/distinfo deleted file mode 100644 index fd73bf40164..00000000000 --- a/archivers/gzip-info/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -$NetBSD: distinfo,v 1.4 2005/02/23 14:45:23 agc Exp $ - -SHA1 (gzip-1.2.4a.shar) = 1e1e513f48be32ecfe24c06b609329963d5a5288 -RMD160 (gzip-1.2.4a.shar) = 529397e68b2ed7f39b3a4d3201fd73d10a9c1ebc -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 deleted file mode 100644 index fc857206deb..00000000000 --- a/archivers/gzip-info/patches/patch-aa +++ /dev/null @@ -1,16 +0,0 @@ -$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 |