diff options
author | he <he@pkgsrc.org> | 2010-09-16 09:44:17 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2010-09-16 09:44:17 +0000 |
commit | 7112eedd942969f8ac28d455038fcfdf06f50a0d (patch) | |
tree | c79a1c8ac17b4c62e2fcf64df3c9e7e2f4a7eae4 /lang | |
parent | 97314874005dbb02ba8716d87956703003a518d7 (diff) | |
download | pkgsrc-7112eedd942969f8ac28d455038fcfdf06f50a0d.tar.gz |
Update parrot from version 2.6.0 to 2.7.0.
Pkgsrc changes:
o Adapt to changes in installed files, and a new perl script.
Upstream changes:
- Core
+ cleanups in packfile and freeze/thaw handling
+ Hash optimizations that improve HLL startup and run time
+ As always, many bug fixes and other optimizations
- Runtime
+ some runtime library cleanups
- Testing
+ added more tests to improve coverage
+ new codingstd test for documentation in .pmc files
- Documentation
+ added documentation to .pmc files (some still missing but headers in place)
+ general documentation improvements and bringing up-to-date
- NQP-rx
+ Updated version included from http://github.com/perl6/nqp-rx includes
speed improvements
Diffstat (limited to 'lang')
-rw-r--r-- | lang/parrot/Makefile | 7 | ||||
-rw-r--r-- | lang/parrot/PLIST | 3 | ||||
-rw-r--r-- | lang/parrot/distinfo | 8 |
3 files changed, 10 insertions, 8 deletions
diff --git a/lang/parrot/Makefile b/lang/parrot/Makefile index 2ada30c2b22..22574e6f0f6 100644 --- a/lang/parrot/Makefile +++ b/lang/parrot/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.35 2010/09/07 07:41:51 he Exp $ +# $NetBSD: Makefile,v 1.36 2010/09/16 09:44:17 he Exp $ # -VERSION= 2.6.0 -RTYPE= supported +VERSION= 2.7.0 +RTYPE= devel DISTNAME= parrot-${VERSION} CATEGORIES= lang MASTER_SITES= ftp://ftp.parrot.org/pub/parrot/releases/${RTYPE}/${VERSION}/ @@ -52,6 +52,7 @@ REPLACE_PERL+= tools/build/pmc2c.pl REPLACE_PERL+= tools/dev/create_language.pl REPLACE_PERL+= tools/dev/gen_makefile.pl REPLACE_PERL+= tools/dev/mk_language_shell.pl +REPLACE_PERL+= tools/dev/pprof2cg.pl REPLACE_PERL+= tools/dev/reconfigure.pl REPLACE_INTERPRETER+= parrot diff --git a/lang/parrot/PLIST b/lang/parrot/PLIST index e01ec18fd43..dc3090b1264 100644 --- a/lang/parrot/PLIST +++ b/lang/parrot/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.19 2010/09/07 07:41:51 he Exp $ +@comment $NetBSD: PLIST,v 1.20 2010/09/16 09:44:17 he Exp $ bin/ops2c bin/parrot bin/parrot-nqp @@ -440,6 +440,7 @@ lib/parrot/${PKGVERSION}/tools/dev/create_language.pl lib/parrot/${PKGVERSION}/tools/dev/gen_makefile.pl lib/parrot/${PKGVERSION}/tools/dev/mk_language_shell.pl lib/parrot/${PKGVERSION}/tools/dev/pbc_to_exe.pir +lib/parrot/${PKGVERSION}/tools/dev/pprof2cg.pl lib/parrot/${PKGVERSION}/tools/dev/reconfigure.pl lib/parrot/${PKGVERSION}/tools/lib/File/Which.pm lib/parrot/${PKGVERSION}/tools/lib/Parrot/BuildUtil.pm diff --git a/lang/parrot/distinfo b/lang/parrot/distinfo index e659f07c12d..3c227428f59 100644 --- a/lang/parrot/distinfo +++ b/lang/parrot/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.29 2010/09/07 07:41:51 he Exp $ +$NetBSD: distinfo,v 1.30 2010/09/16 09:44:17 he Exp $ -SHA1 (parrot-2.6.0.tar.gz) = e7de16241d00690bef161f9904dfbb8e68f85b2c -RMD160 (parrot-2.6.0.tar.gz) = 9bc413f1d4e016de72ea0eaa98ae7e087bb5d9e0 -Size (parrot-2.6.0.tar.gz) = 4094631 bytes +SHA1 (parrot-2.7.0.tar.gz) = 507c57fb903a5e9678092ee02783373f09acc364 +RMD160 (parrot-2.7.0.tar.gz) = 75415e9770a1f1c660a2292714a5b089ea9d0008 +Size (parrot-2.7.0.tar.gz) = 4111580 bytes SHA1 (patch-ad) = aae66d32722d4c761132e57176469de7c7d51c88 SHA1 (patch-ae) = 373909f50385c580065a03946a1f4f5b342189fc SHA1 (patch-ak) = 45df82c2240f4619feadc482bcf2636a6b5aa41a |