pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/chicken Update to chicken-3.3.0. From Aleksej Sau...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/381a29ca74f6
branches:  trunk
changeset: 545410:381a29ca74f6
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sat Aug 02 10:06:46 2008 +0000

description:
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

diffstat:

 lang/chicken/Makefile |  4 ++--
 lang/chicken/PLIST    |  5 ++++-
 lang/chicken/distinfo |  8 ++++----
 3 files changed, 10 insertions(+), 7 deletions(-)

diffs (59 lines):

diff -r e19d5ef04fb2 -r 381a29ca74f6 lang/chicken/Makefile
--- a/lang/chicken/Makefile     Sat Aug 02 08:04:38 2008 +0000
+++ b/lang/chicken/Makefile     Sat Aug 02 10:06:46 2008 +0000
@@ -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 -r e19d5ef04fb2 -r 381a29ca74f6 lang/chicken/PLIST
--- a/lang/chicken/PLIST        Sat Aug 02 08:04:38 2008 +0000
+++ b/lang/chicken/PLIST        Sat Aug 02 10:06:46 2008 +0000
@@ -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/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/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-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 -r e19d5ef04fb2 -r 381a29ca74f6 lang/chicken/distinfo
--- a/lang/chicken/distinfo     Sat Aug 02 08:04:38 2008 +0000
+++ b/lang/chicken/distinfo     Sat Aug 02 10:06:46 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index