Added: trunk/dports/archivers/pigz/Portfile (0 => 67129)
--- trunk/dports/archivers/pigz/Portfile (rev 0)
+++ trunk/dports/archivers/pigz/Portfile 2010-04-30 02:04:41 UTC (rev 67129)
@@ -0,0 +1,37 @@
+# $Id$
+
+PortSystem 1.0
+
+name pigz
+version 2.1.6
+categories archivers
+platforms darwin
+maintainers gmail.com:danchr openmaintainer
+
+description parallel gzip
+long_description 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. pigz was written by Mark Adler, and \
+ uses the zlib and pthread libraries.
+
+homepage http://www.zlib.net/pigz/
+master_sites ${homepage}
+
+checksums md5 cbe9030c4be3d0ef2438ee5f8b169ca4 \
+ sha1 df05bdcc7b08246a3c1e6a2ab2edc7d0a45c0369 \
+ rmd160 715a90eefbb9d2f6dbd94ec7ee196a0ea7b32e7f
+
+use_configure no
+
+build.target
+
+destroot {
+ xinstall -m 644 ${worksrcpath}/${name}.1 ${destroot}${prefix}/share/man/man1
+ xinstall ${worksrcpath}/${name} ${destroot}${prefix}/bin
+ ln -s ${name} ${destroot}${prefix}/bin/un${name}
+}
+
+livecheck.type regex
+livecheck.url ${homepage}
+livecheck.regex {pigz-(\d+(?:\.\d+)*).tar.gz}
Property changes on: trunk/dports/archivers/pigz/Portfile
___________________________________________________________________