Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Jan 2013 06:33:43 +0000 (UTC)
From:      Jun Kuriyama <kuriyama@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r310674 - in head/textproc: . p5-Text-Xslate-Bridge-TT2Like
Message-ID:  <201301200633.r0K6Xh3T057277@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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
+@dirrmtry %%SITE_PERL%%/Text/Xslate/Bridge
+@dirrmtry %%SITE_PERL%%/Text/Xslate
+@dirrmtry %%SITE_PERL%%/Text
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Xslate/Bridge/TT2Like
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Xslate/Bridge



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301200633.r0K6Xh3T057277>