summaryrefslogtreecommitdiff
path: root/lang/parrot/PLIST
diff options
context:
space:
mode:
Diffstat (limited to 'lang/parrot/PLIST')
-rw-r--r--lang/parrot/PLIST226
1 files changed, 177 insertions, 49 deletions
diff --git a/lang/parrot/PLIST b/lang/parrot/PLIST
index b17a1e0a2b7..12593f8f4f1 100644
--- a/lang/parrot/PLIST
+++ b/lang/parrot/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2006/01/09 17:47:07 wiz Exp $
+@comment $NetBSD: PLIST,v 1.4 2007/04/20 14:01:00 obache Exp $
bin/disassemble
bin/parrot
bin/parrot-config
@@ -6,11 +6,24 @@ bin/pbc_info
bin/pbc_merge
bin/pdb
bin/pdump
-include/parrot/autoprefix.h
+compilers/imcc/imclexer.c
+config/gen/cpu/${MACHINE_ARCH}/memcpy_mmx.c
+config/gen/cpu/${MACHINE_ARCH}/memcpy_sse.c
+config/gen/platform/ansi/dl.c
+config/gen/platform/ansi/time.c
+config/gen/platform/darwin/memalign.c
+config/gen/platform/generic/stat.c
+config/gen/platform/win32/stat.c
+include/parrot/atomic.h
+include/parrot/atomic/fallback.h
+include/parrot/atomic/gcc_pcc.h
+include/parrot/atomic/gcc_x86.h
+include/parrot/atomic/sparc.h
include/parrot/builtin.h
include/parrot/caches.h
include/parrot/cclass.h
include/parrot/charset.h
+include/parrot/compiler.h
include/parrot/config.h
include/parrot/core_pmcs.h
include/parrot/datatypes.h
@@ -23,8 +36,6 @@ include/parrot/enums.h
include/parrot/events.h
include/parrot/exceptions.h
include/parrot/exec.h
-include/parrot/exec_dep.h
-include/parrot/exec_save.h
include/parrot/exit.h
include/parrot/extend.h
include/parrot/extend_vtable.h
@@ -36,18 +47,14 @@ include/parrot/hash.h
include/parrot/headers.h
include/parrot/hll.h
include/parrot/inter_call.h
-include/parrot/interp_guts.h
include/parrot/interpreter.h
include/parrot/intlist.h
include/parrot/io.h
-include/parrot/jit.h
-include/parrot/jit_emit.h
include/parrot/key.h
include/parrot/library.h
include/parrot/list.h
include/parrot/longopt.h
include/parrot/memory.h
-include/parrot/method_util.h
include/parrot/misc.h
include/parrot/mmd.h
include/parrot/nci.h
@@ -61,7 +68,6 @@ include/parrot/oplib/core_ops_switch.h
include/parrot/oplib/ops.h
include/parrot/packfile.h
include/parrot/parrot.h
-include/parrot/perltypes.h
include/parrot/pic.h
include/parrot/platform.h
include/parrot/platform_interface.h
@@ -70,29 +76,26 @@ include/parrot/pmc_freeze.h
include/parrot/pobj.h
include/parrot/register.h
include/parrot/resources.h
-include/parrot/runops_cores.h
include/parrot/settings.h
include/parrot/slice.h
include/parrot/smallobject.h
include/parrot/stacks.h
include/parrot/stat.h
+include/parrot/stm/backend.h
include/parrot/string.h
include/parrot/string_funcs.h
include/parrot/string_primitives.h
-include/parrot/string_private_cstring.h
include/parrot/sub.h
include/parrot/thr_pthread.h
include/parrot/thr_windows.h
include/parrot/thread.h
-include/parrot/trace.h
include/parrot/tsq.h
-include/parrot/unicode.h
include/parrot/vtable.h
include/parrot/vtables.h
include/parrot/warnings.h
+include/src/jit_emit.h
+include/src/string_private_cstring.h
lib/libparrot.a
-lib/libparrot.so
-lib/libparrot.so.${PKGVERSION}
lib/parrot/dynext/dynlexpad.so
lib/parrot/dynext/libnci_test.so
lib/parrot/dynext/match_group.so
@@ -104,6 +107,7 @@ lib/parrot/include/datatypes.pasm
lib/parrot/include/errors.pasm
lib/parrot/include/except_severity.pasm
lib/parrot/include/except_types.pasm
+lib/parrot/include/hllmacros.pir
lib/parrot/include/iglobals.pasm
lib/parrot/include/interpcores.pasm
lib/parrot/include/interpdebug.pasm
@@ -117,6 +121,7 @@ lib/parrot/include/mmd.pasm
lib/parrot/include/parrotlib.pbc
lib/parrot/include/pmctypes.pasm
lib/parrot/include/signal.pasm
+lib/parrot/include/sockets.pasm
lib/parrot/include/stat.pasm
lib/parrot/include/stdio.pasm
lib/parrot/include/stringinfo.pasm
@@ -125,6 +130,9 @@ lib/parrot/include/timer.pasm
lib/parrot/include/tm.pasm
lib/parrot/include/vtable_methods.pasm
lib/parrot/include/warnings.pasm
+lib/parrot/library/CGI/QueryHash.pir
+lib/parrot/library/Config/JSON.pir
+lib/parrot/library/Crow.pir
lib/parrot/library/Data/Dumper.pbc
lib/parrot/library/Data/Dumper.pir
lib/parrot/library/Data/Dumper/Base.pbc
@@ -140,16 +148,23 @@ lib/parrot/library/Digest/MD5.pir
lib/parrot/library/File/Spec.pir
lib/parrot/library/File/Spec/Unix.pir
lib/parrot/library/File/Spec/Win32.pir
-lib/parrot/library/Getopt/Long.pbc
-lib/parrot/library/Getopt/Long.pir
+lib/parrot/library/Getopt/Obj.pbc
+lib/parrot/library/Getopt/Obj.pir
+lib/parrot/library/HTTP/Daemon.pir
+lib/parrot/library/Iter.pir
lib/parrot/library/JSON.pir
-lib/parrot/library/JSON/Parser.pir
+lib/parrot/library/MIME/Base64.pir
lib/parrot/library/PGE.pbc
lib/parrot/library/PGE/Dumper.pir
lib/parrot/library/PGE/Glob.pir
lib/parrot/library/PGE/Hs.pir
+lib/parrot/library/PGE/P6Grammar.pir
lib/parrot/library/PGE/Text.pir
lib/parrot/library/PGE/Util.pir
+lib/parrot/library/Parrot/Capture_PIR.pir
+lib/parrot/library/Parrot/Coroutine.pir
+lib/parrot/library/Parrot/HLLCompiler.pir
+lib/parrot/library/Pg.pir
lib/parrot/library/SDL.pir
lib/parrot/library/SDL/App.pir
lib/parrot/library/SDL/Button.pir
@@ -165,6 +180,7 @@ lib/parrot/library/SDL/Rect.pir
lib/parrot/library/SDL/Sprite.pir
lib/parrot/library/SDL/StopWatch.pir
lib/parrot/library/SDL/Surface.pir
+lib/parrot/library/STM.pir
lib/parrot/library/Stream/Base.pbc
lib/parrot/library/Stream/Base.pir
lib/parrot/library/Stream/Combiner.pbc
@@ -183,6 +199,7 @@ lib/parrot/library/Stream/Sub.pbc
lib/parrot/library/Stream/Sub.pir
lib/parrot/library/Stream/Writer.pbc
lib/parrot/library/Stream/Writer.pir
+lib/parrot/library/String/Utils.pir
lib/parrot/library/Test/Builder.pir
lib/parrot/library/Test/Builder/Output.pir
lib/parrot/library/Test/Builder/Test.pir
@@ -200,6 +217,7 @@ lib/parrot/library/ncurses.pasm
lib/parrot/library/ncurses.pbc
lib/parrot/library/ncurses.pir
lib/parrot/library/parrotlib.pbc
+lib/parrot/library/parrotlib.pir
lib/parrot/library/pcore.pir
lib/parrot/library/pcre.pbc
lib/parrot/library/pcre.pir
@@ -207,14 +225,24 @@ lib/parrot/library/postgres.declarations
lib/parrot/library/postgres.pasm
lib/parrot/library/postgres.pir
lib/parrot/library/random_lib.pir
+lib/parrot/library/tcpstream.pir
+lib/pkgconfig/parrot.pc
+share/doc/parrot/LICENSES/Artistic
+share/doc/parrot/LICENSES/gpl.txt
share/doc/parrot/RESPONSIBLE_PARTIES
share/doc/parrot/TODO
+share/doc/parrot/docs/art/pp001-intro.pod
+share/doc/parrot/docs/art/pp002-pmc.pod
+share/doc/parrot/docs/art/pp003-oop.pod
share/doc/parrot/docs/debugger.pod
-share/doc/parrot/docs/dev/byteorder.dev
-share/doc/parrot/docs/dev/jit_${MACHINE_ARCH}.dev
-share/doc/parrot/docs/dev/longopt.dev
+share/doc/parrot/docs/dev/byteorder.pod
+share/doc/parrot/docs/dev/jit_${MACHINE_ARCH}.pod
+share/doc/parrot/docs/dev/longopt.pod
share/doc/parrot/docs/dev/nanoparrot.c
share/doc/parrot/docs/dev/optimizer.pod
+share/doc/parrot/docs/dev/pccmethods.pod
+share/doc/parrot/docs/dev/pmc_object_design_meeting_notes.pod
+share/doc/parrot/docs/dev/wranglers.pod
share/doc/parrot/docs/embed.pod
share/doc/parrot/docs/extend.pod
share/doc/parrot/docs/faq.pod
@@ -232,48 +260,66 @@ share/doc/parrot/docs/jit.pod
share/doc/parrot/docs/memory_internals.pod
share/doc/parrot/docs/mmd.pod
share/doc/parrot/docs/native_exec.pod
+share/doc/parrot/docs/optable.pod
share/doc/parrot/docs/overview.pod
share/doc/parrot/docs/parrot.pod
share/doc/parrot/docs/parrotbyte.pod
+share/doc/parrot/docs/parrothist.pod
+share/doc/parrot/docs/pcc_state.pod
share/doc/parrot/docs/pdds/README
-share/doc/parrot/docs/pdds/clip/pdd01_overview.pod
-share/doc/parrot/docs/pdds/clip/pdd02_vtables.pod
-share/doc/parrot/docs/pdds/clip/pdd04_datatypes.pod
-share/doc/parrot/docs/pdds/clip/pdd05_opfunc.pod
-share/doc/parrot/docs/pdds/clip/pdd06_pasm.pod
-share/doc/parrot/docs/pdds/clip/pdd07_codingstd.pod
-share/doc/parrot/docs/pdds/clip/pdd08_keys.pod
-share/doc/parrot/docs/pdds/clip/pdd09_gc.pod
-share/doc/parrot/docs/pdds/clip/pdd10_embedding.pod
-share/doc/parrot/docs/pdds/clip/pdd11_extending.pod
-share/doc/parrot/docs/pdds/clip/pdd12_assembly.pod
-share/doc/parrot/docs/pdds/clip/pdd13_bytecode.pod
-share/doc/parrot/docs/pdds/clip/pdd14_bignum.pod
-share/doc/parrot/docs/pdds/clip/pdd15_objects.pod
-share/doc/parrot/docs/pdds/clip/pdd16_native_call.pod
-share/doc/parrot/docs/pdds/clip/pdd17_basic_types.pod
-share/doc/parrot/docs/pdds/clip/pdd18_security.pod
-share/doc/parrot/docs/pdds/clip/pdd19_pir.pod
+share/doc/parrot/docs/pdds/draft/pdd01_overview.pod
+share/doc/parrot/docs/pdds/draft/pdd02_vtables.pod
+share/doc/parrot/docs/pdds/draft/pdd04_datatypes.pod
+share/doc/parrot/docs/pdds/draft/pdd05_opfunc.pod
+share/doc/parrot/docs/pdds/draft/pdd06_pasm.pod
+share/doc/parrot/docs/pdds/draft/pdd08_keys.pod
+share/doc/parrot/docs/pdds/draft/pdd09_gc.pod
+share/doc/parrot/docs/pdds/draft/pdd10_embedding.pod
+share/doc/parrot/docs/pdds/draft/pdd11_extending.pod
+share/doc/parrot/docs/pdds/draft/pdd12_assembly.pod
+share/doc/parrot/docs/pdds/draft/pdd14_bignum.pod
+share/doc/parrot/docs/pdds/draft/pdd16_native_call.pod
+share/doc/parrot/docs/pdds/draft/pdd17_basic_types.pod
+share/doc/parrot/docs/pdds/draft/pdd18_security.pod
+share/doc/parrot/docs/pdds/draft/pdd19_pir.pod
+share/doc/parrot/docs/pdds/draft/pdd24_events.pod
+share/doc/parrot/docs/pdds/draft/pdd25_concurrency.pod
+share/doc/parrot/docs/pdds/draft/pddXX_cstruct.pod
+share/doc/parrot/docs/pdds/draft/pddXX_pmc.pod
share/doc/parrot/docs/pdds/pdd00_pdd.pod
share/doc/parrot/docs/pdds/pdd03_calling_conventions.pod
+share/doc/parrot/docs/pdds/pdd07_codingstd.pod
+share/doc/parrot/docs/pdds/pdd13_bytecode.pod
+share/doc/parrot/docs/pdds/pdd15_objects.pod
share/doc/parrot/docs/pdds/pdd20_lexical_vars.pod
+share/doc/parrot/docs/pdds/pdd21_namespaces.pod
+share/doc/parrot/docs/pdds/pdd22_io.pod
+share/doc/parrot/docs/pdds/pdd23_exceptions.pod
share/doc/parrot/docs/pdds/pdd_template.pod
share/doc/parrot/docs/pmc.pod
share/doc/parrot/docs/pmc/array.pod
+share/doc/parrot/docs/pmc/documentation.pod
share/doc/parrot/docs/pmc/iterator.pod
-share/doc/parrot/docs/pmc/perlarray.pod
-share/doc/parrot/docs/pmc/perlhash.pod
-share/doc/parrot/docs/pmc/perlstring.pod
share/doc/parrot/docs/pmc/struct.pod
share/doc/parrot/docs/pmc/subs.pod
share/doc/parrot/docs/porting_intro.pod
share/doc/parrot/docs/practical_notes.pod
+share/doc/parrot/docs/project/cage_cleaners_guide.pod
+share/doc/parrot/docs/project/metacommitter_guide.pod
+share/doc/parrot/docs/project/release_manager_guide.pod
share/doc/parrot/docs/req/model_users.pod
share/doc/parrot/docs/resources/favicon.ico
share/doc/parrot/docs/resources/parrot.small.png
share/doc/parrot/docs/resources/perl.css
share/doc/parrot/docs/resources/up.gif
+share/doc/parrot/docs/roles_responsibilities.pod
share/doc/parrot/docs/running.pod
+share/doc/parrot/docs/stability.pod
+share/doc/parrot/docs/stm/atomic.pod
+share/doc/parrot/docs/stm/howto.pod
+share/doc/parrot/docs/stm/internals.pod
+share/doc/parrot/docs/stm/stm_frontend.pod
+share/doc/parrot/docs/stm/thread-issues.pod
share/doc/parrot/docs/strings.pod
share/doc/parrot/docs/submissions.pod
share/doc/parrot/docs/tests.pod
@@ -366,24 +412,23 @@ share/doc/parrot/examples/benchmarks/vpm.rb
share/doc/parrot/examples/c/test_main.c
share/doc/parrot/examples/compilers/Makefile
share/doc/parrot/examples/compilers/japhc.c
+share/doc/parrot/examples/io/async_select.pir
share/doc/parrot/examples/io/echo_client.pir
share/doc/parrot/examples/io/http.pir
share/doc/parrot/examples/io/httpd.pir
+share/doc/parrot/examples/io/httpd2.pir
share/doc/parrot/examples/io/net_smtp.pasm
share/doc/parrot/examples/io/pioctl.pasm
share/doc/parrot/examples/io/pipe2.pir
share/doc/parrot/examples/io/pipe3.pir
share/doc/parrot/examples/japh/README
-share/doc/parrot/examples/japh/japh1.pasm
share/doc/parrot/examples/japh/japh10.pasm
share/doc/parrot/examples/japh/japh11.pasm
-share/doc/parrot/examples/japh/japh12.pasm
share/doc/parrot/examples/japh/japh13.pasm
share/doc/parrot/examples/japh/japh14.pasm
share/doc/parrot/examples/japh/japh15.pasm
share/doc/parrot/examples/japh/japh16.pasm
share/doc/parrot/examples/japh/japh17.pasm
-share/doc/parrot/examples/japh/japh2.pasm
share/doc/parrot/examples/japh/japh3.pasm
share/doc/parrot/examples/japh/japh4.pasm
share/doc/parrot/examples/japh/japh5.pasm
@@ -406,12 +451,12 @@ share/doc/parrot/examples/mops/mops.ps
share/doc/parrot/examples/mops/mops.py
share/doc/parrot/examples/mops/mops.rb
share/doc/parrot/examples/mops/mops.scheme
+share/doc/parrot/examples/namespace/namespace_dump.pir
share/doc/parrot/examples/nci/PQt.C
share/doc/parrot/examples/nci/QtHelloWorld.pasm
share/doc/parrot/examples/nci/ls.pir
share/doc/parrot/examples/nci/sdl_blue_rectangle.pir
share/doc/parrot/examples/nci/win32api.pir
-share/doc/parrot/examples/pasm/99beer.pasm
share/doc/parrot/examples/pasm/cat.pasm
share/doc/parrot/examples/pasm/fact.pasm
share/doc/parrot/examples/pasm/hello.pasm
@@ -422,9 +467,16 @@ share/doc/parrot/examples/pasm/small.xml
share/doc/parrot/examples/pasm/stack.pasm
share/doc/parrot/examples/pasm/trace.pasm
share/doc/parrot/examples/pasm/xml_parser.pasm
-share/doc/parrot/examples/past/hello.past
+share/doc/parrot/examples/past/01-sub.pir
share/doc/parrot/examples/pge/README
share/doc/parrot/examples/pge/all.pir
+share/doc/parrot/examples/pge/benchmarks/ambs1/Makefile
+share/doc/parrot/examples/pge/benchmarks/ambs1/ambs1.pg
+share/doc/parrot/examples/pge/benchmarks/ambs1/main.pir
+share/doc/parrot/examples/pge/benchmarks/ambs1/mktestcase
+share/doc/parrot/examples/pge/grammars/IO.pg
+share/doc/parrot/examples/pge/grammars/PatchGrammar.pg
+share/doc/parrot/examples/pge/grammars/TAP.pg
share/doc/parrot/examples/pge/p6parse.pir
share/doc/parrot/examples/pge/perl6.pir
share/doc/parrot/examples/pge/simple.pir
@@ -433,15 +485,18 @@ share/doc/parrot/examples/pir/euclid.pir
share/doc/parrot/examples/pir/hanoi.pir
share/doc/parrot/examples/pir/hello-dwim.pir
share/doc/parrot/examples/pir/io.pir
+share/doc/parrot/examples/pir/levenshtein.pir
share/doc/parrot/examples/pir/life.pir
share/doc/parrot/examples/pir/local_label.pir
share/doc/parrot/examples/pir/mandel.pir
share/doc/parrot/examples/pir/queens_r.pir
+share/doc/parrot/examples/pir/quine_ord.pir
share/doc/parrot/examples/pir/readline.pir
share/doc/parrot/examples/pir/substr.pir
share/doc/parrot/examples/pir/sudoku.pir
share/doc/parrot/examples/pir/thr-primes.pir
share/doc/parrot/examples/pir/uniq.pir
+share/doc/parrot/examples/sdl/mandel.pir
share/doc/parrot/examples/sdl/minesweeper/README
share/doc/parrot/examples/sdl/minesweeper/eventhandler.pir
share/doc/parrot/examples/sdl/minesweeper/field.pir
@@ -460,25 +515,55 @@ share/doc/parrot/examples/sdl/tetris/eventhandler.pir
share/doc/parrot/examples/sdl/tetris/tetris.pir
share/doc/parrot/examples/shootout/README
share/doc/parrot/examples/shootout/ack.pir
+share/doc/parrot/examples/shootout/ack.pir.output
share/doc/parrot/examples/shootout/ack.py
share/doc/parrot/examples/shootout/binarytrees.pir
+share/doc/parrot/examples/shootout/binarytrees.pir.output
share/doc/parrot/examples/shootout/fannkuch.pir
+share/doc/parrot/examples/shootout/fannkuch.pir.output
share/doc/parrot/examples/shootout/fannkuch.py
share/doc/parrot/examples/shootout/fasta.pir
+share/doc/parrot/examples/shootout/fasta.pir.output
share/doc/parrot/examples/shootout/harmonic.pir
share/doc/parrot/examples/shootout/knucleotide.pir
+share/doc/parrot/examples/shootout/knucleotide.pir.input
+share/doc/parrot/examples/shootout/knucleotide.pir.output
share/doc/parrot/examples/shootout/mandelbrot.pir
+share/doc/parrot/examples/shootout/mandelbrot.pir.output
share/doc/parrot/examples/shootout/nbody.pir
+share/doc/parrot/examples/shootout/nbody.pir.output
share/doc/parrot/examples/shootout/nsieve-bits-2.pir
+share/doc/parrot/examples/shootout/nsieve-bits-2.pir.output
share/doc/parrot/examples/shootout/nsieve-bits.pir
+share/doc/parrot/examples/shootout/nsieve-bits.pir.output
+share/doc/parrot/examples/shootout/nsieve.pir
+share/doc/parrot/examples/shootout/nsieve.pir.output
+share/doc/parrot/examples/shootout/partialsums-2.pir
+share/doc/parrot/examples/shootout/partialsums-2.pir.output
+share/doc/parrot/examples/shootout/partialsums.pir
+share/doc/parrot/examples/shootout/partialsums.pir.output
share/doc/parrot/examples/shootout/pidigits.pir
+share/doc/parrot/examples/shootout/pidigits.pir.output
share/doc/parrot/examples/shootout/pidigits.py
share/doc/parrot/examples/shootout/random.pasm
share/doc/parrot/examples/shootout/random.pir
+share/doc/parrot/examples/shootout/recursive-2.pir
+share/doc/parrot/examples/shootout/recursive-2.pir.output
+share/doc/parrot/examples/shootout/recursive.pir
+share/doc/parrot/examples/shootout/recursive.pir.output
share/doc/parrot/examples/shootout/regexdna.pir
+share/doc/parrot/examples/shootout/regexdna.pir.input
+share/doc/parrot/examples/shootout/regexdna.pir.output
share/doc/parrot/examples/shootout/revcomp.pir
+share/doc/parrot/examples/shootout/revcomp.pir.input
+share/doc/parrot/examples/shootout/revcomp.pir.output
+share/doc/parrot/examples/shootout/spectralnorm.pir
+share/doc/parrot/examples/shootout/spectralnorm.pir.output
share/doc/parrot/examples/shootout/sumcol.pir
+share/doc/parrot/examples/shootout/sumcol.pir.input
+share/doc/parrot/examples/shootout/sumcol.pir.output
share/doc/parrot/examples/shootout/takfp.pir
+share/doc/parrot/examples/shootout/takfp.pir.output
share/doc/parrot/examples/streams/Bytes.pir
share/doc/parrot/examples/streams/Combiner.pir
share/doc/parrot/examples/streams/Coroutine.pir
@@ -498,6 +583,21 @@ share/doc/parrot/examples/subs/multi_retvals.pir
share/doc/parrot/examples/subs/no_retval.pir
share/doc/parrot/examples/subs/pasm_sub1.pasm
share/doc/parrot/examples/subs/single_retval.pir
+share/doc/parrot/examples/tge/README
+share/doc/parrot/examples/tge/branch/branch.g
+share/doc/parrot/examples/tge/branch/lib/Branch.pir
+share/doc/parrot/examples/tge/branch/lib/Leaf.pir
+share/doc/parrot/examples/tge/branch/transform.pir
+src/nci.c
+src/null_config.c
+src/ops/core_ops_cgp.c
+src/ops/core_ops_switch.c
+src/parrot_config.c
+@dirrm src/ops
+@dirrm src
+@dirrm share/doc/parrot/examples/tge/branch/lib
+@dirrm share/doc/parrot/examples/tge/branch
+@dirrm share/doc/parrot/examples/tge
@dirrm share/doc/parrot/examples/subs
@dirrm share/doc/parrot/examples/streams
@dirrm share/doc/parrot/examples/shootout
@@ -505,10 +605,14 @@ share/doc/parrot/examples/subs/single_retval.pir
@dirrm share/doc/parrot/examples/sdl/minesweeper
@dirrm share/doc/parrot/examples/sdl
@dirrm share/doc/parrot/examples/pir
+@dirrm share/doc/parrot/examples/pge/grammars
+@dirrm share/doc/parrot/examples/pge/benchmarks/ambs1
+@dirrm share/doc/parrot/examples/pge/benchmarks
@dirrm share/doc/parrot/examples/pge
@dirrm share/doc/parrot/examples/past
@dirrm share/doc/parrot/examples/pasm
@dirrm share/doc/parrot/examples/nci
+@dirrm share/doc/parrot/examples/namespace
@dirrm share/doc/parrot/examples/mops
@dirrm share/doc/parrot/examples/library
@dirrm share/doc/parrot/examples/japh
@@ -517,33 +621,57 @@ share/doc/parrot/examples/subs/single_retval.pir
@dirrm share/doc/parrot/examples/c
@dirrm share/doc/parrot/examples/benchmarks
@dirrm share/doc/parrot/examples
+@dirrm share/doc/parrot/docs/stm
@dirrm share/doc/parrot/docs/resources
@dirrm share/doc/parrot/docs/req
+@dirrm share/doc/parrot/docs/project
@dirrm share/doc/parrot/docs/pmc
-@dirrm share/doc/parrot/docs/pdds/clip
+@dirrm share/doc/parrot/docs/pdds/draft
@dirrm share/doc/parrot/docs/pdds
+@exec ${MKDIR} %D/share/doc/parrot/docs/ops
@dirrm share/doc/parrot/docs/ops
@dirrm share/doc/parrot/docs/imcc
@dirrm share/doc/parrot/docs/dev
+@dirrm share/doc/parrot/docs/art
@dirrm share/doc/parrot/docs
+@dirrm share/doc/parrot/LICENSES
@dirrm share/doc/parrot
@dirrm lib/parrot/library/YAML/Parser
@dirrm lib/parrot/library/YAML
@dirrm lib/parrot/library/Test/Builder
@dirrm lib/parrot/library/Test
+@dirrm lib/parrot/library/String
@dirrm lib/parrot/library/Stream
@dirrm lib/parrot/library/SDL
+@dirrm lib/parrot/library/Parrot
@dirrm lib/parrot/library/PGE
-@dirrm lib/parrot/library/JSON
+@dirrm lib/parrot/library/MIME
+@dirrm lib/parrot/library/HTTP
@dirrm lib/parrot/library/Getopt
@dirrm lib/parrot/library/File/Spec
@dirrm lib/parrot/library/File
@dirrm lib/parrot/library/Digest
@dirrm lib/parrot/library/Data/Dumper
@dirrm lib/parrot/library/Data
+@dirrm lib/parrot/library/Config
+@dirrm lib/parrot/library/CGI
@dirrm lib/parrot/library
@dirrm lib/parrot/include
@dirrm lib/parrot/dynext
@dirrm lib/parrot
+@dirrm include/src
+@dirrm include/parrot/stm
@dirrm include/parrot/oplib
+@dirrm include/parrot/atomic
@dirrm include/parrot
+@dirrm config/gen/platform/win32
+@dirrm config/gen/platform/generic
+@dirrm config/gen/platform/darwin
+@dirrm config/gen/platform/ansi
+@dirrm config/gen/platform
+@dirrm config/gen/cpu/${MACHINE_ARCH}
+@dirrm config/gen/cpu
+@dirrm config/gen
+@dirrm config
+@dirrm compilers/imcc
+@dirrm compilers