svn commit: r310631 - in head/textproc: . p5-Text-MicroTemplate-Extended

Jun Kuriyama kuriyama at FreeBSD.org
Sat Jan 19 02:33:55 UTC 2013


Author: kuriyama
Date: Sat Jan 19 02:33:54 2013
New Revision: 310631
URL: http://svnweb.freebsd.org/changeset/ports/310631

Log:
  Text::MicroTemplate::Extended is an extended template engine based on
  Text::MicroTemplate::File.
  
  WWW: http://search.cpan.org/dist/Text-MicroTemplate-Extended/

Added:
  head/textproc/p5-Text-MicroTemplate-Extended/
  head/textproc/p5-Text-MicroTemplate-Extended/Makefile   (contents, props changed)
  head/textproc/p5-Text-MicroTemplate-Extended/distinfo   (contents, props changed)
  head/textproc/p5-Text-MicroTemplate-Extended/pkg-descr   (contents, props changed)
  head/textproc/p5-Text-MicroTemplate-Extended/pkg-plist   (contents, props changed)
Modified:
  head/textproc/Makefile

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Sat Jan 19 02:28:59 2013	(r310630)
+++ head/textproc/Makefile	Sat Jan 19 02:33:54 2013	(r310631)
@@ -817,6 +817,7 @@
     SUBDIR += p5-Text-Metaphone
     SUBDIR += p5-Text-MicroMason
     SUBDIR += p5-Text-MicroTemplate
+    SUBDIR += p5-Text-MicroTemplate-Extended
     SUBDIR += p5-Text-MultiMarkdown
     SUBDIR += p5-Text-NSP
     SUBDIR += p5-Text-NeatTemplate

Added: head/textproc/p5-Text-MicroTemplate-Extended/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/p5-Text-MicroTemplate-Extended/Makefile	Sat Jan 19 02:33:54 2013	(r310631)
@@ -0,0 +1,21 @@
+# $FreeBSD$
+
+PORTNAME=	Text-MicroTemplate-Extended
+PORTVERSION=	0.17
+CATEGORIES=	textproc perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	kuriyama at FreeBSD.org
+COMMENT=	Perl extension for extended MicroTemplate
+
+RUN_DEPENDS=	\
+	p5-Text-MicroTemplate>=0.18:${PORTSDIR}/textproc/p5-Text-MicroTemplate
+BUILD_DEPENDS=	${RUN_DEPENDS}
+
+PERL_CONFIGURE=	yes
+
+MAN3=	Text::MicroTemplate::Extended.3 \
+	Text::MicroTemplate::Extended.ja.3
+
+.include <bsd.port.mk>

Added: head/textproc/p5-Text-MicroTemplate-Extended/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/p5-Text-MicroTemplate-Extended/distinfo	Sat Jan 19 02:33:54 2013	(r310631)
@@ -0,0 +1,2 @@
+SHA256 (Text-MicroTemplate-Extended-0.17.tar.gz) = 528a7e75302da0a184c947c8cd812d63ea242c1f4da4f2cf96ccc3fac5deaad6
+SIZE (Text-MicroTemplate-Extended-0.17.tar.gz) = 64855

Added: head/textproc/p5-Text-MicroTemplate-Extended/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/p5-Text-MicroTemplate-Extended/pkg-descr	Sat Jan 19 02:33:54 2013	(r310631)
@@ -0,0 +1,4 @@
+Text::MicroTemplate::Extended is an extended template engine based on
+Text::MicroTemplate::File.
+
+WWW: http://search.cpan.org/dist/Text-MicroTemplate-Extended/

Added: head/textproc/p5-Text-MicroTemplate-Extended/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/p5-Text-MicroTemplate-Extended/pkg-plist	Sat Jan 19 02:33:54 2013	(r310631)
@@ -0,0 +1,4 @@
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/MicroTemplate/Extended/.packlist
+%%SITE_PERL%%/Text/MicroTemplate/Extended.ja.pod
+%%SITE_PERL%%/Text/MicroTemplate/Extended.pm
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/MicroTemplate/Extended


More information about the svn-ports-all mailing list