summaryrefslogtreecommitdiff
path: root/devel/ucl
AgeCommit message (Collapse)AuthorFilesLines
2005-06-24Prevent paths to the build directories from being included in the package.kristerw1-2/+8
Bump PKGREVISION.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-02Set INSTALLATION_DIRS for pkgviews installation.minskim1-1/+3
2005-02-23Add RMD160 digests.agc1-1/+2
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv2-3/+4
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-5/+1
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-08-03Bump PKGREVISION for the additional file that is now installed by the uclsnj1-1/+2
package.
2004-08-03Install the uclpack "example".mycroft2-2/+4
2004-07-28Add buildlink3.mk.minskim1-0/+18
2004-07-28Enable pkgviews installation.minskim1-1/+3
2004-04-21Convert to buildlink3.snj1-2/+2
2004-03-22Fix build with gcc2 on sparc64.snj1-1/+4
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-3/+1
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2003-12-31Update of devel/ucl to 1.02.cjep3-10/+10
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-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2002-12-13Initial import of the UCL data compression library v1.01 into thecjep4-0/+50
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.