aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/plzip
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.7Wen Heping2011-01-162-5/+5
| | | | | | PR: ports/154049 Submitted by: Albert Vernon <f3cun3c02@sneakemail.com> (maintainer) Feature safe: yes
* Plzip is a massively parallel (multi-threaded), lossless dataMartin Wilke2010-06-023-0/+37
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>