svn commit: r310648 - in head/www: . p5-HTML-Template-Pro

Jun Kuriyama kuriyama at FreeBSD.org
Sat Jan 19 10:10:38 UTC 2013


Author: kuriyama
Date: Sat Jan 19 10:10:37 2013
New Revision: 310648
URL: http://svnweb.freebsd.org/changeset/ports/310648

Log:
  HTML::Template::Pro is a fast lightweight C/Perl+XS reimplementation
  of HTML::Template (as of 2.9) and HTML::Template::Expr (as of
  0.0.7).  It is not intended to be a complete replacement, but to be a
  fast implementation of HTML::Template if you don't need querying, the
  extended facility of HTML::Template.  Designed for heavy upload,
  resource limitations, abcence of mod_perl.
  
  WWW: http://search.cpan.org/dist/HTML-Template-Pro/

Added:
  head/www/p5-HTML-Template-Pro/
  head/www/p5-HTML-Template-Pro/Makefile   (contents, props changed)
  head/www/p5-HTML-Template-Pro/distinfo   (contents, props changed)
  head/www/p5-HTML-Template-Pro/pkg-descr   (contents, props changed)
  head/www/p5-HTML-Template-Pro/pkg-plist   (contents, props changed)
Modified:
  head/www/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Sat Jan 19 10:09:14 2013	(r310647)
+++ head/www/Makefile	Sat Jan 19 10:10:37 2013	(r310648)
@@ -954,6 +954,7 @@
     SUBDIR += p5-HTML-Template-HashWrapper
     SUBDIR += p5-HTML-Template-JIT
     SUBDIR += p5-HTML-Template-Pluggable
+    SUBDIR += p5-HTML-Template-Pro
     SUBDIR += p5-HTML-Toc
     SUBDIR += p5-HTML-TokeParser-Simple
     SUBDIR += p5-HTML-Tree

Added: head/www/p5-HTML-Template-Pro/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/p5-HTML-Template-Pro/Makefile	Sat Jan 19 10:10:37 2013	(r310648)
@@ -0,0 +1,22 @@
+# $FreeBSD$
+
+PORTNAME=	HTML-Template-Pro
+PORTVERSION=	0.9509
+CATEGORIES=	www perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	kuriyama at FreeBSD.org
+COMMENT=	Perl extension to use HTML Templates from CGI scripts
+
+RUN_DEPENDS=	\
+	p5-JSON>=2:${PORTSDIR}/converters/p5-JSON
+BUILD_DEPENDS=	${RUN_DEPENDS}
+
+PERL_CONFIGURE=	yes
+
+MAN3=	HTML::Template::PerlInterface.3 \
+	HTML::Template::Pro.3 \
+	HTML::Template::SYNTAX.3
+
+.include <bsd.port.mk>

Added: head/www/p5-HTML-Template-Pro/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/p5-HTML-Template-Pro/distinfo	Sat Jan 19 10:10:37 2013	(r310648)
@@ -0,0 +1,2 @@
+SHA256 (HTML-Template-Pro-0.9509.tar.gz) = fdeada12da283361ae3986cd13376d3a30f0221c18488cc58b0cff50ee03eba6
+SIZE (HTML-Template-Pro-0.9509.tar.gz) = 171357

Added: head/www/p5-HTML-Template-Pro/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/p5-HTML-Template-Pro/pkg-descr	Sat Jan 19 10:10:37 2013	(r310648)
@@ -0,0 +1,8 @@
+HTML::Template::Pro is a fast lightweight C/Perl+XS reimplementation
+of HTML::Template (as of 2.9) and HTML::Template::Expr (as of
+0.0.7).  It is not intended to be a complete replacement, but to be a
+fast implementation of HTML::Template if you don't need querying, the
+extended facility of HTML::Template.  Designed for heavy upload,
+resource limitations, abcence of mod_perl.
+
+WWW: http://search.cpan.org/dist/HTML-Template-Pro/

Added: head/www/p5-HTML-Template-Pro/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/p5-HTML-Template-Pro/pkg-plist	Sat Jan 19 10:10:37 2013	(r310648)
@@ -0,0 +1,13 @@
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Template/Pro/.packlist
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Template/Pro/Pro.bs
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Template/Pro/Pro.so
+%%SITE_PERL%%/%%PERL_ARCH%%/HTML/Template/PerlInterface.pod
+%%SITE_PERL%%/%%PERL_ARCH%%/HTML/Template/Pro.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/HTML/Template/Pro/WrapAssociate.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/HTML/Template/SYNTAX.pod
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/HTML/Template/Pro
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/HTML/Template
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/HTML
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Template/Pro
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Template
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML


More information about the svn-ports-all mailing list