diff options
author | obache <obache@pkgsrc.org> | 2007-01-02 13:49:01 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2007-01-02 13:49:01 +0000 |
commit | f0c1fd8b75d299717896d269a29c61940a98b4bc (patch) | |
tree | 7a07e61a4a477778efc6dadcd30338adc220a57e /lang/chicken/distinfo | |
parent | 765063e1fd6ba06b27d769c29707c8b369b8ac32 (diff) | |
download | pkgsrc-f0c1fd8b75d299717896d269a29c61940a98b4bc.tar.gz |
Update chicken to 2.50 a.k.a. 2.5.
Based on patch provided by Peter Schuller in PR 35339.
Changes:
- Bugfixes
- CHICKEN can now be built using CMake <http://www.cmake.org>, in fact CMake
is required to built CHICKEN from sources on Windows with the Microsoft
tools
- the whole build process has been cleaned up and simplified
- the "easyffi" and "tinyclos" library units have been removed from the base
system and are now available as separate extensions
- the deprecated "set-dispatch-read-syntax!" has been removed
- Will Farr cleaned up the behaviour of number-type specific numeric operations
("fx..."/"fp...") with respect to safe/unsafe mode
- added "(finite? NUMBER)"
- the "$" macro moved into its own separate extension
- the values of "software-type", "software-version", "machine-type" and "machine
-byte-order"
are now registered as features and can be tested using "cond-expand" or "#+"
- all tools now support the "-release" option
- chicken-setup: added "-test" option
Diffstat (limited to 'lang/chicken/distinfo')
-rw-r--r-- | lang/chicken/distinfo | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/lang/chicken/distinfo b/lang/chicken/distinfo index e7a9a771d7b..e3009f97bf7 100644 --- a/lang/chicken/distinfo +++ b/lang/chicken/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.18 2006/12/06 14:30:50 joerg Exp $ +$NetBSD: distinfo,v 1.19 2007/01/02 13:49:01 obache Exp $ -SHA1 (chicken-2.41.tar.gz) = cfc202f16d021d530b7e9d73a75db097e1946d34 -RMD160 (chicken-2.41.tar.gz) = ba08c178c9260fa9f5dc0d57f5e46bb779ce51aa -Size (chicken-2.41.tar.gz) = 3950398 bytes -SHA1 (patch-aa) = 34ac9e2bb18de718a7e2c7fe9a7e042950648636 -SHA1 (patch-ab) = ce95ea724f3129335dcc4b3dc8fe827f526a8d1a -SHA1 (patch-ac) = 0bc4d7b01ef7265bedf43dfea046d67203d58324 +SHA1 (chicken-2.5.tar.gz) = 5f0e160d5b803d4b51c649a3028124008507d4b6 +RMD160 (chicken-2.5.tar.gz) = 12beb80e77b9468d90605a27c96555053b3af9a3 +Size (chicken-2.5.tar.gz) = 3013368 bytes +SHA1 (patch-aa) = 3b84cfb79f4a5403f114373ae8d3f4298276eda1 +SHA1 (patch-ab) = f21f147f13eb3e6a1e4eefdd51b7b24361e0ecf7 +SHA1 (patch-ac) = b242e53311a44d581033bdca146dd5d2f4be441f |