update to gzip-1.3.5

Makefile
	PORTVERSION bumped
	MASTER_SITE_SUBDIR deleted
	EXTRACT_SUFX added
	DOC_FILES added
distinfo
	updated
pkg-plist
	doc files added

PR:		51762
Submitted by:	Cyrille Lefevre <cyrille.lefevre@laposte.net>
This commit is contained in:
Yen-Ming Lee 2003-05-05 12:59:29 +00:00
parent 505d468810
commit 1b2f05f7e5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=80177
3 changed files with 27 additions and 10 deletions

View File

@ -6,15 +6,8 @@
#
PORTNAME= gzip
PORTVERSION= 1.3.3
PORTVERSION= 1.3.5
CATEGORIES= archivers
MASTER_SITES= ${MASTER_SITE_GNU_ALPHA}
MASTER_SITE_SUBDIR= ${PORTNAME}
# EXTRACT_SUFX= .tar
MAINTAINER= cyrille.lefevre@laposte.net
COMMENT= A compression utility designed to be a replacement for compress
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/ \
@ -26,6 +19,10 @@ MASTER_SITES= ftp://ftp.digex.net/pub/linux/slackware/slackware-8.1/source/a/gzi
ftp://ftp.carrier.kiev.ua/pub/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/
EXTRACT_SUFX= .tar.Z
MAINTAINER= cyrille.lefevre@laposte.net
COMMENT= A compression utility designed to be a replacement for compress
USE_REINPLACE= yes
GNU_CONFIGURE= yes
@ -33,7 +30,18 @@ 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
DOC_FILES= AUTHORS COPYING INSTALL NEWS README README-alpha \
THANKS TODO
post-configure:
@${REINPLACE_CMD} -e 's|^SHELL =.*|SHELL=/bin/sh|' ${WRKSRC}/Makefile
post-install:
.if !defined(NOPORTSDOC)
@${MKDIR} ${DOCSDIR}
.for file in ${DOC_FILES}
@${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (gzip-1.3.3.tar.gz) = 52eaf713673507d21f7abefee98ba662
MD5 (gzip-1.3.5.tar.Z) = 2215e466021d2dabca8a4ddd17d322bc

View File

@ -12,6 +12,15 @@ bin/zgrep
bin/zless
bin/zmore
bin/znew
@unexec install-info --quiet --delete %D/info/gzip.info %D/info/dir
@unexec install-info --delete --quiet %D/info/gzip.info %D/info/dir
info/gzip.info
@exec install-info %D/info/gzip.info %D/info/dir
%%PORTDOCS%%share/doc/gzip/AUTHORS
%%PORTDOCS%%share/doc/gzip/COPYING
%%PORTDOCS%%share/doc/gzip/INSTALL
%%PORTDOCS%%share/doc/gzip/NEWS
%%PORTDOCS%%share/doc/gzip/README
%%PORTDOCS%%share/doc/gzip/README-alpha
%%PORTDOCS%%share/doc/gzip/THANKS
%%PORTDOCS%%share/doc/gzip/TODO
%%PORTDOCS%%@dirrm share/doc/gzip