svn commit: r321521 - head/textproc/p5-Validator-Custom

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Jun 22 02:21:08 UTC 2013


Author: sunpoet
Date: Sat Jun 22 02:21:07 2013
New Revision: 321521
URL: http://svnweb.freebsd.org/changeset/ports/321521

Log:
  - Update to 0.18
  - Cleanup Makefile header
  - Update pkg-descr
  
  Changes:	http://search.cpan.org/dist/Validator-Custom/Changes

Modified:
  head/textproc/p5-Validator-Custom/Makefile   (contents, props changed)
  head/textproc/p5-Validator-Custom/distinfo   (contents, props changed)
  head/textproc/p5-Validator-Custom/pkg-descr   (contents, props changed)

Modified: head/textproc/p5-Validator-Custom/Makefile
==============================================================================
--- head/textproc/p5-Validator-Custom/Makefile	Sat Jun 22 02:20:14 2013	(r321520)
+++ head/textproc/p5-Validator-Custom/Makefile	Sat Jun 22 02:21:07 2013	(r321521)
@@ -1,12 +1,8 @@
-# New ports collection makefile for:	p5-Validator-Custom
-# Date created:		2010-07-02
-# Whom:			Sunpoet Po-Chuan Hsieh <sunpoet at sunpoet.net>
-#
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet at sunpoet.net>
 # $FreeBSD$
-#
 
 PORTNAME=	Validator-Custom
-PORTVERSION=	0.1500
+PORTVERSION=	0.1800
 CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:KIMOTO

Modified: head/textproc/p5-Validator-Custom/distinfo
==============================================================================
--- head/textproc/p5-Validator-Custom/distinfo	Sat Jun 22 02:20:14 2013	(r321520)
+++ head/textproc/p5-Validator-Custom/distinfo	Sat Jun 22 02:21:07 2013	(r321521)
@@ -1,2 +1,2 @@
-SHA256 (Validator-Custom-0.15.tar.gz) = 8fe84118c6aed406c320e29ae7c6eb9bd363d06fd517dd7ae699073d6213060a
-SIZE (Validator-Custom-0.15.tar.gz) = 30640
+SHA256 (Validator-Custom-0.18.tar.gz) = cdb2fca133700a68fdb13bb929df280aa535374f231fa6e205fb4c49fdd8663a
+SIZE (Validator-Custom-0.18.tar.gz) = 30638

Modified: head/textproc/p5-Validator-Custom/pkg-descr
==============================================================================
--- head/textproc/p5-Validator-Custom/pkg-descr	Sat Jun 22 02:20:14 2013	(r321520)
+++ head/textproc/p5-Validator-Custom/pkg-descr	Sat Jun 22 02:21:07 2013	(r321521)
@@ -1,5 +1,12 @@
-Validator::Custom
+Validator::Custom validate HTML form data easy and flexibly. The features are
+the following ones.
+- Many constraint functions are available by default, such as not_blank, int,
+  defined, in_array, length.
+- Several filter functions are available by default, such as trim,
+  datetime_to_timepiece, date_to_timepiece.
+- You can register your constraint function.
+- You can set error messages for invalid parameter value. The order of messages
+  is keeped.
+- Support OR condtion constraint and negativate constraint.
 
-Simple Data Validation
-
-WWW:	http://search.cpan.org/dist/Validator-Custom/
+WWW: http://search.cpan.org/dist/Validator-Custom/


More information about the svn-ports-all mailing list