Fri Mar 9 10:02:21 2012 UTC ()
Update parrot to version 4.0.0.

Upstream changes:

- Core
   + Several cleanups to the interp subsystem API
   + Cleanups and documentation additions for green threads and timers
   + Iterator PMC and family now implement the "iterator" role
   + A bug in Parrot_ext_try was fixed where it was not popping a
     context correctly
- Documentation
   + Docs for all versions of Parrot ever released are now available
     at http://parrot.github.com
- Tests
   + Timer PMC tests were converted from PASM to PIR


(he)
diff -r1.55 -r1.56 pkgsrc/lang/parrot/Makefile
diff -r1.45 -r1.46 pkgsrc/lang/parrot/distinfo

cvs diff -r1.55 -r1.56 pkgsrc/lang/parrot/Makefile (expand / switch to unified diff)

--- pkgsrc/lang/parrot/Makefile 2012/03/08 14:10:12 1.55
+++ pkgsrc/lang/parrot/Makefile 2012/03/09 10:02:21 1.56
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1# $NetBSD: Makefile,v 1.55 2012/03/08 14:10:12 he Exp $ 1# $NetBSD: Makefile,v 1.56 2012/03/09 10:02:21 he Exp $
2# 2#
3 3
4VERSION= 3.11.0 4VERSION= 4.0.0
5RTYPE= devel 5RTYPE= stable
6DISTNAME= parrot-${VERSION} 6DISTNAME= parrot-${VERSION}
7CATEGORIES= lang 7CATEGORIES= lang
8MASTER_SITES= ftp://ftp.parrot.org/pub/parrot/releases/${RTYPE}/${VERSION}/ 8MASTER_SITES= ftp://ftp.parrot.org/pub/parrot/releases/${RTYPE}/${VERSION}/
9 9
10MAINTAINER= he@NetBSD.org 10MAINTAINER= he@NetBSD.org
11HOMEPAGE= http://www.parrotcode.org/ 11HOMEPAGE= http://www.parrotcode.org/
12COMMENT= Virtual machine made to run Perl 6 and other languages 12COMMENT= Virtual machine made to run Perl 6 and other languages
13LICENSE= artistic-2.0 13LICENSE= artistic-2.0
14 14
15PKG_DESTDIR_SUPPORT= user-destdir 15PKG_DESTDIR_SUPPORT= user-destdir
16USE_LANGUAGES= c c++ 16USE_LANGUAGES= c c++
17USE_TOOLS+= perl 17USE_TOOLS+= perl
18PTHREAD_OPTS+= require 18PTHREAD_OPTS+= require

cvs diff -r1.45 -r1.46 pkgsrc/lang/parrot/distinfo (expand / switch to unified diff)

--- pkgsrc/lang/parrot/distinfo 2012/03/08 14:10:12 1.45
+++ pkgsrc/lang/parrot/distinfo 2012/03/09 10:02:21 1.46
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.45 2012/03/08 14:10:12 he Exp $ 1$NetBSD: distinfo,v 1.46 2012/03/09 10:02:21 he Exp $
2 2
3SHA1 (parrot-3.11.0.tar.gz) = c83a463934424ae1ecb58a9206f4eb1a6a2aad58 3SHA1 (parrot-4.0.0.tar.gz) = f33c253a75f83207c4f303e1df9b65aff0d331d3
4RMD160 (parrot-3.11.0.tar.gz) = 56d07db807e8b96e0525a6dcee3352fd4986ba41 4RMD160 (parrot-4.0.0.tar.gz) = 99a8c8a6daec6aa49ee460dc993647ccc56e84ff
5Size (parrot-3.11.0.tar.gz) = 4508401 bytes 5Size (parrot-4.0.0.tar.gz) = 4506816 bytes
6SHA1 (patch-ad) = a972d48a879e541f6894f2eeb82a70b1756437d9 6SHA1 (patch-ad) = a972d48a879e541f6894f2eeb82a70b1756437d9
7SHA1 (patch-ak) = 19d7dfff43bb08ba046040771e45b95774e024b7 7SHA1 (patch-ak) = 19d7dfff43bb08ba046040771e45b95774e024b7