From gslin@ccreader.NCTU.edu.tw  Fri Jun  6 08:56:55 2008
Return-Path: <gslin@ccreader.NCTU.edu.tw>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 317AC1065674
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  6 Jun 2008 08:56:55 +0000 (UTC)
	(envelope-from gslin@ccreader.NCTU.edu.tw)
Received: from ccreader.NCTU.edu.tw (ccreader.nctu.edu.tw [140.113.54.119])
	by mx1.freebsd.org (Postfix) with ESMTP id EC95B8FC15
	for <FreeBSD-gnats-submit@freebsd.org>; Fri,  6 Jun 2008 08:56:54 +0000 (UTC)
	(envelope-from gslin@ccreader.NCTU.edu.tw)
Received: by ccreader.NCTU.edu.tw (Postfix, from userid 1000)
	id B95641CC54; Fri,  6 Jun 2008 16:56:53 +0800 (CST)
Message-Id: <20080606085653.B95641CC54@ccreader.NCTU.edu.tw>
Date: Fri,  6 Jun 2008 16:56:53 +0800 (CST)
From: Gea-Suan Lin <gslin@gslin.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: gslin@gslin.org
Subject: [NEW PORT] archivers/pigz: Parallel GZIP
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         124344
>Category:       ports
>Synopsis:       [NEW PORT] archivers/pigz: Parallel GZIP
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    delphij
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 06 09:00:18 UTC 2008
>Closed-Date:    Wed Jun 18 18:49:16 UTC 2008
>Last-Modified:  Wed Jun 18 18:50:01 UTC 2008
>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@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@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:
Responsible-Changed-From-To: freebsd-ports-bugs->delphij 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Jun 6 09:00:30 UTC 2008 
Responsible-Changed-Why:  
delphij@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=124344 
State-Changed-From-To: open->closed 
State-Changed-By: delphij 
State-Changed-When: Wed Jun 18 18:49:05 UTC 2008 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=124344 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/124344: commit references a PR
Date: Wed, 18 Jun 2008 18:47:33 +0000 (UTC)

 delphij     2008-06-18 18:47:28 UTC
 
   FreeBSD ports repository
 
   Modified files:
     archivers            Makefile 
   Added files:
     archivers/pigz       Makefile distinfo pkg-descr 
   Log:
   New port: pigz, Parallel GZip.
   
   PR:             ports/124344
   Submitted by:   Gea-Suan Lin <gslin gslin org>
   
   Revision  Changes    Path
   1.200     +1 -0      ports/archivers/Makefile
   1.1       +27 -0     ports/archivers/pigz/Makefile (new)
   1.1       +3 -0      ports/archivers/pigz/distinfo (new)
   1.1       +6 -0      ports/archivers/pigz/pkg-descr (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
