ports/124344: [NEW PORT] archivers/pigz: Parallel GZIP

Gea-Suan Lin gslin at gslin.org
Fri Jun 6 09:00:22 UTC 2008


>Number:         124344
>Category:       ports
>Synopsis:       [NEW PORT] archivers/pigz: Parallel GZIP
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 06 09:00:18 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 6.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD ccreader.NCTU.edu.tw 6.3-STABLE FreeBSD 6.3-STABLE #4: Sat May 17 02:23:23 CST 2008
>Description:
Mark Adler, maintainer of popular zlib library has released a multicore
capable Parallel Implementation of GZip, nicknamed PIGZ. Version 1.5
implements nearly all of gzip’s functionality, including decompression
of .gz and .Z (Unix compress) files.

WWW:	http://www.c10n.info/archives/505

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- pigz-1.7.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	pigz
#	pigz/pkg-descr
#	pigz/Makefile
#	pigz/distinfo
#
echo c - pigz
mkdir -p pigz > /dev/null 2>&1
echo x - pigz/pkg-descr
sed 's/^X//' >pigz/pkg-descr << 'END-of-pigz/pkg-descr'
XMark Adler, maintainer of popular zlib library has released a multicore
Xcapable Parallel Implementation of GZip, nicknamed PIGZ. Version 1.5
Ximplements nearly all of gzip’s functionality, including decompression
Xof .gz and .Z (Unix compress) files.
X
XWWW:	http://www.c10n.info/archives/505
END-of-pigz/pkg-descr
echo x - pigz/Makefile
sed 's/^X//' >pigz/Makefile << 'END-of-pigz/Makefile'
X# New ports collection makefile for:	pigz
X# Date created:		2008-06-06
X# Whom:			Gea-Suan Lin <gslin at gslin.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	pigz
XPORTVERSION=	1.7
XCATEGORIES=	archivers
XMASTER_SITES=	http://zlib.net/
XDISTFILES=	pigz17.c.gz
X
XMAINTAINER=	gslin at gslin.org
XCOMMENT=	Parallel GZIP
X
XEXTRACT_AFTER_ARGS=	> ${WRKSRC}/pigz17.c
XNO_WRKSUBDIR=	yes
XPLIST_FILES=	bin/pigz
X
Xdo-build:
X	${CC} ${CFLAGS} -o ${WRKSRC}/pigz ${WRKSRC}/pigz17.c -lz ${PTHREAD_LIBS}
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/pigz ${PREFIX}/bin
X
X.include <bsd.port.mk>
END-of-pigz/Makefile
echo x - pigz/distinfo
sed 's/^X//' >pigz/distinfo << 'END-of-pigz/distinfo'
XMD5 (pigz17.c.gz) = 13175bd8f936a05736af2400204a9628
XSHA256 (pigz17.c.gz) = 48c092379ad23d7d3f250c96a5993b06de2a564903d10e2bd509d878963e6d2f
XSIZE (pigz17.c.gz) = 23977
END-of-pigz/distinfo
exit
--- pigz-1.7.shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list