pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/p5-HTML-Template Updated to version 2.9.
details: https://anonhg.NetBSD.org/pkgsrc/rev/5c452d963c5f
branches: trunk
changeset: 528374:5c452d963c5f
user: heinz <heinz%pkgsrc.org@localhost>
date: Mon Apr 30 21:34:03 2007 +0000
description:
Updated to version 2.9.
Pkgsrc changes:
- Marked the package as supporting installation to DESTDIR.
Changes since version 2.7:
==========================
2.9 Mon Jan 29 15:54:03 EST 2007
- New Feature: the new force_untaint option makes sure you do not
pass tainted values to param(). [Sven Neuhaus]
- New Feature: Added ESCAPE=NONE as a synonym for ESCAPE=0. Fixed
both to work with default_escape. [cpan%punch.net@localhost]
- Bug Fix: DEFAULT didn't work with URL and JS escaping.
- Bug Fix: Long-standing bug where variables set in a loop weren't
available inside inner loops under global_vars if the variable
wasn't actually used in the outer loop. (Thanks to Richard Fein
for help debugging the fix.)
- Doc Fix: Changed references to CVS in the docs to Subversion now that
the switch is complete.
- Test Fix: At long last, the work from the Phalanx project has
been merged! The tests are now more complete and easier to work
on. Thanks Phalanx guys!
2.8 Wed Dec 21 18:37:39 EST 2005
- New Feature: the new default_escape option allows you to apply
escaping to all variables in a template. [Alex Kapranoff]
- Bug Fix: ESCAPE wasn't working on variables containing code-refs.
- Bug Fix: Changed HTML::Template to help sub-classes by called
_new_from_loop() via ref($self) rather than hard-coding the package
name. [Mark Stosberg]
- Bug Fix: Including more than one <tmpl_else> tag in <tmpl_unless> or
<tmpl_unless> now dies with an error message, instead of silently ignoring
one of the clauses. [Mitar and Mark Stosberg]
- Bug Fix: Fixed HTML::Template to re-evaluate conditions to handle
<tmpl_else>. This bug could cause HTML::Template to take both
branches of a conditional if a code-ref parameter returned a
different value when called a second time. [Emanuele Zeppieri]
diffstat:
www/p5-HTML-Template/Makefile | 6 +++---
www/p5-HTML-Template/distinfo | 8 ++++----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (36 lines):
diff -r 9c7a57787aa2 -r 5c452d963c5f www/p5-HTML-Template/Makefile
--- a/www/p5-HTML-Template/Makefile Mon Apr 30 21:27:31 2007 +0000
+++ b/www/p5-HTML-Template/Makefile Mon Apr 30 21:34:03 2007 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.19 2006/03/04 21:31:02 jlam Exp $
+# $NetBSD: Makefile,v 1.20 2007/04/30 21:34:03 heinz Exp $
-DISTNAME= HTML-Template-2.7
+DISTNAME= HTML-Template-2.9
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5htm
-PKGREVISION= 2
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/} \
${MASTER_SITE_SOURCEFORGE:=html-template/}
@@ -13,6 +12,7 @@
COMMENT= Perl5 module to create HTML templates with simple tags
PKG_INSTALLATION_TYPES= overwrite pkgviews
+PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/HTML/Template/.packlist
diff -r 9c7a57787aa2 -r 5c452d963c5f www/p5-HTML-Template/distinfo
--- a/www/p5-HTML-Template/distinfo Mon Apr 30 21:27:31 2007 +0000
+++ b/www/p5-HTML-Template/distinfo Mon Apr 30 21:34:03 2007 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2005/02/24 14:08:36 wiz Exp $
+$NetBSD: distinfo,v 1.7 2007/04/30 21:34:03 heinz Exp $
-SHA1 (HTML-Template-2.7.tar.gz) = f59cd412066b2b43c2e73f9232c4802da29ca2dd
-RMD160 (HTML-Template-2.7.tar.gz) = b44d75fb8b9e3c9ea380565202906ffa31bd7597
-Size (HTML-Template-2.7.tar.gz) = 62478 bytes
+SHA1 (HTML-Template-2.9.tar.gz) = e4017deb1e41f34bb578f0a401301b4825e5434c
+RMD160 (HTML-Template-2.9.tar.gz) = d478b274bdf542788300ada7f738d5927f5a60a6
+Size (HTML-Template-2.9.tar.gz) = 82558 bytes
Home |
Main Index |
Thread Index |
Old Index