Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
This module provides you a sweet way of form data validation with
simple constraints chains. You can write constraints on single line
for each input data.
This idea is based on Sledge::Plugin::Validator, and most of
validation code is borrowed from this plugin.
(Sledge is a MVC web application framework: http://sl.edge.jp
[Japanese] )
The result object this module returns behaves like
Data::FormValidator::Results.

View File

@@ -0,0 +1,34 @@
# $NetBSD: Makefile,v 1.11 2013/05/31 12:42:09 wiz Exp $
DISTNAME= FormValidator-Simple-0.28
PKGNAME= p5-${DISTNAME}
PKGREVISION= 5
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/L/LY/LYOKATO/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/perldoc?FormValidator::Simple
COMMENT= Validation with simple chains of constraints
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Class-Accessor>=0.22:../../devel/p5-Class-Accessor
DEPENDS+= p5-Class-Data-Accessor>=0.03:../../devel/p5-Class-Data-Accessor
DEPENDS+= p5-Class-Data-Inheritable>=0.04:../../devel/p5-Class-Data-Inheritable
DEPENDS+= p5-Class-Inspector>=1.13:../../devel/p5-Class-Inspector
DEPENDS+= p5-Date-Calc>=5.4:../../devel/p5-Date-Calc
DEPENDS+= p5-DateTime-Format-Strptime>=1.0700:../../time/p5-DateTime-Format-Strptime
DEPENDS+= p5-MailTools>=0:../../mail/p5-MailTools
DEPENDS+= p5-Email-Valid>=0.15:../../mail/p5-Email-Valid
DEPENDS+= p5-Email-Valid-Loose>=0.04:../../mail/p5-Email-Valid-Loose
DEPENDS+= p5-Tie-IxHash>=1.21:../../devel/p5-Tie-IxHash
DEPENDS+= p5-List-MoreUtils>=0.16:../../devel/p5-List-MoreUtils
DEPENDS+= {perl>=5.10,p5-Scalar-List-Utils>=0}:../../devel/p5-Scalar-List-Utils
DEPENDS+= p5-UNIVERSAL-require>=0.10:../../devel/p5-UNIVERSAL-require
DEPENDS+= p5-YAML>=0.39:../../textproc/p5-YAML
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/FormValidator/Simple/.packlist
PERL5_MODULE_TYPE= Module::Install::Bundled
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.2 2009/07/07 21:34:36 sno Exp $
SHA1 (FormValidator-Simple-0.28.tar.gz) = d607ca3fe71b48d661085adbcf675703bf1c676b
RMD160 (FormValidator-Simple-0.28.tar.gz) = 6c2eb8951588795473b7b327095a83897802407b
Size (FormValidator-Simple-0.28.tar.gz) = 36273 bytes