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/parrot/Makefile | |
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/parrot/Makefile')
-rw-r--r-- | lang/parrot/Makefile | 7 |
1 files changed, 4 insertions, 3 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 |