diff options
author | he <he> | 2011-11-15 13:44:30 +0000 |
---|---|---|
committer | he <he> | 2011-11-15 13:44:30 +0000 |
commit | 9c7a5e1216dadbc209a2fa5f707ba6c2286d5df3 (patch) | |
tree | f5329e8e2cfde45573d67d7085d7172c3e7f62e6 /lang/parrot | |
parent | 4624faa5a63f747b60fa9bd2b02879396ec33746 (diff) | |
download | pkgsrc-9c7a5e1216dadbc209a2fa5f707ba6c2286d5df3.tar.gz |
Update parrot to version 3.8.0.
Parrot 3.8.0 News:
- Core
+ New tools/release/auto_release.pl script automates most of
release
- Languages
+ Winxed
- Updated snapshot to version 1.2.0
- allowtailcall modifier in try
--debug command-line option, __DEBUG__ predefined constant
and __ASSERT__ builtin
- namespace, class, and ~ (bitwise not) operators
- Implicit nested namespace in namespace and class
declarations
- -X command-line arg
- Documentation
+ Improved release manager guide
- Tests
+ New Makefile target "resubmit_smolder" to resubmit test
results
+ New Makefile target "all_hll_test" runs the test suite of all
HLLs and libraries known to work on Parrot
+ New Makefile target "interop_tests" run language
interoperability tests, which runs as part of the normal "make
test" as well
Diffstat (limited to 'lang/parrot')
-rw-r--r-- | lang/parrot/Makefile | 4 | ||||
-rw-r--r-- | lang/parrot/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/lang/parrot/Makefile b/lang/parrot/Makefile index ab4b72d612e..922c6d7d868 100644 --- a/lang/parrot/Makefile +++ b/lang/parrot/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.48 2011/08/26 08:30:30 he Exp $ +# $NetBSD: Makefile,v 1.49 2011/11/15 13:44:30 he Exp $ # -VERSION= 3.7.0 +VERSION= 3.8.0 RTYPE= devel DISTNAME= parrot-${VERSION} CATEGORIES= lang diff --git a/lang/parrot/distinfo b/lang/parrot/distinfo index 5490b91fedb..5ce17735cf5 100644 --- a/lang/parrot/distinfo +++ b/lang/parrot/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.41 2011/08/26 08:30:30 he Exp $ +$NetBSD: distinfo,v 1.42 2011/11/15 13:44:30 he Exp $ -SHA1 (parrot-3.7.0.tar.gz) = 0ef653a2aa949c60e49b6951a88e408752a7e2a7 -RMD160 (parrot-3.7.0.tar.gz) = 474258dfa289847c398d04439f7620d7136e089f -Size (parrot-3.7.0.tar.gz) = 4079527 bytes +SHA1 (parrot-3.8.0.tar.gz) = e582b25e357fa761ef715a4da2b7fab2a4830104 +RMD160 (parrot-3.8.0.tar.gz) = b84b4d1aaeda69428cd25f72a082825cf86dce22 +Size (parrot-3.8.0.tar.gz) = 4516399 bytes SHA1 (patch-ad) = a972d48a879e541f6894f2eeb82a70b1756437d9 SHA1 (patch-ak) = 19d7dfff43bb08ba046040771e45b95774e024b7 |