New port, www/p5-Catalyst-Action-RenderView, Sensible default end action for Catalyst
This commit is contained in:
parent
582b205e83
commit
54524fb9b8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=167505
5 changed files with 45 additions and 0 deletions
|
@ -515,6 +515,7 @@
|
|||
SUBDIR += p5-CGI.pm
|
||||
SUBDIR += p5-CGI_Lite
|
||||
SUBDIR += p5-Catalyst
|
||||
SUBDIR += p5-Catalyst-Action-RenderView
|
||||
SUBDIR += p5-Catalyst-Engine-Apache
|
||||
SUBDIR += p5-Catalyst-Enzyme
|
||||
SUBDIR += p5-Catalyst-Example-InstantCRUD
|
||||
|
|
29
www/p5-Catalyst-Action-RenderView/Makefile
Normal file
29
www/p5-Catalyst-Action-RenderView/Makefile
Normal file
|
@ -0,0 +1,29 @@
|
|||
# New ports collection makefile for: www/p5-Catalyst-Action-RenderView
|
||||
# Date created: July 11, 2006
|
||||
# Whom: Lars Balker Rasmussen <lbr@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Catalyst-Action-RenderView
|
||||
PORTVERSION= 0.04
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Catalyst
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= lbr@FreeBSD.org
|
||||
COMMENT= Sensible default end action for Catalyst
|
||||
|
||||
BUILD_DEPENDS= p5-Catalyst-Runtime>=5.70:${PORTSDIR}/www/p5-Catalyst-Runtime
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
|
||||
MAN3= Catalyst::Action::RenderView.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.if ${PERL_LEVEL} < 500800
|
||||
IGNORE= requires perl 5.8.0 or later. Install lang/perl5.8 and try again
|
||||
.endif
|
||||
.include <bsd.port.post.mk>
|
3
www/p5-Catalyst-Action-RenderView/distinfo
Normal file
3
www/p5-Catalyst-Action-RenderView/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (Catalyst-Action-RenderView-0.04.tar.gz) = 95f0e438c073efa5e0930eda00304136
|
||||
SHA256 (Catalyst-Action-RenderView-0.04.tar.gz) = 2618cfb95b7a9943abbe6135efbd27c817689171a33f75960bdc68450922eb14
|
||||
SIZE (Catalyst-Action-RenderView-0.04.tar.gz) = 3723
|
9
www/p5-Catalyst-Action-RenderView/pkg-descr
Normal file
9
www/p5-Catalyst-Action-RenderView/pkg-descr
Normal file
|
@ -0,0 +1,9 @@
|
|||
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 ""$c->view($name)" in "Catalyst".)
|
||||
|
||||
WWW: http://search.cpan.org/dist/Catalyst-Action-RenderView/
|
3
www/p5-Catalyst-Action-RenderView/pkg-plist
Normal file
3
www/p5-Catalyst-Action-RenderView/pkg-plist
Normal file
|
@ -0,0 +1,3 @@
|
|||
%%SITE_PERL%%/Catalyst/Action/RenderView.pm
|
||||
@dirrmtry %%SITE_PERL%%/Catalyst/Action
|
||||
@dirrmtry %%SITE_PERL%%/Catalyst
|
Loading…
Reference in a new issue