mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
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
This commit is contained in:
parent
b6d66a5c13
commit
0bd5d5addb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=66134
@ -14,6 +14,7 @@
|
||||
SUBDIR += freeze
|
||||
SUBDIR += gshar+gunshar
|
||||
SUBDIR += gtar
|
||||
SUBDIR += gzip
|
||||
SUBDIR += ha
|
||||
SUBDIR += hpack.non-usa.only
|
||||
SUBDIR += lbrate
|
||||
|
39
archivers/gzip/Makefile
Normal file
39
archivers/gzip/Makefile
Normal file
@ -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 <bsd.port.mk>
|
1
archivers/gzip/distinfo
Normal file
1
archivers/gzip/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (gzip-1.3.3.tar.gz) = 52eaf713673507d21f7abefee98ba662
|
1
archivers/gzip/pkg-comment
Normal file
1
archivers/gzip/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A compression utility designed to be a replacement for compress
|
5
archivers/gzip/pkg-descr
Normal file
5
archivers/gzip/pkg-descr
Normal file
@ -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/
|
17
archivers/gzip/pkg-plist
Normal file
17
archivers/gzip/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user