diff options
author | wiz <wiz> | 2002-08-31 01:34:23 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-08-31 01:34:23 +0000 |
commit | b4e03a56a63a40572178e375dc1c3f9498c46ac9 (patch) | |
tree | c326bdd6241ffe9685f59d45f951e9cd4d7d4aaa /www | |
parent | 0285331bfd581ec9334ba37569517082581c2d8d (diff) | |
download | pkgsrc-b4e03a56a63a40572178e375dc1c3f9498c46ac9.tar.gz |
Update to 2.6:
- New Feature: HTML::Template will combine HTML_TEMPLATE_ROOT
environment variable and path option if both are
available. (Jesse Erlbaum)
- New Feature: __counter__ variable now available when
loop_context_vars is set (Simran Gambhir)
- New Feature: The default attribute allows you to specify
defaults for <tmpl_var> tags.
- Bug Fix: fixed parser to reject <tmpl_var>s with no names.
(crazyinsomniac)
- Doc Fix: fixed documentation to correctly describe the
interaction of case_sensitive and loop_context_vars.
(Peter Claus Lamprecht)
- Doc Fix: updated mailing-list information to reflect move from
vm.com to sourceforge.net
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-HTML-Template/Makefile | 8 | ||||
-rw-r--r-- | www/p5-HTML-Template/distinfo | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/www/p5-HTML-Template/Makefile b/www/p5-HTML-Template/Makefile index 0cc9c1e654e..4de8ed94492 100644 --- a/www/p5-HTML-Template/Makefile +++ b/www/p5-HTML-Template/Makefile @@ -1,12 +1,14 @@ -# $NetBSD: Makefile,v 1.6 2002/03/22 12:08:54 uebayasi Exp $ +# $NetBSD: Makefile,v 1.7 2002/08/31 01:34:23 wiz Exp $ -DISTNAME= HTML-Template-2.5 +DISTNAME= HTML-Template-2.6 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5htm CATEGORIES= www perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/} +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/} \ + ${MASTER_SITE_SOURCEFORGE:=html-template/} MAINTAINER= jlam@netbsd.org +HOMEPAGE= http://html-template.sourceforge.net/ COMMENT= perl5 module to create HTML templates by extending HTML with simple tags USE_BUILDLINK_ONLY= YES diff --git a/www/p5-HTML-Template/distinfo b/www/p5-HTML-Template/distinfo index fd8eef3797c..52fae313707 100644 --- a/www/p5-HTML-Template/distinfo +++ b/www/p5-HTML-Template/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.3 2002/03/22 14:30:03 taca Exp $ +$NetBSD: distinfo,v 1.4 2002/08/31 01:34:23 wiz Exp $ -SHA1 (HTML-Template-2.5.tar.gz) = 3e2a3d2d10e7f742bebab44bd1bdd5c9636f012c -Size (HTML-Template-2.5.tar.gz) = 58509 bytes +SHA1 (HTML-Template-2.6.tar.gz) = 37bdb3e604b94281d105a9e40263bcc1fbe91460 +Size (HTML-Template-2.6.tar.gz) = 60820 bytes |