pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/chicken Update chicken from 3.10 to 3.20
details: https://anonhg.NetBSD.org/pkgsrc/rev/d52f7a40652c
branches: trunk
changeset: 542343:d52f7a40652c
user: degroote <degroote%pkgsrc.org@localhost>
date: Mon May 12 20:31:08 2008 +0000
description:
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
diffstat:
lang/chicken/Makefile | 6 +++---
lang/chicken/PLIST | 8 ++++++--
lang/chicken/distinfo | 8 ++++----
3 files changed, 13 insertions(+), 9 deletions(-)
diffs (86 lines):
diff -r 2d8ed2bbe9fc -r d52f7a40652c lang/chicken/Makefile
--- a/lang/chicken/Makefile Mon May 12 15:52:01 2008 +0000
+++ b/lang/chicken/Makefile Mon May 12 20:31:08 2008 +0000
@@ -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@localhost #, airhead%users.sourceforge.net@localhost
-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 -r 2d8ed2bbe9fc -r d52f7a40652c lang/chicken/PLIST
--- a/lang/chicken/PLIST Mon May 12 15:52:01 2008 +0000
+++ b/lang/chicken/PLIST Mon May 12 20:31:08 2008 +0000
@@ -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 @@
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-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/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/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-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 -r 2d8ed2bbe9fc -r d52f7a40652c lang/chicken/distinfo
--- a/lang/chicken/distinfo Mon May 12 15:52:01 2008 +0000
+++ b/lang/chicken/distinfo Mon May 12 20:31:08 2008 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index