pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/archivers/pigz Initial import of pigz-2.1.4:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f660612d5a82
branches:  trunk
changeset: 395805:f660612d5a82
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jul 13 19:44:58 2009 +0000

description:
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:

 archivers/pigz/DESCR    |   3 +++
 archivers/pigz/Makefile |  24 ++++++++++++++++++++++++
 archivers/pigz/PLIST    |   3 +++
 archivers/pigz/distinfo |   5 +++++
 4 files changed, 35 insertions(+), 0 deletions(-)

diffs (51 lines):

diff -r 2d4d60b13412 -r f660612d5a82 archivers/pigz/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/pigz/DESCR      Mon Jul 13 19:44:58 2009 +0000
@@ -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 -r 2d4d60b13412 -r f660612d5a82 archivers/pigz/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/pigz/Makefile   Mon Jul 13 19:44:58 2009 +0000
@@ -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@localhost
+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 -r 2d4d60b13412 -r f660612d5a82 archivers/pigz/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/pigz/PLIST      Mon Jul 13 19:44:58 2009 +0000
@@ -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 -r 2d4d60b13412 -r f660612d5a82 archivers/pigz/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/archivers/pigz/distinfo   Mon Jul 13 19:44:58 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index