summaryrefslogtreecommitdiff
path: root/textproc/p5-Template-Declare
diff options
context:
space:
mode:
authorhe <he>2009-02-22 16:26:11 +0000
committerhe <he>2009-02-22 16:26:11 +0000
commit6c5daad9a8c34238b4add1483b1e396fa4d4eee3 (patch)
treecc14b3c0ac3a5a575c722e7b0f8b5386f390efb4 /textproc/p5-Template-Declare
parent142f36c3e7b4a84bc2337f7b03779d0d957e7f0f (diff)
downloadpkgsrc-6c5daad9a8c34238b4add1483b1e396fa4d4eee3.tar.gz
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 (limited to 'textproc/p5-Template-Declare')
-rw-r--r--textproc/p5-Template-Declare/Makefile5
-rw-r--r--textproc/p5-Template-Declare/distinfo8
2 files changed, 7 insertions, 6 deletions
diff --git a/textproc/p5-Template-Declare/Makefile b/textproc/p5-Template-Declare/Makefile
index 8fe188714a9..18f9d1d4b75 100644
--- a/textproc/p5-Template-Declare/Makefile
+++ b/textproc/p5-Template-Declare/Makefile
@@ -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 @@ PERL5_PACKLIST= auto/Template/Declare/.packlist
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 --git a/textproc/p5-Template-Declare/distinfo b/textproc/p5-Template-Declare/distinfo
index c081795f561..134c23352ce 100644
--- a/textproc/p5-Template-Declare/distinfo
+++ b/textproc/p5-Template-Declare/distinfo
@@ -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