Mark Adler, maintainer of popular zlib library has released a multicore capable Parallel Implementation of GZip, nicknamed PIGZ. Version 1.5 implements nearly all of gzipâs functionality, including decompression of .gz and .Z (Unix compress) files. WWW: http://www.c10n.info/archives/505 Generated with FreeBSD Port Tools 0.77
Responsible Changed From-To: freebsd-ports-bugs->delphij delphij@ wants his PRs (via the GNATS Auto Assign Tool)
delphij 2008-06-18 18:47:28 UTC FreeBSD ports repository Modified files: archivers Makefile Added files: archivers/pigz Makefile distinfo pkg-descr Log: New port: pigz, Parallel GZip. PR: ports/124344 Submitted by: Gea-Suan Lin <gslin gslin org> Revision Changes Path 1.200 +1 -0 ports/archivers/Makefile 1.1 +27 -0 ports/archivers/pigz/Makefile (new) 1.1 +3 -0 ports/archivers/pigz/distinfo (new) 1.1 +6 -0 ports/archivers/pigz/pkg-descr (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, thanks!