summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2012-05-12 20:16:22 +0000
committerwiz <wiz@pkgsrc.org>2012-05-12 20:16:22 +0000
commitd8876c928313e6731370e4cdcc4046a707e72980 (patch)
tree5456cba9a7e8941e21d474a48378209e380b66c3 /www
parentbf641c4cba750b13ed0d63f00cf076a2c2d91123 (diff)
downloadpkgsrc-d8876c928313e6731370e4cdcc4046a707e72980.tar.gz
Update to 2.91 and call it 2.9.1 because previous was 2.9 and I don't trust
perl module version numbers :) Changes: 2.91 Fri Mar 30 2012 - Feature: RT #18901 - Added new utf8 option to make it really simple to use UTF-8 encoded templates [Michael Peters] - Feature: RT #30586 - Added new open_mode option to allow for Perl IO layers to interact when using open() on the template files [moritz@faui2k3.org and Michael Peters] - Feature: RT #38189 - Allow clean XML style tags "<tmpl_var foo />" to be used as well. [allard@byte.nl] - Feature: RT #46285 - Added support for lazily-evaluated coderefs for TMPL_LOOPs. [Justin DeVuyst and Michael Peters] - Feature: RT #64797 - Added new option die_on_missing_include (defaults to true) that allows users to turn off the behavior of dieing when an include can't be found [Zdenek Styblik and Michael Peters] - Feature: Add new cache_lazy_vars option so that the values from coderefs used for TMPL_VARs can be cached and the coderef not run multiple times [Michael Peters] - Feature: Add new cache_lazy_loops option so that the values from coderefs used for TMPL_LOOPs can be cached and the coderef not run multiple times [Michael Peters] - Feature: Added __even__, __outer__ and __index__ loop context vars. [Michael Peters] - Bug Fix: RT #26456 - force_untaint can't work in Perl < 5.8.0 [admin@photoresearchers.com] - Bug Fix: RT #67663 - remove warning under Perl > 5.14.0 about using tied with a file handle without "*" [RENEEB, TODDR and Michael Peters] - Bug Fix: RT #35534 - Using the same loop multiple times with different vars will no longer cause an error if die_on_bad_params is set. [Ron Savage & Michael Peters] - Bug Fix: RT #38325 - Give a better error message if param() is set with a reference to a reference. [Mark Stosberg & Michael Peters] - Test Fix: RT #26103 - t/05-blind-cache.t no longer modifies the distribution during the tests but instead uses temp files [Jan Dubois and Michael Peters] - Test Fix: Tests that create and modify files now use temp files and file_cache_dir is always a temp directory [Michael Peters] - Doc Fix: Using more POD formatting [Michael Peters] - Doc Fix: RT #46244 - fix broken link to tutorial [Michael Peters] - Doc Fix: RT #60282 - fix various mispellings [Florian Ernst] - Doc Fix: RT #60283 - fix broken HTML example [Florian Ernst] - Doc Fix: RT #60284 - fix broken POD [Florian Ernst and Michael Peters] - Development: Moved development to GitHub (https://github.com/mpeters/html-template) - Development: Switched to using Dist::Zilla internally for release management - Development: Added Michael Peters as co-maintainer
Diffstat (limited to 'www')
-rw-r--r--www/p5-HTML-Template/Makefile8
-rw-r--r--www/p5-HTML-Template/distinfo8
2 files changed, 8 insertions, 8 deletions
diff --git a/www/p5-HTML-Template/Makefile b/www/p5-HTML-Template/Makefile
index 9eb4f968aff..b4341ce9e0b 100644
--- a/www/p5-HTML-Template/Makefile
+++ b/www/p5-HTML-Template/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.23 2011/08/14 16:05:55 obache Exp $
+# $NetBSD: Makefile,v 1.24 2012/05/12 20:16:22 wiz Exp $
-DISTNAME= HTML-Template-2.9
-PKGNAME= p5-${DISTNAME}
-PKGREVISION= 3
+DISTNAME= HTML-Template-2.91
+PKGNAME= p5-${DISTNAME:S/91/9.1/}
SVR4_PKGNAME= p5htm
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/} \
@@ -11,6 +10,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/} \
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://html-template.sourceforge.net/
COMMENT= Perl5 module to create HTML templates with simple tags
+LICENSE= ${PERL5_LICENSE}
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
diff --git a/www/p5-HTML-Template/distinfo b/www/p5-HTML-Template/distinfo
index 98b0afca5dc..8c696916480 100644
--- a/www/p5-HTML-Template/distinfo
+++ b/www/p5-HTML-Template/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2007/04/30 21:34:03 heinz Exp $
+$NetBSD: distinfo,v 1.8 2012/05/12 20:16:22 wiz Exp $
-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
+SHA1 (HTML-Template-2.91.tar.gz) = ec150a8f8b4995ace219876af8eb8db380bedee3
+RMD160 (HTML-Template-2.91.tar.gz) = 3126bf9a072462279af7e35aa0495f9626076523
+Size (HTML-Template-2.91.tar.gz) = 89335 bytes