Bug 124344 - [NEW PORT] archivers/pigz: Parallel GZIP
Summary: [NEW PORT] archivers/pigz: Parallel GZIP
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Xin LI
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-06 10:00 UTC by gslin
Modified: 2008-06-18 19:50 UTC (History)
1 user (show)

See Also:


Attachments
pigz-1.7.shar (1.67 KB, text/plain)
2008-06-06 10:00 UTC, gslin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description gslin 2008-06-06 10:00:18 UTC
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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-06-06 10:00:30 UTC
Responsible Changed
From-To: freebsd-ports-bugs->delphij

delphij@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-06-18 19:47:33 UTC
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"
Comment 3 Xin LI freebsd_committer freebsd_triage 2008-06-18 19:49:05 UTC
State Changed
From-To: open->closed

Committed, thanks!