pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/p5-Data-FormValidator Add package p5-Data-For...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/de226f64f38e
branches:  trunk
changeset: 477936:de226f64f38e
user:      erh <erh%pkgsrc.org@localhost>
date:      Tue Jul 13 04:31:05 2004 +0000

description:
Add package p5-Data-FormValidator version 3.59
Validates used input based on input profile

diffstat:

 textproc/p5-Data-FormValidator/DESCR    |   9 +++++++++
 textproc/p5-Data-FormValidator/Makefile |  23 +++++++++++++++++++++++
 textproc/p5-Data-FormValidator/PLIST    |   1 +
 textproc/p5-Data-FormValidator/distinfo |   4 ++++
 4 files changed, 37 insertions(+), 0 deletions(-)

diffs (53 lines):

diff -r ce6f95aa6da5 -r de226f64f38e textproc/p5-Data-FormValidator/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Data-FormValidator/DESCR      Tue Jul 13 04:31:05 2004 +0000
@@ -0,0 +1,9 @@
+Data::FormValidator's main aim is to make input validation expressible in a 
+simple format.
+
+Data::FormValidator lets you define profiles which declare the required and 
+optional fields and any constraints they might have.
+
+The results are provided as an object which makes it easy to handle missing 
+and invalid results, return error messages about which constraints failed, or
+process the resulting valid data.
diff -r ce6f95aa6da5 -r de226f64f38e textproc/p5-Data-FormValidator/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Data-FormValidator/Makefile   Tue Jul 13 04:31:05 2004 +0000
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/07/13 04:31:05 erh Exp $
+
+DISTNAME=      Data-FormValidator-3.59
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    perl5 textproc
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Data/}
+
+MAINTAINER=    tech-pkg%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/Data-FormValidator/
+COMMENT=       Validates user input based on input profile
+
+DEPENDS+=      p5-Date-Calc-[0-9]*:../../devel/p5-Date-Calc
+DEPENDS+=      p5-File-MMagic>=1.17:../../misc/p5-File-MMagic
+DEPENDS+=      p5-Image-Size-[0-9]*:../../graphics/p5-Image-Size
+DEPENDS+=      p5-MIME-Types>=1.005:../../mail/p5-MIME-Types
+DEPENDS+=      p5-Regexp-Common-[0-9]*:../../textproc/p5-Regexp-Common
+DEPENDS+=      p5-Test-Simple-[0-9]*:../../devel/p5-Test-Simple
+
+USE_BUILDLINK3=                YES
+PERL5_PACKLIST=                ${PERL5_SITEARCH}/auto/Data/FormValidator/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r ce6f95aa6da5 -r de226f64f38e textproc/p5-Data-FormValidator/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Data-FormValidator/PLIST      Tue Jul 13 04:31:05 2004 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/07/13 04:31:05 erh Exp $
diff -r ce6f95aa6da5 -r de226f64f38e textproc/p5-Data-FormValidator/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Data-FormValidator/distinfo   Tue Jul 13 04:31:05 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/07/13 04:31:05 erh Exp $
+
+SHA1 (Data-FormValidator-3.59.tar.gz) = 7385191aae3591d2217403bb0afd772957e85372
+Size (Data-FormValidator-3.59.tar.gz) = 61514 bytes



Home | Main Index | Thread Index | Old Index