svn commit: r310627 - in head/textproc: . p5-Template-Semantic
Jun Kuriyama
kuriyama at FreeBSD.org
Sat Jan 19 01:54:29 UTC 2013
Author: kuriyama
Date: Sat Jan 19 01:54:28 2013
New Revision: 310627
URL: http://svnweb.freebsd.org/changeset/ports/310627
Log:
Template::Semantic is a template engine for XHTML/XML based on
XML::LibXML that doesn't use any template syntax. This module takes
pure XHTML/XML as a template, and uses XPath or CSS selectors to
assign values.
WWW: http://search.cpan.org/dist/Template-Semantic/
Added:
head/textproc/p5-Template-Semantic/
head/textproc/p5-Template-Semantic/Makefile (contents, props changed)
head/textproc/p5-Template-Semantic/distinfo (contents, props changed)
head/textproc/p5-Template-Semantic/pkg-descr (contents, props changed)
head/textproc/p5-Template-Semantic/pkg-plist (contents, props changed)
Modified:
head/textproc/Makefile
Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile Sat Jan 19 01:52:54 2013 (r310626)
+++ head/textproc/Makefile Sat Jan 19 01:54:28 2013 (r310627)
@@ -752,6 +752,7 @@
SUBDIR += p5-Template-Plugin-HTML-SuperForm
SUBDIR += p5-Template-Plugin-Lingua-EN-Inflect
SUBDIR += p5-Template-Plugin-XML-Escape
+ SUBDIR += p5-Template-Semantic
SUBDIR += p5-Template-Tiny
SUBDIR += p5-Term-QRCode
SUBDIR += p5-Test-Perl-Critic
Added: head/textproc/p5-Template-Semantic/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/p5-Template-Semantic/Makefile Sat Jan 19 01:54:28 2013 (r310627)
@@ -0,0 +1,26 @@
+# $FreeBSD$
+
+PORTNAME= Template-Semantic
+PORTVERSION= 0.09
+CATEGORIES= textproc perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= kuriyama at FreeBSD.org
+COMMENT= Perl extension to use pure XHTML/XML as a template
+
+RUN_DEPENDS= \
+ p5-HTML-Selector-XPath>=0.09:${PORTSDIR}/www/p5-HTML-Selector-XPath \
+ p5-XML-LibXML>=1.69:${PORTSDIR}/textproc/p5-XML-LibXML
+BUILD_DEPENDS= ${RUN_DEPENDS}
+TEST_DEPENDS= \
+ p5-Text-Pipe>0:${PORTSDIR}/textproc/p5-Text-Pipe
+
+PERL_CONFIGURE= yes
+
+MAN3= Template::Semantic.3 \
+ Template::Semantic::Cookbook.3 \
+ Template::Semantic::Document.3 \
+ Template::Semantic::Filter.3
+
+.include <bsd.port.mk>
Added: head/textproc/p5-Template-Semantic/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/p5-Template-Semantic/distinfo Sat Jan 19 01:54:28 2013 (r310627)
@@ -0,0 +1,2 @@
+SHA256 (Template-Semantic-0.09.tar.gz) = 26dd1b7955c690aa82c86af409373cdee447641633b544c8c4288b4eacc6f32f
+SIZE (Template-Semantic-0.09.tar.gz) = 63125
Added: head/textproc/p5-Template-Semantic/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/p5-Template-Semantic/pkg-descr Sat Jan 19 01:54:28 2013 (r310627)
@@ -0,0 +1,6 @@
+Template::Semantic is a template engine for XHTML/XML based on
+XML::LibXML that doesn't use any template syntax. This module takes
+pure XHTML/XML as a template, and uses XPath or CSS selectors to
+assign values.
+
+WWW: http://search.cpan.org/dist/Template-Semantic/
Added: head/textproc/p5-Template-Semantic/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/p5-Template-Semantic/pkg-plist Sat Jan 19 01:54:28 2013 (r310627)
@@ -0,0 +1,9 @@
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Template/Semantic/.packlist
+%%SITE_PERL%%/Template/Semantic.pm
+%%SITE_PERL%%/Template/Semantic/Cookbook.pod
+%%SITE_PERL%%/Template/Semantic/Document.pm
+%%SITE_PERL%%/Template/Semantic/Filter.pm
+ at dirrm %%SITE_PERL%%/Template/Semantic
+ at dirrmtry %%SITE_PERL%%/Template
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Template/Semantic
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Template
More information about the svn-ports-head
mailing list