aboutsummaryrefslogtreecommitdiff
path: root/www/p5-HTML-Template-Compiled
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-06-09 04:44:34 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-06-09 04:44:34 +0000
commit67ec3bd0a233818c4be8c4c1d1829fbd4081e3de (patch)
tree58e65a4d9fc4fcdb306a313235bd8958d77dff85 /www/p5-HTML-Template-Compiled
parentff025a9b77594c272dbdde2aae2dab6cde09e588 (diff)
downloadports-67ec3bd0a233818c4be8c4c1d1829fbd4081e3de.tar.gz
ports-67ec3bd0a233818c4be8c4c1d1829fbd4081e3de.zip
- Update to 0.98
- Sort *_DEPENDS - Sort MAN3 and PLIST - Use CPAN as primary WWW Changes: http://search.cpan.org/dist/HTML-Template-Compiled/Changes
Notes
Notes: svn path=/head/; revision=298794
Diffstat (limited to 'www/p5-HTML-Template-Compiled')
-rw-r--r--www/p5-HTML-Template-Compiled/Makefile22
-rw-r--r--www/p5-HTML-Template-Compiled/distinfo4
-rw-r--r--www/p5-HTML-Template-Compiled/pkg-descr2
-rw-r--r--www/p5-HTML-Template-Compiled/pkg-plist11
4 files changed, 20 insertions, 19 deletions
diff --git a/www/p5-HTML-Template-Compiled/Makefile b/www/p5-HTML-Template-Compiled/Makefile
index 7cb870f786e4..61639c5bf43b 100644
--- a/www/p5-HTML-Template-Compiled/Makefile
+++ b/www/p5-HTML-Template-Compiled/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= HTML-Template-Compiled
-PORTVERSION= 0.97
+PORTVERSION= 0.98
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -17,31 +17,31 @@ COMMENT= Templating system that compiles HTML::Template files to Perl code
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-BUILD_DEPENDS= p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \
- p5-Data-TreeDumper-Renderer-DHTML>=0:${PORTSDIR}/www/p5-Data-TreeDumper-Renderer-DHTML \
+BUILD_DEPENDS= p5-Data-TreeDumper-Renderer-DHTML>=0:${PORTSDIR}/www/p5-Data-TreeDumper-Renderer-DHTML \
+ p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \
p5-URI>=0:${PORTSDIR}/net/p5-URI
RUN_DEPENDS:= ${BUILD_DEPENDS}
-
TEST_DEPENDS= p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \
p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage
PERL_CONFIGURE= yes
MAN3= HTML::Template::Compiled.3 \
+ HTML::Template::Compiled::Classic.3 \
HTML::Template::Compiled::Compiler.3 \
HTML::Template::Compiled::Compiler::Classic.3 \
- HTML::Template::Compiled::Plugin::DHTML.3 \
HTML::Template::Compiled::Exception.3 \
- HTML::Template::Compiled::Expression.3 \
HTML::Template::Compiled::Expr.3 \
- HTML::Template::Compiled::Formatter.3 \
+ HTML::Template::Compiled::Expression.3 \
HTML::Template::Compiled::Filter.3 \
+ HTML::Template::Compiled::Formatter.3 \
+ HTML::Template::Compiled::Lazy.3 \
HTML::Template::Compiled::Parser.3 \
- HTML::Template::Compiled::Classic.3 \
- HTML::Template::Compiled::Lazy.3 \
+ HTML::Template::Compiled::Plugin::DHTML.3 \
+ HTML::Template::Compiled::Plugin::NumberFormat.3 \
HTML::Template::Compiled::Plugin::XMLEscape.3 \
- HTML::Template::Compiled::Reference.3 \
+ HTML::Template::Compiled::Reference.3 \
HTML::Template::Compiled::Token.3 \
- HTML::Template::Compiled::Utils.3
+ HTML::Template::Compiled::Utils.3
.include <bsd.port.mk>
diff --git a/www/p5-HTML-Template-Compiled/distinfo b/www/p5-HTML-Template-Compiled/distinfo
index e4740687eda0..b0d95c5550cb 100644
--- a/www/p5-HTML-Template-Compiled/distinfo
+++ b/www/p5-HTML-Template-Compiled/distinfo
@@ -1,2 +1,2 @@
-SHA256 (HTML-Template-Compiled-0.97.tar.gz) = 867d0a97e3b204362be0eadae8e07e01c929384b20270532fa65f3227920d376
-SIZE (HTML-Template-Compiled-0.97.tar.gz) = 124993
+SHA256 (HTML-Template-Compiled-0.98.tar.gz) = 1a7ece72f5730e7ac7b1e2783dd6298764d613620393d3e9ba9ce2a800db5e4a
+SIZE (HTML-Template-Compiled-0.98.tar.gz) = 133449
diff --git a/www/p5-HTML-Template-Compiled/pkg-descr b/www/p5-HTML-Template-Compiled/pkg-descr
index 75171962e69b..b834ab9eda06 100644
--- a/www/p5-HTML-Template-Compiled/pkg-descr
+++ b/www/p5-HTML-Template-Compiled/pkg-descr
@@ -1,5 +1,5 @@
Fast templating system using the same syntax as HTML::Template but
which compiles templates to perl code.
+WWW: http://search.cpan.org/dist/HTML-Template-Compiled/
WWW: http://www.tinita.de/projects/perl/en
- http://search.cpan.org/dist/HTML-Template-Compiled/
diff --git a/www/p5-HTML-Template-Compiled/pkg-plist b/www/p5-HTML-Template-Compiled/pkg-plist
index 19e23ba910e5..b5a0ee70d38f 100644
--- a/www/p5-HTML-Template-Compiled/pkg-plist
+++ b/www/p5-HTML-Template-Compiled/pkg-plist
@@ -1,27 +1,28 @@
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Template/Compiled/.packlist
%%SITE_PERL%%/HTML/Template/Compiled.pm
%%SITE_PERL%%/HTML/Template/Compiled/Classic.pm
%%SITE_PERL%%/HTML/Template/Compiled/Compiler.pm
+%%SITE_PERL%%/HTML/Template/Compiled/Compiler/Classic.pm
%%SITE_PERL%%/HTML/Template/Compiled/Exception.pm
-%%SITE_PERL%%/HTML/Template/Compiled/Expression.pm
%%SITE_PERL%%/HTML/Template/Compiled/Expr.pm
+%%SITE_PERL%%/HTML/Template/Compiled/Expression.pm
%%SITE_PERL%%/HTML/Template/Compiled/Expression/Expressions.pm
%%SITE_PERL%%/HTML/Template/Compiled/Filter.pm
%%SITE_PERL%%/HTML/Template/Compiled/Formatter.pm
%%SITE_PERL%%/HTML/Template/Compiled/Lazy.pm
%%SITE_PERL%%/HTML/Template/Compiled/Parser.pm
%%SITE_PERL%%/HTML/Template/Compiled/Plugin/DHTML.pm
+%%SITE_PERL%%/HTML/Template/Compiled/Plugin/NumberFormat.pm
%%SITE_PERL%%/HTML/Template/Compiled/Plugin/XMLEscape.pm
%%SITE_PERL%%/HTML/Template/Compiled/Reference.pod
%%SITE_PERL%%/HTML/Template/Compiled/Token.pm
%%SITE_PERL%%/HTML/Template/Compiled/Utils.pm
-%%SITE_PERL%%/HTML/Template/Compiled/Compiler/Classic.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Template/Compiled/.packlist
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Template/Compiled
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Template
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML
-@dirrmtry %%SITE_PERL%%/HTML/Template/Compiled/Compiler
-@dirrmtry %%SITE_PERL%%/HTML/Template/Compiled/Expression
@dirrmtry %%SITE_PERL%%/HTML/Template/Compiled/Plugin
+@dirrmtry %%SITE_PERL%%/HTML/Template/Compiled/Expression
+@dirrmtry %%SITE_PERL%%/HTML/Template/Compiled/Compiler
@dirrmtry %%SITE_PERL%%/HTML/Template/Compiled
@dirrmtry %%SITE_PERL%%/HTML/Template
@dirrmtry %%SITE_PERL%%/HTML