default view forwarder for catalyst
does not pass a few of its pod regression tests at the moment.
This commit is contained in:
parent
01d7bf6a1d
commit
53b9f33d47
28
www/p5-Catalyst-Action-RenderView/Makefile
Normal file
28
www/p5-Catalyst-Action-RenderView/Makefile
Normal file
@ -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 <janus@errornet.de>
|
||||
|
||||
# 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 <bsd.port.mk>
|
4
www/p5-Catalyst-Action-RenderView/distinfo
Normal file
4
www/p5-Catalyst-Action-RenderView/distinfo
Normal file
@ -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
|
4
www/p5-Catalyst-Action-RenderView/pkg/DESCR
Normal file
4
www/p5-Catalyst-Action-RenderView/pkg/DESCR
Normal file
@ -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.
|
4
www/p5-Catalyst-Action-RenderView/pkg/PLIST
Normal file
4
www/p5-Catalyst-Action-RenderView/pkg/PLIST
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user