summaryrefslogtreecommitdiffstats
path: root/archive-libs/ucl
diff options
context:
space:
mode:
authorroot2006-04-24 09:03:08 -0500
committerroot2006-04-24 09:03:08 -0500
commit84d8b510ac289af0a43bfa9e110844af27a90196 (patch)
treed7093929b954dd2f71114bff270755e18f737eb1 /archive-libs/ucl
initial commit from stable 0.3
Diffstat (limited to 'archive-libs/ucl')
-rwxr-xr-xarchive-libs/ucl/DETAILS27
-rw-r--r--archive-libs/ucl/HISTORY7
2 files changed, 34 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
diff --git a/archive-libs/ucl/HISTORY b/archive-libs/ucl/HISTORY
new file mode 100644
index 0000000000..6e89b8a250
--- /dev/null
+++ b/archive-libs/ucl/HISTORY
@@ -0,0 +1,7 @@
+2005-03-30 Thomas Houssin <Thomas.Houssin@sourcemage.org>
+ * DETAILS: bumped version to 1.03
+ * DETAILS: Use API 2, removed deprecated fields
+
+2002-10-14 Julian v. Bock <julian@wongr.net>
+ * DETAILS: add LICENSE and MD5 fields.
+