diff options
author | he <he@pkgsrc.org> | 2010-01-28 13:06:18 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2010-01-28 13:06:18 +0000 |
commit | d3ca1d0f8c0faf67a3c9361039c2df419349f4ac (patch) | |
tree | 8a1391ab63ef84af8126e1e6a5b5364be4291af5 /lang/parrot/PLIST | |
parent | ca98e546c543862133ecf91174f7a50fc61f786c (diff) | |
download | pkgsrc-d3ca1d0f8c0faf67a3c9361039c2df419349f4ac.tar.gz |
Update parrot from version 1.8.0 to 1.9.0.
Pkgsrc changes:
o Adjust patches to match new code
o Adjust PLIST to what's being installed
Upstream changes:
- Core
+ Made profiling runcore output format configurable and extensible
options include "pprof" and "none" ("binary" and "callgrind" are planned)
+ Added environment variables to specify profiling output type and filename
(PARROT_PROFILING_OUTPUT and PARROT_PROFILING_FILENAME)
+ Began merging Freeze/Thaw and Bytecode generator/loader
- Compilers
+ Included latest nqp-rx compiler, with many improvements
- GLOBAL:: package identifier
- dynamic variables look in global namespace
- $obj."$method" syntax
- :p(os) and :c(ontinue) option on regexes
- try/CATCH/CONTROL handling
- support leading & on subroutine declarations
- allow "category:" names (for builtin operators)
- simple version of smartmatch operator
- simple regex matches
- updated HLL::Compiler with new import/export methods
- Miscellaneous
+ Portability updates for RTEMS, and Intel architectures with GNU compilers
+ Completed conversion of ticket tracking system from RT to Trac
+ New draft of PDD31 for HLL export API and import implementation
+ Several (build time, runtime) performance improvements
+ Converted many tests to PIR, reducing test execution time
+ Various bugfixes, code cleanups, and coding standard fixes
Diffstat (limited to 'lang/parrot/PLIST')
-rw-r--r-- | lang/parrot/PLIST | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/lang/parrot/PLIST b/lang/parrot/PLIST index 40b35cee535..b56df1b3480 100644 --- a/lang/parrot/PLIST +++ b/lang/parrot/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.11 2009/12/17 14:47:35 he Exp $ +@comment $NetBSD: PLIST,v 1.12 2010/01/28 13:06:19 he Exp $ bin/parrot bin/parrot-nqp bin/parrot_config @@ -193,8 +193,8 @@ lib/parrot/${PKGVERSION}/library/CGI/QueryHash.pbc lib/parrot/${PKGVERSION}/library/CGI/QueryHash.pir lib/parrot/${PKGVERSION}/library/Config/JSON.pbc lib/parrot/${PKGVERSION}/library/Config/JSON.pir -lib/parrot/${PKGVERSION}/library/Configure.pbc -lib/parrot/${PKGVERSION}/library/Configure.pir +lib/parrot/${PKGVERSION}/library/Configure/genfile.pbc +lib/parrot/${PKGVERSION}/library/Configure/genfile.pir lib/parrot/${PKGVERSION}/library/Crow.pbc lib/parrot/${PKGVERSION}/library/Crow.pir lib/parrot/${PKGVERSION}/library/Curses.pir @@ -339,6 +339,7 @@ lib/parrot/${PKGVERSION}/library/yaml_dumper.pir lib/parrot/${PKGVERSION}/parrot_config.o lib/parrot/${PKGVERSION}/tools/build/ops2c.pl lib/parrot/${PKGVERSION}/tools/build/pmc2c.pl +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 @@ -362,6 +363,7 @@ lib/parrot/${PKGVERSION}/tools/lib/Parrot/Configure/Options/Test/Prepare.pm lib/parrot/${PKGVERSION}/tools/lib/Parrot/Configure/Step.pm lib/parrot/${PKGVERSION}/tools/lib/Parrot/Configure/Step/List.pm lib/parrot/${PKGVERSION}/tools/lib/Parrot/Configure/Step/Methods.pm +lib/parrot/${PKGVERSION}/tools/lib/Parrot/Configure/Step/Test.pm lib/parrot/${PKGVERSION}/tools/lib/Parrot/Configure/Test.pm lib/parrot/${PKGVERSION}/tools/lib/Parrot/Configure/Trace.pm lib/parrot/${PKGVERSION}/tools/lib/Parrot/Configure/Utils.pm @@ -440,11 +442,9 @@ lib/parrot/${PKGVERSION}/tools/lib/Parrot/Pmc2c/VTable.pm lib/parrot/${PKGVERSION}/tools/lib/Parrot/Revision.pm lib/parrot/${PKGVERSION}/tools/lib/Parrot/SearchOps.pm lib/parrot/${PKGVERSION}/tools/lib/Parrot/Test.pm -lib/parrot/${PKGVERSION}/tools/lib/Parrot/Test/Cardinal.pm lib/parrot/${PKGVERSION}/tools/lib/Parrot/Test/Harness.pm lib/parrot/${PKGVERSION}/tools/lib/Parrot/Test/PGE.pm lib/parrot/${PKGVERSION}/tools/lib/Parrot/Test/PIR_PGE.pm -lib/parrot/${PKGVERSION}/tools/lib/Parrot/Test/Perl6.pm lib/parrot/${PKGVERSION}/tools/lib/Parrot/Test/Pod.pm lib/parrot/${PKGVERSION}/tools/lib/Parrot/Test/Pod/Utils.pm lib/parrot/${PKGVERSION}/tools/lib/Parrot/Test/Util.pm @@ -516,7 +516,6 @@ src/parrot/${PKGVERSION}/pmc/bignum.pmc src/parrot/${PKGVERSION}/pmc/boolean.dump src/parrot/${PKGVERSION}/pmc/boolean.pmc src/parrot/${PKGVERSION}/pmc/callsignature.pmc -src/parrot/${PKGVERSION}/pmc/callsignaturereturns.pmc src/parrot/${PKGVERSION}/pmc/capture.pmc src/parrot/${PKGVERSION}/pmc/class.pmc src/parrot/${PKGVERSION}/pmc/codestring.pmc |