diff options
author | miwi <miwi@FreeBSD.org> | 2010-06-02 23:33:46 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2010-06-02 23:33:46 +0800 |
commit | 90463864d4baa7cd8d5afd61fd833776b13db994 (patch) | |
tree | 7a9ebdea10bd852d574435d6563b08e3808da936 /archivers/Makefile | |
parent | bc4d91110470f9bce9597593d71e3949a2f58dfd (diff) | |
download | freebsd-ports-graphics-90463864d4baa7cd8d5afd61fd833776b13db994.tar.gz freebsd-ports-graphics-90463864d4baa7cd8d5afd61fd833776b13db994.tar.zst freebsd-ports-graphics-90463864d4baa7cd8d5afd61fd833776b13db994.zip |
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>
Diffstat (limited to 'archivers/Makefile')
-rw-r--r-- | archivers/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archivers/Makefile b/archivers/Makefile index f84e577ffc9..85bcea6e927 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -137,6 +137,7 @@ SUBDIR += php52-zip SUBDIR += php52-zlib SUBDIR += pigz + SUBDIR += plzip SUBDIR += ppmd SUBDIR += ppmd-7z SUBDIR += ppunpack |