Updating www/p5-Catalyst-View-TT from 0.29 to 0.30
pkgsrc changes: - Correcting license definition - prevent Module::Install::AutoInstall from installing Upstream changes: 0.30 2009-09-12 23:47:00 - Doc fixes: + Expand ::V:: to ::View:: (RT #45792) + Expand ::C:: to ::Controller:: and use $c->view('TT') where appropriate (bricas) + Add note about use CGI in a template making Catalyst hang (Gunnar Strand) - "use warnings" in Catalyst::View::TT and output from the TT helper - Expand TTSite documentation (RT #33838) - Added a test for direct rendering of a template from a view object, without a request. - Added support for running render with a undef context.
This commit is contained in:
parent
e59c843bc8
commit
233f9afaa0
2 changed files with 9 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.3 2009/05/01 18:26:50 sno Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2009/09/13 19:52:18 sno Exp $
|
||||
|
||||
DISTNAME= Catalyst-View-TT-0.29
|
||||
DISTNAME= Catalyst-View-TT-0.30
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Catalyst/}
|
||||
|
@ -8,7 +8,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Catalyst/}
|
|||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/dist/Catalyst-View-TT/
|
||||
COMMENT= Template Toolkit view class for Catalyst
|
||||
LICENSE= gnu-gpl-v2 # OR artistic
|
||||
LICENSE= ${PERL5_LICENSE}
|
||||
|
||||
DEPENDS+= p5-Catalyst-Runtime>=5.7000:../../www/p5-Catalyst-Runtime
|
||||
DEPENDS+= p5-Class-Accessor>=0:../../devel/p5-Class-Accessor
|
||||
|
@ -20,6 +20,8 @@ DEPENDS+= p5-Template-Provider-Encoding-[0-9]*:../../www/p5-Template-Provider-En
|
|||
|
||||
USE_LANGUAGES= # empty
|
||||
PERL5_PACKLIST= auto/Catalyst/View/TT/.packlist
|
||||
#PERL5_MODULE_TYPE= Module::Install::Bundled
|
||||
MAKE_PARAMS+= --skipdeps
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.2 2009/05/01 18:26:50 sno Exp $
|
||||
$NetBSD: distinfo,v 1.3 2009/09/13 19:52:18 sno Exp $
|
||||
|
||||
SHA1 (Catalyst-View-TT-0.29.tar.gz) = 6d151a7da4d9b1c0dc79e4061cf767ab5b811d8e
|
||||
RMD160 (Catalyst-View-TT-0.29.tar.gz) = 6b770c5524eea582a0bd21635a5ab34084e802ec
|
||||
Size (Catalyst-View-TT-0.29.tar.gz) = 33382 bytes
|
||||
SHA1 (Catalyst-View-TT-0.30.tar.gz) = 8cf29e19a9796588667f2ea058331d8a9ca87538
|
||||
RMD160 (Catalyst-View-TT-0.30.tar.gz) = 2ec88fa31de33111da2d208d389fdeaf7f2ac305
|
||||
Size (Catalyst-View-TT-0.30.tar.gz) = 39282 bytes
|
||||
|
|
Loading…
Reference in a new issue