diff options
author | heinz <heinz@pkgsrc.org> | 2007-04-30 21:34:03 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2007-04-30 21:34:03 +0000 |
commit | 1a81bf830a3cac3508cb94ad1ebfa3c7a0dfc194 (patch) | |
tree | 58337c34c35aba67c8e0c5788500f687faf80c52 | |
parent | 42d0dfc3c8e642b4733f4123fc96c5b63a966299 (diff) | |
download | pkgsrc-1a81bf830a3cac3508cb94ad1ebfa3c7a0dfc194.tar.gz |
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]
- 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]
-rw-r--r-- | www/p5-HTML-Template/Makefile | 6 | ||||
-rw-r--r-- | www/p5-HTML-Template/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/www/p5-HTML-Template/Makefile b/www/p5-HTML-Template/Makefile index 192f7b39554..39127e38db1 100644 --- a/www/p5-HTML-Template/Makefile +++ b/www/p5-HTML-Template/Makefile @@ -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 @@ HOMEPAGE= http://html-template.sourceforge.net/ 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 --git a/www/p5-HTML-Template/distinfo b/www/p5-HTML-Template/distinfo index 4fba5efe171..98b0afca5dc 100644 --- a/www/p5-HTML-Template/distinfo +++ b/www/p5-HTML-Template/distinfo @@ -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 |