aboutsummaryrefslogtreecommitdiff
path: root/lang/parrot
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2011-07-26 07:23:17 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2011-07-26 07:23:17 +0000
commit9915be03c15d6d7d1c7438e3ff12b700986331aa (patch)
treee4932c8bcc7cb3c93184c9d6c66315769cdd75e4 /lang/parrot
parent6547a5ca862d9b6a893d493afb41e991ce3512d9 (diff)
downloadports-9915be03c15d6d7d1c7438e3ff12b700986331aa.tar.gz
ports-9915be03c15d6d7d1c7438e3ff12b700986331aa.zip
Notes
Diffstat (limited to 'lang/parrot')
-rw-r--r--lang/parrot/Makefile8
-rw-r--r--lang/parrot/Makefile.common2
-rw-r--r--lang/parrot/distinfo4
-rw-r--r--lang/parrot/pkg-plist5
4 files changed, 11 insertions, 8 deletions
diff --git a/lang/parrot/Makefile b/lang/parrot/Makefile
index 6c75529c2a13..d4169bce3208 100644
--- a/lang/parrot/Makefile
+++ b/lang/parrot/Makefile
@@ -9,21 +9,19 @@ PORTNAME= parrot
PORTVERSION= ${PARROT_VERSION}
PORTREVISION= 1
CATEGORIES= lang
-MASTER_SITES= ftp://ftp.parrot.org/pub/parrot/releases/devel/${PORTVERSION}/
+MASTER_SITES= ftp://ftp.parrot.org/pub/parrot/releases/stable/${PORTVERSION}/
MAINTAINER= perl@FreeBSD.org
COMMENT= Parrot - virtual machine for dynamic languages
+LICENSE= ART20
+
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 \
${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex \
${LOCALBASE}/bin/pcre-config:${PORTSDIR}/devel/pcre
LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \
icudata.48:${PORTSDIR}/devel/icu
-BROKEN= incomplete plist
-
-LICENSE= ART20
-
MAKE_JOBS_UNSAFE= yes
USE_BZIP2= yes
diff --git a/lang/parrot/Makefile.common b/lang/parrot/Makefile.common
index 6f755cf3b972..745f8163ea1b 100644
--- a/lang/parrot/Makefile.common
+++ b/lang/parrot/Makefile.common
@@ -1,4 +1,4 @@
# $FreeBSD$
-PARROT_VERSION= 3.5.0
+PARROT_VERSION= 3.6.0
diff --git a/lang/parrot/distinfo b/lang/parrot/distinfo
index fa9fe0eb6ec9..b4c446e706d3 100644
--- a/lang/parrot/distinfo
+++ b/lang/parrot/distinfo
@@ -1,2 +1,2 @@
-SHA256 (parrot-3.5.0.tar.bz2) = 06b1462795a2e0c128c6415a362a928e62e9b8b413cb0aa774a7e0502c5f87d0
-SIZE (parrot-3.5.0.tar.bz2) = 3296302
+SHA256 (parrot-3.6.0.tar.bz2) = a6ae5c4a1af3602043d1139a12ae9d4dfe2dd000250b1a76fc339bf4a004f8c7
+SIZE (parrot-3.6.0.tar.bz2) = 3302266
diff --git a/lang/parrot/pkg-plist b/lang/parrot/pkg-plist
index 72a73736ee3e..3390218483a9 100644
--- a/lang/parrot/pkg-plist
+++ b/lang/parrot/pkg-plist
@@ -9,6 +9,7 @@ bin/pbc_disassemble
bin/pbc_dump
bin/pbc_merge
bin/pbc_to_exe
+bin/winxed
include/parrot/%%PARROT_VER%%/imcc/api.h
include/parrot/%%PARROT_VER%%/imcc/embed.h
include/parrot/%%PARROT_VER%%/imcc/yyscanner.h
@@ -148,6 +149,7 @@ 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_parrotthread.h
@@ -270,6 +272,7 @@ lib/parrot/%%PARROT_VER%%/languages/tge/TGE/Parser.pg
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.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
@@ -619,6 +622,7 @@ 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/parrotthread.dump
@@ -709,6 +713,7 @@ src/parrot/%%PARROT_VER%%/vtable.tbl
@dirrm lib/parrot/%%PARROT_VER%%/library/CGI
@dirrm lib/parrot/%%PARROT_VER%%/library/Archive
@dirrm lib/parrot/%%PARROT_VER%%/library
+@dirrm lib/parrot/%%PARROT_VER%%/languages/winxed
@dirrm lib/parrot/%%PARROT_VER%%/languages/tge/TGE
@dirrm lib/parrot/%%PARROT_VER%%/languages/tge
@dirrm lib/parrot/%%PARROT_VER%%/languages/pge/PGE