aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Text-Xslate
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2010-06-11 12:19:06 +0000
committerAnton Berezin <tobez@FreeBSD.org>2010-06-11 12:19:06 +0000
commit5cb756d1780d9862c6a84fdd0a0e202c9a695c0f (patch)
treee81c3acff6645666864d64ef79db5c8209e2360c /textproc/p5-Text-Xslate
parent910c859f3539af6e4d26c66926ccc9144a932592 (diff)
downloadports-5cb756d1780d9862c6a84fdd0a0e202c9a695c0f.tar.gz
ports-5cb756d1780d9862c6a84fdd0a0e202c9a695c0f.zip
Notes
Diffstat (limited to 'textproc/p5-Text-Xslate')
-rw-r--r--textproc/p5-Text-Xslate/Makefile6
-rw-r--r--textproc/p5-Text-Xslate/distinfo6
-rw-r--r--textproc/p5-Text-Xslate/pkg-plist11
3 files changed, 14 insertions, 9 deletions
diff --git a/textproc/p5-Text-Xslate/Makefile b/textproc/p5-Text-Xslate/Makefile
index 9d758cca9c51..cb167f940009 100644
--- a/textproc/p5-Text-Xslate/Makefile
+++ b/textproc/p5-Text-Xslate/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Text-Xslate
-PORTVERSION= 0.1031
+PORTVERSION= 0.1032
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -32,19 +32,21 @@ MAN3= Text::Xslate.3 \
Text::Xslate::PP.3 \
Text::Xslate::PP::Booster.3 \
Text::Xslate::PP::Const.3 \
- Text::Xslate::PP::EscapedString.3 \
Text::Xslate::PP::Macro.3 \
Text::Xslate::PP::Method.3 \
Text::Xslate::PP::Opcode.3 \
Text::Xslate::PP::State.3 \
Text::Xslate::PP::Type::Array.3 \
+ Text::Xslate::PP::Type::EscapedString.3 \
Text::Xslate::PP::Type::Hash.3 \
Text::Xslate::PP::Type::Pair.3 \
+ Text::Xslate::PP::Type::Raw.3 \
Text::Xslate::Parser.3 \
Text::Xslate::Symbol.3 \
Text::Xslate::Syntax::Kolon.3 \
Text::Xslate::Syntax::Metakolon.3 \
Text::Xslate::Syntax::TTerse.3 \
+ Text::Xslate::Type::Raw.3 \
Text::Xslate::Util.3
.include <bsd.port.mk>
diff --git a/textproc/p5-Text-Xslate/distinfo b/textproc/p5-Text-Xslate/distinfo
index 21a3006251b4..d83b6530cf74 100644
--- a/textproc/p5-Text-Xslate/distinfo
+++ b/textproc/p5-Text-Xslate/distinfo
@@ -1,3 +1,3 @@
-MD5 (Text-Xslate-0.1031.tar.gz) = aa2d41156c7c7c31ca3b4e5fd08bd4c0
-SHA256 (Text-Xslate-0.1031.tar.gz) = 998652385b8b466916b5e512222204358a020abd5f36fabf3d27718658ab877f
-SIZE (Text-Xslate-0.1031.tar.gz) = 132189
+MD5 (Text-Xslate-0.1032.tar.gz) = 86819ee1df9a004b98c0493227d7aa6f
+SHA256 (Text-Xslate-0.1032.tar.gz) = 62b3dc97fe5ba6e5f75474dd2fe822c6c6edaf7e36f63a15097fb9b985521002
+SIZE (Text-Xslate-0.1032.tar.gz) = 134197
diff --git a/textproc/p5-Text-Xslate/pkg-plist b/textproc/p5-Text-Xslate/pkg-plist
index 788b1a071015..95306f2686c3 100644
--- a/textproc/p5-Text-Xslate/pkg-plist
+++ b/textproc/p5-Text-Xslate/pkg-plist
@@ -6,27 +6,30 @@ bin/xslate
%%SITE_PERL%%/%%PERL_ARCH%%/Text/Xslate/PP.pm
%%SITE_PERL%%/%%PERL_ARCH%%/Text/Xslate/PP/Booster.pm
%%SITE_PERL%%/%%PERL_ARCH%%/Text/Xslate/PP/Const.pm
-%%SITE_PERL%%/%%PERL_ARCH%%/Text/Xslate/PP/EscapedString.pm
%%SITE_PERL%%/%%PERL_ARCH%%/Text/Xslate/PP/Macro.pm
%%SITE_PERL%%/%%PERL_ARCH%%/Text/Xslate/PP/Method.pm
%%SITE_PERL%%/%%PERL_ARCH%%/Text/Xslate/PP/Opcode.pm
%%SITE_PERL%%/%%PERL_ARCH%%/Text/Xslate/PP/State.pm
%%SITE_PERL%%/%%PERL_ARCH%%/Text/Xslate/PP/Type/Array.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/Text/Xslate/PP/Type/EscapedString.pm
%%SITE_PERL%%/%%PERL_ARCH%%/Text/Xslate/PP/Type/Hash.pm
%%SITE_PERL%%/%%PERL_ARCH%%/Text/Xslate/PP/Type/Pair.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/Text/Xslate/PP/Type/Raw.pm
%%SITE_PERL%%/%%PERL_ARCH%%/Text/Xslate/Parser.pm
%%SITE_PERL%%/%%PERL_ARCH%%/Text/Xslate/Symbol.pm
%%SITE_PERL%%/%%PERL_ARCH%%/Text/Xslate/Syntax/Kolon.pm
%%SITE_PERL%%/%%PERL_ARCH%%/Text/Xslate/Syntax/Metakolon.pm
%%SITE_PERL%%/%%PERL_ARCH%%/Text/Xslate/Syntax/TTerse.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/Text/Xslate/Type/Raw.pm
%%SITE_PERL%%/%%PERL_ARCH%%/Text/Xslate/Util.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Xslate/.packlist
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Xslate/Xslate.bs
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Xslate/Xslate.so
-@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Text/Xslate/PP/Type
-@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Text/Xslate/Syntax
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Xslate
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Text/Xslate/Type
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Text/Xslate/Syntax
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Text/Xslate/PP/Type
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Text/Xslate/PP
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Text/Xslate
-@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Text