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 Update p5-HTML-Template from vers...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1fb6ebdd6e1c
branches:  trunk
changeset: 485240:1fb6ebdd6e1c
user:      he <he%pkgsrc.org@localhost>
date:      Sun Dec 05 15:27:12 2004 +0000

description:
Update p5-HTML-Template from version 2.6 to 2.7.

Change log:

2.7 Thu Jun 24 12:00:00 2004
   - New Feature: Added javascript escaping with ESCAPE=JS. (Craig Manley)

   - Bug Fix: Improved cache keying to be sensitive to options which
              alter the compilation of templates (path, search_path,
              loop_context_vars and global_vars).  Calls to new() with
              different settings for any of these options will no longer pull
              incorrect cached objects.

   - Bug Fix: Added code to detect broken Perl 5.8.0 installs
              during installation (i.e. Redhat 8 and 9).

   - Bug Fix: Fixed parsing of ESCAPE='URL' (Paul Baker)

   - Bug Fix: Added check for empty filename passed to new().

   - Test Fix: Migrated tests to Test::More.  This will allow the
               easier introduction of new tests and the use of
               Devel::Cover. (Gabor Szabo)

diffstat:

 www/p5-HTML-Template/Makefile |  4 ++--
 www/p5-HTML-Template/distinfo |  6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (23 lines):

diff -r 3b3e2a642b50 -r 1fb6ebdd6e1c www/p5-HTML-Template/Makefile
--- a/www/p5-HTML-Template/Makefile     Sun Dec 05 15:25:59 2004 +0000
+++ b/www/p5-HTML-Template/Makefile     Sun Dec 05 15:27:12 2004 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2004/04/25 06:04:57 minskim Exp $
+# $NetBSD: Makefile,v 1.14 2004/12/05 15:27:12 he Exp $
 
-DISTNAME=              HTML-Template-2.6
+DISTNAME=              HTML-Template-2.7
 PKGNAME=               p5-${DISTNAME}
 SVR4_PKGNAME=          p5htm
 CATEGORIES=            www perl5
diff -r 3b3e2a642b50 -r 1fb6ebdd6e1c www/p5-HTML-Template/distinfo
--- a/www/p5-HTML-Template/distinfo     Sun Dec 05 15:25:59 2004 +0000
+++ b/www/p5-HTML-Template/distinfo     Sun Dec 05 15:27:12 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.4 2002/08/31 01:34:23 wiz Exp $
+$NetBSD: distinfo,v 1.5 2004/12/05 15:27:12 he Exp $
 
-SHA1 (HTML-Template-2.6.tar.gz) = 37bdb3e604b94281d105a9e40263bcc1fbe91460
-Size (HTML-Template-2.6.tar.gz) = 60820 bytes
+SHA1 (HTML-Template-2.7.tar.gz) = f59cd412066b2b43c2e73f9232c4802da29ca2dd
+Size (HTML-Template-2.7.tar.gz) = 62478 bytes



Home | Main Index | Thread Index | Old Index