aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/plzip/pkg-descr
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2010-06-02 23:33:46 +0800
committermiwi <miwi@FreeBSD.org>2010-06-02 23:33:46 +0800
commit90463864d4baa7cd8d5afd61fd833776b13db994 (patch)
tree7a9ebdea10bd852d574435d6563b08e3808da936 /archivers/plzip/pkg-descr
parentbc4d91110470f9bce9597593d71e3949a2f58dfd (diff)
downloadfreebsd-ports-gnome-90463864d4baa7cd8d5afd61fd833776b13db994.tar.gz
freebsd-ports-gnome-90463864d4baa7cd8d5afd61fd833776b13db994.tar.zst
freebsd-ports-gnome-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/plzip/pkg-descr')
-rw-r--r--archivers/plzip/pkg-descr9
1 files changed, 9 insertions, 0 deletions
diff --git a/archivers/plzip/pkg-descr b/archivers/plzip/pkg-descr
new file mode 100644
index 000000000000..4b6566ff2df5
--- /dev/null
+++ b/archivers/plzip/pkg-descr
@@ -0,0 +1,9 @@
+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>