summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordegroote <degroote@pkgsrc.org>2008-05-12 20:31:08 +0000
committerdegroote <degroote@pkgsrc.org>2008-05-12 20:31:08 +0000
commit4a79e3b9346bb8c617a1d927e62593418a784a58 (patch)
treeea37b0fe474db512506dbd8ef4b30353d71195f9
parent60db2d52f4b65bf2e58ec9dbc483a31d32e99ff6 (diff)
downloadpkgsrc-4a79e3b9346bb8c617a1d927e62593418a784a58.tar.gz
Update chicken from 3.10 to 3.20
From Changelog : - unit extras: moved lists, queues, strings to data-structures - new unit data-structures - unit library: symbol->string now copies its argument - chicken-setup: added option -svn-trunk - unit utils: added file-copy and file-move (request by the einit team) - unit srfi-69: added hash-table-clear! - unit srfi-69: new - unit extras: moved SRFI 69 to unit srfi-69 Contributed by Aleksej Saushev
-rw-r--r--lang/chicken/Makefile6
-rw-r--r--lang/chicken/PLIST8
-rw-r--r--lang/chicken/distinfo8
3 files changed, 13 insertions, 9 deletions
diff --git a/lang/chicken/Makefile b/lang/chicken/Makefile
index 5c1f84400af..cf3c792f6cb 100644
--- a/lang/chicken/Makefile
+++ b/lang/chicken/Makefile
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.33 2008/04/07 18:23:06 tnn Exp $
+# $NetBSD: Makefile,v 1.34 2008/05/12 20:31:08 degroote Exp $
#
-DISTNAME= chicken-3.1.0
+DISTNAME= chicken-3.2.0
CATEGORIES= lang
MASTER_SITES= http://chicken.wiki.br/releases/${PKGVERSION_NOREV}/
MAINTAINER= asau@inbox.ru #, airhead@users.sourceforge.net
-HOMEPAGE= http://www.call-with-current-continuation.org/chicken.html
+HOMEPAGE= http://www.call-with-current-continuation.org/
COMMENT= Scheme to C compiler, handling R5RS
PKG_DESTDIR_SUPPORT= user-destdir
diff --git a/lang/chicken/PLIST b/lang/chicken/PLIST
index d1308059842..d2a97fe24e3 100644
--- a/lang/chicken/PLIST
+++ b/lang/chicken/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.18 2008/04/07 18:23:06 tnn Exp $
+@comment $NetBSD: PLIST,v 1.19 2008/05/12 20:31:08 degroote Exp $
bin/chicken
bin/chicken-bug
bin/chicken-profile
@@ -21,6 +21,7 @@ man/man1/csi.1
share/chicken/chicken-ffi-macros.scm
share/chicken/chicken-more-macros.scm
share/chicken/chicken-sys-macros.scm
+share/chicken/data-structures.exports
share/chicken/eval.exports
share/chicken/extras.exports
share/chicken/library.exports
@@ -33,11 +34,11 @@ share/chicken/srfi-13.exports
share/chicken/srfi-14.exports
share/chicken/srfi-18.exports
share/chicken/srfi-4.exports
+share/chicken/srfi-69.exports
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
@@ -53,6 +54,7 @@ share/doc/${PKGNAME}/html/embedding.html
share/doc/${PKGNAME}/html/extensions-to-the-standard.html
share/doc/${PKGNAME}/html/faq.html
share/doc/${PKGNAME}/html/foreign-type-specifiers.html
+share/doc/${PKGNAME}/html/getting-started.html
share/doc/${PKGNAME}/html/index.html
share/doc/${PKGNAME}/html/interface-to-external-functions-and-variables.html
share/doc/${PKGNAME}/html/locations.html
@@ -62,6 +64,7 @@ share/doc/${PKGNAME}/html/other-support-procedures.html
share/doc/${PKGNAME}/html/parameters.html
share/doc/${PKGNAME}/html/pattern-matching.html
share/doc/${PKGNAME}/html/supported-language.html
+share/doc/${PKGNAME}/html/unit-data-structures.html
share/doc/${PKGNAME}/html/unit-eval.html
share/doc/${PKGNAME}/html/unit-extras.html
share/doc/${PKGNAME}/html/unit-library.html
@@ -74,6 +77,7 @@ share/doc/${PKGNAME}/html/unit-srfi-13.html
share/doc/${PKGNAME}/html/unit-srfi-14.html
share/doc/${PKGNAME}/html/unit-srfi-18.html
share/doc/${PKGNAME}/html/unit-srfi-4.html
+share/doc/${PKGNAME}/html/unit-srfi-69.html
share/doc/${PKGNAME}/html/unit-tcp.html
share/doc/${PKGNAME}/html/unit-utils.html
share/doc/${PKGNAME}/html/using-the-compiler.html
diff --git a/lang/chicken/distinfo b/lang/chicken/distinfo
index c6bb9ac13f7..2d0cf0cb431 100644
--- a/lang/chicken/distinfo
+++ b/lang/chicken/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.22 2008/04/07 18:23:06 tnn Exp $
+$NetBSD: distinfo,v 1.23 2008/05/12 20:31:08 degroote Exp $
-SHA1 (chicken-3.1.0.tar.gz) = a5529645df74751a611895e9d32bef78d23a276c
-RMD160 (chicken-3.1.0.tar.gz) = 1e1b6dc51f7f876f49b2981c2ff6045461de1854
-Size (chicken-3.1.0.tar.gz) = 4005073 bytes
+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