aboutsummaryrefslogtreecommitdiffstats
path: root/net/pear-Net_IPv6
Commit message (Collapse)AuthorAgeFilesLines
* - Update WWW: pear.php.net uses https://sunpoet2016-12-131-1/+1
| | | | Approved by: portmgr (blanket)
* Import a patch to fix compress("::") callsgarga2016-10-272-1/+37
| | | | | | | Submitted by: Phil Davis Obtained from: https://github.com/phil-davis/Net_IPv6/commit/638b96a253164b65c63825c38e79812b6c5f448d MFH: 2016Q4 Sponsored by: Rubicon Communications (Netgate)
* Fix some bad IPv6 validation issuesgarga2016-08-312-0/+36
| | | | | | | | | | | | | | | | Following bad addresses are being validated as good by checkIPv6() 1:2:3:4:5:6:7:8:1.2.3.4 ::1:2:3:4:5:6:7:8 1:2:3:4:5:6:7:8:: 1:2:3:4:5:6:::8 ::::a :::: 1::2::3 Obtained from: pfSense MFH: 2016Q3 Sponsored by: Rubicon Communications (Netgate)
* - Update net/pear-Net_IPv6 to 1.3.0b2. It's BETA but has few changes andgarga2016-08-112-6/+10
| | | | | | | | important fixes when compared to last stable version 1.2.1, from 2011 - Added LICENSE - Take maintainership Sponsored by: Rubicon Communications (Netgate)
* Reset miwi@'s ports, he stepped down from the Ports Team.rene2016-07-261-1/+1
| | | | With hat: portmgr-secretary
* - Take Maintainershipmiwi2015-11-261-1/+1
| | | | Approved by: mat (mentor)
* Reset miwi's maintainership per his demandbapt2014-11-181-1/+1
| | | | Hope to see you back! Thank for all the work!
* Convert to USES=pearbapt2014-09-241-6/+2
|
* Stage support for non-IGNORED pear classesantoine2013-11-261-1/+0
| | | | | Tested by: poudriere Approved by: portmgr (bapt)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-5/+2
| | | | net)
* - Switch to PEAR_AUTOINSTALLmiwi2012-05-031-5/+3
| | | | | | | - Added PORTSCOUT Variable PR: 167021 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450eadler2012-01-221-1/+1
| | | | | | | | | | ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr
* - Update to 1.2.1miwi2011-02-262-4/+5
|
* - Take over maintainershipmiwi2009-08-231-1/+1
| | | | Approved by: Wen Heping (maintainer)
* - Update to 1.1.0RC4miwi2008-12-072-4/+4
|
* - Update to 1.1.0RC2miwi2008-12-072-4/+4
|
* - Update to 1.1.0RC4miwi2008-09-242-5/+5
| | | | | | | - Pass maintainership to submitter PR: 127586 Submitted by: Wen heping <wenheping@gmail.com>
* Reset maintainership of ports assigned to antonio@php.net after numerouslinimon2006-09-231-1/+1
| | | | | | maintainer-timeouts and no response to email. We hope to see him back. Hat: portmgr
* - Update to 1.0.5pav2006-01-122-3/+4
| | | | | PR: ports/91650 Submitted by: Antonio Carlos Venancio Junior <antonio@php.net> (maintainer)
* Remove pear ports obsolated by devel/pear and switchale2005-12-101-2/+2
| | | | | | dependencies of all the other pear ports. Discussed with: thierry, antonio@php.net
* - Update to 1.0.3.flz2005-04-112-3/+3
| | | | | PR: ports/79131 Submitted by: maintainer
* - Update to 1.0.2pav2005-02-162-3/+3
| | | | | PR: ports/77516 Submitted by: Antonio Carlos Venancio Junior <antonio@php.net> (maintainer)
* New port: net/pear-Net_IPv6pav2004-11-263-0/+31
The class allows you to: * check if an addresse is an IPv6 addresse * compress/uncompress IPv6 addresses * check for an IPv4 compatible ending in an IPv6 adresse PR: ports/74364 Submitted by: Antonio Carlos Venancio Junior <antonio@php.net>