Date: Sat, 9 Apr 2005 10:59:43 +0800 (CST) From: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/79704: [NEW PORT] ports/lang/parrotvm Message-ID: <200504090259.j392xhre031088@alumni.csie.nctu.edu.tw> Resent-Message-ID: <200504090300.j3930lYv028377@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 79704 >Category: ports >Synopsis: [NEW PORT] ports/lang/parrotvm >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Apr 09 03:00:46 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Ying-Chieh Chen >Release: FreeBSD 4.11-RELEASE i386 >Organization: MANA lab, CS, CCU >Environment: System: FreeBSD nb4.mana 4.11-RELEASE FreeBSD 4.11-RELEASE #0: Fri Jan 21 17:21:22 GMT 2005 root@perseus.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: New port: ports/lang/parrotvm A virtual machine designed to execute bytecode for interpreting languageefficiently. >How-To-Repeat: sh parrotvm-ports.shar >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # parrotvm # parrotvm/Makefile # parrotvm/distinfo # parrotvm/pkg-descr # parrotvm/pkg-plist # echo c - parrotvm mkdir -p parrotvm > /dev/null 2>&1 echo x - parrotvm/Makefile sed 's/^X//' >parrotvm/Makefile << 'END-of-parrotvm/Makefile' X# New ports collection makefile for: lang/parrotvm X# Date created: Tue Apr 5 12:00:00 CST 2005 X# Whom: yinjieh X# X# $FreeBSD$ X# X XPORTNAME= parrotvm XPORTVERSION= 0.1.2 XCATEGORIES= lang devel perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= ../../authors/id/L/LT/LTOETSCH XDISTNAME= parrot-${PORTVERSION} X XMAINTAINER= ports@FreeBSD.org XCOMMENT= A VM to execute bytecode for interpreted languages efficiently X XUSE_GMAKE= YES XUSE_PERL5= YES X XPLIST_SUB+= PORTVERSION=${PORTVERSION} X X.include <bsd.port.pre.mk> X X.if ${PERL_LEVEL} < 500601 XIGNORE= This port requires perl 5.6.x or later. X.endif X Xdo-configure: X @cd ${WRKSRC}; ${PERL} Configure.pl --prefix=${PREFIX}/parrot-${PORTVERSION} X X.include <bsd.port.post.mk> END-of-parrotvm/Makefile echo x - parrotvm/distinfo sed 's/^X//' >parrotvm/distinfo << 'END-of-parrotvm/distinfo' XMD5 (parrot-0.1.2.tar.gz) = e1fb2322b661832caa08a08918c4bb9b XSIZE (parrot-0.1.2.tar.gz) = 9036672 END-of-parrotvm/distinfo echo x - parrotvm/pkg-descr sed 's/^X//' >parrotvm/pkg-descr << 'END-of-parrotvm/pkg-descr' XFrom the website of parrot virtual machine: X X"Parrot is a virtual machine designed to execute bytecode for interpreted Xlanguages efficiently. Parrot will be the target for the Perl 6 compiler. XThere is already a partial Perl 6 compiler as well as compilers in various Xstages of completion for a wide range of other languages." X XWWW: http://www.parrotcode.org/ X X- Ying-Chieh Chen < yinjieh at csie dot nctu dot edu dot tw> END-of-parrotvm/pkg-descr echo x - parrotvm/pkg-plist sed 's/^X//' >parrotvm/pkg-plist << 'END-of-parrotvm/pkg-plist' Xparrot-%%PORTVERSION%%/LICENSES/Artistic Xparrot-%%PORTVERSION%%/LICENSES/gpl.txt Xparrot-%%PORTVERSION%%/NEWS Xparrot-%%PORTVERSION%%/PBC_COMPAT Xparrot-%%PORTVERSION%%/PLATFORMS Xparrot-%%PORTVERSION%%/README Xparrot-%%PORTVERSION%%/README.win32 Xparrot-%%PORTVERSION%%/RESPONSIBLE_PARTIES Xparrot-%%PORTVERSION%%/TODO Xparrot-%%PORTVERSION%%/VERSION Xparrot-%%PORTVERSION%%/bin/parrot Xparrot-%%PORTVERSION%%/blib/lib/icu/2.6.1/icudt26l.dat Xparrot-%%PORTVERSION%%/docs/debugger.pod Xparrot-%%PORTVERSION%%/docs/dev/byteorder.dev Xparrot-%%PORTVERSION%%/docs/dev/jit_i386.dev Xparrot-%%PORTVERSION%%/docs/dev/longopt.dev Xparrot-%%PORTVERSION%%/docs/dev/rx.dev Xparrot-%%PORTVERSION%%/docs/embed.pod Xparrot-%%PORTVERSION%%/docs/faq.pod Xparrot-%%PORTVERSION%%/docs/gettingstarted.pod Xparrot-%%PORTVERSION%%/docs/glossary.pod Xparrot-%%PORTVERSION%%/docs/intro.pod Xparrot-%%PORTVERSION%%/docs/jit.pod Xparrot-%%PORTVERSION%%/docs/memory_internals.pod Xparrot-%%PORTVERSION%%/docs/mmd.pod Xparrot-%%PORTVERSION%%/docs/nanoparrot.c Xparrot-%%PORTVERSION%%/docs/native_exec.pod Xparrot-%%PORTVERSION%%/docs/overview.pod Xparrot-%%PORTVERSION%%/docs/parrot.pod Xparrot-%%PORTVERSION%%/docs/parrotbyte.pod Xparrot-%%PORTVERSION%%/docs/pdds/pdd00_pdd.pod Xparrot-%%PORTVERSION%%/docs/pdds/pdd01_overview.pod Xparrot-%%PORTVERSION%%/docs/pdds/pdd02_vtables.pod Xparrot-%%PORTVERSION%%/docs/pdds/pdd03_calling_conventions.pod Xparrot-%%PORTVERSION%%/docs/pdds/pdd04_datatypes.pod Xparrot-%%PORTVERSION%%/docs/pdds/pdd05_opfunc.pod Xparrot-%%PORTVERSION%%/docs/pdds/pdd06_pasm.pod Xparrot-%%PORTVERSION%%/docs/pdds/pdd07_codingstd.pod Xparrot-%%PORTVERSION%%/docs/pdds/pdd08_keys.pod Xparrot-%%PORTVERSION%%/docs/pdds/pdd09_gc.pod Xparrot-%%PORTVERSION%%/docs/pdds/pdd10_embedding.pod Xparrot-%%PORTVERSION%%/docs/pdds/pdd11_extending.pod Xparrot-%%PORTVERSION%%/docs/pdds/pdd12_assembly.pod Xparrot-%%PORTVERSION%%/docs/pdds/pdd13_bytecode.pod Xparrot-%%PORTVERSION%%/docs/pdds/pdd14_bignum.pod Xparrot-%%PORTVERSION%%/docs/pdds/pdd15_objects.pod Xparrot-%%PORTVERSION%%/docs/pdds/pdd16_native_call.pod Xparrot-%%PORTVERSION%%/docs/pdds/pdd17_basic_types.pod Xparrot-%%PORTVERSION%%/docs/pdds/pdd18_security.pod Xparrot-%%PORTVERSION%%/docs/pdds/pdd_template.pod Xparrot-%%PORTVERSION%%/docs/pmc.pod Xparrot-%%PORTVERSION%%/docs/pmc/array.pod Xparrot-%%PORTVERSION%%/docs/pmc/iterator.pod Xparrot-%%PORTVERSION%%/docs/pmc/perlarray.pod Xparrot-%%PORTVERSION%%/docs/pmc/perlhash.pod Xparrot-%%PORTVERSION%%/docs/pmc/perlstring.pod Xparrot-%%PORTVERSION%%/docs/pmc/struct.pod Xparrot-%%PORTVERSION%%/docs/pmc/subs.pod Xparrot-%%PORTVERSION%%/docs/porting_intro.pod Xparrot-%%PORTVERSION%%/docs/practical_notes.pod Xparrot-%%PORTVERSION%%/docs/running.pod Xparrot-%%PORTVERSION%%/docs/strings.pod Xparrot-%%PORTVERSION%%/docs/submissions.pod Xparrot-%%PORTVERSION%%/docs/tests.pod Xparrot-%%PORTVERSION%%/docs/vtables.pod Xparrot-%%PORTVERSION%%/examples/assembly/99beer.pasm Xparrot-%%PORTVERSION%%/examples/assembly/Makefile Xparrot-%%PORTVERSION%%/examples/assembly/acorn.l Xparrot-%%PORTVERSION%%/examples/assembly/bsr.pasm Xparrot-%%PORTVERSION%%/examples/assembly/cat.pasm Xparrot-%%PORTVERSION%%/examples/assembly/coroutine.pasm Xparrot-%%PORTVERSION%%/examples/assembly/euclid.pasm Xparrot-%%PORTVERSION%%/examples/assembly/fact.pasm Xparrot-%%PORTVERSION%%/examples/assembly/getopt_demo.imc Xparrot-%%PORTVERSION%%/examples/assembly/hanoi.pasm Xparrot-%%PORTVERSION%%/examples/assembly/hello-dwim.imc Xparrot-%%PORTVERSION%%/examples/assembly/hello.pasm Xparrot-%%PORTVERSION%%/examples/assembly/io1.pasm Xparrot-%%PORTVERSION%%/examples/assembly/io2.pasm Xparrot-%%PORTVERSION%%/examples/assembly/jump.pasm Xparrot-%%PORTVERSION%%/examples/assembly/lexical.pasm Xparrot-%%PORTVERSION%%/examples/assembly/lexical2.pasm Xparrot-%%PORTVERSION%%/examples/assembly/lexical3.pasm Xparrot-%%PORTVERSION%%/examples/assembly/life.pasm Xparrot-%%PORTVERSION%%/examples/assembly/local_label.pasm Xparrot-%%PORTVERSION%%/examples/assembly/mandel.pasm Xparrot-%%PORTVERSION%%/examples/assembly/mops.pasm Xparrot-%%PORTVERSION%%/examples/assembly/mops_p.pasm Xparrot-%%PORTVERSION%%/examples/assembly/nanoforth.pasm Xparrot-%%PORTVERSION%%/examples/assembly/nanoforth2.pasm Xparrot-%%PORTVERSION%%/examples/assembly/ncurses_life.imc Xparrot-%%PORTVERSION%%/examples/assembly/pcre.imc Xparrot-%%PORTVERSION%%/examples/assembly/pmcmops.pasm Xparrot-%%PORTVERSION%%/examples/assembly/queens.pasm Xparrot-%%PORTVERSION%%/examples/assembly/queens_r.imc Xparrot-%%PORTVERSION%%/examples/assembly/slurp.pasm Xparrot-%%PORTVERSION%%/examples/assembly/small.xml Xparrot-%%PORTVERSION%%/examples/assembly/stack.pasm Xparrot-%%PORTVERSION%%/examples/assembly/sub.pasm Xparrot-%%PORTVERSION%%/examples/assembly/substr.pasm Xparrot-%%PORTVERSION%%/examples/assembly/thr-primes.imc Xparrot-%%PORTVERSION%%/examples/assembly/trace.pasm Xparrot-%%PORTVERSION%%/examples/assembly/uniq.pasm Xparrot-%%PORTVERSION%%/examples/assembly/xml_parser.pasm Xparrot-%%PORTVERSION%%/examples/benchmarks/addit.imc Xparrot-%%PORTVERSION%%/examples/benchmarks/addit.pasm Xparrot-%%PORTVERSION%%/examples/benchmarks/addit.pl Xparrot-%%PORTVERSION%%/examples/benchmarks/addit.rb Xparrot-%%PORTVERSION%%/examples/benchmarks/addit2.imc Xparrot-%%PORTVERSION%%/examples/benchmarks/array_access.imc Xparrot-%%PORTVERSION%%/examples/benchmarks/arriter.imc Xparrot-%%PORTVERSION%%/examples/benchmarks/arriter.pl Xparrot-%%PORTVERSION%%/examples/benchmarks/arriter.rb Xparrot-%%PORTVERSION%%/examples/benchmarks/arriter_o1.imc Xparrot-%%PORTVERSION%%/examples/benchmarks/bench_newp.pasm Xparrot-%%PORTVERSION%%/examples/benchmarks/fib.imc Xparrot-%%PORTVERSION%%/examples/benchmarks/fib.pl Xparrot-%%PORTVERSION%%/examples/benchmarks/fib.py Xparrot-%%PORTVERSION%%/examples/benchmarks/fib.rb Xparrot-%%PORTVERSION%%/examples/benchmarks/freeze.pasm Xparrot-%%PORTVERSION%%/examples/benchmarks/freeze.pl Xparrot-%%PORTVERSION%%/examples/benchmarks/gc_alloc_new.pasm Xparrot-%%PORTVERSION%%/examples/benchmarks/gc_alloc_reuse.pasm Xparrot-%%PORTVERSION%%/examples/benchmarks/gc_generations.pasm Xparrot-%%PORTVERSION%%/examples/benchmarks/gc_header_new.pasm Xparrot-%%PORTVERSION%%/examples/benchmarks/gc_header_reuse.pasm Xparrot-%%PORTVERSION%%/examples/benchmarks/gc_waves_headers.pasm Xparrot-%%PORTVERSION%%/examples/benchmarks/gc_waves_sizeable_data.pasm Xparrot-%%PORTVERSION%%/examples/benchmarks/gc_waves_sizeable_headers.pasm Xparrot-%%PORTVERSION%%/examples/benchmarks/mops.pasm Xparrot-%%PORTVERSION%%/examples/benchmarks/mops.pl Xparrot-%%PORTVERSION%%/examples/benchmarks/oo1.pasm Xparrot-%%PORTVERSION%%/examples/benchmarks/oo1.pl Xparrot-%%PORTVERSION%%/examples/benchmarks/oo1.py Xparrot-%%PORTVERSION%%/examples/benchmarks/oo1.rb Xparrot-%%PORTVERSION%%/examples/benchmarks/oo2.pasm Xparrot-%%PORTVERSION%%/examples/benchmarks/oo2.pl Xparrot-%%PORTVERSION%%/examples/benchmarks/oo2.py Xparrot-%%PORTVERSION%%/examples/benchmarks/oo2.rb Xparrot-%%PORTVERSION%%/examples/benchmarks/oo3.pasm Xparrot-%%PORTVERSION%%/examples/benchmarks/oo3.pl Xparrot-%%PORTVERSION%%/examples/benchmarks/oo3.py Xparrot-%%PORTVERSION%%/examples/benchmarks/oo3.rb Xparrot-%%PORTVERSION%%/examples/benchmarks/oo4.pasm Xparrot-%%PORTVERSION%%/examples/benchmarks/oo4.pl Xparrot-%%PORTVERSION%%/examples/benchmarks/oo4.py Xparrot-%%PORTVERSION%%/examples/benchmarks/oo4.rb Xparrot-%%PORTVERSION%%/examples/benchmarks/oo5.imc Xparrot-%%PORTVERSION%%/examples/benchmarks/oo5.pl Xparrot-%%PORTVERSION%%/examples/benchmarks/oo5.py Xparrot-%%PORTVERSION%%/examples/benchmarks/oo5.rb Xparrot-%%PORTVERSION%%/examples/benchmarks/oo6.imc Xparrot-%%PORTVERSION%%/examples/benchmarks/oo6.pl Xparrot-%%PORTVERSION%%/examples/benchmarks/oo6.py Xparrot-%%PORTVERSION%%/examples/benchmarks/oo6.rb Xparrot-%%PORTVERSION%%/examples/benchmarks/oofib.imc Xparrot-%%PORTVERSION%%/examples/benchmarks/oofib.pl Xparrot-%%PORTVERSION%%/examples/benchmarks/oofib.py Xparrot-%%PORTVERSION%%/examples/benchmarks/oofib.rb Xparrot-%%PORTVERSION%%/examples/benchmarks/oon.txt Xparrot-%%PORTVERSION%%/examples/benchmarks/overload.imc Xparrot-%%PORTVERSION%%/examples/benchmarks/overload.pl Xparrot-%%PORTVERSION%%/examples/benchmarks/primes.c Xparrot-%%PORTVERSION%%/examples/benchmarks/primes.pasm Xparrot-%%PORTVERSION%%/examples/benchmarks/primes.pl Xparrot-%%PORTVERSION%%/examples/benchmarks/primes2.c Xparrot-%%PORTVERSION%%/examples/benchmarks/primes2.pasm Xparrot-%%PORTVERSION%%/examples/benchmarks/primes2.pl Xparrot-%%PORTVERSION%%/examples/benchmarks/primes2.py Xparrot-%%PORTVERSION%%/examples/benchmarks/primes2.rb Xparrot-%%PORTVERSION%%/examples/benchmarks/primes2_i.pasm Xparrot-%%PORTVERSION%%/examples/benchmarks/primes_i.pasm Xparrot-%%PORTVERSION%%/examples/benchmarks/shared_ref.pasm Xparrot-%%PORTVERSION%%/examples/benchmarks/shared_ref.pl Xparrot-%%PORTVERSION%%/examples/benchmarks/stress.pasm Xparrot-%%PORTVERSION%%/examples/benchmarks/stress.pl Xparrot-%%PORTVERSION%%/examples/benchmarks/stress.rb Xparrot-%%PORTVERSION%%/examples/benchmarks/stress1.pasm Xparrot-%%PORTVERSION%%/examples/benchmarks/stress1.pl Xparrot-%%PORTVERSION%%/examples/benchmarks/stress2.pasm Xparrot-%%PORTVERSION%%/examples/benchmarks/stress2.pl Xparrot-%%PORTVERSION%%/examples/benchmarks/stress2.rb Xparrot-%%PORTVERSION%%/examples/benchmarks/stress3.pasm Xparrot-%%PORTVERSION%%/examples/benchmarks/vpm.imc Xparrot-%%PORTVERSION%%/examples/benchmarks/vpm.pl Xparrot-%%PORTVERSION%%/examples/benchmarks/vpm.py Xparrot-%%PORTVERSION%%/examples/benchmarks/vpm.rb Xparrot-%%PORTVERSION%%/examples/c/test_main.c Xparrot-%%PORTVERSION%%/examples/compilers/Makefile Xparrot-%%PORTVERSION%%/examples/compilers/japhc.c Xparrot-%%PORTVERSION%%/examples/io/echo_client.imc Xparrot-%%PORTVERSION%%/examples/io/http.imc Xparrot-%%PORTVERSION%%/examples/io/httpd.imc Xparrot-%%PORTVERSION%%/examples/io/net_smtp.pasm Xparrot-%%PORTVERSION%%/examples/io/pioctl.pasm Xparrot-%%PORTVERSION%%/examples/io/pipe2.imc Xparrot-%%PORTVERSION%%/examples/io/pipe3.imc Xparrot-%%PORTVERSION%%/examples/japh/README Xparrot-%%PORTVERSION%%/examples/japh/japh1.pasm Xparrot-%%PORTVERSION%%/examples/japh/japh10.pasm Xparrot-%%PORTVERSION%%/examples/japh/japh11.pasm Xparrot-%%PORTVERSION%%/examples/japh/japh12.pasm Xparrot-%%PORTVERSION%%/examples/japh/japh13.pasm Xparrot-%%PORTVERSION%%/examples/japh/japh14.pasm Xparrot-%%PORTVERSION%%/examples/japh/japh15.pasm Xparrot-%%PORTVERSION%%/examples/japh/japh16.pasm Xparrot-%%PORTVERSION%%/examples/japh/japh17.pasm Xparrot-%%PORTVERSION%%/examples/japh/japh2.pasm Xparrot-%%PORTVERSION%%/examples/japh/japh3.pasm Xparrot-%%PORTVERSION%%/examples/japh/japh4.pasm Xparrot-%%PORTVERSION%%/examples/japh/japh5.pasm Xparrot-%%PORTVERSION%%/examples/japh/japh6.pasm Xparrot-%%PORTVERSION%%/examples/japh/japh7.pasm Xparrot-%%PORTVERSION%%/examples/japh/japh8.pasm Xparrot-%%PORTVERSION%%/examples/japh/japh9.pasm Xparrot-%%PORTVERSION%%/examples/mops/README Xparrot-%%PORTVERSION%%/examples/mops/mops.c Xparrot-%%PORTVERSION%%/examples/mops/mops.cs Xparrot-%%PORTVERSION%%/examples/mops/mops.il Xparrot-%%PORTVERSION%%/examples/mops/mops.p6 Xparrot-%%PORTVERSION%%/examples/mops/mops.pl Xparrot-%%PORTVERSION%%/examples/mops/mops.ps Xparrot-%%PORTVERSION%%/examples/mops/mops.py Xparrot-%%PORTVERSION%%/examples/mops/mops.rb Xparrot-%%PORTVERSION%%/examples/mops/mops.scheme Xparrot-%%PORTVERSION%%/examples/pni/PQt.C Xparrot-%%PORTVERSION%%/examples/pni/QtHelloWorld.pasm Xparrot-%%PORTVERSION%%/examples/pni/sdl_blue_rectangle.imc Xparrot-%%PORTVERSION%%/examples/pni/win32api.imc Xparrot-%%PORTVERSION%%/examples/sdl/minesweeper/README Xparrot-%%PORTVERSION%%/examples/sdl/minesweeper/eventhandler.imc Xparrot-%%PORTVERSION%%/examples/sdl/minesweeper/field.imc Xparrot-%%PORTVERSION%%/examples/sdl/minesweeper/mines.imc Xparrot-%%PORTVERSION%%/examples/sdl/minesweeper/mines.png Xparrot-%%PORTVERSION%%/examples/sdl/minesweeper/mines_debug.png Xparrot-%%PORTVERSION%%/examples/sdl/minesweeper/smiley.png Xparrot-%%PORTVERSION%%/examples/sdl/tetris/README Xparrot-%%PORTVERSION%%/examples/sdl/tetris/app.imc Xparrot-%%PORTVERSION%%/examples/sdl/tetris/block.imc Xparrot-%%PORTVERSION%%/examples/sdl/tetris/blockdata.imc Xparrot-%%PORTVERSION%%/examples/sdl/tetris/blocks.imc Xparrot-%%PORTVERSION%%/examples/sdl/tetris/board.imc Xparrot-%%PORTVERSION%%/examples/sdl/tetris/boarddata.imc Xparrot-%%PORTVERSION%%/examples/sdl/tetris/eventhandler.imc Xparrot-%%PORTVERSION%%/examples/sdl/tetris/tetris.imc Xparrot-%%PORTVERSION%%/examples/streams/Bytes.imc Xparrot-%%PORTVERSION%%/examples/streams/Combiner.imc Xparrot-%%PORTVERSION%%/examples/streams/Coroutine.imc Xparrot-%%PORTVERSION%%/examples/streams/FileLines.imc Xparrot-%%PORTVERSION%%/examples/streams/Filter.imc Xparrot-%%PORTVERSION%%/examples/streams/Include.imc Xparrot-%%PORTVERSION%%/examples/streams/Lines.imc Xparrot-%%PORTVERSION%%/examples/streams/ParrotIO.imc Xparrot-%%PORTVERSION%%/examples/streams/Replay.imc Xparrot-%%PORTVERSION%%/examples/streams/SubCounter.imc Xparrot-%%PORTVERSION%%/examples/streams/SubHello.imc Xparrot-%%PORTVERSION%%/examples/streams/Writer.imc Xparrot-%%PORTVERSION%%/examples/subs/sub1.imc Xparrot-%%PORTVERSION%%/examples/subs/sub2.imc Xparrot-%%PORTVERSION%%/examples/subs/sub3.imc Xparrot-%%PORTVERSION%%/imcc/ChangeLog Xparrot-%%PORTVERSION%%/imcc/README Xparrot-%%PORTVERSION%%/imcc/docs/calling_conventions.pod Xparrot-%%PORTVERSION%%/imcc/docs/imcc.pod Xparrot-%%PORTVERSION%%/imcc/docs/imcfaq.pod Xparrot-%%PORTVERSION%%/imcc/docs/macros.pod Xparrot-%%PORTVERSION%%/imcc/docs/operation.pod Xparrot-%%PORTVERSION%%/imcc/docs/parsing.pod Xparrot-%%PORTVERSION%%/imcc/docs/running.pod Xparrot-%%PORTVERSION%%/imcc/docs/syntax.pod Xparrot-%%PORTVERSION%%/imcc/examples/README Xparrot-%%PORTVERSION%%/imcc/examples/sample.imc Xparrot-%%PORTVERSION%%/imcc/examples/sub.imc Xparrot-%%PORTVERSION%%/imcc/examples/test_allocate.imc Xparrot-%%PORTVERSION%%/imcc/examples/test_spilling.imc Xparrot-%%PORTVERSION%%/parrot-config.imc Xparrot-%%PORTVERSION%%/runtime/parrot/dynext/README Xparrot-%%PORTVERSION%%/runtime/parrot/include/DWIM.imc Xparrot-%%PORTVERSION%%/runtime/parrot/include/README Xparrot-%%PORTVERSION%%/runtime/parrot/include/config.fpmc Xparrot-%%PORTVERSION%%/runtime/parrot/include/datatypes.pasm Xparrot-%%PORTVERSION%%/runtime/parrot/include/errors.pasm Xparrot-%%PORTVERSION%%/runtime/parrot/include/except_severity.pasm Xparrot-%%PORTVERSION%%/runtime/parrot/include/except_types.pasm Xparrot-%%PORTVERSION%%/runtime/parrot/include/iglobals.pasm Xparrot-%%PORTVERSION%%/runtime/parrot/include/interpcores.pasm Xparrot-%%PORTVERSION%%/runtime/parrot/include/interpflags.pasm Xparrot-%%PORTVERSION%%/runtime/parrot/include/interpinfo.pasm Xparrot-%%PORTVERSION%%/runtime/parrot/include/iotypes.pasm Xparrot-%%PORTVERSION%%/runtime/parrot/include/iterator.pasm Xparrot-%%PORTVERSION%%/runtime/parrot/include/longopt.pasm Xparrot-%%PORTVERSION%%/runtime/parrot/include/mmd.pasm Xparrot-%%PORTVERSION%%/runtime/parrot/include/parrotlib.pbc Xparrot-%%PORTVERSION%%/runtime/parrot/include/pmctypes.pasm Xparrot-%%PORTVERSION%%/runtime/parrot/include/signal.pasm Xparrot-%%PORTVERSION%%/runtime/parrot/include/stat.pasm Xparrot-%%PORTVERSION%%/runtime/parrot/include/stdio.pasm Xparrot-%%PORTVERSION%%/runtime/parrot/include/stringinfo.pasm Xparrot-%%PORTVERSION%%/runtime/parrot/include/sysinfo.pasm Xparrot-%%PORTVERSION%%/runtime/parrot/include/timer.pasm Xparrot-%%PORTVERSION%%/runtime/parrot/include/tm.pasm Xparrot-%%PORTVERSION%%/runtime/parrot/include/vtable_methods.pasm Xparrot-%%PORTVERSION%%/runtime/parrot/include/warnings.pasm Xparrot-%%PORTVERSION%%/runtime/parrot/library/Data/Dumper.imc Xparrot-%%PORTVERSION%%/runtime/parrot/library/Data/Dumper.pbc Xparrot-%%PORTVERSION%%/runtime/parrot/library/Data/Dumper/Base.imc Xparrot-%%PORTVERSION%%/runtime/parrot/library/Data/Dumper/Base.pbc Xparrot-%%PORTVERSION%%/runtime/parrot/library/Data/Dumper/Default.imc Xparrot-%%PORTVERSION%%/runtime/parrot/library/Data/Dumper/Default.pbc Xparrot-%%PORTVERSION%%/runtime/parrot/library/Data/Escape.imc Xparrot-%%PORTVERSION%%/runtime/parrot/library/Data/Escape.pbc Xparrot-%%PORTVERSION%%/runtime/parrot/library/Data/Replace.imc Xparrot-%%PORTVERSION%%/runtime/parrot/library/Data/Sort.imc Xparrot-%%PORTVERSION%%/runtime/parrot/library/Data/Sort.pbc Xparrot-%%PORTVERSION%%/runtime/parrot/library/Getopt/Long.imc Xparrot-%%PORTVERSION%%/runtime/parrot/library/Getopt/Long.pbc Xparrot-%%PORTVERSION%%/runtime/parrot/library/PGE.pir Xparrot-%%PORTVERSION%%/runtime/parrot/library/PGE/Class.pir Xparrot-%%PORTVERSION%%/runtime/parrot/library/PGE/RegCounter.pir Xparrot-%%PORTVERSION%%/runtime/parrot/library/SDL.imc Xparrot-%%PORTVERSION%%/runtime/parrot/library/SDL/App.imc Xparrot-%%PORTVERSION%%/runtime/parrot/library/SDL/Button.imc Xparrot-%%PORTVERSION%%/runtime/parrot/library/SDL/Color.imc Xparrot-%%PORTVERSION%%/runtime/parrot/library/SDL/Constants.imc Xparrot-%%PORTVERSION%%/runtime/parrot/library/SDL/Event.imc Xparrot-%%PORTVERSION%%/runtime/parrot/library/SDL/EventHandler.imc Xparrot-%%PORTVERSION%%/runtime/parrot/library/SDL/Font.imc Xparrot-%%PORTVERSION%%/runtime/parrot/library/SDL/Image.imc Xparrot-%%PORTVERSION%%/runtime/parrot/library/SDL/LCD.imc Xparrot-%%PORTVERSION%%/runtime/parrot/library/SDL/LCD.png Xparrot-%%PORTVERSION%%/runtime/parrot/library/SDL/Rect.imc Xparrot-%%PORTVERSION%%/runtime/parrot/library/SDL/Sprite.imc Xparrot-%%PORTVERSION%%/runtime/parrot/library/SDL/StopWatch.imc Xparrot-%%PORTVERSION%%/runtime/parrot/library/SDL/Surface.imc Xparrot-%%PORTVERSION%%/runtime/parrot/library/Stream/Base.imc Xparrot-%%PORTVERSION%%/runtime/parrot/library/Stream/Base.pbc Xparrot-%%PORTVERSION%%/runtime/parrot/library/Stream/Combiner.imc Xparrot-%%PORTVERSION%%/runtime/parrot/library/Stream/Combiner.pbc Xparrot-%%PORTVERSION%%/runtime/parrot/library/Stream/Coroutine.imc Xparrot-%%PORTVERSION%%/runtime/parrot/library/Stream/Coroutine.pbc Xparrot-%%PORTVERSION%%/runtime/parrot/library/Stream/Filter.imc Xparrot-%%PORTVERSION%%/runtime/parrot/library/Stream/Filter.pbc Xparrot-%%PORTVERSION%%/runtime/parrot/library/Stream/Lines.imc Xparrot-%%PORTVERSION%%/runtime/parrot/library/Stream/Lines.pbc Xparrot-%%PORTVERSION%%/runtime/parrot/library/Stream/ParrotIO.imc Xparrot-%%PORTVERSION%%/runtime/parrot/library/Stream/ParrotIO.pbc Xparrot-%%PORTVERSION%%/runtime/parrot/library/Stream/Replay.imc Xparrot-%%PORTVERSION%%/runtime/parrot/library/Stream/Replay.pbc Xparrot-%%PORTVERSION%%/runtime/parrot/library/Stream/Sub.imc Xparrot-%%PORTVERSION%%/runtime/parrot/library/Stream/Sub.pbc Xparrot-%%PORTVERSION%%/runtime/parrot/library/Stream/Writer.imc Xparrot-%%PORTVERSION%%/runtime/parrot/library/Stream/Writer.pbc Xparrot-%%PORTVERSION%%/runtime/parrot/library/config.imc Xparrot-%%PORTVERSION%%/runtime/parrot/library/config.pbc Xparrot-%%PORTVERSION%%/runtime/parrot/library/dumper.imc Xparrot-%%PORTVERSION%%/runtime/parrot/library/dumper.pbc Xparrot-%%PORTVERSION%%/runtime/parrot/library/libpcre.imc Xparrot-%%PORTVERSION%%/runtime/parrot/library/ncurses.declarations Xparrot-%%PORTVERSION%%/runtime/parrot/library/ncurses.imc Xparrot-%%PORTVERSION%%/runtime/parrot/library/ncurses.pasm Xparrot-%%PORTVERSION%%/runtime/parrot/library/ncurses.pbc Xparrot-%%PORTVERSION%%/runtime/parrot/library/parrotlib.pbc Xparrot-%%PORTVERSION%%/runtime/parrot/library/pcre.imc Xparrot-%%PORTVERSION%%/runtime/parrot/library/pcre.pbc Xparrot-%%PORTVERSION%%/runtime/parrot/library/postgres.declarations Xparrot-%%PORTVERSION%%/runtime/parrot/library/postgres.imc Xparrot-%%PORTVERSION%%/runtime/parrot/library/postgres.pasm X@dirrm parrot-%%PORTVERSION%%/LICENSES X@dirrm parrot-%%PORTVERSION%%/bin X@dirrm parrot-%%PORTVERSION%%/blib/lib/icu/2.6.1 X@dirrm parrot-%%PORTVERSION%%/blib/lib/icu X@dirrm parrot-%%PORTVERSION%%/blib/lib X@dirrm parrot-%%PORTVERSION%%/blib X@dirrm parrot-%%PORTVERSION%%/docs/dev X@dirrm parrot-%%PORTVERSION%%/docs/pdds X@dirrm parrot-%%PORTVERSION%%/docs/pmc X@dirrm parrot-%%PORTVERSION%%/docs X@dirrm parrot-%%PORTVERSION%%/examples/assembly X@dirrm parrot-%%PORTVERSION%%/examples/benchmarks X@dirrm parrot-%%PORTVERSION%%/examples/c X@dirrm parrot-%%PORTVERSION%%/examples/compilers X@dirrm parrot-%%PORTVERSION%%/examples/io X@dirrm parrot-%%PORTVERSION%%/examples/japh X@dirrm parrot-%%PORTVERSION%%/examples/mops X@dirrm parrot-%%PORTVERSION%%/examples/pni X@dirrm parrot-%%PORTVERSION%%/examples/sdl/minesweeper X@dirrm parrot-%%PORTVERSION%%/examples/sdl/tetris X@dirrm parrot-%%PORTVERSION%%/examples/sdl X@dirrm parrot-%%PORTVERSION%%/examples/streams X@dirrm parrot-%%PORTVERSION%%/examples/subs X@dirrm parrot-%%PORTVERSION%%/examples X@dirrm parrot-%%PORTVERSION%%/imcc/docs X@dirrm parrot-%%PORTVERSION%%/imcc/examples X@dirrm parrot-%%PORTVERSION%%/imcc X@dirrm parrot-%%PORTVERSION%%/runtime/parrot/dynext X@dirrm parrot-%%PORTVERSION%%/runtime/parrot/include X@dirrm parrot-%%PORTVERSION%%/runtime/parrot/library/Data/Dumper X@dirrm parrot-%%PORTVERSION%%/runtime/parrot/library/Data X@dirrm parrot-%%PORTVERSION%%/runtime/parrot/library/Getopt X@dirrm parrot-%%PORTVERSION%%/runtime/parrot/library/PGE X@dirrm parrot-%%PORTVERSION%%/runtime/parrot/library/SDL X@dirrm parrot-%%PORTVERSION%%/runtime/parrot/library/Stream X@dirrm parrot-%%PORTVERSION%%/runtime/parrot/library X@dirrm parrot-%%PORTVERSION%%/runtime/parrot X@dirrm parrot-%%PORTVERSION%%/runtime X@dirrm parrot-%%PORTVERSION%% END-of-parrotvm/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200504090259.j392xhre031088>