diff options
author | cjep <cjep@pkgsrc.org> | 2003-12-31 14:58:50 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2003-12-31 14:58:50 +0000 |
commit | ef60ef9cc9268b1110a62660ef53005cd248e40f (patch) | |
tree | 1e631e2e84375141cdf919eeafc5d9f7fe4f6e5b /devel/ucl | |
parent | 19684797665d788e4fc25de24b7ba8ab92278b29 (diff) | |
download | pkgsrc-ef60ef9cc9268b1110a62660ef53005cd248e40f.tar.gz |
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.
Diffstat (limited to 'devel/ucl')
-rw-r--r-- | devel/ucl/Makefile | 6 | ||||
-rw-r--r-- | devel/ucl/PLIST | 8 | ||||
-rw-r--r-- | devel/ucl/distinfo | 6 |
3 files changed, 10 insertions, 10 deletions
diff --git a/devel/ucl/Makefile b/devel/ucl/Makefile index 63151c01207..8355faa1379 100644 --- a/devel/ucl/Makefile +++ b/devel/ucl/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.3 2003/07/17 21:34:07 grant Exp $ +# $NetBSD: Makefile,v 1.4 2003/12/31 14:58:50 cjep Exp $ # -DISTNAME= ucl-1.01 +DISTNAME= ucl-1.02 CATEGORIES= devel archivers MASTER_SITES= http://www.oberhumer.com/opensource/ucl/download/ -MAINTAINER= tech-pkg@NetBSD.org +MAINTAINER= cjep@NetBSD.org HOMEPAGE= http://www.oberhumer.com/opensource/ucl/ COMMENT= Portable lossless data compression library diff --git a/devel/ucl/PLIST b/devel/ucl/PLIST index 3fba11f5b86..58fca50a97f 100644 --- a/devel/ucl/PLIST +++ b/devel/ucl/PLIST @@ -1,12 +1,12 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2002/12/13 20:43:39 cjep Exp $ +@comment $NetBSD: PLIST,v 1.2 2003/12/31 14:58:50 cjep Exp $ include/ucl/ucl.h +include/ucl/ucl_asm.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 +lib/libucl.so.1 +lib/libucl.so.1.0 share/examples/ucl/Makefile share/examples/ucl/lutil.h share/examples/ucl/simple.c diff --git a/devel/ucl/distinfo b/devel/ucl/distinfo index 8bfda10b4b8..e649ee28c58 100644 --- a/devel/ucl/distinfo +++ b/devel/ucl/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2002/12/13 20:43:39 cjep Exp $ +$NetBSD: distinfo,v 1.2 2003/12/31 14:58:50 cjep Exp $ -SHA1 (ucl-1.01.tar.gz) = eb5839c3397c3a84a107ef7bf0cb8c89addf6cca -Size (ucl-1.01.tar.gz) = 341562 bytes +SHA1 (ucl-1.02.tar.gz) = d9abe2ab87bd7186cf052c4a1160e1dbeadab54f +Size (ucl-1.02.tar.gz) = 513433 bytes |