summaryrefslogtreecommitdiff
path: root/archivers/pigz
diff options
context:
space:
mode:
authorwiz <wiz>2009-07-13 19:44:58 +0000
committerwiz <wiz>2009-07-13 19:44:58 +0000
commitf3cd9722b4cd21f4ee34e46040c38854054bb2bb (patch)
tree2bcedd09acf882b47abfac77f8725bf2c16d28f3 /archivers/pigz
parent09339ec0bfe5f12ff0cb1b8fc1cc007da870082d (diff)
downloadpkgsrc-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/DESCR3
-rw-r--r--archivers/pigz/Makefile24
-rw-r--r--archivers/pigz/PLIST3
-rw-r--r--archivers/pigz/distinfo5
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