summaryrefslogtreecommitdiff
path: root/lang/chicken
diff options
context:
space:
mode:
authorahoka <ahoka@pkgsrc.org>2008-10-07 15:28:44 +0000
committerahoka <ahoka@pkgsrc.org>2008-10-07 15:28:44 +0000
commit425057caa40aebf992e9e3a7326cab0c484f65dc (patch)
treead486f245d6c8282dcde4f7df13fc797e279060a /lang/chicken
parentc29c21fef82cbb6a14dd5459c3f39566aee1babc (diff)
downloadpkgsrc-425057caa40aebf992e9e3a7326cab0c484f65dc.tar.gz
Update chicken to 3.4.0.
Changes between 3.3.0 and 3.4.0: - Fixes to the MinGW build. - PCRE 7.7 - Bug fix for bitwise-or use [Joerg Wittenberger] - Bug fix in thread-terminate! [thanks to Joerg Wittenberger] - Cygwin build patched to put the runtime libraries in the right place. [thanks to Nathan Thern] - added support for out-of-tree compilation (via the SRCDIR variable) [thanks to Ivan Shmakov] - bug fix for (string->number "/") - support for selective procedure profiling in the compiler - unit utils: moved file- and pathname-related procedures to unit files - new unit files
Diffstat (limited to 'lang/chicken')
-rw-r--r--lang/chicken/Makefile4
-rw-r--r--lang/chicken/PLIST4
-rw-r--r--lang/chicken/distinfo8
3 files changed, 9 insertions, 7 deletions
diff --git a/lang/chicken/Makefile b/lang/chicken/Makefile
index 3ee4361976e..9598b181a26 100644
--- a/lang/chicken/Makefile
+++ b/lang/chicken/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.36 2008/08/02 10:06:46 tnn Exp $
+# $NetBSD: Makefile,v 1.37 2008/10/07 15:28:44 ahoka Exp $
#
-DISTNAME= chicken-3.3.0
+DISTNAME= chicken-3.4.0
CATEGORIES= lang
MASTER_SITES= http://chicken.wiki.br/releases/${PKGVERSION_NOREV}/
diff --git a/lang/chicken/PLIST b/lang/chicken/PLIST
index 1247adae53e..3ceff7c4fa7 100644
--- a/lang/chicken/PLIST
+++ b/lang/chicken/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.20 2008/08/02 10:06:46 tnn Exp $
+@comment $NetBSD: PLIST,v 1.21 2008/10/07 15:28:44 ahoka Exp $
bin/chicken
bin/chicken-bug
bin/chicken-profile
@@ -24,6 +24,7 @@ share/chicken/chicken-sys-macros.scm
share/chicken/data-structures.exports
share/chicken/eval.exports
share/chicken/extras.exports
+share/chicken/files.exports
share/chicken/library.exports
share/chicken/lolevel.exports
share/chicken/ports.exports
@@ -69,6 +70,7 @@ 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-files.html
share/doc/${PKGNAME}/html/unit-library.html
share/doc/${PKGNAME}/html/unit-lolevel.html
share/doc/${PKGNAME}/html/unit-match.html
diff --git a/lang/chicken/distinfo b/lang/chicken/distinfo
index d28e4456058..56d4ab74371 100644
--- a/lang/chicken/distinfo
+++ b/lang/chicken/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.24 2008/08/02 10:06:46 tnn Exp $
+$NetBSD: distinfo,v 1.25 2008/10/07 15:28:44 ahoka Exp $
-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
+SHA1 (chicken-3.4.0.tar.gz) = 6a73186eb01e2aa952056cf2ccb8fa136f9fab4e
+RMD160 (chicken-3.4.0.tar.gz) = e28808de5408753df1e0b050dcac19f540567f13
+Size (chicken-3.4.0.tar.gz) = 4242443 bytes