Commit graph

12 commits

Author SHA1 Message Date
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
snj
d56dd88dea Bump PKGREVISION for the additional file that is now installed by the ucl
package.
2004-08-03 16:36:13 +00:00
mycroft
a9f78fa3e2 Install the uclpack "example". 2004-08-03 14:27:51 +00:00
minskim
58e23e5d4c Add buildlink3.mk. 2004-07-28 02:29:29 +00:00
minskim
75112c2901 Enable pkgviews installation. 2004-07-28 02:29:05 +00:00
snj
b8323a00b8 Convert to buildlink3. 2004-04-21 04:04:59 +00:00
snj
0f3725bdbf Fix build with gcc2 on sparc64. 2004-03-22 23:42:51 +00:00
jlam
ec993afa1a LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14 17:21:32 +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
grant
4083b24390 s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +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