diff --git a/www/p5-Catalyst-Action-RenderView/Makefile b/www/p5-Catalyst-Action-RenderView/Makefile new file mode 100644 index 00000000000..f79f4998fb2 --- /dev/null +++ b/www/p5-Catalyst-Action-RenderView/Makefile @@ -0,0 +1,28 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2006/11/04 20:19:23 espie Exp $ + +COMMENT= "sensible default end action for catalyst" + +DISTNAME= Catalyst-Action-RenderView-0.04 +PKGNAME= p5-${DISTNAME} +CATEGORIES= www perl5 + +MAINTAINER= Simon Dassow + +# Artistic + GPL +PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_FTP= Yes +PERMIT_DISTFILES_CDROM= Yes +PERMIT_DISTFILES_FTP= Yes + +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Catalyst/} + +RUN_DEPENDS= ::www/p5-Catalyst-Runtime +REGRESS_DEPENDS=${RUN_DEPENDS} \ + ::devel/p5-Test-Pod \ + ::devel/p5-Test-Pod-Coverage + +MAKE_ENV= TEST_POD=Yes + +CONFIGURE_STYLE=perl modbuild + +.include diff --git a/www/p5-Catalyst-Action-RenderView/distinfo b/www/p5-Catalyst-Action-RenderView/distinfo new file mode 100644 index 00000000000..65efb5db53a --- /dev/null +++ b/www/p5-Catalyst-Action-RenderView/distinfo @@ -0,0 +1,4 @@ +MD5 (Catalyst-Action-RenderView-0.04.tar.gz) = 95f0e438c073efa5e0930eda00304136 +RMD160 (Catalyst-Action-RenderView-0.04.tar.gz) = d1de7b69123b9e324036e3b4e05fac772b99eef2 +SHA1 (Catalyst-Action-RenderView-0.04.tar.gz) = f878f12251b30b9aa3d44f6484d7ad08c8ef6660 +SIZE (Catalyst-Action-RenderView-0.04.tar.gz) = 3723 diff --git a/www/p5-Catalyst-Action-RenderView/pkg/DESCR b/www/p5-Catalyst-Action-RenderView/pkg/DESCR new file mode 100644 index 00000000000..c7721385ed4 --- /dev/null +++ b/www/p5-Catalyst-Action-RenderView/pkg/DESCR @@ -0,0 +1,4 @@ +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. diff --git a/www/p5-Catalyst-Action-RenderView/pkg/PLIST b/www/p5-Catalyst-Action-RenderView/pkg/PLIST new file mode 100644 index 00000000000..c4303858108 --- /dev/null +++ b/www/p5-Catalyst-Action-RenderView/pkg/PLIST @@ -0,0 +1,4 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2006/11/04 20:19:23 espie Exp $ +${P5SITE}/Catalyst/Action/ +${P5SITE}/Catalyst/Action/RenderView.pm +@man man/man3p/Catalyst::Action::RenderView.3p