Date: Wed, 1 Jan 2025 11:26:58 GMT From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 6984e7cc41dc - main - lang/parrot: Remove expired port Message-ID: <202501011126.501BQwS5074321@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=6984e7cc41dcde8d17af8bc4b952009d763f6ad0 commit 6984e7cc41dcde8d17af8bc4b952009d763f6ad0 Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2025-01-01 11:26:53 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2025-01-01 11:26:53 +0000 lang/parrot: Remove expired port 2024-12-31 lang/parrot: Development stopped in 2017 --- MOVED | 1 + lang/Makefile | 1 - lang/parrot/Makefile | 63 --- lang/parrot/distinfo | 2 - lang/parrot/files/patch-src_atomic_gcc__x86.c | 20 - lang/parrot/pkg-descr | 6 - lang/parrot/pkg-plist | 702 -------------------------- 7 files changed, 1 insertion(+), 794 deletions(-) diff --git a/MOVED b/MOVED index 86a1dadce452..32a4fe691e09 100644 --- a/MOVED +++ b/MOVED @@ -3819,3 +3819,4 @@ databases/postgis32||2025-01-01|Has expired: Please use newer versions math/sage||2025-01-01|Has expired: Broken for more than two years security/gnome-ssh-askpass||2025-01-01|Has expired: Uses deprecated gtk2 library comms/concordance||2025-01-01|Has expired: Logitech Harmony were officially discontinued in 2021, last major product in 2019 +lang/parrot||2025-01-01|Has expired: Development stopped in 2017 diff --git a/lang/Makefile b/lang/Makefile index 93a545c55643..0f2fcf853887 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -265,7 +265,6 @@ SUBDIR += p5-ePerl SUBDIR += p5-signatures SUBDIR += p5-v6 - SUBDIR += parrot SUBDIR += pbasic SUBDIR += pcc SUBDIR += perl5-devel diff --git a/lang/parrot/Makefile b/lang/parrot/Makefile deleted file mode 100644 index 5b1e85081836..000000000000 --- a/lang/parrot/Makefile +++ /dev/null @@ -1,63 +0,0 @@ -PORTNAME= parrot -PORTVERSION= 8.1.0 -PORTREVISION= 21 -CATEGORIES= lang -MASTER_SITES= ftp://ftp.parrot.org/pub/parrot/releases/supported/${PORTVERSION}/ \ - LOCAL/sunpoet - -MAINTAINER= ports@FreeBSD.org -COMMENT= Virtual machine for dynamic languages -WWW= https://www.parrotcode.org/ - -LICENSE= ART20 - -DEPRECATED= Development stopped in 2017 -EXPIRATION_DATE= 2024-12-31 - -BROKEN_FreeBSD_14= Fails to package -BROKEN_FreeBSD_15= Fails to package - -BUILD_DEPENDS= ${LOCALBASE}/bin/flex:textproc/flex \ - p5-Pod-Parser>=0:textproc/p5-Pod-Parser \ - pcre-config:devel/pcre -LIB_DEPENDS= libgmp.so:math/gmp \ - libicudata.so:devel/icu - -OPTIONS_DEFINE= DOCS - -ALL_TARGET= installable -CONFIGURE_ARGS= --cc=${CC} --cxx=${CXX} --link=${CXX} \ - --ccflags="${CFLAGS}" \ - --ld=${CC} --ldflags="${LDFLAGS}" \ - --gc=gms --inline --optimize --parrot_is_shared --verbose \ - --prefix=${PREFIX} \ - --icu-config=${LOCALBASE}/bin/icu-config \ - --lex=${LOCALBASE}/bin/flex \ - --yacc=${LOCALBASE}/bin/bison \ - --mandir=${PREFIX}/share/man -CONFIGURE_SCRIPT= Configure.pl -INSTALL_TARGET= install-dev -TEST_TARGET= test -MAKE_JOBS_UNSAFE= yes -USE_LDCONFIG= yes -USES= bison gmake localbase:ldflags perl5 shebangfix tar:bzip2 -SHEBANG_FILES= tools/dev/create_language.pl \ - tools/dev/gen_makefile.pl \ - tools/dev/pprof2cg.pl \ - tools/dev/reconfigure.pl -perl_OLD_CMD= perl -BINARY_WRAPPERS= gm4 - -DOCSDIR= share/doc/${PORTNAME}/${PORTVERSION} -PLIST_SUB= PARROT_VER="${PORTVERSION}" - -do-configure: - (cd ${WRKSRC} && ${PERL} ${CONFIGURE_SCRIPT} ${CONFIGURE_ARGS}) - -post-install: - ${RM} ${STAGEDIR}${PREFIX}/lib/inst_libparrot.so.${PORTVERSION} - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/* \ - ${STAGEDIR}${PREFIX}/lib/libparrot.so.${PORTVERSION} \ - ${STAGEDIR}${PREFIX}/lib/parrot/${PORTVERSION}/dynext/*.so - -.include <bsd.port.mk> diff --git a/lang/parrot/distinfo b/lang/parrot/distinfo deleted file mode 100644 index 07f5694e333a..000000000000 --- a/lang/parrot/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (parrot-8.1.0.tar.bz2) = caf356acab64f4ea50595a846808e81d0be8ada8267afbbeb66ddb3c93cb81d3 -SIZE (parrot-8.1.0.tar.bz2) = 4495502 diff --git a/lang/parrot/files/patch-src_atomic_gcc__x86.c b/lang/parrot/files/patch-src_atomic_gcc__x86.c deleted file mode 100644 index 3c4b54fbc36b..000000000000 --- a/lang/parrot/files/patch-src_atomic_gcc__x86.c +++ /dev/null @@ -1,20 +0,0 @@ ---- src/atomic/gcc_x86.c.orig 2016-04-03 10:11:30 UTC -+++ src/atomic/gcc_x86.c -@@ -51,7 +51,7 @@ parrot_i386_cmpxchg(ARGMOD(void *volatil - ARGIN_NULLOK(void *update)) - { - ASSERT_ARGS(parrot_i386_cmpxchg) --#if defined(PARROT_HAS_AMD64_GCC_CMPXCHG) || __WORDSIZE == 64 -+#if defined(PARROT_HAS_AMD64_GCC_CMPXCHG) - __asm__ __volatile__("lock\n" - "cmpxchgq %1,%2":"=a"(expect):"q"(update), "m"(*ptr), - "0"(expect) -@@ -85,7 +85,7 @@ parrot_i386_xadd(ARGIN(volatile long *l) - { - ASSERT_ARGS(parrot_i386_xadd) - long result = amount; --#if defined(PARROT_HAS_AMD64_GCC_CMPXCHG) || __WORDSIZE == 64 -+#if defined(PARROT_HAS_AMD64_GCC_CMPXCHG) - __asm__ __volatile__("lock\n" "xaddq %0, %1" : "=r"(result), "=m"(*l) : - "0"(result), "m"(*l)); - #elif defined(PARROT_HAS_I386_GCC_CMPXCHG) diff --git a/lang/parrot/pkg-descr b/lang/parrot/pkg-descr deleted file mode 100644 index 40087601afb7..000000000000 --- a/lang/parrot/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Parrot is a virtual machine designed to efficiently compile and execute -bytecode for dynamic languages. - -Parrot currently hosts a variety of language implementations in various -stages of completion, including Tcl, Javascript, Ruby, Lua, Scheme, PHP, -Python, Perl 6, APL, and a .NET bytecode translator. diff --git a/lang/parrot/pkg-plist b/lang/parrot/pkg-plist deleted file mode 100644 index a52e408baf74..000000000000 --- a/lang/parrot/pkg-plist +++ /dev/null @@ -1,702 +0,0 @@ -bin/parrot -bin/parrot-nqp -bin/parrot-ops2c -bin/parrot-prove -bin/parrot_config -bin/parrot_nci_thunk_gen -bin/pbc_disassemble -bin/pbc_dump -bin/pbc_merge -bin/pbc_to_exe -bin/winxed -include/parrot/%%PARROT_VER%%/dynpmc/pmc_dynlexpad.h -include/parrot/%%PARROT_VER%%/dynpmc/pmc_file.h -include/parrot/%%PARROT_VER%%/dynpmc/pmc_gziphandle.h -include/parrot/%%PARROT_VER%%/dynpmc/pmc_rational.h -include/parrot/%%PARROT_VER%%/dynpmc/pmc_select.h -include/parrot/%%PARROT_VER%%/dynpmc/pmc_subproxy.h -include/parrot/%%PARROT_VER%%/imcc/api.h -include/parrot/%%PARROT_VER%%/imcc/embed.h -include/parrot/%%PARROT_VER%%/imcc/yyscanner.h -include/parrot/%%PARROT_VER%%/parrot/alarm.h -include/parrot/%%PARROT_VER%%/parrot/api.h -include/parrot/%%PARROT_VER%%/parrot/atomic.h -include/parrot/%%PARROT_VER%%/parrot/atomic/fallback.h -include/parrot/%%PARROT_VER%%/parrot/atomic/gcc_ppc.h -include/parrot/%%PARROT_VER%%/parrot/atomic/gcc_x86.h -include/parrot/%%PARROT_VER%%/parrot/atomic/sparc.h -include/parrot/%%PARROT_VER%%/parrot/caches.h -include/parrot/%%PARROT_VER%%/parrot/call.h -include/parrot/%%PARROT_VER%%/parrot/cclass.h -include/parrot/%%PARROT_VER%%/parrot/compiler.h -include/parrot/%%PARROT_VER%%/parrot/config.h -include/parrot/%%PARROT_VER%%/parrot/context.h -include/parrot/%%PARROT_VER%%/parrot/core_pmcs.h -include/parrot/%%PARROT_VER%%/parrot/core_types.h -include/parrot/%%PARROT_VER%%/parrot/datatypes.h -include/parrot/%%PARROT_VER%%/parrot/debugger.h -include/parrot/%%PARROT_VER%%/parrot/disassemble.h -include/parrot/%%PARROT_VER%%/parrot/dynext.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 -include/parrot/%%PARROT_VER%%/parrot/extend_vtable.h -include/parrot/%%PARROT_VER%%/parrot/feature.h -include/parrot/%%PARROT_VER%%/parrot/gc_api.h -include/parrot/%%PARROT_VER%%/parrot/global_setup.h -include/parrot/%%PARROT_VER%%/parrot/has_header.h -include/parrot/%%PARROT_VER%%/parrot/hash.h -include/parrot/%%PARROT_VER%%/parrot/hll.h -include/parrot/%%PARROT_VER%%/parrot/imageio.h -include/parrot/%%PARROT_VER%%/parrot/interpreter.h -include/parrot/%%PARROT_VER%%/parrot/io.h -include/parrot/%%PARROT_VER%%/parrot/key.h -include/parrot/%%PARROT_VER%%/parrot/library.h -include/parrot/%%PARROT_VER%%/parrot/list.h -include/parrot/%%PARROT_VER%%/parrot/longopt.h -include/parrot/%%PARROT_VER%%/parrot/memory.h -include/parrot/%%PARROT_VER%%/parrot/misc.h -include/parrot/%%PARROT_VER%%/parrot/multidispatch.h -include/parrot/%%PARROT_VER%%/parrot/namealias.h -include/parrot/%%PARROT_VER%%/parrot/namespace.h -include/parrot/%%PARROT_VER%%/parrot/nci.h -include/parrot/%%PARROT_VER%%/parrot/oo.h -include/parrot/%%PARROT_VER%%/parrot/oo_private.h -include/parrot/%%PARROT_VER%%/parrot/op.h -include/parrot/%%PARROT_VER%%/parrot/oplib.h -include/parrot/%%PARROT_VER%%/parrot/oplib/core_ops.h -include/parrot/%%PARROT_VER%%/parrot/oplib/ops.h -include/parrot/%%PARROT_VER%%/parrot/opsenum.h -include/parrot/%%PARROT_VER%%/parrot/packfile.h -include/parrot/%%PARROT_VER%%/parrot/parrot.h -include/parrot/%%PARROT_VER%%/parrot/pbcversion.h -include/parrot/%%PARROT_VER%%/parrot/platform_interface.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_subprof.h -include/parrot/%%PARROT_VER%%/parrot/runcore_trace.h -include/parrot/%%PARROT_VER%%/parrot/scheduler.h -include/parrot/%%PARROT_VER%%/parrot/scheduler_private.h -include/parrot/%%PARROT_VER%%/parrot/settings.h -include/parrot/%%PARROT_VER%%/parrot/string.h -include/parrot/%%PARROT_VER%%/parrot/string_funcs.h -include/parrot/%%PARROT_VER%%/parrot/sub.h -include/parrot/%%PARROT_VER%%/parrot/thr_none.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/vtable.h -include/parrot/%%PARROT_VER%%/parrot/vtables.h -include/parrot/%%PARROT_VER%%/parrot/warnings.h -include/parrot/%%PARROT_VER%%/pmc/dummy -include/parrot/%%PARROT_VER%%/pmc/pmc_addrregistry.h -include/parrot/%%PARROT_VER%%/pmc/pmc_alarm.h -include/parrot/%%PARROT_VER%%/pmc/pmc_arrayiterator.h -include/parrot/%%PARROT_VER%%/pmc/pmc_bigint.h -include/parrot/%%PARROT_VER%%/pmc/pmc_bignum.h -include/parrot/%%PARROT_VER%%/pmc/pmc_boolean.h -include/parrot/%%PARROT_VER%%/pmc/pmc_bytebuffer.h -include/parrot/%%PARROT_VER%%/pmc/pmc_callback.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_complex.h -include/parrot/%%PARROT_VER%%/pmc/pmc_continuation.h -include/parrot/%%PARROT_VER%%/pmc/pmc_coroutine.h -include/parrot/%%PARROT_VER%%/pmc/pmc_default.h -include/parrot/%%PARROT_VER%%/pmc/pmc_env.h -include/parrot/%%PARROT_VER%%/pmc/pmc_eventhandler.h -include/parrot/%%PARROT_VER%%/pmc/pmc_exception.h -include/parrot/%%PARROT_VER%%/pmc/pmc_exceptionhandler.h -include/parrot/%%PARROT_VER%%/pmc/pmc_exporter.h -include/parrot/%%PARROT_VER%%/pmc/pmc_filehandle.h -include/parrot/%%PARROT_VER%%/pmc/pmc_fixedbooleanarray.h -include/parrot/%%PARROT_VER%%/pmc/pmc_fixedfloatarray.h -include/parrot/%%PARROT_VER%%/pmc/pmc_fixedintegerarray.h -include/parrot/%%PARROT_VER%%/pmc/pmc_fixedpmcarray.h -include/parrot/%%PARROT_VER%%/pmc/pmc_fixedstringarray.h -include/parrot/%%PARROT_VER%%/pmc/pmc_float.h -include/parrot/%%PARROT_VER%%/pmc/pmc_handle.h -include/parrot/%%PARROT_VER%%/pmc/pmc_hash.h -include/parrot/%%PARROT_VER%%/pmc/pmc_hashiterator.h -include/parrot/%%PARROT_VER%%/pmc/pmc_hashiteratorkey.h -include/parrot/%%PARROT_VER%%/pmc/pmc_imageiofreeze.h -include/parrot/%%PARROT_VER%%/pmc/pmc_imageiosize.h -include/parrot/%%PARROT_VER%%/pmc/pmc_imageiostrings.h -include/parrot/%%PARROT_VER%%/pmc/pmc_imageiothaw.h -include/parrot/%%PARROT_VER%%/pmc/pmc_imccompiler.h -include/parrot/%%PARROT_VER%%/pmc/pmc_integer.h -include/parrot/%%PARROT_VER%%/pmc/pmc_iterator.h -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 -include/parrot/%%PARROT_VER%%/pmc/pmc_nci.h -include/parrot/%%PARROT_VER%%/pmc/pmc_null.h -include/parrot/%%PARROT_VER%%/pmc/pmc_object.h -include/parrot/%%PARROT_VER%%/pmc/pmc_opcode.h -include/parrot/%%PARROT_VER%%/pmc/pmc_oplib.h -include/parrot/%%PARROT_VER%%/pmc/pmc_orderedhash.h -include/parrot/%%PARROT_VER%%/pmc/pmc_orderedhashiterator.h -include/parrot/%%PARROT_VER%%/pmc/pmc_os.h -include/parrot/%%PARROT_VER%%/pmc/pmc_packfile.h -include/parrot/%%PARROT_VER%%/pmc/pmc_packfileannotation.h -include/parrot/%%PARROT_VER%%/pmc/pmc_packfileannotations.h -include/parrot/%%PARROT_VER%%/pmc/pmc_packfilebytecodesegment.h -include/parrot/%%PARROT_VER%%/pmc/pmc_packfileconstanttable.h -include/parrot/%%PARROT_VER%%/pmc/pmc_packfiledebug.h -include/parrot/%%PARROT_VER%%/pmc/pmc_packfiledirectory.h -include/parrot/%%PARROT_VER%%/pmc/pmc_packfileopmap.h -include/parrot/%%PARROT_VER%%/pmc/pmc_packfilerawsegment.h -include/parrot/%%PARROT_VER%%/pmc/pmc_packfilesegment.h -include/parrot/%%PARROT_VER%%/pmc/pmc_packfileview.h -include/parrot/%%PARROT_VER%%/pmc/pmc_parrotinterpreter.h -include/parrot/%%PARROT_VER%%/pmc/pmc_parrotlibrary.h -include/parrot/%%PARROT_VER%%/pmc/pmc_pmclist.h -include/parrot/%%PARROT_VER%%/pmc/pmc_pmcproxy.h -include/parrot/%%PARROT_VER%%/pmc/pmc_pointer.h -include/parrot/%%PARROT_VER%%/pmc/pmc_proxy.h -include/parrot/%%PARROT_VER%%/pmc/pmc_ptr.h -include/parrot/%%PARROT_VER%%/pmc/pmc_ptrbuf.h -include/parrot/%%PARROT_VER%%/pmc/pmc_ptrobj.h -include/parrot/%%PARROT_VER%%/pmc/pmc_resizablebooleanarray.h -include/parrot/%%PARROT_VER%%/pmc/pmc_resizablefloatarray.h -include/parrot/%%PARROT_VER%%/pmc/pmc_resizableintegerarray.h -include/parrot/%%PARROT_VER%%/pmc/pmc_resizablepmcarray.h -include/parrot/%%PARROT_VER%%/pmc/pmc_resizablestringarray.h -include/parrot/%%PARROT_VER%%/pmc/pmc_role.h -include/parrot/%%PARROT_VER%%/pmc/pmc_scalar.h -include/parrot/%%PARROT_VER%%/pmc/pmc_scheduler.h -include/parrot/%%PARROT_VER%%/pmc/pmc_schedulermessage.h -include/parrot/%%PARROT_VER%%/pmc/pmc_sockaddr.h -include/parrot/%%PARROT_VER%%/pmc/pmc_socket.h -include/parrot/%%PARROT_VER%%/pmc/pmc_string.h -include/parrot/%%PARROT_VER%%/pmc/pmc_stringbuilder.h -include/parrot/%%PARROT_VER%%/pmc/pmc_stringhandle.h -include/parrot/%%PARROT_VER%%/pmc/pmc_stringiterator.h -include/parrot/%%PARROT_VER%%/pmc/pmc_structview.h -include/parrot/%%PARROT_VER%%/pmc/pmc_sub.h -include/parrot/%%PARROT_VER%%/pmc/pmc_task.h -include/parrot/%%PARROT_VER%%/pmc/pmc_timer.h -include/parrot/%%PARROT_VER%%/pmc/pmc_undef.h -include/parrot/%%PARROT_VER%%/pmc/pmc_unmanagedstruct.h -lib/libparrot.a -lib/libparrot.so -lib/libparrot.so.%%PARROT_VER%% -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/dynlexpad.so -lib/parrot/%%PARROT_VER%%/dynext/file.so -lib/parrot/%%PARROT_VER%%/dynext/gziphandle.so -lib/parrot/%%PARROT_VER%%/dynext/io_ops.so -lib/parrot/%%PARROT_VER%%/dynext/math_ops.so -lib/parrot/%%PARROT_VER%%/dynext/obscure_ops.so -lib/parrot/%%PARROT_VER%%/dynext/os.so -lib/parrot/%%PARROT_VER%%/dynext/rational.so -lib/parrot/%%PARROT_VER%%/dynext/select.so -lib/parrot/%%PARROT_VER%%/dynext/subproxy.so -lib/parrot/%%PARROT_VER%%/dynext/sys_ops.so -lib/parrot/%%PARROT_VER%%/dynext/trans_ops.so -lib/parrot/%%PARROT_VER%%/include/call_bits.pasm -lib/parrot/%%PARROT_VER%%/include/cclass.pasm -lib/parrot/%%PARROT_VER%%/include/cloneflags.pasm -lib/parrot/%%PARROT_VER%%/include/config.fpmc -lib/parrot/%%PARROT_VER%%/include/datatypes.pasm -lib/parrot/%%PARROT_VER%%/include/dlopenflags.pasm -lib/parrot/%%PARROT_VER%%/include/errors.pasm -lib/parrot/%%PARROT_VER%%/include/except_severity.pasm -lib/parrot/%%PARROT_VER%%/include/except_types.pasm -lib/parrot/%%PARROT_VER%%/include/fp_equality.pasm -lib/parrot/%%PARROT_VER%%/include/green_threads.pir -lib/parrot/%%PARROT_VER%%/include/hash_key_type.pasm -lib/parrot/%%PARROT_VER%%/include/hllmacros.pir -lib/parrot/%%PARROT_VER%%/include/iglobals.pasm -lib/parrot/%%PARROT_VER%%/include/interpcores.pasm -lib/parrot/%%PARROT_VER%%/include/interpdebug.pasm -lib/parrot/%%PARROT_VER%%/include/interpflags.pasm -lib/parrot/%%PARROT_VER%%/include/interpinfo.pasm -lib/parrot/%%PARROT_VER%%/include/interptrace.pasm -lib/parrot/%%PARROT_VER%%/include/iterator.pasm -lib/parrot/%%PARROT_VER%%/include/libpaths.pasm -lib/parrot/%%PARROT_VER%%/include/longopt.pasm -lib/parrot/%%PARROT_VER%%/include/packfile_annotation_keytype.pasm -lib/parrot/%%PARROT_VER%%/include/parrotlib.pbc -lib/parrot/%%PARROT_VER%%/include/pmctypes.pasm -lib/parrot/%%PARROT_VER%%/include/socket.pasm -lib/parrot/%%PARROT_VER%%/include/stat.pasm -lib/parrot/%%PARROT_VER%%/include/stdio.pasm -lib/parrot/%%PARROT_VER%%/include/stringinfo.pasm -lib/parrot/%%PARROT_VER%%/include/sysinfo.pasm -lib/parrot/%%PARROT_VER%%/include/test_more.pir -lib/parrot/%%PARROT_VER%%/include/timer.pasm -lib/parrot/%%PARROT_VER%%/include/tm.pasm -lib/parrot/%%PARROT_VER%%/include/warnings.pasm -lib/parrot/%%PARROT_VER%%/languages/JSON/JSON.pir -lib/parrot/%%PARROT_VER%%/languages/data_json/Defines.mak -lib/parrot/%%PARROT_VER%%/languages/data_json/JSON.nqp -lib/parrot/%%PARROT_VER%%/languages/data_json/Rules.mak -lib/parrot/%%PARROT_VER%%/languages/data_json/data_json.pbc -lib/parrot/%%PARROT_VER%%/languages/data_json/data_json.pir -lib/parrot/%%PARROT_VER%%/languages/data_json/data_json/grammar.pg -lib/parrot/%%PARROT_VER%%/languages/data_json/data_json/pge2pir.tg -lib/parrot/%%PARROT_VER%%/languages/parrot/parrot.pir -lib/parrot/%%PARROT_VER%%/languages/pct/Defines.mak -lib/parrot/%%PARROT_VER%%/languages/pct/PCT.pir -lib/parrot/%%PARROT_VER%%/languages/pct/Rules.mak -lib/parrot/%%PARROT_VER%%/languages/pct/src/PAST.pir -lib/parrot/%%PARROT_VER%%/languages/pct/src/PAST/Compiler.pir -lib/parrot/%%PARROT_VER%%/languages/pct/src/PAST/Node.pir -lib/parrot/%%PARROT_VER%%/languages/pct/src/PCT/Dumper.pir -lib/parrot/%%PARROT_VER%%/languages/pct/src/PCT/Grammar.pir -lib/parrot/%%PARROT_VER%%/languages/pct/src/PCT/HLLCompiler.pir -lib/parrot/%%PARROT_VER%%/languages/pct/src/PCT/Node.pir -lib/parrot/%%PARROT_VER%%/languages/pct/src/POST/Compiler.pir -lib/parrot/%%PARROT_VER%%/languages/pct/src/POST/Node.pir -lib/parrot/%%PARROT_VER%%/languages/pge/Defines.mak -lib/parrot/%%PARROT_VER%%/languages/pge/P6Rule.grammar -lib/parrot/%%PARROT_VER%%/languages/pge/PGE.pir -lib/parrot/%%PARROT_VER%%/languages/pge/PGE/Exp.pir -lib/parrot/%%PARROT_VER%%/languages/pge/PGE/Match.pir -lib/parrot/%%PARROT_VER%%/languages/pge/PGE/OPTable.pir -lib/parrot/%%PARROT_VER%%/languages/pge/PGE/P5Regex.pir -lib/parrot/%%PARROT_VER%%/languages/pge/PGE/Perl6Regex.pir -lib/parrot/%%PARROT_VER%%/languages/pge/PGE/Regex.pir -lib/parrot/%%PARROT_VER%%/languages/pge/PGE/builtins.pg -lib/parrot/%%PARROT_VER%%/languages/pge/Rules.mak -lib/parrot/%%PARROT_VER%%/languages/pge/STATUS -lib/parrot/%%PARROT_VER%%/languages/tge/Defines.mak -lib/parrot/%%PARROT_VER%%/languages/tge/Rules.mak -lib/parrot/%%PARROT_VER%%/languages/tge/TGE.pir -lib/parrot/%%PARROT_VER%%/languages/tge/TGE/Compiler.pir -lib/parrot/%%PARROT_VER%%/languages/tge/TGE/Grammar.pir -lib/parrot/%%PARROT_VER%%/languages/tge/TGE/Parser.pg -lib/parrot/%%PARROT_VER%%/languages/tge/TGE/Parser.pir -lib/parrot/%%PARROT_VER%%/languages/tge/TGE/Rule.pir -lib/parrot/%%PARROT_VER%%/languages/tge/TGE/Tree.pir -lib/parrot/%%PARROT_VER%%/languages/tge/tgc.pbc -lib/parrot/%%PARROT_VER%%/languages/tge/tgc.pir -lib/parrot/%%PARROT_VER%%/languages/winxed/winxed.pbc -lib/parrot/%%PARROT_VER%%/library/Archive/Tar.pbc -lib/parrot/%%PARROT_VER%%/library/Archive/Tar.pir -lib/parrot/%%PARROT_VER%%/library/Archive/Zip.pbc -lib/parrot/%%PARROT_VER%%/library/Archive/Zip.pir -lib/parrot/%%PARROT_VER%%/library/CGI/QueryHash.pbc -lib/parrot/%%PARROT_VER%%/library/CGI/QueryHash.pir -lib/parrot/%%PARROT_VER%%/library/Config/JSON.pbc -lib/parrot/%%PARROT_VER%%/library/Config/JSON.pir -lib/parrot/%%PARROT_VER%%/library/Configure/genfile.pbc -lib/parrot/%%PARROT_VER%%/library/Configure/genfile.pir -lib/parrot/%%PARROT_VER%%/library/Crow.pbc -lib/parrot/%%PARROT_VER%%/library/Crow.pir -lib/parrot/%%PARROT_VER%%/library/Curses.pir -lib/parrot/%%PARROT_VER%%/library/Data/Dumper.pbc -lib/parrot/%%PARROT_VER%%/library/Data/Dumper.pir -lib/parrot/%%PARROT_VER%%/library/Data/Dumper/Base.pbc -lib/parrot/%%PARROT_VER%%/library/Data/Dumper/Base.pir -lib/parrot/%%PARROT_VER%%/library/Data/Dumper/Default.pbc -lib/parrot/%%PARROT_VER%%/library/Data/Dumper/Default.pir -lib/parrot/%%PARROT_VER%%/library/Digest/MD5.pbc -lib/parrot/%%PARROT_VER%%/library/Digest/MD5.pir -lib/parrot/%%PARROT_VER%%/library/Digest/sha256.pbc -lib/parrot/%%PARROT_VER%%/library/Digest/sha256.pir -lib/parrot/%%PARROT_VER%%/library/Getopt/Obj.pbc -lib/parrot/%%PARROT_VER%%/library/Getopt/Obj.pir -lib/parrot/%%PARROT_VER%%/library/HLL.pbc -lib/parrot/%%PARROT_VER%%/library/HTTP/Daemon.pir -lib/parrot/%%PARROT_VER%%/library/HTTP/Message.pbc -lib/parrot/%%PARROT_VER%%/library/HTTP/Message.pir -lib/parrot/%%PARROT_VER%%/library/Iter.pbc -lib/parrot/%%PARROT_VER%%/library/Iter.pir -lib/parrot/%%PARROT_VER%%/library/JSON.pbc -lib/parrot/%%PARROT_VER%%/library/JSON.pir -lib/parrot/%%PARROT_VER%%/library/LWP/Protocol.pbc -lib/parrot/%%PARROT_VER%%/library/LWP/Protocol.pir -lib/parrot/%%PARROT_VER%%/library/LWP/UserAgent.pbc -lib/parrot/%%PARROT_VER%%/library/LWP/UserAgent.pir -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/NCI/Utils.pbc -lib/parrot/%%PARROT_VER%%/library/NCI/Utils.pir -lib/parrot/%%PARROT_VER%%/library/OpenGL.pir -lib/parrot/%%PARROT_VER%%/library/OpenGL/Math.pir -lib/parrot/%%PARROT_VER%%/library/P6Regex.pbc -lib/parrot/%%PARROT_VER%%/library/P6object.pbc -lib/parrot/%%PARROT_VER%%/library/P6object.pir -lib/parrot/%%PARROT_VER%%/library/PCT.pbc -lib/parrot/%%PARROT_VER%%/library/PCT/Dumper.pbc -lib/parrot/%%PARROT_VER%%/library/PCT/Grammar.pbc -lib/parrot/%%PARROT_VER%%/library/PCT/HLLCompiler.pbc -lib/parrot/%%PARROT_VER%%/library/PCT/PAST.pbc -lib/parrot/%%PARROT_VER%%/library/PGE.pbc -lib/parrot/%%PARROT_VER%%/library/PGE/Dumper.pbc -lib/parrot/%%PARROT_VER%%/library/PGE/Dumper.pir -lib/parrot/%%PARROT_VER%%/library/PGE/Glob.pbc -lib/parrot/%%PARROT_VER%%/library/PGE/Glob.pir -lib/parrot/%%PARROT_VER%%/library/PGE/Hs.pbc -lib/parrot/%%PARROT_VER%%/library/PGE/Hs.pir -lib/parrot/%%PARROT_VER%%/library/PGE/Perl6Grammar.pbc -lib/parrot/%%PARROT_VER%%/library/PGE/Perl6Grammar.pir -lib/parrot/%%PARROT_VER%%/library/PGE/Text.pbc -lib/parrot/%%PARROT_VER%%/library/PGE/Text.pir -lib/parrot/%%PARROT_VER%%/library/PGE/Util.pbc -lib/parrot/%%PARROT_VER%%/library/PGE/Util.pir -lib/parrot/%%PARROT_VER%%/library/Parrot/Coroutine.pbc -lib/parrot/%%PARROT_VER%%/library/Parrot/Coroutine.pir -lib/parrot/%%PARROT_VER%%/library/Parrot/Exception.pbc -lib/parrot/%%PARROT_VER%%/library/Parrot/Exception.pir -lib/parrot/%%PARROT_VER%%/library/Pg.pir -lib/parrot/%%PARROT_VER%%/library/ProfTest.pbc -lib/parrot/%%PARROT_VER%%/library/ProfTest/Matcher.nqp -lib/parrot/%%PARROT_VER%%/library/ProfTest/Matcher.pbc -lib/parrot/%%PARROT_VER%%/library/ProfTest/Matcher.pir -lib/parrot/%%PARROT_VER%%/library/ProfTest/NQPProfile.nqp -lib/parrot/%%PARROT_VER%%/library/ProfTest/NQPProfile.pbc -lib/parrot/%%PARROT_VER%%/library/ProfTest/NQPProfile.pir -lib/parrot/%%PARROT_VER%%/library/ProfTest/PIRProfile.nqp -lib/parrot/%%PARROT_VER%%/library/ProfTest/PIRProfile.pbc -lib/parrot/%%PARROT_VER%%/library/ProfTest/PIRProfile.pir -lib/parrot/%%PARROT_VER%%/library/ProfTest/Want.nqp -lib/parrot/%%PARROT_VER%%/library/ProfTest/Want.pbc -lib/parrot/%%PARROT_VER%%/library/ProfTest/Want.pir -lib/parrot/%%PARROT_VER%%/library/Range.pbc -lib/parrot/%%PARROT_VER%%/library/Range.pir -lib/parrot/%%PARROT_VER%%/library/Regex.pbc -lib/parrot/%%PARROT_VER%%/library/Rules.mak -lib/parrot/%%PARROT_VER%%/library/SDL.pir -lib/parrot/%%PARROT_VER%%/library/SDL/App.pir -lib/parrot/%%PARROT_VER%%/library/SDL/Button.pir -lib/parrot/%%PARROT_VER%%/library/SDL/Color.pir -lib/parrot/%%PARROT_VER%%/library/SDL/Constants.pir -lib/parrot/%%PARROT_VER%%/library/SDL/Event.pir -lib/parrot/%%PARROT_VER%%/library/SDL/EventHandler.pir -lib/parrot/%%PARROT_VER%%/library/SDL/Font.pir -lib/parrot/%%PARROT_VER%%/library/SDL/Image.pir -lib/parrot/%%PARROT_VER%%/library/SDL/LCD.pir -lib/parrot/%%PARROT_VER%%/library/SDL/LCD.png -lib/parrot/%%PARROT_VER%%/library/SDL/Rect.pir -lib/parrot/%%PARROT_VER%%/library/SDL/Sprite.pir -lib/parrot/%%PARROT_VER%%/library/SDL/StopWatch.pir -lib/parrot/%%PARROT_VER%%/library/SDL/Surface.pir -lib/parrot/%%PARROT_VER%%/library/Stream/Base.pbc -lib/parrot/%%PARROT_VER%%/library/Stream/Base.pir -lib/parrot/%%PARROT_VER%%/library/Stream/Combiner.pbc -lib/parrot/%%PARROT_VER%%/library/Stream/Combiner.pir -lib/parrot/%%PARROT_VER%%/library/Stream/Coroutine.pbc -lib/parrot/%%PARROT_VER%%/library/Stream/Coroutine.pir -lib/parrot/%%PARROT_VER%%/library/Stream/Filter.pbc -lib/parrot/%%PARROT_VER%%/library/Stream/Filter.pir -lib/parrot/%%PARROT_VER%%/library/Stream/Lines.pbc -lib/parrot/%%PARROT_VER%%/library/Stream/Lines.pir -lib/parrot/%%PARROT_VER%%/library/Stream/ParrotIO.pbc -lib/parrot/%%PARROT_VER%%/library/Stream/ParrotIO.pir -lib/parrot/%%PARROT_VER%%/library/Stream/Replay.pbc -lib/parrot/%%PARROT_VER%%/library/Stream/Replay.pir -lib/parrot/%%PARROT_VER%%/library/Stream/Sub.pbc -lib/parrot/%%PARROT_VER%%/library/Stream/Sub.pir -lib/parrot/%%PARROT_VER%%/library/Stream/Writer.pbc -lib/parrot/%%PARROT_VER%%/library/Stream/Writer.pir -lib/parrot/%%PARROT_VER%%/library/String/Utils.pbc -lib/parrot/%%PARROT_VER%%/library/String/Utils.pir -lib/parrot/%%PARROT_VER%%/library/TAP/Formatter.pbc -lib/parrot/%%PARROT_VER%%/library/TAP/Formatter.pir -lib/parrot/%%PARROT_VER%%/library/TAP/Harness.pbc -lib/parrot/%%PARROT_VER%%/library/TAP/Harness.pir -lib/parrot/%%PARROT_VER%%/library/TAP/Parser.pbc -lib/parrot/%%PARROT_VER%%/library/TAP/Parser.pir -lib/parrot/%%PARROT_VER%%/library/TGE.pbc -lib/parrot/%%PARROT_VER%%/library/TclLibrary.pbc -lib/parrot/%%PARROT_VER%%/library/TclLibrary.pir -lib/parrot/%%PARROT_VER%%/library/Test/Builder.pbc -lib/parrot/%%PARROT_VER%%/library/Test/Builder.pir -lib/parrot/%%PARROT_VER%%/library/Test/Builder/Output.pbc -lib/parrot/%%PARROT_VER%%/library/Test/Builder/Output.pir -lib/parrot/%%PARROT_VER%%/library/Test/Builder/Test.pbc -lib/parrot/%%PARROT_VER%%/library/Test/Builder/Test.pir -lib/parrot/%%PARROT_VER%%/library/Test/Builder/TestPlan.pbc -lib/parrot/%%PARROT_VER%%/library/Test/Builder/TestPlan.pir -lib/parrot/%%PARROT_VER%%/library/Test/Builder/Tester.pbc -lib/parrot/%%PARROT_VER%%/library/Test/Builder/Tester.pir -lib/parrot/%%PARROT_VER%%/library/Test/Class.pbc -lib/parrot/%%PARROT_VER%%/library/Test/Class.pir -lib/parrot/%%PARROT_VER%%/library/Test/More.pbc -lib/parrot/%%PARROT_VER%%/library/Test/More.pir -lib/parrot/%%PARROT_VER%%/library/URI.pbc -lib/parrot/%%PARROT_VER%%/library/URI.pir -lib/parrot/%%PARROT_VER%%/library/URI/Escape.pbc -lib/parrot/%%PARROT_VER%%/library/URI/Escape.pir -lib/parrot/%%PARROT_VER%%/library/YAML/Dumper.pbc -lib/parrot/%%PARROT_VER%%/library/YAML/Dumper.pir -lib/parrot/%%PARROT_VER%%/library/YAML/Dumper/Base.pbc -lib/parrot/%%PARROT_VER%%/library/YAML/Dumper/Base.pir -lib/parrot/%%PARROT_VER%%/library/YAML/Dumper/Default.pbc -lib/parrot/%%PARROT_VER%%/library/YAML/Dumper/Default.pir -lib/parrot/%%PARROT_VER%%/library/YAML/Tiny.pbc -lib/parrot/%%PARROT_VER%%/library/YAML/Tiny.pm -lib/parrot/%%PARROT_VER%%/library/config.pbc -lib/parrot/%%PARROT_VER%%/library/crypto.declarations -lib/parrot/%%PARROT_VER%%/library/distutils.pbc -lib/parrot/%%PARROT_VER%%/library/distutils.pir -lib/parrot/%%PARROT_VER%%/library/dumper.pbc -lib/parrot/%%PARROT_VER%%/library/dumper.pir -lib/parrot/%%PARROT_VER%%/library/libpcre.pbc -lib/parrot/%%PARROT_VER%%/library/libpcre.pir -lib/parrot/%%PARROT_VER%%/library/ncurses.declarations -lib/parrot/%%PARROT_VER%%/library/ncurses.pbc -lib/parrot/%%PARROT_VER%%/library/ncurses.pir -lib/parrot/%%PARROT_VER%%/library/nqp-rx.pbc -lib/parrot/%%PARROT_VER%%/library/nqp-setting.pbc -lib/parrot/%%PARROT_VER%%/library/openssl.declarations -lib/parrot/%%PARROT_VER%%/library/opsc.pbc -lib/parrot/%%PARROT_VER%%/library/osutils.pbc -lib/parrot/%%PARROT_VER%%/library/osutils.pir -lib/parrot/%%PARROT_VER%%/library/parrotlib.pbc -lib/parrot/%%PARROT_VER%%/library/parrotlib.pir -lib/parrot/%%PARROT_VER%%/library/pcore.pbc -lib/parrot/%%PARROT_VER%%/library/pcore.pir -lib/parrot/%%PARROT_VER%%/library/pcre.pbc -lib/parrot/%%PARROT_VER%%/library/pcre.pir -lib/parrot/%%PARROT_VER%%/library/postgres.declarations -lib/parrot/%%PARROT_VER%%/library/postgres.pbc -lib/parrot/%%PARROT_VER%%/library/postgres.pir -lib/parrot/%%PARROT_VER%%/library/uuid.pbc -lib/parrot/%%PARROT_VER%%/library/uuid.pir -lib/parrot/%%PARROT_VER%%/library/yaml_dumper.pbc -lib/parrot/%%PARROT_VER%%/library/yaml_dumper.pir -lib/parrot/%%PARROT_VER%%/parrot_config.o -lib/parrot/%%PARROT_VER%%/tools/build/ops2c.pl -lib/parrot/%%PARROT_VER%%/tools/build/pmc2c.pl -lib/parrot/%%PARROT_VER%%/tools/dev/create_language.pl -lib/parrot/%%PARROT_VER%%/tools/dev/gen_makefile.pl -lib/parrot/%%PARROT_VER%%/tools/dev/mk_language_shell.pl -lib/parrot/%%PARROT_VER%%/tools/dev/pprof2cg.pl -lib/parrot/%%PARROT_VER%%/tools/dev/reconfigure.pl -lib/parrot/%%PARROT_VER%%/tools/lib/File/Which.pm -lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/BuildUtil.pm -lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Config.pm -lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Config/Generated.pm -lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Configure.pm -lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Configure/Compiler.pm -lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Configure/Data.pm -lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Configure/Messages.pm -lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Configure/Options.pm -lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Configure/Options/Conf.pm -lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Configure/Options/Conf/CLI.pm -lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Configure/Options/Conf/File.pm -lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Configure/Options/Conf/Shared.pm -lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Configure/Options/Reconf.pm -lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Configure/Options/Test.pm -lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Configure/Options/Test/Prepare.pm -lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Configure/Step.pm -lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Configure/Step/List.pm -lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Configure/Step/Methods.pm -lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Configure/Step/Test.pm -lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Configure/Test.pm -lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Configure/Trace.pm -lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Configure/Utils.pm -lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Distribution.pm -lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Docs/Directory.pm -lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Docs/File.pm -lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Docs/Group.pm -lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Docs/HTMLPage.pm -lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Docs/Item.pm -lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Docs/POD2HTML.pm -lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Docs/PodToHtml.pm -lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Docs/Section.pm -lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Docs/Section/C.pm -lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Docs/Section/Compilers.pm -lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Docs/Section/Config.pm -lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Docs/Section/Developer.pm -lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Docs/Section/Examples.pm -lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Docs/Section/IMCC.pm -lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Docs/Section/Info.pm -lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Docs/Section/Libs.pm -lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Docs/Section/Ops.pm -lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Docs/Section/PCT_Tutorial.pm -lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Docs/Section/PDDs.pm -lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Docs/Section/PMCs.pm -lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Docs/Section/Parrot.pm -lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Docs/Section/Perl.pm -lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Docs/Section/Tests.pm -lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Docs/Section/Tools.pm -lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Docs/Text2HTML.pm -lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Git.pm -lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Git/Describe.pm -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/Harness/TestSets.pm -lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Headerizer.pm -lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Headerizer/Functions.pm -lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/IO/Directory.pm -lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/IO/File.pm -lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/IO/Path.pm -lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Install.pm -lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Manifest.pm -lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/PMC.pm -lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Pmc2c/Dumper.pm -lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Pmc2c/Emitter.pm -lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Pmc2c/Library.pm -lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Pmc2c/Method.pm -lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Pmc2c/PCCMETHOD.pm -lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Pmc2c/PCCMETHOD_BITS.pm -lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Pmc2c/PMC.pm -lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Pmc2c/PMC/Null.pm -lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Pmc2c/PMC/Object.pm -lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Pmc2c/PMC/PrintTree.pm -lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Pmc2c/PMC/Proxy.pm -lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Pmc2c/PMC/RO.pm -lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Pmc2c/PMC/default.pm -lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Pmc2c/Parser.pm -lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Pmc2c/Pmc2cMain.pm -lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Pmc2c/UtilFunctions.pm -lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Pmc2c/VTable.pm -lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/SHA1.pm -lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/SearchOps.pm -lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Test.pm -lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Test/Harness.pm -lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Test/PGE.pm -lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Test/Pod.pm -lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Test/Pod/Utils.pm -lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Test/Util.pm -lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Test/Util/Runloop.pm -lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Vtable.pm -lib/parrot/%%PARROT_VER%%/tools/myconfig -share/man/man1/parrot-nqp.1.gz -share/man/man1/parrot-ops2c.1.gz -share/man/man1/parrot-prove.1.gz -share/man/man1/parrot.1.gz -share/man/man1/parrot_config.1.gz -share/man/man1/parrot_nci_thunk_gen.1.gz -share/man/man1/parrotbug.1.gz -share/man/man1/pbc_disassemble.1.gz -share/man/man1/pbc_dump.1.gz -share/man/man1/pbc_merge.1.gz -share/man/man1/pbc_to_exe.1.gz -share/man/man1/plumage.1.gz -share/man/man1/winxed.1.gz -%%PORTDOCS%%%%DOCSDIR%%/CREDITS -%%PORTDOCS%%%%DOCSDIR%%/DONORS.pod -%%PORTDOCS%%%%DOCSDIR%%/LICENSE -%%PORTDOCS%%%%DOCSDIR%%/PBC_COMPAT -%%PORTDOCS%%%%DOCSDIR%%/PLATFORMS -%%PORTDOCS%%%%DOCSDIR%%/README.pod -%%PORTDOCS%%%%DOCSDIR%%/README_cygwin.pod -%%PORTDOCS%%%%DOCSDIR%%/README_win32.pod -%%PORTDOCS%%%%DOCSDIR%%/RESPONSIBLE_PARTIES -%%PORTDOCS%%%%DOCSDIR%%/TODO -%%DATADIR%%/%%PARROT_VER%%/MANIFEST -%%DATADIR%%/%%PARROT_VER%%/MANIFEST.dev -src/parrot/%%PARROT_VER%%/config_lib.pir -src/parrot/%%PARROT_VER%%/pmc/addrregistry.dump -src/parrot/%%PARROT_VER%%/pmc/alarm.dump -src/parrot/%%PARROT_VER%%/pmc/arrayiterator.dump -src/parrot/%%PARROT_VER%%/pmc/bigint.dump -src/parrot/%%PARROT_VER%%/pmc/bignum.dump -src/parrot/%%PARROT_VER%%/pmc/boolean.dump -src/parrot/%%PARROT_VER%%/pmc/bytebuffer.dump -src/parrot/%%PARROT_VER%%/pmc/callback.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/complex.dump -src/parrot/%%PARROT_VER%%/pmc/continuation.dump -src/parrot/%%PARROT_VER%%/pmc/coroutine.dump -src/parrot/%%PARROT_VER%%/pmc/default.dump -src/parrot/%%PARROT_VER%%/pmc/env.dump -src/parrot/%%PARROT_VER%%/pmc/eventhandler.dump -src/parrot/%%PARROT_VER%%/pmc/exception.dump -src/parrot/%%PARROT_VER%%/pmc/exceptionhandler.dump -src/parrot/%%PARROT_VER%%/pmc/exporter.dump -src/parrot/%%PARROT_VER%%/pmc/filehandle.dump -src/parrot/%%PARROT_VER%%/pmc/fixedbooleanarray.dump -src/parrot/%%PARROT_VER%%/pmc/fixedfloatarray.dump -src/parrot/%%PARROT_VER%%/pmc/fixedintegerarray.dump -src/parrot/%%PARROT_VER%%/pmc/fixedpmcarray.dump -src/parrot/%%PARROT_VER%%/pmc/fixedstringarray.dump -src/parrot/%%PARROT_VER%%/pmc/float.dump -src/parrot/%%PARROT_VER%%/pmc/handle.dump -src/parrot/%%PARROT_VER%%/pmc/hash.dump -src/parrot/%%PARROT_VER%%/pmc/hashiterator.dump -src/parrot/%%PARROT_VER%%/pmc/hashiteratorkey.dump -src/parrot/%%PARROT_VER%%/pmc/imageiofreeze.dump -src/parrot/%%PARROT_VER%%/pmc/imageiosize.dump -src/parrot/%%PARROT_VER%%/pmc/imageiostrings.dump -src/parrot/%%PARROT_VER%%/pmc/imageiothaw.dump -src/parrot/%%PARROT_VER%%/pmc/imccompiler.dump -src/parrot/%%PARROT_VER%%/pmc/integer.dump -src/parrot/%%PARROT_VER%%/pmc/iterator.dump -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 -src/parrot/%%PARROT_VER%%/pmc/nci.dump -src/parrot/%%PARROT_VER%%/pmc/null.dump -src/parrot/%%PARROT_VER%%/pmc/object.dump -src/parrot/%%PARROT_VER%%/pmc/opcode.dump -src/parrot/%%PARROT_VER%%/pmc/oplib.dump -src/parrot/%%PARROT_VER%%/pmc/orderedhash.dump -src/parrot/%%PARROT_VER%%/pmc/orderedhashiterator.dump -src/parrot/%%PARROT_VER%%/pmc/os.dump -src/parrot/%%PARROT_VER%%/pmc/packfile.dump -src/parrot/%%PARROT_VER%%/pmc/packfileannotation.dump -src/parrot/%%PARROT_VER%%/pmc/packfileannotations.dump -src/parrot/%%PARROT_VER%%/pmc/packfilebytecodesegment.dump -src/parrot/%%PARROT_VER%%/pmc/packfileconstanttable.dump -src/parrot/%%PARROT_VER%%/pmc/packfiledebug.dump -src/parrot/%%PARROT_VER%%/pmc/packfiledirectory.dump -src/parrot/%%PARROT_VER%%/pmc/packfileopmap.dump -src/parrot/%%PARROT_VER%%/pmc/packfilerawsegment.dump -src/parrot/%%PARROT_VER%%/pmc/packfilesegment.dump -src/parrot/%%PARROT_VER%%/pmc/packfileview.dump -src/parrot/%%PARROT_VER%%/pmc/parrotinterpreter.dump -src/parrot/%%PARROT_VER%%/pmc/parrotlibrary.dump -src/parrot/%%PARROT_VER%%/pmc/pmclist.dump -src/parrot/%%PARROT_VER%%/pmc/pmcproxy.dump -src/parrot/%%PARROT_VER%%/pmc/pointer.dump -src/parrot/%%PARROT_VER%%/pmc/proxy.dump -src/parrot/%%PARROT_VER%%/pmc/ptr.dump -src/parrot/%%PARROT_VER%%/pmc/ptrbuf.dump -src/parrot/%%PARROT_VER%%/pmc/ptrobj.dump -src/parrot/%%PARROT_VER%%/pmc/resizablebooleanarray.dump -src/parrot/%%PARROT_VER%%/pmc/resizablefloatarray.dump -src/parrot/%%PARROT_VER%%/pmc/resizableintegerarray.dump -src/parrot/%%PARROT_VER%%/pmc/resizablepmcarray.dump -src/parrot/%%PARROT_VER%%/pmc/resizablestringarray.dump -src/parrot/%%PARROT_VER%%/pmc/role.dump -src/parrot/%%PARROT_VER%%/pmc/scalar.dump -src/parrot/%%PARROT_VER%%/pmc/scheduler.dump -src/parrot/%%PARROT_VER%%/pmc/schedulermessage.dump -src/parrot/%%PARROT_VER%%/pmc/sockaddr.dump -src/parrot/%%PARROT_VER%%/pmc/socket.dump -src/parrot/%%PARROT_VER%%/pmc/string.dump -src/parrot/%%PARROT_VER%%/pmc/stringbuilder.dump -src/parrot/%%PARROT_VER%%/pmc/stringhandle.dump -src/parrot/%%PARROT_VER%%/pmc/stringiterator.dump -src/parrot/%%PARROT_VER%%/pmc/structview.dump -src/parrot/%%PARROT_VER%%/pmc/sub.dump -src/parrot/%%PARROT_VER%%/pmc/task.dump -src/parrot/%%PARROT_VER%%/pmc/timer.dump -src/parrot/%%PARROT_VER%%/pmc/undef.dump -src/parrot/%%PARROT_VER%%/pmc/unmanagedstruct.dump -src/parrot/%%PARROT_VER%%/vtable.dump -src/parrot/%%PARROT_VER%%/vtable.tbl
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202501011126.501BQwS5074321>