simple forwarder for catalyst, can be used for scaffolding, for instance
This commit is contained in:
parent
297becc61f
commit
6382a6a5c6
30
www/p5-Catalyst-Plugin-DefaultEnd/Makefile
Normal file
30
www/p5-Catalyst-Plugin-DefaultEnd/Makefile
Normal file
@ -0,0 +1,30 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2006/11/06 11:25:09 espie Exp $
|
||||
|
||||
COMMENT= "sensible default end action"
|
||||
|
||||
DISTNAME= Catalyst-Plugin-DefaultEnd-0.06
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
|
||||
MAINTAINER= Sean Comeau <scomeau@obscurity.org>
|
||||
|
||||
# same as perl
|
||||
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
|
||||
|
||||
PKG_ARCH= *
|
||||
|
||||
CONFIGURE_STYLE= perl modbuild
|
||||
|
||||
.include <bsd.port.mk>
|
4
www/p5-Catalyst-Plugin-DefaultEnd/distinfo
Normal file
4
www/p5-Catalyst-Plugin-DefaultEnd/distinfo
Normal file
@ -0,0 +1,4 @@
|
||||
MD5 (Catalyst-Plugin-DefaultEnd-0.06.tar.gz) = af50b78732e8e2b2461698f8e0ac8598
|
||||
RMD160 (Catalyst-Plugin-DefaultEnd-0.06.tar.gz) = 57bf25ca0f15bd39ae25ac6c6886f5e38ebe2a11
|
||||
SHA1 (Catalyst-Plugin-DefaultEnd-0.06.tar.gz) = f2efb73ef1c1a5a0060c5dbe8252694f7e4ccf0f
|
||||
SIZE (Catalyst-Plugin-DefaultEnd-0.06.tar.gz) = 3460
|
7
www/p5-Catalyst-Plugin-DefaultEnd/pkg/DESCR
Normal file
7
www/p5-Catalyst-Plugin-DefaultEnd/pkg/DESCR
Normal file
@ -0,0 +1,7 @@
|
||||
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 1 view, you can specify which one to use with the
|
||||
'view' config setting.
|
5
www/p5-Catalyst-Plugin-DefaultEnd/pkg/PLIST
Normal file
5
www/p5-Catalyst-Plugin-DefaultEnd/pkg/PLIST
Normal file
@ -0,0 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/11/06 11:25:09 espie Exp $
|
||||
${P5SITE}/Catalyst/
|
||||
${P5SITE}/Catalyst/Plugin/
|
||||
${P5SITE}/Catalyst/Plugin/DefaultEnd.pm
|
||||
@man man/man3p/Catalyst::Plugin::DefaultEnd.3p
|
Loading…
Reference in New Issue
Block a user