diff options
author | he <he@pkgsrc.org> | 2010-12-22 21:29:31 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2010-12-22 21:29:31 +0000 |
commit | 1ec087b58e5eb4349065d18369f33f654f0570b3 (patch) | |
tree | dae0a0c12b2e5a3fad80facc5db0fb75abab4cbe /lang/parrot/Makefile | |
parent | c55ded0cd7d9b754af4edeb7fd706cc7fd7b47c2 (diff) | |
download | pkgsrc-1ec087b58e5eb4349065d18369f33f654f0570b3.tar.gz |
Update parrot from version 2.10.1 to 2.11.0.
Pkgsrc changes:
o Adapt PLIST to changes in the set of installed files
o Adjust one patch to match the changed source
Upstream changes:
- Core
+ Just In Time native call frame generation using LibFFI
+ PIR op find_codepoint is no longer experimental, it is now supported
+ Several public functions in libparrot have been brought up to standard
naming conventions.
+ Improved linked-list implementation in GC
+ set_addr opcode is being replaced with the new set_label opcode
in core libraries
+ Removed deprecated CodeString PMC
+ Added close, is_closed, read, readline methods to Socket
+ Added experimental MappedByteArray PMC type
+ Added Parrot_warn_experimental, to warn the user about experimental features
+ Code for frontend executables moved from src/ to frontend/
+ Support for chunked receive in LWP library.
+ Added a "quickcover" make target
- Languages
+ PIRC
- left the nest and is currently at https://github.com/parrot/pirc/
+ Community
- Our README was translated into the following languages
by Google Code-In students and mentors:
Polish README.polski
Spanish README.espanol
German README.deutsch
- Documentation
- Tests
+ Test coverage increase on PMCs: String, Integer, NameSpace,
Complex, EventHandler
+ 'make quickcover' target added to speed up most essential
parts of coverage analysis
+ 'tools/dev/headerizer.pl' refactored to improve maintainability
(no change in functionality)
Diffstat (limited to 'lang/parrot/Makefile')
-rw-r--r-- | lang/parrot/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/parrot/Makefile b/lang/parrot/Makefile index 15cd37ad9f9..3e137f6b35d 100644 --- a/lang/parrot/Makefile +++ b/lang/parrot/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.40 2010/12/17 07:36:12 obache Exp $ +# $NetBSD: Makefile,v 1.41 2010/12/22 21:29:31 he Exp $ # -VERSION= 2.10.1 -PKGREVISION= 1 +VERSION= 2.11.0 RTYPE= devel DISTNAME= parrot-${VERSION} CATEGORIES= lang |