summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2008-07-15 09:15:03 +0000
committerabs <abs@pkgsrc.org>2008-07-15 09:15:03 +0000
commit76643d137021d502ef688a3b4b85a286d014e53f (patch)
tree7d3c681e19a0fd473fd4fbf04b2bec16687ef221 /www
parent4f65916d0747898c8270800b51bb8148e7ea3ca7 (diff)
downloadpkgsrc-76643d137021d502ef688a3b4b85a286d014e53f.tar.gz
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 (limited to 'www')
-rw-r--r--www/p5-Catalyst-Action-RenderView/DESCR10
-rw-r--r--www/p5-Catalyst-Action-RenderView/Makefile21
-rw-r--r--www/p5-Catalyst-Action-RenderView/distinfo5
3 files changed, 36 insertions, 0 deletions
diff --git a/www/p5-Catalyst-Action-RenderView/DESCR b/www/p5-Catalyst-Action-RenderView/DESCR
new file mode 100644
index 00000000000..7092f037050
--- /dev/null
+++ b/www/p5-Catalyst-Action-RenderView/DESCR
@@ -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 --git a/www/p5-Catalyst-Action-RenderView/Makefile b/www/p5-Catalyst-Action-RenderView/Makefile
new file mode 100644
index 00000000000..aebe05076a8
--- /dev/null
+++ b/www/p5-Catalyst-Action-RenderView/Makefile
@@ -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
+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 --git a/www/p5-Catalyst-Action-RenderView/distinfo b/www/p5-Catalyst-Action-RenderView/distinfo
new file mode 100644
index 00000000000..96400d4bd8e
--- /dev/null
+++ b/www/p5-Catalyst-Action-RenderView/distinfo
@@ -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