Bug 146884 - New port: archivers/plzip Parallel version of lzip compressor
Summary: New port: archivers/plzip Parallel version of lzip compressor
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: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-23 23:06 UTC by Albert Vernon
Modified: 2010-06-02 16:40 UTC (History)
0 users

See Also:


Attachments
file.shar (1.95 KB, text/plain)
2010-05-23 23:06 UTC, Albert Vernon
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Albert Vernon 2010-05-23 23:06:59 UTC
Plzip is a massively parallel (multi-threaded), lossless data compressor based on the LZMA algorithm, with very safe integrity checking and a user interface similar to the one of gzip or bzip2. Plzip uses the lzip file format; the files produced by plzip are fully compatible with lzip-1.4 or newer.

Fix: Patch attached with submission follows:
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2010-05-24 03:13:34 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-06-02 16:33:58 UTC
miwi        2010-06-02 15:33:46 UTC

  FreeBSD ports repository

  Modified files:
    archivers            Makefile 
  Added files:
    archivers/plzip      Makefile distinfo pkg-descr 
  Log:
  Plzip is a massively parallel (multi-threaded), lossless data
  compressor based on the LZMA algorithm, with very safe integrity
  checking and a user interface similar to the one of gzip or bzip2.
  Plzip uses the lzip file format; the files produced by plzip are
  fully compatible with lzip-1.4 or newer.
  
  WWW: http://www.nongnu.org/lzip/plzip.html
  
  Albert Vernon <f3cun3c02@sneakemail.com>
  
  PR:             ports/146884
  Submitted by:   Albert Vernon <f3cun3c02 at sneakemail.com>
  
  Revision  Changes    Path
  1.239     +1 -0      ports/archivers/Makefile
  1.1       +25 -0     ports/archivers/plzip/Makefile (new)
  1.1       +3 -0      ports/archivers/plzip/distinfo (new)
  1.1       +9 -0      ports/archivers/plzip/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 Martin Wilke freebsd_committer freebsd_triage 2010-06-02 16:34:14 UTC
State Changed
From-To: open->closed

Committed. Thanks!