Commit graph

6 commits

Author SHA1 Message Date
joerg
327891d4ed Don't install Makefile. It contains workdir references and is bare-bone,
but automake generated. If it would be useful, a small hand-written
examples would be a lot more useful. Bump revision.
2007-06-17 15:15:09 +00:00
drochner
0e17b5081c Merge archivers/ucl and devel/ucl into one. This was an accident.
Pointed out by wiz.
2007-04-10 15:58:34 +00:00
jlam
1a280185e1 Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
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".
2004-09-22 08:09:14 +00:00
mycroft
a9f78fa3e2 Install the uclpack "example". 2004-08-03 14:27:51 +00:00
cjep
ef60ef9cc9 Update of devel/ucl to 1.02.
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.
2003-12-31 14:58:50 +00:00
cjep
236f48314b 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.
2002-12-13 20:43:39 +00:00