summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2010-12-22 14:29:52 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2010-12-22 14:29:52 +0000
commit289b4e1d24cc861bb6558c6cb49aea93d495aab4 (patch)
tree762b9778b76ea30ae0d46d1e303d33046f1b3942 /lang
parentThis POE component encapsulates a session that sends events to client sessions (diff)
Update to 2.11.0
Changes: http://www.parrot.org/news/2010/Parrot-2.11.0
Notes
Notes: svn path=/head/; revision=266717
Diffstat (limited to 'lang')
-rw-r--r--lang/parrot/Makefile2
-rw-r--r--lang/parrot/Makefile.common2
-rw-r--r--lang/parrot/distinfo4
-rw-r--r--lang/parrot/pkg-plist8
4 files changed, 9 insertions, 7 deletions
diff --git a/lang/parrot/Makefile b/lang/parrot/Makefile
index 9f01d039e509..7fc384678262 100644
--- a/lang/parrot/Makefile
+++ b/lang/parrot/Makefile
@@ -24,7 +24,7 @@ LICENSE= ART20
MAKE_JOBS_UNSAFE= yes
-USE_BZIP2= yes
+#USE_BZIP2= yes
USE_BISON= build
USE_PERL5= 5.8.0+
USE_GMAKE= yes
diff --git a/lang/parrot/Makefile.common b/lang/parrot/Makefile.common
index 625fc217754c..1daf0f9750b0 100644
--- a/lang/parrot/Makefile.common
+++ b/lang/parrot/Makefile.common
@@ -1,4 +1,4 @@
# $FreeBSD$
-PARROT_VERSION= 2.10.1
+PARROT_VERSION= 2.11.0
diff --git a/lang/parrot/distinfo b/lang/parrot/distinfo
index 8fb5f5699651..9f92f21cb49e 100644
--- a/lang/parrot/distinfo
+++ b/lang/parrot/distinfo
@@ -1,2 +1,2 @@
-SHA256 (parrot-2.10.1.tar.bz2) = 44d5f6039d089abd1c399a79b8be922a0ba5c47f03d1e6765d2c9cd8e50f80d0
-SIZE (parrot-2.10.1.tar.bz2) = 3331726
+SHA256 (parrot-2.11.0.tar.gz) = 1a62db8793a5baf727a790d9fd58415dcc9f2c0c28b44608701b39792627241c
+SIZE (parrot-2.11.0.tar.gz) = 3849095
diff --git a/lang/parrot/pkg-plist b/lang/parrot/pkg-plist
index 24c4ac6a24a3..776cd17d5f2e 100644
--- a/lang/parrot/pkg-plist
+++ b/lang/parrot/pkg-plist
@@ -70,6 +70,7 @@ include/parrot/%%PARROT_VER%%/parrot/platform_limits.h
include/parrot/%%PARROT_VER%%/parrot/pmc.h
include/parrot/%%PARROT_VER%%/parrot/pmc_freeze.h
include/parrot/%%PARROT_VER%%/parrot/pobj.h
+include/parrot/%%PARROT_VER%%/parrot/pointer_array.h
include/parrot/%%PARROT_VER%%/parrot/runcore_api.h
include/parrot/%%PARROT_VER%%/parrot/runcore_profiling.h
include/parrot/%%PARROT_VER%%/parrot/runcore_trace.h
@@ -98,7 +99,6 @@ include/parrot/%%PARROT_VER%%/pmc/pmc_bytebuffer.h
include/parrot/%%PARROT_VER%%/pmc/pmc_callcontext.h
include/parrot/%%PARROT_VER%%/pmc/pmc_capture.h
include/parrot/%%PARROT_VER%%/pmc/pmc_class.h
-include/parrot/%%PARROT_VER%%/pmc/pmc_codestring.h
include/parrot/%%PARROT_VER%%/pmc/pmc_complex.h
include/parrot/%%PARROT_VER%%/pmc/pmc_continuation.h
include/parrot/%%PARROT_VER%%/pmc/pmc_coroutine.h
@@ -130,6 +130,7 @@ include/parrot/%%PARROT_VER%%/pmc/pmc_key.h
include/parrot/%%PARROT_VER%%/pmc/pmc_lexinfo.h
include/parrot/%%PARROT_VER%%/pmc/pmc_lexpad.h
include/parrot/%%PARROT_VER%%/pmc/pmc_managedstruct.h
+include/parrot/%%PARROT_VER%%/pmc/pmc_mappedbytearray.h
include/parrot/%%PARROT_VER%%/pmc/pmc_multisub.h
include/parrot/%%PARROT_VER%%/pmc/pmc_namespace.h
include/parrot/%%PARROT_VER%%/pmc/pmc_nativepccmethod.h
@@ -181,7 +182,6 @@ lib/parrot/%%PARROT_VER%%/VERSION
lib/parrot/%%PARROT_VER%%/bin/prove.pir
lib/parrot/%%PARROT_VER%%/dynext/bit_ops.so
lib/parrot/%%PARROT_VER%%/dynext/debug_ops.so
-lib/parrot/%%PARROT_VER%%/dynext/deprecated_ops.so
lib/parrot/%%PARROT_VER%%/dynext/dynlexpad.so
lib/parrot/%%PARROT_VER%%/dynext/file.so
lib/parrot/%%PARROT_VER%%/dynext/gziphandle.so
@@ -500,6 +500,7 @@ lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/H2inc.pm
lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Harness/DefaultTests.pm
lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Harness/Options.pm
lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Harness/Smoke.pm
+lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Headerizer/Functions.pm
lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Headerizer.pm
lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/IO/Directory.pm
lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/IO/File.pm
@@ -564,7 +565,6 @@ src/parrot/%%PARROT_VER%%/pmc/bytebuffer.dump
src/parrot/%%PARROT_VER%%/pmc/callcontext.dump
src/parrot/%%PARROT_VER%%/pmc/capture.dump
src/parrot/%%PARROT_VER%%/pmc/class.dump
-src/parrot/%%PARROT_VER%%/pmc/codestring.dump
src/parrot/%%PARROT_VER%%/pmc/complex.dump
src/parrot/%%PARROT_VER%%/pmc/continuation.dump
src/parrot/%%PARROT_VER%%/pmc/coroutine.dump
@@ -596,6 +596,7 @@ src/parrot/%%PARROT_VER%%/pmc/key.dump
src/parrot/%%PARROT_VER%%/pmc/lexinfo.dump
src/parrot/%%PARROT_VER%%/pmc/lexpad.dump
src/parrot/%%PARROT_VER%%/pmc/managedstruct.dump
+src/parrot/%%PARROT_VER%%/pmc/mappedbytearray.dump
src/parrot/%%PARROT_VER%%/pmc/multisub.dump
src/parrot/%%PARROT_VER%%/pmc/namespace.dump
src/parrot/%%PARROT_VER%%/pmc/nativepccmethod.dump
@@ -657,6 +658,7 @@ src/parrot/%%PARROT_VER%%/vtable.tbl
@dirrm lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Pmc2c/PMC
@dirrm lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Pmc2c
@dirrm lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/IO
+@dirrm lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Headerizer
@dirrm lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Harness
@dirrm lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Git
@dirrm lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Docs/Section