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 to 2.91 and call it 2.9.1 ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/1c270fe03444
branches: trunk
changeset: 603761:1c270fe03444
user: wiz <wiz%pkgsrc.org@localhost>
date: Sat May 12 20:16:22 2012 +0000
description:
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@localhost and Michael Peters]
- Feature: RT #38189 - Allow clean XML style tags "<tmpl_var foo />"
to be used as well. [allard%byte.nl@localhost]
- 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@localhost]
- 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:
www/p5-HTML-Template/Makefile | 8 ++++----
www/p5-HTML-Template/distinfo | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)
diffs (36 lines):
diff -r 32b3ef6478a6 -r 1c270fe03444 www/p5-HTML-Template/Makefile
--- a/www/p5-HTML-Template/Makefile Sat May 12 18:10:39 2012 +0000
+++ b/www/p5-HTML-Template/Makefile Sat May 12 20:16:22 2012 +0000
@@ -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 @@
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
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 -r 32b3ef6478a6 -r 1c270fe03444 www/p5-HTML-Template/distinfo
--- a/www/p5-HTML-Template/distinfo Sat May 12 18:10:39 2012 +0000
+++ b/www/p5-HTML-Template/distinfo Sat May 12 20:16:22 2012 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index