diff options
author | he <he> | 2010-10-27 06:56:03 +0000 |
---|---|---|
committer | he <he> | 2010-10-27 06:56:03 +0000 |
commit | 79dfb47a28495418086b41600bdae4ad722287df (patch) | |
tree | 918c1b9ee6cfb98fef28920694c1daa0cc43f67f /lang/parrot/PLIST | |
parent | 3581883f412707eedcda048543dd7efdf5774f5e (diff) | |
download | pkgsrc-79dfb47a28495418086b41600bdae4ad722287df.tar.gz |
Upgrade parrot from version 2.8.0 to 2.9.1.
Pkgsrc changes:
o Adapt to changes in the set of installed files.
Upstream changes:
Parrot 2.9.1 News:
- This is a bugfix release to address an excessive slowdown in
the Rakudo Perl 6 build. If you run out of memory on a box with
< 512 MB physical RAM, please report it to us.
Parrot 2.9.0 News:
- Core
+ Parrot and Rakudo's build and tests can now be run under the profiling
runcore
+ IPv6 is now detected, laying the groundwork for future networking
improvements
+ mk_language_shell.pl and create_language.pl no longer require an
installed parrot
+ String PMC's 'reverse' method is now faster and supports all encodings
+ improvements and simplifications in internal string processing
+ Added API for adding STRINGs to the gc root set
+ Speed up ord, substr, index and string comparison opcodes
- Testing
+ "make smoke" supports parallel testing by honoring TEST_JOBS
+ Added tests for Socket PMC, StringBuilder PMC, ByteBuffer PMC,
mk_language_shell.pl, create_language.pl
+ Fixed "Configure.pl" about missing tests
+ Parrot and Rakudo Perl 6 now have access to the GCC Compile Farm
+ Testing on Darwin/PPC
- Git Migration
+ Most developer tools have been ported to Git
+ Majority of developer docs have been written for Git
- Platforms
+ Parrot can now be built on Minix
Diffstat (limited to 'lang/parrot/PLIST')
-rw-r--r-- | lang/parrot/PLIST | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/lang/parrot/PLIST b/lang/parrot/PLIST index 4776c448b0c..f196b5481d1 100644 --- a/lang/parrot/PLIST +++ b/lang/parrot/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.21 2010/09/24 08:36:16 he Exp $ +@comment $NetBSD: PLIST,v 1.22 2010/10/27 06:56:03 he Exp $ bin/ops2c bin/parrot bin/parrot-nqp @@ -48,6 +48,7 @@ include/parrot/${PKGVERSION}/parrot/io_unix.h include/parrot/${PKGVERSION}/parrot/io_win32.h include/parrot/${PKGVERSION}/parrot/key.h include/parrot/${PKGVERSION}/parrot/library.h +include/parrot/${PKGVERSION}/parrot/list.h include/parrot/${PKGVERSION}/parrot/longopt.h include/parrot/${PKGVERSION}/parrot/memory.h include/parrot/${PKGVERSION}/parrot/misc.h @@ -145,8 +146,6 @@ include/parrot/${PKGVERSION}/pmc/pmc_packfileannotations.h include/parrot/${PKGVERSION}/pmc/pmc_packfileconstanttable.h include/parrot/${PKGVERSION}/pmc/pmc_packfiledebug.h include/parrot/${PKGVERSION}/pmc/pmc_packfiledirectory.h -include/parrot/${PKGVERSION}/pmc/pmc_packfilefixupentry.h -include/parrot/${PKGVERSION}/pmc/pmc_packfilefixuptable.h include/parrot/${PKGVERSION}/pmc/pmc_packfilerawsegment.h include/parrot/${PKGVERSION}/pmc/pmc_packfilesegment.h include/parrot/${PKGVERSION}/pmc/pmc_parrotinterpreter.h @@ -607,8 +606,6 @@ src/parrot/${PKGVERSION}/pmc/packfileannotations.dump src/parrot/${PKGVERSION}/pmc/packfileconstanttable.dump src/parrot/${PKGVERSION}/pmc/packfiledebug.dump src/parrot/${PKGVERSION}/pmc/packfiledirectory.dump -src/parrot/${PKGVERSION}/pmc/packfilefixupentry.dump -src/parrot/${PKGVERSION}/pmc/packfilefixuptable.dump src/parrot/${PKGVERSION}/pmc/packfilerawsegment.dump src/parrot/${PKGVERSION}/pmc/packfilesegment.dump src/parrot/${PKGVERSION}/pmc/parrotinterpreter.dump |