From 1a46e59ef178efa1c9516b513f28c75999978d8d Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Mon, 14 Jan 2008 11:42:27 +0000 Subject: [PATCH] This module collects common URI validation routines to make input validation, and untainting easier and more readable. All functions return an untainted value if the test passes, and undef if it fails. This means that you should always check for a defined status explicitly. Don't assume the return will be true. The value to test is always the first (and often only) argument. There are a number of other URI validation modules out there as well. This one focuses on being fast, lightweight, and relatively 'real-world'. i.e. it's good if you want to check user input, and don't need to parse out the URI/URL into chunks. Right now the module focuses on HTTP URIs, since they're arguably the most common. WWW: http://search.cpan.org/dist/Data-Validate-URI PR: ports/119264 Submitted by: Tuc --- www/Makefile | 1 + www/p5-Data-Validate-URI/Makefile | 27 +++++++++++++++++++++++++++ www/p5-Data-Validate-URI/distinfo | 3 +++ www/p5-Data-Validate-URI/pkg-descr | 18 ++++++++++++++++++ www/p5-Data-Validate-URI/pkg-plist | 17 +++++++++++++++++ 5 files changed, 66 insertions(+) create mode 100644 www/p5-Data-Validate-URI/Makefile create mode 100644 www/p5-Data-Validate-URI/distinfo create mode 100644 www/p5-Data-Validate-URI/pkg-descr create mode 100644 www/p5-Data-Validate-URI/pkg-plist diff --git a/www/Makefile b/www/Makefile index e5cd1c8897fe..9119722e2d3a 100644 --- a/www/Makefile +++ b/www/Makefile @@ -696,6 +696,7 @@ SUBDIR += p5-Compress-LeadingBlankSpaces SUBDIR += p5-DBIx-Class-HTMLWidget SUBDIR += p5-Data-TreeDumper-Renderer-DHTML + SUBDIR += p5-Data-Validate-URI SUBDIR += p5-FAQ-OMatic SUBDIR += p5-FCGI-Async SUBDIR += p5-FCGI-ProcManager diff --git a/www/p5-Data-Validate-URI/Makefile b/www/p5-Data-Validate-URI/Makefile new file mode 100644 index 000000000000..27f4e0283baf --- /dev/null +++ b/www/p5-Data-Validate-URI/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: www/p5-Data-Validate-URI +# Date created: 02 January 2008 +# Whom: Tuc +# +# $FreeBSD$ +# + +PORTNAME= Data-Validate-URI +PORTVERSION= 0.04 +CATEGORIES= www perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= Data +PKGNAMEPREFIX= p5- + +MAINTAINER= freebsd-ports@t-b-o-h.net +COMMENT= Common data validation methods for URIs + +BUILD_DEPENDS= ${SITE_PERL}/Data/Validate/Domain.pm:${PORTSDIR}/dns/p5-Data-Validate-Domain \ + ${SITE_PERL}/Data/Validate/IP.pm:${PORTSDIR}/net-mgmt/p5-Data-Validate-IP +RUN_DEPENDS= ${SITE_PERL}/Data/Validate/Domain.pm:${PORTSDIR}/dns/p5-Data-Validate-Domain \ + ${SITE_PERL}/Data/Validate/IP.pm:${PORTSDIR}/net-mgmt/p5-Data-Validate-IP + +PERL_CONFIGURE= yes + +MAN3= Data::Validate::URI.3 + +.include diff --git a/www/p5-Data-Validate-URI/distinfo b/www/p5-Data-Validate-URI/distinfo new file mode 100644 index 000000000000..2d0b78ea9092 --- /dev/null +++ b/www/p5-Data-Validate-URI/distinfo @@ -0,0 +1,3 @@ +MD5 (Data-Validate-URI-0.04.tar.gz) = 1cbada5653a33e496e07b2c3c70c80ae +SHA256 (Data-Validate-URI-0.04.tar.gz) = 5b0acd34dd08f7e6db6b5c76c0cdf26cece3729ae06a4ff1da7b86e985b5035a +SIZE (Data-Validate-URI-0.04.tar.gz) = 10313 diff --git a/www/p5-Data-Validate-URI/pkg-descr b/www/p5-Data-Validate-URI/pkg-descr new file mode 100644 index 000000000000..0aa1d7d28f8f --- /dev/null +++ b/www/p5-Data-Validate-URI/pkg-descr @@ -0,0 +1,18 @@ +This module collects common URI validation routines to make input validation, +and untainting easier and more readable. + +All functions return an untainted value if the test passes, and undef if it +fails. This means that you should always check for a defined status +explicitly. Don't assume the return will be true. + +The value to test is always the first (and often only) argument. + +There are a number of other URI validation modules out there as well. +This one focuses on being fast, lightweight, and relatively 'real-world'. +i.e. it's good if you want to check user input, and don't need to parse +out the URI/URL into chunks. + +Right now the module focuses on HTTP URIs, since they're arguably the most +common. + +WWW: http://search.cpan.org/dist/Data-Validate-URI diff --git a/www/p5-Data-Validate-URI/pkg-plist b/www/p5-Data-Validate-URI/pkg-plist new file mode 100644 index 000000000000..c0c0737d20b0 --- /dev/null +++ b/www/p5-Data-Validate-URI/pkg-plist @@ -0,0 +1,17 @@ +%%SITE_PERL%%/Data/Validate/URI.pm +%%SITE_PERL%%/auto/Data/Validate/URI/new.al +%%SITE_PERL%%/auto/Data/Validate/URI/is_uri.al +%%SITE_PERL%%/auto/Data/Validate/URI/is_http_uri.al +%%SITE_PERL%%/auto/Data/Validate/URI/is_https_uri.al +%%SITE_PERL%%/auto/Data/Validate/URI/is_web_uri.al +%%SITE_PERL%%/auto/Data/Validate/URI/_split_uri.al +%%SITE_PERL%%/auto/Data/Validate/URI/autosplit.ix +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Validate/URI/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Validate/URI +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Validate +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto +@dirrmtry %%SITE_PERL%%/auto/Data/Validate/URI +@dirrmtry %%SITE_PERL%%/auto/Data/Validate +@dirrmtry %%SITE_PERL%%/auto/Data +@dirrmtry %%SITE_PERL%%/Data