[Lunar-commits] <moonbase> lzip: Yet another compression/decompression app.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Mon Nov 23 03:58:26 CET 2009
commit bf09063f2ea9f73f616f0d12584a919357f4f3c5
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Sun Nov 22 21:58:26 2009 -0500
lzip: Yet another compression/decompression app.
---
archive/lzip/DETAILS | 17 +++++++++++++++++
1 files changed, 17 insertions(+), 0 deletions(-)
diff --git a/archive/lzip/DETAILS b/archive/lzip/DETAILS
new file mode 100644
index 0000000..a753da7
--- /dev/null
+++ b/archive/lzip/DETAILS
@@ -0,0 +1,17 @@
+ MODULE=lzip
+ VERSION=1.8
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://nongnu.askapache.com/lzip/
+ SOURCE_VFY=sha1:e15e4c131022e1d58de1a7422f4b7ecb7d5111ca
+ WEB_SITE=http://nongnu.askapache.com/lzip/manual/lzip_manual.html
+ ENTERED=20091122
+ UPDATED=20091122
+ SHORT="lossless data compressor"
+
+cat << EOF
+Lzip is a 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. Lzip decompresses almost as fast as gzip and compresses
+better than bzip2, which makes it well suited for software distribution
+and data archiving.
+EOF
More information about the Lunar-commits
mailing list