summaryrefslogtreecommitdiffstats
path: root/archive-libs/ucl/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'archive-libs/ucl/DETAILS')
-rwxr-xr-xarchive-libs/ucl/DETAILS27
1 files changed, 27 insertions, 0 deletions
diff --git a/archive-libs/ucl/DETAILS b/archive-libs/ucl/DETAILS
new file mode 100755
index 0000000000..845fb2cf83
--- /dev/null
+++ b/archive-libs/ucl/DETAILS
@@ -0,0 +1,27 @@
+ SPELL=ucl
+ VERSION=1.03
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://www.oberhumer.com/opensource/ucl/download/$SOURCE
+ MD5[0]=63568549c15ff5584b7770b5df797ede
+ LICENSE[0]=GPL
+ WEB_SITE=http://www.oberhumer.com/opensource/ucl/
+ ENTERED=20020124
+ UPDATED=20020124
+ BUILD_API=2
+ SHORT="ucl is a portable lossless data compression library"
+cat << EOF
+ UCL is a portable lossless data compression library written in
+ANSI C.
+
+ UCL implements a number of compression algorithms that achieve an
+excellent compression ratio while allowing *very* fast decompression.
+Decompression requires no additional memory.
+
+ UCL is my OpenSource re-implementation of some NRV compression
+algorithms.
+
+ As compared to LZO, the UCL algorithms achieve a better
+compression ratio but decompression is a little bit slower. See below
+for some rough timings.
+EOF