pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/p5-Template-Declare Update from version 0.30 ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/146c60e0a999
branches: trunk
changeset: 554948:146c60e0a999
user: he <he%pkgsrc.org@localhost>
date: Sun Feb 22 16:26:11 2009 +0000
description:
Update from version 0.30 to 0.37.
Pkgsrc changes:
o Add p5-String-BufferStack as a dependency.
Upstream changes:
0.37 - 2009-02-19
* Make HTML::Lint an optional dependency
0.36 - 2009-02-05
* Hint to the source of the buffer using a 'from' argument. This
allows us to inspect the call stack by looking at the buffer stack.
0.35 - 2009-01-20
* Buffers have been moved to using String::BufferStack, for better
interopability with other templating systems. Code which
manipulated Template::Declare::Buffer objects by hand may need to be
adjusted.
0.31_01 - 2008-12-19
* INCOMPATIBLE: there were inconsistency in arguments passing.
show in TD::Tags could pass arguments into template as array
reference depending on a way it's called. Now arguments
are always passwed the same way they passed into show.
This change is only backwards incompatible for those who
were using this incorrect behaviour.
* stringify argument in TD::Buffer::append as we can deal with
an object with overloaded stringification that puts data into
buffer when stringified
* correctly escape objects with overloaded stringification
* use less buffers for operations and a few other small optimizations
diffstat:
textproc/p5-Template-Declare/Makefile | 5 +++--
textproc/p5-Template-Declare/distinfo | 8 ++++----
2 files changed, 7 insertions(+), 6 deletions(-)
diffs (33 lines):
diff -r ce9dc9c7d17e -r 146c60e0a999 textproc/p5-Template-Declare/Makefile
--- a/textproc/p5-Template-Declare/Makefile Sun Feb 22 16:21:21 2009 +0000
+++ b/textproc/p5-Template-Declare/Makefile Sun Feb 22 16:26:11 2009 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2009/01/11 16:21:43 he Exp $
+# $NetBSD: Makefile,v 1.4 2009/02/22 16:26:11 he Exp $
-DISTNAME= Template-Declare-0.30
+DISTNAME= Template-Declare-0.37
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Template/}
@@ -17,6 +17,7 @@
DEPENDS+= p5-Class-Accessor-[0-9]*:../../devel/p5-Class-Accessor
DEPENDS+= p5-Class-Data-Inheritable-[0-9]*:../../devel/p5-Class-Data-Inheritable
DEPENDS+= p5-Class-ISA-[0-9]*:../../devel/p5-Class-ISA
+DEPENDS+= p5-String-BufferStack>=1.1:../../textproc/p5-String-BufferStack
BUILD_DEPENDS+= p5-HTML-Lint-[0-9]*:../../www/p5-HTML-Lint
BUILD_DEPENDS+= p5-Test-Warn-[0-9]*:../../devel/p5-Test-Warn
diff -r ce9dc9c7d17e -r 146c60e0a999 textproc/p5-Template-Declare/distinfo
--- a/textproc/p5-Template-Declare/distinfo Sun Feb 22 16:21:21 2009 +0000
+++ b/textproc/p5-Template-Declare/distinfo Sun Feb 22 16:26:11 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2009/01/11 16:21:43 he Exp $
+$NetBSD: distinfo,v 1.3 2009/02/22 16:26:11 he Exp $
-SHA1 (Template-Declare-0.30.tar.gz) = efd97a4e38d8b69e14bea381e58c1e33924bf28f
-RMD160 (Template-Declare-0.30.tar.gz) = aa3900e22b1787c39fcf1b71d6217faca8309ddb
-Size (Template-Declare-0.30.tar.gz) = 53526 bytes
+SHA1 (Template-Declare-0.37.tar.gz) = 09e846090da4343fa217e1d1c9f9129fa6dd5b07
+RMD160 (Template-Declare-0.37.tar.gz) = 74ef61eb3869a745e58eac54fc4a113cb220345c
+Size (Template-Declare-0.37.tar.gz) = 61204 bytes
Home |
Main Index |
Thread Index |
Old Index