diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2010-03-16 21:57:30 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2010-03-16 21:57:30 +0000 |
commit | aacdf0bbacc23365c20c1af71dde3e0fc8eeecc2 (patch) | |
tree | a76a827280b8f07c5502cc0940ee697eaa4d63d3 /lang/parrot/pkg-plist | |
parent | 5612cedaff9c4221202b0822bdb8f2813c4bfbf6 (diff) | |
download | ports-aacdf0bbacc23365c20c1af71dde3e0fc8eeecc2.tar.gz ports-aacdf0bbacc23365c20c1af71dde3e0fc8eeecc2.zip |
Update to 2.2.0
Notes
Notes:
svn path=/head/; revision=251143
Diffstat (limited to 'lang/parrot/pkg-plist')
-rw-r--r-- | lang/parrot/pkg-plist | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/lang/parrot/pkg-plist b/lang/parrot/pkg-plist index 71b3a3745af1..cb5fc63cbbef 100644 --- a/lang/parrot/pkg-plist +++ b/lang/parrot/pkg-plist @@ -26,7 +26,6 @@ include/parrot/%%PARROT_VER%%/parrot/dynext.h include/parrot/%%PARROT_VER%%/parrot/embed.h include/parrot/%%PARROT_VER%%/parrot/encoding.h include/parrot/%%PARROT_VER%%/parrot/enums.h -include/parrot/%%PARROT_VER%%/parrot/events.h include/parrot/%%PARROT_VER%%/parrot/exceptions.h include/parrot/%%PARROT_VER%%/parrot/exit.h include/parrot/%%PARROT_VER%%/parrot/extend.h @@ -83,7 +82,6 @@ include/parrot/%%PARROT_VER%%/parrot/sub.h include/parrot/%%PARROT_VER%%/parrot/thr_pthread.h include/parrot/%%PARROT_VER%%/parrot/thr_windows.h include/parrot/%%PARROT_VER%%/parrot/thread.h -include/parrot/%%PARROT_VER%%/parrot/tsq.h include/parrot/%%PARROT_VER%%/parrot/vtable.h include/parrot/%%PARROT_VER%%/parrot/vtables.h include/parrot/%%PARROT_VER%%/parrot/warnings.h @@ -227,8 +225,6 @@ lib/parrot/%%PARROT_VER%%/library/MIME/Base64.pbc lib/parrot/%%PARROT_VER%%/library/MIME/Base64.pir lib/parrot/%%PARROT_VER%%/library/Math/Rand.pbc lib/parrot/%%PARROT_VER%%/library/Math/Rand.pir -lib/parrot/%%PARROT_VER%%/library/Math/Random/mt19937ar.pbc -lib/parrot/%%PARROT_VER%%/library/Math/Random/mt19937ar.pir lib/parrot/%%PARROT_VER%%/library/NCI/Utils.pir lib/parrot/%%PARROT_VER%%/library/OpenGL.pir lib/parrot/%%PARROT_VER%%/library/OpenGL/Math.pir @@ -474,7 +470,6 @@ lib/pkgconfig/parrot/%%PARROT_VER%%/parrot.pc %%PARROT_DOCS%%/README_win32.pod %%PARROT_DOCS%%/RESPONSIBLE_PARTIES %%PARROT_DOCS%%/TODO -src/parrot/%%PARROT_VER%%/call_list.txt src/parrot/%%PARROT_VER%%/dynpmc/dynlexpad.pmc src/parrot/%%PARROT_VER%%/dynpmc/foo.pmc src/parrot/%%PARROT_VER%%/dynpmc/foo2.pmc @@ -523,6 +518,7 @@ src/parrot/%%PARROT_VER%%/pmc/hash.pmc src/parrot/%%PARROT_VER%%/pmc/hashiterator.pmc src/parrot/%%PARROT_VER%%/pmc/hashiteratorkey.pmc src/parrot/%%PARROT_VER%%/pmc/imageio.pmc +src/parrot/%%PARROT_VER%%/pmc/imageiosize.pmc src/parrot/%%PARROT_VER%%/pmc/integer.dump src/parrot/%%PARROT_VER%%/pmc/integer.pmc src/parrot/%%PARROT_VER%%/pmc/iterator.pmc @@ -537,6 +533,8 @@ src/parrot/%%PARROT_VER%%/pmc/nci.pmc src/parrot/%%PARROT_VER%%/pmc/null.pmc src/parrot/%%PARROT_VER%%/pmc/object.dump src/parrot/%%PARROT_VER%%/pmc/object.pmc +src/parrot/%%PARROT_VER%%/pmc/opcode.pmc +src/parrot/%%PARROT_VER%%/pmc/oplib.pmc src/parrot/%%PARROT_VER%%/pmc/orderedhash.pmc src/parrot/%%PARROT_VER%%/pmc/orderedhashiterator.pmc src/parrot/%%PARROT_VER%%/pmc/os.pmc @@ -632,7 +630,6 @@ src/parrot/%%PARROT_VER%%/vtable.tbl @dirrm lib/parrot/%%PARROT_VER%%/library/PCT @dirrm lib/parrot/%%PARROT_VER%%/library/OpenGL @dirrm lib/parrot/%%PARROT_VER%%/library/NCI -@dirrm lib/parrot/%%PARROT_VER%%/library/Math/Random @dirrm lib/parrot/%%PARROT_VER%%/library/Math @dirrm lib/parrot/%%PARROT_VER%%/library/MIME @dirrm lib/parrot/%%PARROT_VER%%/library/HTTP |