All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:
lib/libfoo.a
lib/libfoo.la
lib/libfoo.so
lib/libfoo.so.0
lib/libfoo.so.0.1
one simply needs:
lib/libfoo.la
and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.
Also make LIBTOOLIZE_PLIST default to "yes".
Changes between 1.01 and 1.02 (18 Dec 2003)
* Integrated the i386 assembler decompressors into Autoconf.
* Integrated the i386 assembler decompressors into the build scripts.
* Added include file <ucl/ucl_asm.h> that provides prototypes for all
assembler functions.
* Under Mac OS X, the configure script now will use the `-no-cpp-precomp'
compiler option in order to work around bugs in Apple's native
"smart" preprocessor.
* Updated the configure system.
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.