head	1.3;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1;
locks; strict;
comment	@# @;


1.3
date	2012.02.29.01.44.13;	author wen;	state Exp;
branches;
next	1.2;

1.2
date	2010.09.24.00.44.28;	author pgollucci;	state Exp;
branches;
next	1.1;

1.1
date	2008.01.14.11.42.27;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.3
log
@- Update to 0.06

PR:		ports/165466
Submitted by:	Tuc <freebsd-ports@@t-b-o-h.net> (maintainer)
@
text
@%%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/is_tel_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%%/auto/Data/Validate/URI
@@dirrmtry %%SITE_PERL%%/auto/Data/Validate
@@dirrmtry %%SITE_PERL%%/auto/Data
@@dirrmtry %%SITE_PERL%%/Data
@


1.2
log
@- %%SITE_PERL%%/auto and %%SITE_PERL%%/%%PERL_ARCH%%/auto
  are part of lang/perl5* pkg-plist
- Bump PORTREVISIONs

With Hat:   perl@@
@
text
@d7 1
@


1.1
log
@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 <freebsd-ports at t-b-o-h.net>
@
text
@a12 1
@@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto
@

