diff options
author | cjep <cjep@pkgsrc.org> | 2002-12-13 20:43:39 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2002-12-13 20:43:39 +0000 |
commit | 236f48314b87dca8e7ca60b49039fcbe9e25fd13 (patch) | |
tree | 0f221ca735b490dc83d65e80980cea5181673ead /devel/ucl/PLIST | |
parent | 8c3cd3770a904f98b5574f3cecdd64a0a5f32871 (diff) | |
download | pkgsrc-236f48314b87dca8e7ca60b49039fcbe9e25fd13.tar.gz |
Initial import of the UCL data compression library v1.01 into the
NetBSD packages collection as devel/ucl.
UCL is a portable lossless data compression library written in ANSI C.
It implements a number of NRV compression algorithms that achieve an
excellent compression ratio while allowing very fast decompression.
Diffstat (limited to 'devel/ucl/PLIST')
-rw-r--r-- | devel/ucl/PLIST | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/devel/ucl/PLIST b/devel/ucl/PLIST new file mode 100644 index 00000000000..3fba11f5b86 --- /dev/null +++ b/devel/ucl/PLIST @@ -0,0 +1,15 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/12/13 20:43:39 cjep Exp $ +include/ucl/ucl.h +include/ucl/uclconf.h +include/ucl/uclutil.h +lib/libucl.a +lib/libucl.la +lib/libucl.so +lib/libucl.so.0 +lib/libucl.so.0.0 +share/examples/ucl/Makefile +share/examples/ucl/lutil.h +share/examples/ucl/simple.c +share/examples/ucl/uclpack.c +@dirrm share/examples/ucl +@dirrm include/ucl |