pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/p5-FormValidator-Simple Added textproc/p5-For...
details: https://anonhg.NetBSD.org/pkgsrc/rev/60c79c3d92fa
branches: trunk
changeset: 544407:60c79c3d92fa
user: abs <abs%pkgsrc.org@localhost>
date: Mon Jul 14 09:32:12 2008 +0000
description:
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.
diffstat:
textproc/p5-FormValidator-Simple/DESCR | 12 +++++++++++
textproc/p5-FormValidator-Simple/Makefile | 32 +++++++++++++++++++++++++++++++
textproc/p5-FormValidator-Simple/distinfo | 5 ++++
3 files changed, 49 insertions(+), 0 deletions(-)
diffs (61 lines):
diff -r 6cd354057be6 -r 60c79c3d92fa textproc/p5-FormValidator-Simple/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-FormValidator-Simple/DESCR Mon Jul 14 09:32:12 2008 +0000
@@ -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 -r 6cd354057be6 -r 60c79c3d92fa textproc/p5-FormValidator-Simple/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-FormValidator-Simple/Makefile Mon Jul 14 09:32:12 2008 +0000
@@ -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@localhost
+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 -r 6cd354057be6 -r 60c79c3d92fa textproc/p5-FormValidator-Simple/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-FormValidator-Simple/distinfo Mon Jul 14 09:32:12 2008 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index