diff options
author | wiz <wiz> | 2003-10-03 13:54:00 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-10-03 13:54:00 +0000 |
commit | ee4db722e6580601e56552a202334707d78e0b94 (patch) | |
tree | 9d2f7890ba038d0e31fe0b09f75c28e0503afafa /www/p5-Template-Toolkit | |
parent | 08426e6cdd5e98ccf6db7280f375c5fadd381a9a (diff) | |
download | pkgsrc-ee4db722e6580601e56552a202334707d78e0b94.tar.gz |
Update to 2.10; wildcard dependency on tex.
Version 2.10 provides a few trivial new features and applies fixes to
some small bugs. For example, you can now use IN instead of = in a
loop, e.g. FOREACH item IN list. The WRAPPER configuration option is
new, and Template::Context and Template::Stash now both implement
define_vmethod() methods which make it easier to define new virtual
methods.
Version 2.09 contained mostly bug fixes and minor enhancements.
Version 2.08 added compile time constant folding which can result in a
significant performance boost when processing templates. It also
offered several other minor enhancements and bug fixes.
Diffstat (limited to 'www/p5-Template-Toolkit')
-rw-r--r-- | www/p5-Template-Toolkit/Makefile | 6 | ||||
-rw-r--r-- | www/p5-Template-Toolkit/PLIST | 14 | ||||
-rw-r--r-- | www/p5-Template-Toolkit/distinfo | 6 |
3 files changed, 19 insertions, 7 deletions
diff --git a/www/p5-Template-Toolkit/Makefile b/www/p5-Template-Toolkit/Makefile index 3690f172a1c..191a1504788 100644 --- a/www/p5-Template-Toolkit/Makefile +++ b/www/p5-Template-Toolkit/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2003/07/22 04:14:34 martti Exp $ +# $NetBSD: Makefile,v 1.9 2003/10/03 13:54:00 wiz Exp $ # -DISTNAME= Template-Toolkit-2.07 +DISTNAME= Template-Toolkit-2.10 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5tto CATEGORIES= www perl5 @@ -24,7 +24,7 @@ DEPENDS+= p5-Text-Autoformat-[0-9]*:../../textproc/p5-Text-Autoformat DEPENDS+= p5-XML-Parser>=2.30:../../textproc/p5-XML-Parser DEPENDS+= p5-XML-RSS>=0.9:../../textproc/p5-XML-RSS DEPENDS+= p5-XML-XPath>=1.08:../../textproc/p5-XML-XPath -DEPENDS+= teTeX>=1.0.7:../../print/teTeX +DEPENDS+= {teTeX>=1.0.7,teTeX2>=2.0}:../../print/teTeX USE_BUILDLINK2= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Template/.packlist diff --git a/www/p5-Template-Toolkit/PLIST b/www/p5-Template-Toolkit/PLIST index 4c6a2bc3640..115b2585417 100644 --- a/www/p5-Template-Toolkit/PLIST +++ b/www/p5-Template-Toolkit/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2002/05/29 15:10:59 uebayasi Exp $ +@comment $NetBSD: PLIST,v 1.3 2003/10/03 13:54:00 wiz Exp $ share/tt2/docs/README share/tt2/docs/html/FAQ/FAQ.html share/tt2/docs/html/FAQ/index.html @@ -15,6 +15,7 @@ share/tt2/docs/html/Manual/Intro.html share/tt2/docs/html/Manual/Plugins.html share/tt2/docs/html/Manual/Refs.html share/tt2/docs/html/Manual/Syntax.html +share/tt2/docs/html/Manual/VMethods.html share/tt2/docs/html/Manual/Variables.html share/tt2/docs/html/Manual/Views.html share/tt2/docs/html/Manual/index.html @@ -27,6 +28,7 @@ share/tt2/docs/html/Modules/Template/Document.html share/tt2/docs/html/Modules/Template/Exception.html share/tt2/docs/html/Modules/Template/Filters.html share/tt2/docs/html/Modules/Template/Iterator.html +share/tt2/docs/html/Modules/Template/Namespace/Constants.html share/tt2/docs/html/Modules/Template/Parser.html share/tt2/docs/html/Modules/Template/Plugin.html share/tt2/docs/html/Modules/Template/Plugin/Autoformat.html @@ -56,8 +58,11 @@ share/tt2/docs/html/Modules/Template/Plugin/GD/Text.html share/tt2/docs/html/Modules/Template/Plugin/GD/Text/Align.html share/tt2/docs/html/Modules/Template/Plugin/GD/Text/Wrap.html share/tt2/docs/html/Modules/Template/Plugin/HTML.html +share/tt2/docs/html/Modules/Template/Plugin/Image.html share/tt2/docs/html/Modules/Template/Plugin/Iterator.html +share/tt2/docs/html/Modules/Template/Plugin/Math.html share/tt2/docs/html/Modules/Template/Plugin/Pod.html +share/tt2/docs/html/Modules/Template/Plugin/Procedural.html share/tt2/docs/html/Modules/Template/Plugin/String.html share/tt2/docs/html/Modules/Template/Plugin/Table.html share/tt2/docs/html/Modules/Template/Plugin/URL.html @@ -116,6 +121,7 @@ share/tt2/docs/src/Manual/Intro.html share/tt2/docs/src/Manual/Plugins.html share/tt2/docs/src/Manual/Refs.html share/tt2/docs/src/Manual/Syntax.html +share/tt2/docs/src/Manual/VMethods.html share/tt2/docs/src/Manual/Variables.html share/tt2/docs/src/Manual/Views.html share/tt2/docs/src/Manual/index.html @@ -128,6 +134,7 @@ share/tt2/docs/src/Modules/Template/Document.html share/tt2/docs/src/Modules/Template/Exception.html share/tt2/docs/src/Modules/Template/Filters.html share/tt2/docs/src/Modules/Template/Iterator.html +share/tt2/docs/src/Modules/Template/Namespace/Constants.html share/tt2/docs/src/Modules/Template/Parser.html share/tt2/docs/src/Modules/Template/Plugin.html share/tt2/docs/src/Modules/Template/Plugin/Autoformat.html @@ -157,8 +164,11 @@ share/tt2/docs/src/Modules/Template/Plugin/GD/Text.html share/tt2/docs/src/Modules/Template/Plugin/GD/Text/Align.html share/tt2/docs/src/Modules/Template/Plugin/GD/Text/Wrap.html share/tt2/docs/src/Modules/Template/Plugin/HTML.html +share/tt2/docs/src/Modules/Template/Plugin/Image.html share/tt2/docs/src/Modules/Template/Plugin/Iterator.html +share/tt2/docs/src/Modules/Template/Plugin/Math.html share/tt2/docs/src/Modules/Template/Plugin/Pod.html +share/tt2/docs/src/Modules/Template/Plugin/Procedural.html share/tt2/docs/src/Modules/Template/Plugin/String.html share/tt2/docs/src/Modules/Template/Plugin/Table.html share/tt2/docs/src/Modules/Template/Plugin/URL.html @@ -1365,6 +1375,7 @@ share/tt2/templates/splash/ttpower @dirrm share/tt2/docs/src/Modules/Template/Plugin/GD/Graph @dirrm share/tt2/docs/src/Modules/Template/Plugin/GD @dirrm share/tt2/docs/src/Modules/Template/Plugin +@dirrm share/tt2/docs/src/Modules/Template/Namespace @dirrm share/tt2/docs/src/Modules/Template @dirrm share/tt2/docs/src/Modules @dirrm share/tt2/docs/src/Manual @@ -1382,6 +1393,7 @@ share/tt2/templates/splash/ttpower @dirrm share/tt2/docs/html/Modules/Template/Plugin/GD/Graph @dirrm share/tt2/docs/html/Modules/Template/Plugin/GD @dirrm share/tt2/docs/html/Modules/Template/Plugin +@dirrm share/tt2/docs/html/Modules/Template/Namespace @dirrm share/tt2/docs/html/Modules/Template @dirrm share/tt2/docs/html/Modules @dirrm share/tt2/docs/html/Manual diff --git a/www/p5-Template-Toolkit/distinfo b/www/p5-Template-Toolkit/distinfo index 8df56ede1d9..a63fa6389f0 100644 --- a/www/p5-Template-Toolkit/distinfo +++ b/www/p5-Template-Toolkit/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2002/05/29 15:10:59 uebayasi Exp $ +$NetBSD: distinfo,v 1.3 2003/10/03 13:54:00 wiz Exp $ -SHA1 (Template-Toolkit-2.07.tar.gz) = 4c6afc336261afd713afc116374d9399c259c352 -Size (Template-Toolkit-2.07.tar.gz) = 780616 bytes +SHA1 (Template-Toolkit-2.10.tar.gz) = aa2c1fce9487e2a2214e90946388090b3cd5b807 +Size (Template-Toolkit-2.10.tar.gz) = 823990 bytes |