Commit graph

7 commits

Author SHA1 Message Date
Andrej Zverev
996f1f37d7 - Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
2012-06-30 05:23:19 +00:00
Andrej Zverev
dec946ad51 - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
- Remove MD5 checksum
2011-06-20 08:37:15 +00:00
Martin Wilke
00d4d76fe9 - Update to 0.14
PR:		154277
Submitted by:	Tuc <freebsd-ports@t-b-o-h.net> (maintainer)
Feature safe:	yes
2011-01-30 11:47:44 +00:00
Steve Wills
cc39e1fe48 - update to 0.12
PR:		ports/153550
Submitted by:	Tuc <freebsd-ports at t-b-o-h.net>
Approved by:	pgollucci (mentor)
2011-01-04 03:22:09 +00:00
Martin Wilke
38432372d7 - Update to 0.11
PR:		144631
Submitted by:	Tuc <freebsd-ports@t-b-o-h.net> (maintainer)
2010-03-10 17:39:38 +00:00
Rong-En Fan
90a4d1d8fd - Update to 0.10
PR:		ports/135325
Submitted by:	Tuc <freebsd-ports at t-b-o-h.net> (maintainer)
2009-06-08 13:06:29 +00:00
Martin Wilke
25e7a0db9d This module collects ip 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. (e.g. is_username('0'))

The value to test is always the first (and often only) argument.

WWW: http://search.cpan.org/dist/Data-Validate-IP/

PR:		ports/119264
Submitted by:	Tuc <freebsd-ports at t-b-o-h.net>
2008-01-14 11:15:31 +00:00