From 0bd5d5addb34884472eaec6463708e70d5b58da5 Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Wed, 11 Sep 2002 14:27:23 +0000 Subject: [PATCH] Gzip (GNU zip) is a compression utility designed to be a replacement for compress. Its main advantages over compress are much better compression and freedom from patented algorithms. WWW: http://www.gzip.org/ Devel version imported, see discussion in ports/ PR: 41061 Submitted by: cyrille.lefevre@laposte.net --- archivers/Makefile | 1 + archivers/gzip/Makefile | 39 ++++++++++++++++++++++++++++++++++++++ archivers/gzip/distinfo | 1 + archivers/gzip/pkg-comment | 1 + archivers/gzip/pkg-descr | 5 +++++ archivers/gzip/pkg-plist | 17 +++++++++++++++++ 6 files changed, 64 insertions(+) create mode 100644 archivers/gzip/Makefile create mode 100644 archivers/gzip/distinfo create mode 100644 archivers/gzip/pkg-comment create mode 100644 archivers/gzip/pkg-descr create mode 100644 archivers/gzip/pkg-plist diff --git a/archivers/Makefile b/archivers/Makefile index 85aa174dd240..f05b81c9f7f2 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -14,6 +14,7 @@ SUBDIR += freeze SUBDIR += gshar+gunshar SUBDIR += gtar + SUBDIR += gzip SUBDIR += ha SUBDIR += hpack.non-usa.only SUBDIR += lbrate diff --git a/archivers/gzip/Makefile b/archivers/gzip/Makefile new file mode 100644 index 000000000000..990818ac2e18 --- /dev/null +++ b/archivers/gzip/Makefile @@ -0,0 +1,39 @@ +# New ports collection makefile for: gzip +# Date created: 27 July 2002 +# Whom: cyrille.lefevre@laposte.net +# +# $FreeBSD$ +# + +PORTNAME= gzip +PORTVERSION= 1.3.3 +CATEGORIES= archivers +MASTER_SITES= ${MASTER_SITE_GNU_ALPHA} +MASTER_SITE_SUBDIR= ${PORTNAME} +# EXTRACT_SUFX= .tar + +MAINTAINER= cyrille.lefevre@laposte.net + +MASTER_SITES= ftp://ftp.digex.net/pub/linux/slackware/slackware-8.1/source/a/gzip/ \ + ftp://sunfreeware.risq.qc.ca/SOURCES/ \ + ftp://ftp.muug.mb.ca/mirror/slackware/slackware/slackware-8.1/source/a/gzip/ \ + ftp://ftp.xemacs.org/distributions/slackware/slackware-8.1/source/a/gzip/ \ + ftp://sunsite.cnlab-switch.ch/mirror/slackware/slackware-8.1/source/a/gzip/ \ + ftp://sunsite.cnlab-switch.ch/mirror/solaris-freeware/SOURCES/ \ + ftp://ftp.informatik.rwth-aachen.de/pub/comp/Linux/slackware/slackware-current/source/a/gzip/ \ + ftp://ftp.sunsite.auc.dk/disk2/slackware/slackware-8.1/source/a/gzip/ \ + ftp://ftp.ist.utl.pt/1/slackware/slackware-8.1/source/a/gzip/ \ + ftp://ftp.carrier.kiev.ua/.4/Linux/slackware/source/a/gzip/ \ + ftp://ftp.is.co.za/linux/distributions/slackware/slackware-8.1/source/a/gzip/ \ + ftp://ftp.monash.edu.au/pub/disk10/slackware/slackware-8.1/source/a/gzip/ + +USE_REINPLACE= yes +GNU_CONFIGURE= yes + +MAN1= gunzip.1 gzexe.1 gzip.1 zcat.1 zcmp.1 zdiff.1 zforce.1 \ + zgrep.1 zless.1 zmore.1 znew.1 + +post-configure: + @${REINPLACE_CMD} -e 's|^SHELL =.*|SHELL=/bin/sh|' ${WRKSRC}/Makefile + +.include diff --git a/archivers/gzip/distinfo b/archivers/gzip/distinfo new file mode 100644 index 000000000000..6438d3034cfc --- /dev/null +++ b/archivers/gzip/distinfo @@ -0,0 +1 @@ +MD5 (gzip-1.3.3.tar.gz) = 52eaf713673507d21f7abefee98ba662 diff --git a/archivers/gzip/pkg-comment b/archivers/gzip/pkg-comment new file mode 100644 index 000000000000..a48b755c97b9 --- /dev/null +++ b/archivers/gzip/pkg-comment @@ -0,0 +1 @@ +A compression utility designed to be a replacement for compress diff --git a/archivers/gzip/pkg-descr b/archivers/gzip/pkg-descr new file mode 100644 index 000000000000..5bf3eace892b --- /dev/null +++ b/archivers/gzip/pkg-descr @@ -0,0 +1,5 @@ +Gzip (GNU zip) is a compression utility designed to be a replacement +for compress. Its main advantages over compress are much better +compression and freedom from patented algorithms. + +WWW: http://www.gzip.org/ diff --git a/archivers/gzip/pkg-plist b/archivers/gzip/pkg-plist new file mode 100644 index 000000000000..4d27eff74540 --- /dev/null +++ b/archivers/gzip/pkg-plist @@ -0,0 +1,17 @@ +@comment $FreeBSD$ +bin/gunzip +bin/gzexe +bin/gzip +bin/zcat +bin/zcmp +bin/zdiff +bin/zegrep +bin/zfgrep +bin/zforce +bin/zgrep +bin/zless +bin/zmore +bin/znew +@unexec install-info --quiet --delete %D/info/gzip.info %D/info/dir +info/gzip.info +@exec install-info %D/info/gzip.info %D/info/dir