From abbfea3145d7de6d392303458c9e6f1fd52bfd28 Mon Sep 17 00:00:00 2001 From: tnn Date: Sat, 2 Aug 2008 10:06:46 +0000 Subject: Update to chicken-3.3.0. From Aleksej Saushev. - the build system now sets the SONAME field of libchicken.so under Linux - added use of unit ports to unit extras and chicken-setup - unit utils and extras: moved port extensions to unit ports - new unit ports - some fixes to the build system when USE_HOST_PCRE is set - fixed an allocation bug in decode_literal - bug fix for bitwise-or use [Joerg Wittenberger] - bug fix pointer->address - other bug fixes --- lang/chicken/Makefile | 4 ++-- lang/chicken/PLIST | 5 ++++- lang/chicken/distinfo | 8 ++++---- 3 files changed, 10 insertions(+), 7 deletions(-) (limited to 'lang/chicken') diff --git a/lang/chicken/Makefile b/lang/chicken/Makefile index 8e2589a77c3..3ee4361976e 100644 --- a/lang/chicken/Makefile +++ b/lang/chicken/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.35 2008/06/27 13:19:27 obache Exp $ +# $NetBSD: Makefile,v 1.36 2008/08/02 10:06:46 tnn Exp $ # -DISTNAME= chicken-3.2.0 +DISTNAME= chicken-3.3.0 CATEGORIES= lang MASTER_SITES= http://chicken.wiki.br/releases/${PKGVERSION_NOREV}/ diff --git a/lang/chicken/PLIST b/lang/chicken/PLIST index d2a97fe24e3..1247adae53e 100644 --- a/lang/chicken/PLIST +++ b/lang/chicken/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.19 2008/05/12 20:31:08 degroote Exp $ +@comment $NetBSD: PLIST,v 1.20 2008/08/02 10:06:46 tnn Exp $ bin/chicken bin/chicken-bug bin/chicken-profile @@ -26,6 +26,7 @@ share/chicken/eval.exports share/chicken/extras.exports share/chicken/library.exports share/chicken/lolevel.exports +share/chicken/ports.exports share/chicken/posix.exports share/chicken/regex.exports share/chicken/scheduler.exports @@ -39,6 +40,7 @@ share/chicken/tcp.exports share/chicken/utils.exports share/doc/${PKGNAME}/LICENSE share/doc/${PKGNAME}/README +share/doc/${PKGNAME}/chicken.pdf share/doc/${PKGNAME}/html/accessing-external-objects.html share/doc/${PKGNAME}/html/acknowledgements.html share/doc/${PKGNAME}/html/basic-mode-of-operation.html @@ -70,6 +72,7 @@ share/doc/${PKGNAME}/html/unit-extras.html share/doc/${PKGNAME}/html/unit-library.html share/doc/${PKGNAME}/html/unit-lolevel.html share/doc/${PKGNAME}/html/unit-match.html +share/doc/${PKGNAME}/html/unit-ports.html share/doc/${PKGNAME}/html/unit-posix.html share/doc/${PKGNAME}/html/unit-regex.html share/doc/${PKGNAME}/html/unit-srfi-1.html diff --git a/lang/chicken/distinfo b/lang/chicken/distinfo index 2d0cf0cb431..d28e4456058 100644 --- a/lang/chicken/distinfo +++ b/lang/chicken/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.23 2008/05/12 20:31:08 degroote Exp $ +$NetBSD: distinfo,v 1.24 2008/08/02 10:06:46 tnn Exp $ -SHA1 (chicken-3.2.0.tar.gz) = 6416d34cde15a3800986082960b302b238e197f4 -RMD160 (chicken-3.2.0.tar.gz) = 1498804abc494c7727830d8ea719b22a62124525 -Size (chicken-3.2.0.tar.gz) = 3165645 bytes +SHA1 (chicken-3.3.0.tar.gz) = 3af69007f664ccdef988863f1c6ac24405c5500c +RMD160 (chicken-3.3.0.tar.gz) = 74035304164d5c8c2f2ed7571662452df86725f2 +Size (chicken-3.3.0.tar.gz) = 4228441 bytes -- cgit v1.2.3