diff options
author | wiz <wiz> | 2009-07-13 19:44:58 +0000 |
---|---|---|
committer | wiz <wiz> | 2009-07-13 19:44:58 +0000 |
commit | f3cd9722b4cd21f4ee34e46040c38854054bb2bb (patch) | |
tree | 2bcedd09acf882b47abfac77f8725bf2c16d28f3 /archivers/pigz | |
parent | 09339ec0bfe5f12ff0cb1b8fc1cc007da870082d (diff) | |
download | pkgsrc-f3cd9722b4cd21f4ee34e46040c38854054bb2bb.tar.gz |
Initial import of pigz-2.1.4:
pigz, which stands for Parallel Implementation of GZip, is a fully
functional replacement for gzip that exploits multiple processors
and multiple cores to the hilt when compressing data.
Diffstat (limited to 'archivers/pigz')
-rw-r--r-- | archivers/pigz/DESCR | 3 | ||||
-rw-r--r-- | archivers/pigz/Makefile | 24 | ||||
-rw-r--r-- | archivers/pigz/PLIST | 3 | ||||
-rw-r--r-- | archivers/pigz/distinfo | 5 |
4 files changed, 35 insertions, 0 deletions
diff --git a/archivers/pigz/DESCR b/archivers/pigz/DESCR new file mode 100644 index 00000000000..2ced8c91a9f --- /dev/null +++ b/archivers/pigz/DESCR @@ -0,0 +1,3 @@ +pigz, which stands for Parallel Implementation of GZip, is a fully +functional replacement for gzip that exploits multiple processors +and multiple cores to the hilt when compressing data. diff --git a/archivers/pigz/Makefile b/archivers/pigz/Makefile new file mode 100644 index 00000000000..2e004216b1a --- /dev/null +++ b/archivers/pigz/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/07/13 19:44:58 wiz Exp $ +# + +DISTNAME= pigz-2.1.4 +CATEGORIES= archivers +MASTER_SITES= http://www.zlib.net/pigz/ + +MAINTAINER= wiz@NetBSD.org +HOMEPAGE= http://www.zlib.net/pigz/ +COMMENT= Parallel implementation of gzip + +PKG_DESTDIR_SUPPORT= user-destdir +INSTALLATION_DIRS= bin share/doc/pigz + +BUILD_TARGET= pigz + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/pigz ${DESTDIR}${PREFIX}/bin + ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/pigz + +BUILDLINK_API_DEPENDS.zlib+= zlib>=1.2.3 +.include "../../devel/zlib/buildlink3.mk" +.include "../../mk/pthread.buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/archivers/pigz/PLIST b/archivers/pigz/PLIST new file mode 100644 index 00000000000..d9ce8a9abae --- /dev/null +++ b/archivers/pigz/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2009/07/13 19:44:58 wiz Exp $ +bin/pigz +share/doc/pigz/README diff --git a/archivers/pigz/distinfo b/archivers/pigz/distinfo new file mode 100644 index 00000000000..58e992d6e49 --- /dev/null +++ b/archivers/pigz/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2009/07/13 19:44:58 wiz Exp $ + +SHA1 (pigz-2.1.4.tar.gz) = 72f639ffb296c6a5dd7b1a45ed2620a5834d55e1 +RMD160 (pigz-2.1.4.tar.gz) = 9c6651d5b75ac9bb67e66420c7b0c3bfbf4b1b15 +Size (pigz-2.1.4.tar.gz) = 35951 bytes |