pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/p5-Template-Toolkit Update to 2.15:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/69b47ec8ef3d
branches:  trunk
changeset: 526030:69b47ec8ef3d
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Feb 27 12:50:13 2007 +0000

description:
Update to 2.15:

#------------------------------------------------------------------------
# Version 2.15 - 26th May 2006
#------------------------------------------------------------------------

Chomping Options
----------------

* Added the CHOMP_GREEDY option and '~' chomping flag.  Changed
  CHOMP_COLLAPSE to greedily chomp all whitespace (including multiple
  newlines) and replace it with a single space.  Previously it only
  chomped one line.  Renamed the CHOMP_ALL option to CHOMP_ONE which
  makes more sense.  CHOMP_ALL is still provided as an alias for
  CHOMP_ONE for backwards compatibility.  Thanks to Paul Seamons for
  doing all the hard work on this.

  http://tt2.org/pipermail/templates/2006-February/thread.html#8354

* Added code to the replace text virtual method to use a faster and
  simpler implementation if the replacement text doesn't contain any
  back references.  Thanks to Josh Rosenbaum for all his efforts on
  this.

  http://tt2.org/pipermail/templates/2006-February/008344.html

Stash
-----

* Changed various tests for private/hidden variables (starting '_'
  or '.') to use a regex defined in the $PRIVATE package variable in
  Template::Stash.  This can be redefined or undefined.  Note that
  the XS Stash only looks to see if $PRIVATE is defined or not, and
  currently hard-codes the regex.

Plugins
-------

* Changed the Image plugin tag() method to call the name() method
  instead of accessing the name directly, making it easier for
  subclasses to provide an alternate name.  Thanks to Cees Hek for
  his patch.

  http://tt2.org/pipermail/templates/2006-February/008423.html

* Change the AUTOLOAD regex in the Table plugin to be more robust.

  http://tt2.org/pipermail/templates/2006-May/008602.html

Documentation
-------------

* Added the Template::Toolkit documentation pointing people to
  the right place.

* Updated the Template::Stash::XS documentation to remove the
  "experimental" description and tidy things up a bit.

diffstat:

 www/p5-Template-Toolkit/Makefile |  5 ++---
 www/p5-Template-Toolkit/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r 9e2ffd536914 -r 69b47ec8ef3d www/p5-Template-Toolkit/Makefile
--- a/www/p5-Template-Toolkit/Makefile  Tue Feb 27 12:47:23 2007 +0000
+++ b/www/p5-Template-Toolkit/Makefile  Tue Feb 27 12:50:13 2007 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.23 2006/03/04 21:31:03 jlam Exp $
+# $NetBSD: Makefile,v 1.24 2007/02/27 12:50:13 wiz Exp $
 #
 
-DISTNAME=      Template-Toolkit-2.14
+DISTNAME=      Template-Toolkit-2.15
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   4
 SVR4_PKGNAME=  p5tto
 CATEGORIES=    www perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Template/}
diff -r 9e2ffd536914 -r 69b47ec8ef3d www/p5-Template-Toolkit/distinfo
--- a/www/p5-Template-Toolkit/distinfo  Tue Feb 27 12:47:23 2007 +0000
+++ b/www/p5-Template-Toolkit/distinfo  Tue Feb 27 12:50:13 2007 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2005/02/24 14:08:37 wiz Exp $
+$NetBSD: distinfo,v 1.6 2007/02/27 12:50:14 wiz Exp $
 
-SHA1 (Template-Toolkit-2.14.tar.gz) = 3508c9628d3a2962b15d9e7c47f1900704b620b9
-RMD160 (Template-Toolkit-2.14.tar.gz) = 60a79658f86575e5e1894ca289955ae33cc8ec33
-Size (Template-Toolkit-2.14.tar.gz) = 843175 bytes
+SHA1 (Template-Toolkit-2.15.tar.gz) = bff5a0e3b4fe33389e744633c35f4e0d0407d7f5
+RMD160 (Template-Toolkit-2.15.tar.gz) = 3ae0b829404373cce183ab3dd04f97c1a3f6144f
+Size (Template-Toolkit-2.15.tar.gz) = 778706 bytes



Home | Main Index | Thread Index | Old Index