summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorabs <abs>2008-07-14 09:32:12 +0000
committerabs <abs>2008-07-14 09:32:12 +0000
commit70845234c4863f3fd1cf1c62b30bde4fc376ad65 (patch)
tree14fd97a8ccbd7701a0ed01a02a726fdb5057af7b
parent3f5198ed3a90ffa888ad9a13317430f1f43b21b4 (diff)
downloadpkgsrc-70845234c4863f3fd1cf1c62b30bde4fc376ad65.tar.gz
Added textproc/p5-FormValidator-Simple version 0.23
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.
-rw-r--r--textproc/p5-FormValidator-Simple/DESCR12
-rw-r--r--textproc/p5-FormValidator-Simple/Makefile32
-rw-r--r--textproc/p5-FormValidator-Simple/distinfo5
3 files changed, 49 insertions, 0 deletions
diff --git a/textproc/p5-FormValidator-Simple/DESCR b/textproc/p5-FormValidator-Simple/DESCR
new file mode 100644
index 00000000000..628134874be
--- /dev/null
+++ b/textproc/p5-FormValidator-Simple/DESCR
@@ -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.
diff --git a/textproc/p5-FormValidator-Simple/Makefile b/textproc/p5-FormValidator-Simple/Makefile
new file mode 100644
index 00000000000..e7bcf6557af
--- /dev/null
+++ b/textproc/p5-FormValidator-Simple/Makefile
@@ -0,0 +1,32 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/07/14 09:32:12 abs Exp $
+
+DISTNAME= FormValidator-Simple-0.23
+PKGNAME= p5-${DISTNAME}
+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
+
+DEPENDS+= p5-Class-Accessor>=0.22:../../devel/p5-Class-Accessor
+DEPENDS+= p5-Class-Inspector>=1.13:../../devel/p5-Class-Inspector
+DEPENDS+= p5-Class-Data-Inheritable>=0.04:../../devel/p5-Class-Data-Inheritable
+DEPENDS+= p5-Class-Data-Accessor>=0.03:../../devel/p5-Class-Data-Accessor
+DEPENDS+= p5-UNIVERSAL-require>=0.10:../../devel/p5-UNIVERSAL-require
+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-YAML>=0.39:../../textproc/p5-YAML
+DEPENDS+= p5-List-MoreUtils>=0.16:../../devel/p5-List-MoreUtils
+DEPENDS+= p5-Scalar-List-Utils>=0:../../devel/p5-Scalar-List-Utils
+DEPENDS+= p5-DateTime-Format-Strptime>=1.0700:../../time/p5-DateTime-Format-Strptime
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/FormValidator/Simple/.packlist
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/p5-FormValidator-Simple/distinfo b/textproc/p5-FormValidator-Simple/distinfo
new file mode 100644
index 00000000000..3f68aa71e95
--- /dev/null
+++ b/textproc/p5-FormValidator-Simple/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/07/14 09:32:12 abs Exp $
+
+SHA1 (FormValidator-Simple-0.23.tar.gz) = cbf18fa8b4b29be8cee83ff34d1ca8397fa511de
+RMD160 (FormValidator-Simple-0.23.tar.gz) = f74361c7efb9fa0879d33841f667cab618b0562f
+Size (FormValidator-Simple-0.23.tar.gz) = 38896 bytes