svn commit: r310654 - in head/textproc: . p5-Tiffany
Jun Kuriyama
kuriyama at FreeBSD.org
Sat Jan 19 13:47:41 UTC 2013
Author: kuriyama
Date: Sat Jan 19 13:47:39 2013
New Revision: 310654
URL: http://svnweb.freebsd.org/changeset/ports/310654
Log:
Generic interface for Perl5 template engines.
WWW: http://search.cpan.org/dist/Tiffany/
Added:
head/textproc/p5-Tiffany/
head/textproc/p5-Tiffany/Makefile (contents, props changed)
head/textproc/p5-Tiffany/distinfo (contents, props changed)
head/textproc/p5-Tiffany/pkg-descr (contents, props changed)
head/textproc/p5-Tiffany/pkg-plist (contents, props changed)
Modified:
head/textproc/Makefile
Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile Sat Jan 19 13:03:20 2013 (r310653)
+++ head/textproc/Makefile Sat Jan 19 13:47:39 2013 (r310654)
@@ -867,6 +867,7 @@
SUBDIR += p5-Text-Wrapper
SUBDIR += p5-Text-Xslate
SUBDIR += p5-Text-vCard
+ SUBDIR += p5-Tiffany
SUBDIR += p5-Time-Human
SUBDIR += p5-Tk-Pod
SUBDIR += p5-Tk-XMLViewer
Added: head/textproc/p5-Tiffany/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/p5-Tiffany/Makefile Sat Jan 19 13:47:39 2013 (r310654)
@@ -0,0 +1,40 @@
+# $FreeBSD$
+
+PORTNAME= Tiffany
+PORTVERSION= 1.00
+CATEGORIES= textproc perl5
+MASTER_SITES= CPAN
+MASTER_SITE_SUBDIR= CPAN:TOKUHIROM
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= kuriyama at FreeBSD.org
+COMMENT= Perl extension for generic interface for Perl5 template engines
+
+TEST_DEPENDS= \
+ p5-Test-Requires>0:${PORTSDIR}/devel/p5-Test-Requires \
+ p5-Text-Xslate>0:${PORTSDIR}/textproc/p5-Text-Xslate \
+ p5-Template-Toolkit>0:${PORTSDIR}/www/p5-Template-Toolkit \
+ p5-HTML-Template>0:${PORTSDIR}/www/p5-HTML-Template \
+ p5-Text-MicroTemplate>0:${PORTSDIR}/textproc/p5-Text-MicroTemplate \
+ p5-Template-Semantic>0:${PORTSDIR}/textproc/p5-Template-Semantic \
+ p5-Text-MicroMason>0:${PORTSDIR}/textproc/p5-Text-MicroMason \
+ p5-Template-Declare>0:${PORTSDIR}/textproc/p5-Template-Declare \
+ p5-Text-MicroTemplate-Extended>0:${PORTSDIR}/textproc/p5-Text-MicroTemplate-Extended \
+ p5-Text-ClearSilver>0:${PORTSDIR}/textproc/p5-Text-ClearSilver \
+ p5-HTML-Template-Pro>0:${PORTSDIR}/www/p5-HTML-Template-Pro
+
+PERL_MODBUILD= yes
+
+MAN3= Tiffany.3 \
+ Tiffany::HTML::Template.3 \
+ Tiffany::HTML::Template::Pro.3 \
+ Tiffany::TT.3 \
+ Tiffany::Template::Declare.3 \
+ Tiffany::Template::Semantic.3 \
+ Tiffany::Text::ClearSilver.3 \
+ Tiffany::Text::MicroMason.3 \
+ Tiffany::Text::MicroTemplate::Extended.3 \
+ Tiffany::Text::MicroTemplate::File.3 \
+ Tiffany::Text::Xslate.3
+
+.include <bsd.port.mk>
Added: head/textproc/p5-Tiffany/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/p5-Tiffany/distinfo Sat Jan 19 13:47:39 2013 (r310654)
@@ -0,0 +1,2 @@
+SHA256 (Tiffany-1.00.tar.gz) = 3d78f19148f60fbd82ff2e5cfea9f5d4bad5607153da7ba10f0bad3cb2d872d5
+SIZE (Tiffany-1.00.tar.gz) = 20076
Added: head/textproc/p5-Tiffany/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/p5-Tiffany/pkg-descr Sat Jan 19 13:47:39 2013 (r310654)
@@ -0,0 +1,3 @@
+Generic interface for Perl5 template engines.
+
+WWW: http://search.cpan.org/dist/Tiffany/
Added: head/textproc/p5-Tiffany/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/p5-Tiffany/pkg-plist Sat Jan 19 13:47:39 2013 (r310654)
@@ -0,0 +1,18 @@
+%%SITE_PERL%%/Tiffany.pm
+%%SITE_PERL%%/Tiffany/HTML/Template.pm
+%%SITE_PERL%%/Tiffany/HTML/Template/Pro.pm
+%%SITE_PERL%%/Tiffany/TT.pm
+%%SITE_PERL%%/Tiffany/Template/Declare.pm
+%%SITE_PERL%%/Tiffany/Template/Semantic.pm
+%%SITE_PERL%%/Tiffany/Text/ClearSilver.pm
+%%SITE_PERL%%/Tiffany/Text/MicroMason.pm
+%%SITE_PERL%%/Tiffany/Text/MicroTemplate/Extended.pm
+%%SITE_PERL%%/Tiffany/Text/MicroTemplate/File.pm
+%%SITE_PERL%%/Tiffany/Text/Xslate.pm
+%%SITE_PERL%%/Tiffany/Util.pm
+ at dirrmtry %%SITE_PERL%%/Tiffany/Text/MicroTemplate
+ at dirrmtry %%SITE_PERL%%/Tiffany/Text
+ at dirrmtry %%SITE_PERL%%/Tiffany/Template
+ at dirrmtry %%SITE_PERL%%/Tiffany/HTML/Template
+ at dirrmtry %%SITE_PERL%%/Tiffany/HTML
+ at dirrmtry %%SITE_PERL%%/Tiffany
More information about the svn-ports-all
mailing list