From 6c5daad9a8c34238b4add1483b1e396fa4d4eee3 Mon Sep 17 00:00:00 2001 From: he Date: Sun, 22 Feb 2009 16:26:11 +0000 Subject: 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 --- textproc/p5-Template-Declare/Makefile | 5 +++-- textproc/p5-Template-Declare/distinfo | 8 ++++---- 2 files changed, 7 insertions(+), 6 deletions(-) (limited to 'textproc/p5-Template-Declare') 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 -- cgit v1.2.3