| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
30 Jun 2012 05:23:19
0.06
|
az  |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@) |
29 Feb 2012 01:44:13
0.06
|
wen  |
- Update to 0.06
PR: ports/165466
Submitted by: Tuc <freebsd-ports@t-b-o-h.net> (maintainer) |
19 Mar 2011 12:38:54
0.05_1
|
miwi  |
- Get Rid MD5 support |
24 Sep 2010 00:44:29
0.05_1
|
pgollucci  |
- %%SITE_PERL%%/auto and %%SITE_PERL%%/%%PERL_ARCH%%/auto
are part of lang/perl5* pkg-plist
- Bump PORTREVISIONs
With Hat: perl@ |
10 Apr 2008 07:53:13
0.05
|
clsung  |
- Update to 0.05
PR: ports/122598
Submitted by: maintainer |
14 Jan 2008 11:42:27
0.04
|
miwi  |
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> |