New port: www/p5-Catalyst-Controller-FormBuilder, Catalyst FormBuilder Base Controller

This commit is contained in:
Lars Balker Rasmussen 2007-03-30 06:29:01 +00:00
parent 39b41a8747
commit f617926cf2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=188811
5 changed files with 65 additions and 0 deletions

View file

@ -564,6 +564,7 @@
SUBDIR += p5-CGI_Lite
SUBDIR += p5-Catalyst-Action-RenderView
SUBDIR += p5-Catalyst-Controller-BindLex
SUBDIR += p5-Catalyst-Controller-FormBuilder
SUBDIR += p5-Catalyst-Devel
SUBDIR += p5-Catalyst-Engine-Apache
SUBDIR += p5-Catalyst-Enzyme

View file

@ -0,0 +1,38 @@
# Ports collection makefile for: p5-Catalyst-Controller-FormBuilder
# Date created: Mar 30 2007
# Whom: Lars Balker Rasmussen <lbr@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Catalyst-Controller-FormBuilder
PORTVERSION= 0.03
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Catalyst
PKGNAMEPREFIX= p5-
MAINTAINER= lbr@FreeBSD.org
COMMENT= Catalyst FormBuilder Base Controller
BUILD_DEPENDS= p5-CGI-FormBuilder>=3.02:${PORTSDIR}/www/p5-CGI-FormBuilder \
p5-Catalyst-Runtime>=5.7:${PORTSDIR}/www/p5-Catalyst-Runtime \
p5-Class-Accessor>=0.25:${PORTSDIR}/devel/p5-Class-Accessor \
p5-Tie-IxHash>=1.21:${PORTSDIR}/devel/p5-Tie-IxHash \
p5-Class-Data-Inheritable>=0.04:${PORTSDIR}/devel/p5-Class-Data-Inheritable \
p5-Class-Inspector>=1.13:${PORTSDIR}/devel/p5-Class-Inspector \
p5-Catalyst-View-TT>=0.23:${PORTSDIR}/www/p5-Catalyst-View-TT
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Catalyst::Controller::FormBuilder.3
post-extract:
@${PERL} -i.bak -ne 'print unless m,^(recommends|requires),' ${WRKSRC}/Makefile.PL
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500801
IGNORE= requires at least Perl 5.8.1. Install lang/perl5.8, and try again
.endif
.include <bsd.port.post.mk>

View file

@ -0,0 +1,3 @@
MD5 (Catalyst-Controller-FormBuilder-0.03.tar.gz) = 1529c0bfd907671573217d402bc738b5
SHA256 (Catalyst-Controller-FormBuilder-0.03.tar.gz) = a872e7a4914dd32310bda5b51519be8cd6e62d381f00a16adc92bc15004cedab
SIZE (Catalyst-Controller-FormBuilder-0.03.tar.gz) = 27782

View file

@ -0,0 +1,9 @@
This base controller merges the functionality of CGI::FormBuilder with
Catalyst and the following templating systems: Template Toolkit, Mason and
HTML::Template. This gives you access to all of FormBuilder's niceties,
such as controllablefield stickiness, multilingual support, and Javascript
generation. For more details, see CGI::FormBuilder or the website at:
http://www.formbuilder.org
WWW: http://search.cpan.org/~nuffin/Catalyst-Controller-FormBuilder/

View file

@ -0,0 +1,14 @@
%%SITE_PERL%%/Catalyst/Controller/FormBuilder.pm
%%SITE_PERL%%/Catalyst/Controller/FormBuilder/Action.pm
%%SITE_PERL%%/Catalyst/Controller/FormBuilder/Action/HTML/Template.pm
%%SITE_PERL%%/Catalyst/Controller/FormBuilder/Action/Mason.pm
%%SITE_PERL%%/Catalyst/Controller/FormBuilder/Action/TT.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Controller/FormBuilder/.packlist
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Controller/FormBuilder
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Controller
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst
@dirrmtry %%SITE_PERL%%/Catalyst/Controller/FormBuilder/Action/HTML
@dirrmtry %%SITE_PERL%%/Catalyst/Controller/FormBuilder/Action
@dirrmtry %%SITE_PERL%%/Catalyst/Controller/FormBuilder
@dirrmtry %%SITE_PERL%%/Catalyst/Controller
@dirrmtry %%SITE_PERL%%/Catalyst