diff options
author | Greg Larkin <glarkin@FreeBSD.org> | 2009-10-06 00:40:00 +0000 |
---|---|---|
committer | Greg Larkin <glarkin@FreeBSD.org> | 2009-10-06 00:40:00 +0000 |
commit | 0185624f33237ee957b4b41e0bc14c0a44a5714f (patch) | |
tree | 2253cce64b6967e68ed95297131907e40328b3af /textproc | |
parent | 0d53225db382e37261a8e40cf280f33d2b2fec8b (diff) | |
download | ports-0185624f33237ee957b4b41e0bc14c0a44a5714f.tar.gz ports-0185624f33237ee957b4b41e0bc14c0a44a5714f.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-HTML-CTPP2/Makefile | 2 | ||||
-rw-r--r-- | textproc/p5-HTML-CTPP2/distinfo | 6 | ||||
-rw-r--r-- | textproc/p5-HTML-CTPP2/pkg-descr | 9 |
3 files changed, 11 insertions, 6 deletions
diff --git a/textproc/p5-HTML-CTPP2/Makefile b/textproc/p5-HTML-CTPP2/Makefile index c8d5777a5e30..c92232eb85c6 100644 --- a/textproc/p5-HTML-CTPP2/Makefile +++ b/textproc/p5-HTML-CTPP2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= HTML-CTPP2 -PORTVERSION= 2.5.9 +PORTVERSION= 2.5.10 CATEGORIES= textproc perl5 MASTER_SITES= CPAN \ http://ctpp.havoc.ru/download/ diff --git a/textproc/p5-HTML-CTPP2/distinfo b/textproc/p5-HTML-CTPP2/distinfo index 5c4149db887a..cd7b6957c360 100644 --- a/textproc/p5-HTML-CTPP2/distinfo +++ b/textproc/p5-HTML-CTPP2/distinfo @@ -1,3 +1,3 @@ -MD5 (HTML-CTPP2-2.5.9.tar.gz) = 53b0f10a60412d339407b7f6df67be00 -SHA256 (HTML-CTPP2-2.5.9.tar.gz) = 65171de7dc039cfdd270ab6c306350a3853bed34f2bbe25fc473780b7d2d03a7 -SIZE (HTML-CTPP2-2.5.9.tar.gz) = 54800 +MD5 (HTML-CTPP2-2.5.10.tar.gz) = 281afcb3e8e5842bfa25d7181d5697e2 +SHA256 (HTML-CTPP2-2.5.10.tar.gz) = 85af07f29f951975f1b63c28e1344310e95d2eaa1a752106ee582ed379e513c4 +SIZE (HTML-CTPP2-2.5.10.tar.gz) = 54798 diff --git a/textproc/p5-HTML-CTPP2/pkg-descr b/textproc/p5-HTML-CTPP2/pkg-descr index 181af5cbaa87..c8f476dae9dd 100644 --- a/textproc/p5-HTML-CTPP2/pkg-descr +++ b/textproc/p5-HTML-CTPP2/pkg-descr @@ -1,3 +1,8 @@ -Templates like perl module HTML::Template +This module is very similar to Sam Tregar's HTML::Template module +but works much faster and contains extra functionality. -WWW: http://reki.ru/products/ctpp/ +The CTPP2 template language dialect contains 10 operators: <TMPL_var>, +<TMPL_if>, <TMPL_elsif>, <TMPL_else>, <TMPL_unless>, <TMPL_loop>, +<TMPL_foreach>, <TMPL_udf>, <TMPL_include> and <TMPL_comment>. + +WWW: http://ctpp.havoc.ru/en/ |