mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Add p5-Catalyst-Plugin-FormValidator 0.02, FormValidator for Catalyst.
This commit is contained in:
parent
3a6cbec0cb
commit
790a7cb6fd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=134794
5 changed files with 45 additions and 0 deletions
|
@ -454,6 +454,7 @@
|
||||||
SUBDIR += p5-CGI_Lite
|
SUBDIR += p5-CGI_Lite
|
||||||
SUBDIR += p5-Catalyst
|
SUBDIR += p5-Catalyst
|
||||||
SUBDIR += p5-Catalyst-Model-CDBI
|
SUBDIR += p5-Catalyst-Model-CDBI
|
||||||
|
SUBDIR += p5-Catalyst-Plugin-FormValidator
|
||||||
SUBDIR += p5-Catalyst-Plugin-Textile
|
SUBDIR += p5-Catalyst-Plugin-Textile
|
||||||
SUBDIR += p5-Catalyst-View-TT
|
SUBDIR += p5-Catalyst-View-TT
|
||||||
SUBDIR += p5-Compress-LeadingBlankSpaces
|
SUBDIR += p5-Compress-LeadingBlankSpaces
|
||||||
|
|
30
www/p5-Catalyst-Plugin-FormValidator/Makefile
Normal file
30
www/p5-Catalyst-Plugin-FormValidator/Makefile
Normal file
|
@ -0,0 +1,30 @@
|
||||||
|
# New ports collection makefile for: www/p5-Catalyst-Plugin-FormValidator
|
||||||
|
# Date created: 07 May 2005
|
||||||
|
# Whom: Lars Thegler <lth@FreeBSD.org>
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTNAME= Catalyst-Plugin-FormValidator
|
||||||
|
PORTVERSION= 0.02
|
||||||
|
CATEGORIES= www perl5
|
||||||
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||||
|
MASTER_SITE_SUBDIR= ../by-authors/id/M/MR/MRAMBERG
|
||||||
|
PKGNAMEPREFIX= p5-
|
||||||
|
|
||||||
|
MAINTAINER= lth@FreeBSD.org
|
||||||
|
COMMENT= FormValidator for Catalyst
|
||||||
|
|
||||||
|
BUILD_DEPENDS= ${SITE_PERL}/Catalyst.pm:${PORTSDIR}/www/p5-Catalyst \
|
||||||
|
${SITE_PERL}/Data/FormValidator.pm:${PORTSDIR}/textproc/p5-Data-FormValidator
|
||||||
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||||
|
|
||||||
|
PERL_CONFIGURE= yes
|
||||||
|
|
||||||
|
MAN3= Catalyst::Plugin::FormValidator.3
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
.if ${PERL_LEVEL} <= 500503
|
||||||
|
IGNORE= requires Perl 5.6. Install lang/perl5 or lang/perl5.8, and try again
|
||||||
|
.endif
|
||||||
|
.include <bsd.port.post.mk>
|
2
www/p5-Catalyst-Plugin-FormValidator/distinfo
Normal file
2
www/p5-Catalyst-Plugin-FormValidator/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
MD5 (Catalyst-Plugin-FormValidator-0.02.tar.gz) = 5551970f9e950a9cded3d97074ae442d
|
||||||
|
SIZE (Catalyst-Plugin-FormValidator-0.02.tar.gz) = 1872
|
5
www/p5-Catalyst-Plugin-FormValidator/pkg-descr
Normal file
5
www/p5-Catalyst-Plugin-FormValidator/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
This Catalyst plugin uses Data::FormValidator to validate and set
|
||||||
|
up form data from your request parameters. It's a quite thin wrapper
|
||||||
|
around that module.
|
||||||
|
|
||||||
|
WWW: http://search.cpan.org/dist/Catalyst-Plugin-FormValidator
|
7
www/p5-Catalyst-Plugin-FormValidator/pkg-plist
Normal file
7
www/p5-Catalyst-Plugin-FormValidator/pkg-plist
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
%%SITE_PERL%%/Catalyst/Plugin/FormValidator.pm
|
||||||
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin/FormValidator/.packlist
|
||||||
|
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin/FormValidator
|
||||||
|
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst/Plugin 2>/dev/null || true
|
||||||
|
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Catalyst 2>/dev/null || true
|
||||||
|
@unexec rmdir %D/%%SITE_PERL%%/Catalyst/Plugin 2>/dev/null || true
|
||||||
|
@unexec rmdir %D/%%SITE_PERL%%/Catalyst 2>/dev/null || true
|
Loading…
Add table
Reference in a new issue