diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2010-10-01 10:02:59 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2010-10-01 10:02:59 +0000 |
commit | d449a6947d79390d393ce07742eab4cb9d6eb94d (patch) | |
tree | c175f103a523091ae255a52c25d654cf8c0f8006 | |
parent | Mark BROKEN: does not fetch (diff) |
Update to 0.2008.
Changes: http://search.cpan.org/dist/Text-Xslate/Changes
Notes
Notes:
svn path=/head/; revision=262241
-rw-r--r-- | textproc/p5-Text-Xslate/Makefile | 7 | ||||
-rw-r--r-- | textproc/p5-Text-Xslate/distinfo | 6 | ||||
-rw-r--r-- | textproc/p5-Text-Xslate/pkg-plist | 6 |
3 files changed, 15 insertions, 4 deletions
diff --git a/textproc/p5-Text-Xslate/Makefile b/textproc/p5-Text-Xslate/Makefile index b5bd222db35b..3c0c7115d014 100644 --- a/textproc/p5-Text-Xslate/Makefile +++ b/textproc/p5-Text-Xslate/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Text-Xslate -PORTVERSION= 0.1051 +PORTVERSION= 0.2008 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -30,10 +30,15 @@ MAN1= xslate.1 MAN3= Text::Xslate.3 \ Text::Xslate::Bridge.3 \ Text::Xslate::Compiler.3 \ + Text::Xslate::Manual.3 \ + Text::Xslate::Manual::Builtin.3 \ Text::Xslate::Manual::Cookbook.3 \ + Text::Xslate::Manual::Debugging.3 \ Text::Xslate::Manual::FAQ.3 \ Text::Xslate::PP.3 \ Text::Xslate::PP::Booster.3 \ + Text::Xslate::PP::Compiler.3 \ + Text::Xslate::PP::Compiler::CodeGenerator.3 \ Text::Xslate::PP::Const.3 \ Text::Xslate::PP::Method.3 \ Text::Xslate::PP::Opcode.3 \ diff --git a/textproc/p5-Text-Xslate/distinfo b/textproc/p5-Text-Xslate/distinfo index 578ee95ad43d..09affa18907d 100644 --- a/textproc/p5-Text-Xslate/distinfo +++ b/textproc/p5-Text-Xslate/distinfo @@ -1,3 +1,3 @@ -MD5 (Text-Xslate-0.1051.tar.gz) = 468024d5e81295816287464d40d261d8 -SHA256 (Text-Xslate-0.1051.tar.gz) = b624910ce2885e725f42c148959eae00bb7f1acc3d3da8d0eabc3f97ebbd843c -SIZE (Text-Xslate-0.1051.tar.gz) = 169264 +MD5 (Text-Xslate-0.2008.tar.gz) = a5f26020f8091f2ca5c834ac83d1f30c +SHA256 (Text-Xslate-0.2008.tar.gz) = ab202b09c73bc6023a0bd3d1a26ba077a367f69db81c4e6bc001677891839a21 +SIZE (Text-Xslate-0.2008.tar.gz) = 184783 diff --git a/textproc/p5-Text-Xslate/pkg-plist b/textproc/p5-Text-Xslate/pkg-plist index 6172e9853bc0..006308a04448 100644 --- a/textproc/p5-Text-Xslate/pkg-plist +++ b/textproc/p5-Text-Xslate/pkg-plist @@ -2,10 +2,15 @@ bin/xslate %%SITE_PERL%%/%%PERL_ARCH%%/Text/Xslate.pm %%SITE_PERL%%/%%PERL_ARCH%%/Text/Xslate/Bridge.pm %%SITE_PERL%%/%%PERL_ARCH%%/Text/Xslate/Compiler.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Text/Xslate/Manual.pod +%%SITE_PERL%%/%%PERL_ARCH%%/Text/Xslate/Manual/Builtin.pod %%SITE_PERL%%/%%PERL_ARCH%%/Text/Xslate/Manual/Cookbook.pod +%%SITE_PERL%%/%%PERL_ARCH%%/Text/Xslate/Manual/Debugging.pod %%SITE_PERL%%/%%PERL_ARCH%%/Text/Xslate/Manual/FAQ.pod %%SITE_PERL%%/%%PERL_ARCH%%/Text/Xslate/PP.pm %%SITE_PERL%%/%%PERL_ARCH%%/Text/Xslate/PP/Booster.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Text/Xslate/PP/Compiler.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Text/Xslate/PP/Compiler/CodeGenerator.pm %%SITE_PERL%%/%%PERL_ARCH%%/Text/Xslate/PP/Const.pm %%SITE_PERL%%/%%PERL_ARCH%%/Text/Xslate/PP/Method.pm %%SITE_PERL%%/%%PERL_ARCH%%/Text/Xslate/PP/Opcode.pm @@ -29,6 +34,7 @@ bin/xslate @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/Compiler @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Text/Xslate/PP @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Text/Xslate/Manual @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Text/Xslate |