diff options
author | he <he@pkgsrc.org> | 2010-09-07 07:41:51 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2010-09-07 07:41:51 +0000 |
commit | 6fc57b26a6d76521e942f0873db131e64e26270a (patch) | |
tree | 5c0ff5bb429107fbedf1c5f8a0a08f53a0e4dcff /lang/parrot/PLIST | |
parent | 85c89a256c914696962eacc3d80596ac1b65ef17 (diff) | |
download | pkgsrc-6fc57b26a6d76521e942f0873db131e64e26270a.tar.gz |
Upgrade parrot from version 2.5.0 to 2.6.0.
Pkgsrc changes:
o Adapt to new content being installed (PLIST) and new perl script
which needs tweaking.
Upstream changes:
- Core
+ Plug some memory leaks
+ As always, bug fixes and some optimizations
- Runtime
+ added (experimental) URI::Escape
- Testing
+ Improved test coverage of core parrot
- Documentation
+ Updated the Squaak tutorial to use modern NQP-rx and PCT
- Platforms
+ The Fedora package 'parrot-devel' install the files for syntax-highlighting
and automatic indenting for the vim editor
- NQP-rx
+ Updated version included from http://github.com/perl6/nqp-rx includes
new or improved: regex backtracking, named assertions, interactive mode,
and setting (a minimal but useful runtime library)
Diffstat (limited to 'lang/parrot/PLIST')
-rw-r--r-- | lang/parrot/PLIST | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/parrot/PLIST b/lang/parrot/PLIST index 843953f76c8..e01ec18fd43 100644 --- a/lang/parrot/PLIST +++ b/lang/parrot/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.18 2010/08/20 09:29:18 he Exp $ +@comment $NetBSD: PLIST,v 1.19 2010/09/07 07:41:51 he Exp $ bin/ops2c bin/parrot bin/parrot-nqp @@ -36,7 +36,6 @@ include/parrot/${PKGVERSION}/parrot/extend.h include/parrot/${PKGVERSION}/parrot/extend_vtable.h include/parrot/${PKGVERSION}/parrot/feature.h include/parrot/${PKGVERSION}/parrot/gc_api.h -include/parrot/${PKGVERSION}/parrot/global.h include/parrot/${PKGVERSION}/parrot/global_setup.h include/parrot/${PKGVERSION}/parrot/has_header.h include/parrot/${PKGVERSION}/parrot/hash.h @@ -53,6 +52,7 @@ include/parrot/${PKGVERSION}/parrot/longopt.h include/parrot/${PKGVERSION}/parrot/memory.h include/parrot/${PKGVERSION}/parrot/misc.h include/parrot/${PKGVERSION}/parrot/multidispatch.h +include/parrot/${PKGVERSION}/parrot/namespace.h include/parrot/${PKGVERSION}/parrot/nci.h include/parrot/${PKGVERSION}/parrot/oo.h include/parrot/${PKGVERSION}/parrot/oo_private.h @@ -398,6 +398,7 @@ lib/parrot/${PKGVERSION}/library/Test/More.pbc lib/parrot/${PKGVERSION}/library/Test/More.pir lib/parrot/${PKGVERSION}/library/URI.pbc lib/parrot/${PKGVERSION}/library/URI.pir +lib/parrot/${PKGVERSION}/library/URI/Escape.pir lib/parrot/${PKGVERSION}/library/YAML/Dumper.pbc lib/parrot/${PKGVERSION}/library/YAML/Dumper.pir lib/parrot/${PKGVERSION}/library/YAML/Dumper/Base.pir |