diff options
author | he <he@pkgsrc.org> | 2004-12-05 15:27:12 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2004-12-05 15:27:12 +0000 |
commit | df87f2154ade0ae6a1e94618ce9e305987e14f7f (patch) | |
tree | a225505abc423982d39f549d22f88ca5ae962040 /www/p5-HTML-Template | |
parent | 750408e6c852ad5e522a1c6a2876140d37d72829 (diff) | |
download | pkgsrc-df87f2154ade0ae6a1e94618ce9e305987e14f7f.tar.gz |
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 (limited to 'www/p5-HTML-Template')
-rw-r--r-- | www/p5-HTML-Template/Makefile | 4 | ||||
-rw-r--r-- | www/p5-HTML-Template/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/www/p5-HTML-Template/Makefile b/www/p5-HTML-Template/Makefile index 09ee300ee45..5027f0c5acd 100644 --- a/www/p5-HTML-Template/Makefile +++ b/www/p5-HTML-Template/Makefile @@ -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 --git a/www/p5-HTML-Template/distinfo b/www/p5-HTML-Template/distinfo index 52fae313707..ca816f8bf75 100644 --- a/www/p5-HTML-Template/distinfo +++ b/www/p5-HTML-Template/distinfo @@ -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 |