Commit graph

20 commits

Author SHA1 Message Date
Mathieu Arnold
cb41fc6623 Fix license information for portgs that use "the same license as Perl".
Sponsored by:	Absolight
2017-09-15 08:58:46 +00:00
Bartek Rutkowski
a38bf1504e net-mgmt/p5-Data-Validate-IP: update 0.26 -> 0.27
PR:		217960
Submitted by:	<freebsd-ports@t-b-o-h.net> (maintainer)
2017-03-21 10:38:56 +00:00
Sunpoet Po-Chuan Hsieh
8ff8e80bee - Add LICENSE_FILE
- Add NO_ARCH

Approved by:	portmgr (blanket)
2016-12-06 14:53:41 +00:00
Pawel Pekala
3a6c922e4d - Update to version 0.26 [1]
- Fix capitalization in pkg-descr

PR:		210925 [1]
Submitted by:	maintainer [1]
2016-07-27 17:24:39 +00:00
Mathieu Arnold
8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00
Dmitry Marakasov
07848a8e09 - Update to 0.24
PR:		195581
Submitted by:	freebsd-ports@t-b-o-h.net (maintainer)
2014-12-03 13:34:47 +00:00
Mathieu Arnold
eee58d187e 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
Perl version, minimizing the upgrade when the major Perl version is changed.
It uses a version dependent directory for modules with compiled bits.

As PERL_ARCH is no longer needed in plists, it has been removed from
PLIST_SUB.

The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now
always removed, as is perllocal.pod.

The old site_perl and site_perl/arch directories have been kept in the
default Perl @INC for all Perl ports, and will be phased out as these old
Perl versions expire.

PR:		194969
Differential Revision:	https://reviews.freebsd.org/D1019
Exp-run by:	antoine
Reviewed by:	perl@
Approved by:	portmgr
2014-11-26 13:08:24 +00:00
Sunpoet Po-Chuan Hsieh
6a31754015 - Update to 0.23
Changes:	http://search.cpan.org/dist/Data-Validate-IP/Changes
PR:		ports/189423
Submitted by:	Tuc <freebsd-ports@t-b-o-h.net> (maintainer)
2014-05-08 03:04:06 +00:00
Sunpoet Po-Chuan Hsieh
32ef7aa49f - Update to 0.22
- Add LICENSE
- Add TEST_DEPENDS

Changes:	http://search.cpan.org/dist/Data-Validate-IP/Changes
PR:		ports/186815
Submitted by:	sunpoet (myself)
Approved by:	Tuc <freebsd-ports@t-b-o-h.net> (maintainer)
2014-02-18 21:30:23 +00:00
Andrej Zverev
d7a605a2ef - stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-05 12:20:02 +00:00
Baptiste Daroussin
985b201424 Add NO_STAGE all over the place in preparation for the staging support (cat: net-mgmt) 2013-09-20 22:24:43 +00:00
Andrej Zverev
0aad97bb5c - Convert to new perl framework 2013-08-02 18:21:05 +00:00
Baptiste Daroussin
73ab1fc144 Do not removed directories not owned by the port
Reported by:	pkg DEVELOPER_MODE
2013-03-13 10:50:51 +00:00
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