Import pigz.

A parallel implementation of gzip for modern multi-processor, multi-core
machines.

From Thomas Pfaff.

ok benoit@
This commit is contained in:
brad 2013-12-01 03:19:13 +00:00
parent 90b644f241
commit d579c7de79
4 changed files with 36 additions and 0 deletions

28
archivers/pigz/Makefile Normal file
View File

@ -0,0 +1,28 @@
# $OpenBSD: Makefile,v 1.1.1.1 2013/12/01 03:19:13 brad Exp $
COMMENT = parallel implementation of gzip utilizing multiple cores
DISTNAME = pigz-2.3.1
CATEGORIES = archivers
HOMEPAGE = http://zlib.net/pigz/
MAINTAINER = Thomas Pfaff <tpfaff@tp76.info>
# zlib + Apache
PERMIT_PACKAGE_CDROM = Yes
WANTLIB = c m pthread z
MASTER_SITES = ${HOMEPAGE}
MAKE_FLAGS = CC="${CC}" CFLAGS="${CFLAGS} -Wall -Wextra"
USE_GMAKE = Yes
ALL_TARGET = pigz
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/pigz ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/unpigz ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/pigz.1 ${PREFIX}/man/man1
.include <bsd.port.mk>

2
archivers/pigz/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (pigz-2.3.1.tar.gz) = YpsM5UIqOXjzF0K/gnXQvi+EmHFA0Y85Dx47Tkbgr1Q=
SIZE (pigz-2.3.1.tar.gz) = 86651

2
archivers/pigz/pkg/DESCR Normal file
View File

@ -0,0 +1,2 @@
A parallel implementation of gzip for modern multi-processor, multi-core
machines.

4
archivers/pigz/pkg/PLIST Normal file
View File

@ -0,0 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2013/12/01 03:19:13 brad Exp $
@bin bin/pigz
@bin bin/unpigz
@man man/man1/pigz.1