Port details |
- p5-Data-Validate-URI Common data validation methods for URIs
- 0.07 www
=0 0.07Version of this port present on the latest quarterly branch. - Maintainer: freebsd-ports@t-b-o-h.net
 - Port Added: 2008-01-14 11:42:48
- Last Update: 2021-04-06 14:31:07
- Commit Hash: 305f148
- Also Listed In: perl5
- License: not specified in port
- Description:
- 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: https://metacpan.org/release/Data-Validate-URI
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Data-Validate-URI>0:www/p5-Data-Validate-URI
- To install the port:
- cd /usr/ports/www/p5-Data-Validate-URI/ && make install clean
- To add the package, run one of these commands:
- pkg install www/p5-Data-Validate-URI
- pkg install p5-Data-Validate-URI
- PKGNAME: p5-Data-Validate-URI
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (Data-Validate-URI-0.07.tar.gz) = f06418d2a4603913d1b6ce52b167dd13e787e13bf2be325a065df7d408f79c60
SIZE (Data-Validate-URI-0.07.tar.gz) = 12505
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- p5-Data-Validate-Domain>=0 : dns/p5-Data-Validate-Domain
- p5-Data-Validate-IP>=0 : net-mgmt/p5-Data-Validate-IP
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- p5-Data-Validate-Domain>=0 : dns/p5-Data-Validate-Domain
- p5-Data-Validate-IP>=0 : net-mgmt/p5-Data-Validate-IP
- perl5>=5.32.r0<5.33 : lang/perl5.32
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- www_p5-Data-Validate-URI
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Apr 2021 14:31:07 0.07
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
27 May 2018 20:15:20
0.07
|
sunpoet  |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
24 Jun 2016 18:17:52
0.07
|
amdmi3  |
- Update to 0.07
- While here, add NO_ARCH
PR: 210527
Submitted by: freebsd-ports@t-b-o-h.net (maintainer) |
01 Apr 2016 14:33:58
0.06_1
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
14 May 2015 10:15:09
0.06_1
|
mat  |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
26 Nov 2014 13:08:38
0.06_1
|
mat  |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
05 Jan 2014 12:20:03
0.06
|
az  |
- stage support
Approved by: portmgr (blanket infrastructure) |
20 Sep 2013 23:36:54
0.06
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
02 Aug 2013 18:21:06
0.06 
|
az  |
- Convert to new perl framework |
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> |