pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/p5-Catalyst-Action-RenderView Added www/p5-Catalys...
details: https://anonhg.NetBSD.org/pkgsrc/rev/5f420e546a39
branches: trunk
changeset: 544477:5f420e546a39
user: abs <abs%pkgsrc.org@localhost>
date: Tue Jul 15 09:15:03 2008 +0000
description:
Added www/p5-Catalyst-Action-RenderView version 0.08
The final rendering action for the Catalyst web framework.
This action implements a sensible default end action, which will
forward to the first available view, unless status is set to 3xx,
or there is a response body. It also allows you to pass dump_info=1
to the url in order to force a debug screen, while in debug mode.
If you have more than one view, you can specify which one to use
with the default_view config setting (see Catalyst's $c->view($name)
method).
diffstat:
www/p5-Catalyst-Action-RenderView/DESCR | 10 ++++++++++
www/p5-Catalyst-Action-RenderView/Makefile | 21 +++++++++++++++++++++
www/p5-Catalyst-Action-RenderView/distinfo | 5 +++++
3 files changed, 36 insertions(+), 0 deletions(-)
diffs (48 lines):
diff -r e01a2a55252e -r 5f420e546a39 www/p5-Catalyst-Action-RenderView/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-Catalyst-Action-RenderView/DESCR Tue Jul 15 09:15:03 2008 +0000
@@ -0,0 +1,10 @@
+The final rendering action for the Catalyst web framework.
+
+This action implements a sensible default end action, which will
+forward to the first available view, unless status is set to 3xx,
+or there is a response body. It also allows you to pass dump_info=1
+to the url in order to force a debug screen, while in debug mode.
+
+If you have more than one view, you can specify which one to use
+with the default_view config setting (see Catalyst's $c->view($name)
+method).
diff -r e01a2a55252e -r 5f420e546a39 www/p5-Catalyst-Action-RenderView/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-Catalyst-Action-RenderView/Makefile Tue Jul 15 09:15:03 2008 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/07/15 09:15:03 abs Exp $
+
+DISTNAME= Catalyst-Action-RenderView-0.08
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= www perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Catalyst/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://search.cpan.org/dist/Catalyst-Action-RenderView/
+COMMENT= Catalyst render action target
+
+DEPENDS+= p5-Catalyst-Runtime>=5.70:../../www/p5-Catalyst-Runtime
+DEPENDS+= p5-Data-Visitor>=0.08:../../devel/p5-Data-Visitor
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/Catalyst/Action/RenderView/.packlist
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r e01a2a55252e -r 5f420e546a39 www/p5-Catalyst-Action-RenderView/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-Catalyst-Action-RenderView/distinfo Tue Jul 15 09:15:03 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/07/15 09:15:03 abs Exp $
+
+SHA1 (Catalyst-Action-RenderView-0.08.tar.gz) = 06b84ad5bef639d042405be9e944f98031d52f19
+RMD160 (Catalyst-Action-RenderView-0.08.tar.gz) = c89ae2b7f680e34abb944f2c0a6e66bf7e9a812f
+Size (Catalyst-Action-RenderView-0.08.tar.gz) = 20856 bytes
Home |
Main Index |
Thread Index |
Old Index