parent
df4b5f96d7
commit
bf4301973d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=273373
4 changed files with 11 additions and 8 deletions
|
@ -8,7 +8,7 @@
|
|||
PORTNAME= parrot
|
||||
PORTVERSION= ${PARROT_VERSION}
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= ftp://ftp.parrot.org/pub/parrot/releases/devel/${PORTVERSION}/
|
||||
MASTER_SITES= ftp://ftp.parrot.org/pub/parrot/releases/supported/${PORTVERSION}/
|
||||
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Parrot - virtual machine for dynamic languages
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PARROT_VERSION= 3.2.0
|
||||
PARROT_VERSION= 3.3.0
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (parrot-3.2.0.tar.bz2) = 568b245ce41f9d8f73e306a47b179cc77c7016fe55bd7ae8c91b9e4bb3976884
|
||||
SIZE (parrot-3.2.0.tar.bz2) = 3249939
|
||||
SHA256 (parrot-3.3.0.tar.bz2) = 8f474d44a0137a3fd5296c019dbccc6ae64193ff12ce799babc362567115c1ad
|
||||
SIZE (parrot-3.3.0.tar.bz2) = 3251469
|
||||
|
|
|
@ -9,6 +9,9 @@ bin/pbc_disassemble
|
|||
bin/pbc_dump
|
||||
bin/pbc_merge
|
||||
bin/pbc_to_exe
|
||||
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/api.h
|
||||
include/parrot/%%PARROT_VER%%/parrot/atomic.h
|
||||
include/parrot/%%PARROT_VER%%/parrot/atomic/fallback.h
|
||||
|
@ -117,6 +120,7 @@ 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
|
||||
|
@ -447,6 +451,7 @@ 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/ncidef2pir.pl
|
||||
lib/parrot/%%PARROT_VER%%/tools/dev/pbc_to_exe.pir
|
||||
lib/parrot/%%PARROT_VER%%/tools/dev/pprof2cg.pl
|
||||
lib/parrot/%%PARROT_VER%%/tools/dev/reconfigure.pl
|
||||
|
@ -543,7 +548,6 @@ 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/pkgconfig/parrot/%%PARROT_VER%%/parrot.pc
|
||||
%%PARROT_DOCS%%/CREDITS
|
||||
%%PARROT_DOCS%%/DONORS.pod
|
||||
%%PARROT_DOCS%%/LICENSE
|
||||
|
@ -589,6 +593,7 @@ 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
|
||||
|
@ -654,9 +659,6 @@ src/parrot/%%PARROT_VER%%/vtable.tbl
|
|||
@dirrm src
|
||||
@dirrm %%PARROT_DOCS%%
|
||||
@dirrm share/doc/parrot
|
||||
@dirrm lib/pkgconfig/parrot/%%PARROT_VER%%
|
||||
@dirrm lib/pkgconfig/parrot
|
||||
@dirrm lib/pkgconfig
|
||||
@dirrm lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Test/Util
|
||||
@dirrm lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Test/Pod
|
||||
@dirrm lib/parrot/%%PARROT_VER%%/tools/lib/Parrot/Test
|
||||
|
@ -732,5 +734,6 @@ src/parrot/%%PARROT_VER%%/vtable.tbl
|
|||
@dirrm include/parrot/%%PARROT_VER%%/parrot/oplib
|
||||
@dirrm include/parrot/%%PARROT_VER%%/parrot/atomic
|
||||
@dirrm include/parrot/%%PARROT_VER%%/parrot
|
||||
@dirrm include/parrot/%%PARROT_VER%%/imcc
|
||||
@dirrm include/parrot/%%PARROT_VER%%
|
||||
@dirrm include/parrot
|
||||
|
|
Loading…
Reference in a new issue