pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/ucl Update of devel/ucl to 1.02.
details: https://anonhg.NetBSD.org/pkgsrc/rev/317722842d07
branches: trunk
changeset: 465509:317722842d07
user: cjep <cjep%pkgsrc.org@localhost>
date: Wed Dec 31 14:58:50 2003 +0000
description:
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:
devel/ucl/Makefile | 6 +++---
devel/ucl/PLIST | 8 ++++----
devel/ucl/distinfo | 6 +++---
3 files changed, 10 insertions(+), 10 deletions(-)
diffs (49 lines):
diff -r a51f9a4d1017 -r 317722842d07 devel/ucl/Makefile
--- a/devel/ucl/Makefile Wed Dec 31 14:44:49 2003 +0000
+++ b/devel/ucl/Makefile Wed Dec 31 14:58:50 2003 +0000
@@ -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@localhost
+MAINTAINER= cjep%NetBSD.org@localhost
HOMEPAGE= http://www.oberhumer.com/opensource/ucl/
COMMENT= Portable lossless data compression library
diff -r a51f9a4d1017 -r 317722842d07 devel/ucl/PLIST
--- a/devel/ucl/PLIST Wed Dec 31 14:44:49 2003 +0000
+++ b/devel/ucl/PLIST Wed Dec 31 14:58:50 2003 +0000
@@ -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 -r a51f9a4d1017 -r 317722842d07 devel/ucl/distinfo
--- a/devel/ucl/distinfo Wed Dec 31 14:44:49 2003 +0000
+++ b/devel/ucl/distinfo Wed Dec 31 14:58:50 2003 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index