summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2008-08-26 10:15:57 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2008-08-26 10:15:57 +0000
commit1a3913f7c01ae93b07b0bf75b8060f8c0d50657d (patch)
treeeac12be5744f56140b1574af8aaf9d2e086a9a83 /lang
parentFix hardcoded cofiguration path. (diff)
Update to 0.7.0
Changes: http://search.cpan.org/src/RGRJR/parrot-0.7.0/NEWS
Notes
Notes: svn path=/head/; revision=219207
Diffstat (limited to 'lang')
-rw-r--r--lang/parrot/Makefile4
-rw-r--r--lang/parrot/distinfo6
-rw-r--r--lang/parrot/pkg-plist7
3 files changed, 8 insertions, 9 deletions
diff --git a/lang/parrot/Makefile b/lang/parrot/Makefile
index 522b8e1f1492..0df1690348b2 100644
--- a/lang/parrot/Makefile
+++ b/lang/parrot/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= parrot
-PORTVERSION= 0.6.4
+PORTVERSION= 0.7.0
CATEGORIES= lang
MASTER_SITES= CPAN
-MASTER_SITE_SUBDIR= ../../authors/id/B/BS/BSCHMAL
+MASTER_SITE_SUBDIR= ../../authors/id/R/RG/RGRJR
MAINTAINER= skv@FreeBSD.org
COMMENT= Parrot - virtual machine for dynamic languages
diff --git a/lang/parrot/distinfo b/lang/parrot/distinfo
index 09ee180c9a5f..b0655169a79f 100644
--- a/lang/parrot/distinfo
+++ b/lang/parrot/distinfo
@@ -1,3 +1,3 @@
-MD5 (parrot-0.6.4.tar.gz) = 1448f8b01aecf0d52e770dcbd96ba2a9
-SHA256 (parrot-0.6.4.tar.gz) = e59e8bf4c9f42bd78eb270d505a1ca9f5006955cff91f7b294c7e94600fc0b9c
-SIZE (parrot-0.6.4.tar.gz) = 5249480
+MD5 (parrot-0.7.0.tar.gz) = 5da889887c797e2a4fd219d8b6837b4e
+SHA256 (parrot-0.7.0.tar.gz) = fa3c01cd5885c5373e20e3a3ca3a69ed84cf6e6e5c8d6a48d85b73b751c267d3
+SIZE (parrot-0.7.0.tar.gz) = 5274767
diff --git a/lang/parrot/pkg-plist b/lang/parrot/pkg-plist
index 07d730c8b7a0..eda817c353ae 100644
--- a/lang/parrot/pkg-plist
+++ b/lang/parrot/pkg-plist
@@ -1,9 +1,9 @@
bin/parrot
+bin/parrot_debugger
bin/pbc_disassemble
bin/pbc_info
bin/pbc_merge
bin/pbc_to_exe
-bin/pdb
bin/pdump
compilers/imcc/imclexer.c
compilers/json/JSON.pbc
@@ -28,7 +28,6 @@ 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
@@ -36,7 +35,7 @@ include/parrot/compiler.h
include/parrot/config.h
include/parrot/core_pmcs.h
include/parrot/datatypes.h
-include/parrot/debug.h
+include/parrot/debugger.h
include/parrot/dod.h
include/parrot/dynext.h
include/parrot/embed.h
@@ -349,7 +348,6 @@ runtime/parrot/include/warnings.pasm
%%PARROT_DOCS%%/pdds/draft/pdd11_extending.pod
%%PARROT_DOCS%%/pdds/draft/pdd14_bignum.pod
%%PARROT_DOCS%%/pdds/draft/pdd16_native_call.pod
-%%PARROT_DOCS%%/pdds/draft/pdd19_pir.pod
%%PARROT_DOCS%%/pdds/draft/pdd29_compiler_tools.pod
%%PARROT_DOCS%%/pdds/pdd00_pdd.pod
%%PARROT_DOCS%%/pdds/pdd03_calling_conventions.pod
@@ -361,6 +359,7 @@ runtime/parrot/include/warnings.pasm
%%PARROT_DOCS%%/pdds/pdd15_objects.pod
%%PARROT_DOCS%%/pdds/pdd17_pmc.pod
%%PARROT_DOCS%%/pdds/pdd18_security.pod
+%%PARROT_DOCS%%/pdds/pdd19_pir.pod
%%PARROT_DOCS%%/pdds/pdd20_lexical_vars.pod
%%PARROT_DOCS%%/pdds/pdd21_namespaces.pod
%%PARROT_DOCS%%/pdds/pdd22_io.pod