head	1.8;
access;
symbols
	RELEASE_8_3_0:1.6
	RELEASE_9_0_0:1.5
	RELEASE_7_4_0:1.5
	RELEASE_8_2_0:1.5
	RELEASE_6_EOL:1.5
	RELEASE_8_1_0:1.5
	RELEASE_7_3_0:1.4
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1;
locks; strict;
comment	@# @;


1.8
date	2012.11.17.05.54.23;	author svnexp;	state Exp;
branches;
next	1.7;

1.7
date	2012.08.01.08.52.37;	author delphij;	state Exp;
branches;
next	1.6;

1.6
date	2012.03.16.02.08.58;	author delphij;	state Exp;
branches;
next	1.5;

1.5
date	2010.04.19.19.27.47;	author skreuzer;	state Exp;
branches;
next	1.4;

1.4
date	2010.02.12.14.20.10;	author miwi;	state Exp;
branches;
next	1.3;

1.3
date	2009.08.13.15.07.53;	author miwi;	state Exp;
branches;
next	1.2;

1.2
date	2009.02.08.10.36.49;	author lwhsu;	state Exp;
branches;
next	1.1;

1.1
date	2008.06.18.18.47.28;	author delphij;	state Exp;
branches;
next	;


desc
@@


1.8
log
@Switch exporter over
@
text
@# New ports collection makefile for:	pigz
# Date created:		2008-06-06
# Whom:			Gea-Suan Lin <gslin@@gslin.org>
#
# $FreeBSD: head/archivers/pigz/Makefile 301820 2012-08-01 08:52:37Z delphij $
#

PORTNAME=	pigz
PORTVERSION=	2.2.5
CATEGORIES=	archivers
MASTER_SITES=	http://www.zlib.net/pigz/ \
		http://freebsd.unixfreunde.de/sources/

MAINTAINER=	gslin@@gslin.org
COMMENT=	Parallel GZIP

.if !defined(NO_INSTALL_MANPAGES)
MAN1=	pigz.1
.endif

do-install:
.for FILE in pigz pigzn pigzt unpigz
	${INSTALL_PROGRAM} ${WRKSRC}/${FILE} ${PREFIX}/bin
.endfor
.if !defined(NO_INSTALL_MANPAGES)
	${INSTALL_MAN} ${WRKSRC}/pigz.1 ${MAN1PREFIX}/man/man1/
.endif

.include <bsd.port.mk>
@


1.7
log
@SVN rev 301820 on 2012-08-01 08:52:37Z by delphij

Update to 2.2.5.

Approved by:	maintainer (via twitter)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.6
log
@Update to 2.2.4, which also fixes a possible DoS issue.

Requested by:	wosch to secteam@@
Approved by:	maintainer
Feature safe:	yes
@
text
@d9 1
a9 1
PORTVERSION=	2.2.4
d11 2
a12 2
MASTER_SITES=	http://freebsd.unixfreunde.de/sources/ \
		http://www.zlib.net/pigz/
a24 1

@


1.5
log
@Install man page

PR:		ports/145529
Submitted by:	Steven Kreuzer <skreuzer@@FreeBSD.org
Approved by:	Gea-Suan Lin <gslin@@gslin.org>
@
text
@d9 1
a9 1
PORTVERSION=	2.1.6
@


1.4
log
@- Update to 2.1.6

PR:		143791
Submitted by:	Gea-Suan Lin <gslin@@gslin.org> (maintainer)
@
text
@d17 4
d26 4
@


1.3
log
@- Update to 2.1.5

PR:		137446
Submitted by:	Gea-Suan Lin <gslin@@gslin.org> (maintaner)
@
text
@d9 1
a9 1
PORTVERSION=	2.1.5
@


1.2
log
@- Update to 2.1.4

PR:		ports/131475
Submitted by:	Gea-Suan Lin <gslin AT gslin.org> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	2.1.4
d11 2
a12 1
MASTER_SITES=	http://zlib.net/pigz/
d18 2
a19 2
.for FILE in pigz pigzn pigzt
	${INSTALL_PROGRAM} ${WRKSRC}/${FILE} ${PREFIX}/bin/
@


1.1
log
@New port: pigz, Parallel GZip.

PR:		ports/124344
Submitted by:	Gea-Suan Lin <gslin gslin org>
@
text
@d9 1
a9 1
PORTVERSION=	1.7
d11 1
a11 2
MASTER_SITES=	http://zlib.net/
DISTFILES=	pigz17.c.gz
a15 7
EXTRACT_AFTER_ARGS=	> ${WRKSRC}/pigz17.c
NO_WRKSUBDIR=	yes
PLIST_FILES=	bin/pigz

do-build:
	${CC} ${CFLAGS} -o ${WRKSRC}/pigz ${WRKSRC}/pigz17.c -lz ${PTHREAD_LIBS}

d17 3
a19 1
	${INSTALL_PROGRAM} ${WRKSRC}/pigz ${PREFIX}/bin
@

