diff options
author | he <he@pkgsrc.org> | 2010-08-20 09:29:18 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2010-08-20 09:29:18 +0000 |
commit | dc4682d7bcdb0c35126cf44af4d1c916aa6b46f2 (patch) | |
tree | 6c6e6c0fe0e69e807f438244d7fa44cc8e2186cb /lang/parrot/distinfo | |
parent | 49a42705878738f84508ad071db1fd9351799c15 (diff) | |
download | pkgsrc-dc4682d7bcdb0c35126cf44af4d1c916aa6b46f2.tar.gz |
Update parrot from version 2.4.0 to 2.5.0.
Pkgsrc changes:
o Adapt PLIST and Makefile to what's in the package source and what
is now being installed.
Upstream changes:
* Core
o Added ByteBuffer PMC to allow direct byte manipulation
o Modified some PMC vtable functions to reduce complexity,
simplifying coverage.
o Modified PAST to generate symbolic PASM constants in PIR output.
o General STRING API cleanups
o Increased test coverage of core PMCs
o Fixed up 'exit' opcode, added CONTROL_EXIT exception type.
o Experimental 'unroll' opcode renamed to 'finalize'
* NQP-rx
o Added proper support for multisubs and multimethods
o Fixed sigspace handling ** quantifier in regexes
o Added \e strings
o Added use of inversion lists for charclass lists in regexes
* Platforms
o EPEL (Extra Packages for Enterprise Linux) packages for
RHEL6.beta are available
* Begin moving towards Lorito, the ops refactor to enable pervasive
self-hosting and JIT compilation.
o All ops are now built with the self-hosted opsc compiler.
o For more Information about Lorito see:
+ http://trac.parrot.org/parrot/wiki/Lorito
+ http://trac.parrot.org/parrot/wiki/LoritoRoadmap
Diffstat (limited to 'lang/parrot/distinfo')
-rw-r--r-- | lang/parrot/distinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/parrot/distinfo b/lang/parrot/distinfo index 3355bed2e27..614ee91c544 100644 --- a/lang/parrot/distinfo +++ b/lang/parrot/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.27 2010/08/17 13:27:52 he Exp $ +$NetBSD: distinfo,v 1.28 2010/08/20 09:29:18 he Exp $ -SHA1 (parrot-2.4.0.tar.gz) = 9f06619012070fd9a5fdebd0237da2963c1cf70b -RMD160 (parrot-2.4.0.tar.gz) = c28fa45d80578c2337b16875894c3483743ac24b -Size (parrot-2.4.0.tar.gz) = 4026552 bytes +SHA1 (parrot-2.5.0.tar.gz) = 490397c8a28f4c49cd2edde91a9d2207dc197f69 +RMD160 (parrot-2.5.0.tar.gz) = 7690307c735152d492f7ef494296cf49f03e6765 +Size (parrot-2.5.0.tar.gz) = 4076239 bytes SHA1 (patch-ad) = aae66d32722d4c761132e57176469de7c7d51c88 SHA1 (patch-ae) = 373909f50385c580065a03946a1f4f5b342189fc SHA1 (patch-ak) = 45df82c2240f4619feadc482bcf2636a6b5aa41a |