From owner-svn-ports-head@FreeBSD.ORG Sat Jan 19 10:10:38 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id DCDB06A6; Sat, 19 Jan 2013 10:10:38 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id B785D389; Sat, 19 Jan 2013 10:10:38 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r0JAAc8f082130; Sat, 19 Jan 2013 10:10:38 GMT (envelope-from kuriyama@svn.freebsd.org) Received: (from kuriyama@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r0JAAbCC082120; Sat, 19 Jan 2013 10:10:37 GMT (envelope-from kuriyama@svn.freebsd.org) Message-Id: <201301191010.r0JAAbCC082120@svn.freebsd.org> From: Jun Kuriyama Date: Sat, 19 Jan 2013 10:10:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r310648 - in head/www: . p5-HTML-Template-Pro X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Jan 2013 10:10:38 -0000 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@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 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 +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/HTML/Template/Pro +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/HTML/Template +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/HTML +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Template/Pro +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Template +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML