svn commit: r310674 - in head/textproc: . p5-Text-Xslate-Bridge-TT2Like
Jun Kuriyama
kuriyama at FreeBSD.org
Sun Jan 20 06:33:45 UTC 2013
Author: kuriyama
Date: Sun Jan 20 06:33:43 2013
New Revision: 310674
URL: http://svnweb.freebsd.org/changeset/ports/310674
Log:
Text::Xslate::Bridge::TT2Like exports Template-Toolkit variable
methods into Text::Xslate namespace, such that you can use them on
your variables.
The only difference between this module and Text::Xslate::Bridge::TT2
is that Bridge::TT2 uses Template::Toolkit underneath, while this
module is independent of Template::Toolkit and therefore does not
require TT to be installed.
WWW: http://search.cpan.org/dist/Text-Xslate-Bridge-TT2Like/
Added:
head/textproc/p5-Text-Xslate-Bridge-TT2Like/
head/textproc/p5-Text-Xslate-Bridge-TT2Like/Makefile (contents, props changed)
head/textproc/p5-Text-Xslate-Bridge-TT2Like/distinfo (contents, props changed)
head/textproc/p5-Text-Xslate-Bridge-TT2Like/pkg-descr (contents, props changed)
head/textproc/p5-Text-Xslate-Bridge-TT2Like/pkg-plist (contents, props changed)
Modified:
head/textproc/Makefile
Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile Sun Jan 20 06:18:25 2013 (r310673)
+++ head/textproc/Makefile Sun Jan 20 06:33:43 2013 (r310674)
@@ -866,6 +866,7 @@
SUBDIR += p5-Text-WordDiff
SUBDIR += p5-Text-Wrapper
SUBDIR += p5-Text-Xslate
+ SUBDIR += p5-Text-Xslate-Bridge-TT2Like
SUBDIR += p5-Text-vCard
SUBDIR += p5-Tiffany
SUBDIR += p5-Time-Human
Added: head/textproc/p5-Text-Xslate-Bridge-TT2Like/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/p5-Text-Xslate-Bridge-TT2Like/Makefile Sun Jan 20 06:33:43 2013 (r310674)
@@ -0,0 +1,20 @@
+# $FreeBSD$
+
+PORTNAME= Text-Xslate-Bridge-TT2Like
+PORTVERSION= 0.00010
+CATEGORIES= textproc perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= kuriyama at FreeBSD.org
+COMMENT= Perl extension of TT2 Variable Method Clone for Text::Xslate
+
+RUN_DEPENDS= \
+ p5-Text-Xslate>=1.3000:${PORTSDIR}/textproc/p5-Text-Xslate
+BUILD_DEPENDS= ${RUN_DEPENDS}
+
+PERL_CONFIGURE= yes
+
+MAN3= Text::Xslate::Bridge::TT2Like.3
+
+.include <bsd.port.mk>
Added: head/textproc/p5-Text-Xslate-Bridge-TT2Like/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/p5-Text-Xslate-Bridge-TT2Like/distinfo Sun Jan 20 06:33:43 2013 (r310674)
@@ -0,0 +1,2 @@
+SHA256 (Text-Xslate-Bridge-TT2Like-0.00010.tar.gz) = 19c624140be54c404b312b701d29725513daf609f8c695db5fb062a0cdcc3bac
+SIZE (Text-Xslate-Bridge-TT2Like-0.00010.tar.gz) = 25800
Added: head/textproc/p5-Text-Xslate-Bridge-TT2Like/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/p5-Text-Xslate-Bridge-TT2Like/pkg-descr Sun Jan 20 06:33:43 2013 (r310674)
@@ -0,0 +1,10 @@
+Text::Xslate::Bridge::TT2Like exports Template-Toolkit variable
+methods into Text::Xslate namespace, such that you can use them on
+your variables.
+
+The only difference between this module and Text::Xslate::Bridge::TT2
+is that Bridge::TT2 uses Template::Toolkit underneath, while this
+module is independent of Template::Toolkit and therefore does not
+require TT to be installed.
+
+WWW: http://search.cpan.org/dist/Text-Xslate-Bridge-TT2Like/
Added: head/textproc/p5-Text-Xslate-Bridge-TT2Like/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/p5-Text-Xslate-Bridge-TT2Like/pkg-plist Sun Jan 20 06:33:43 2013 (r310674)
@@ -0,0 +1,8 @@
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Xslate/Bridge/TT2Like/.packlist
+%%SITE_PERL%%/Text/Xslate/Bridge/TT2Like.pm
+%%SITE_PERL%%/Text/Xslate/Bridge/TT2Like.pod
+ at dirrmtry %%SITE_PERL%%/Text/Xslate/Bridge
+ at dirrmtry %%SITE_PERL%%/Text/Xslate
+ at dirrmtry %%SITE_PERL%%/Text
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Xslate/Bridge/TT2Like
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Xslate/Bridge
More information about the svn-ports-all
mailing list