aboutsummaryrefslogtreecommitdiff
path: root/net/pear-Net_IPv4
Commit message (Collapse)AuthorAgeFilesLines
* net/pear-Net_IPv4: Add NO_ARCHPo-Chuan Hsieh2021-09-192-4/+6
| | | | - Reformat pkg-descr
* */pear-*: Take maintainershipPo-Chuan Hsieh2021-05-221-1/+1
|
* *: reset miwi's ports after safekeeping his ports bit.Rene Ladan2021-05-041-1/+1
| | | | Hat: portmgr-secretary
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* hand over Maintainership to miwiJochen Neumeister2020-03-061-1/+1
| | | | | | | Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=527886
* Update to 1.3.5Jochen Neumeister2018-12-102-4/+4
| | | | | | | Sponsored by: Netzkommune GmbH Notes: svn path=/head/; revision=487192
* - Update maintainer addressJochen Neumeister2017-05-161-1/+1
| | | | | | | | Reviewed by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D10755 Notes: svn path=/head/; revision=441000
* - Distfile was rerolled (no difference in tarball contents), update checksumsDmitry Marakasov2016-12-262-3/+6
| | | | | | | | | | | | - Note that de.pear.php.net still ships an old distfile, ignore it as it seems to be outdated - While here, add LICENSE PR: 208532 Submitted by: daniel@blodan.se Approved by: portmgr blanket Notes: svn path=/head/; revision=429508
* - Update WWW: pear.php.net uses https://Sunpoet Po-Chuan Hsieh2016-12-131-1/+1
| | | | | | | Approved by: portmgr (blanket) Notes: svn path=/head/; revision=428494
* Pass maintainership of PEAR ports to the submitterJan Beich2016-11-041-1/+1
| | | | | | | | PR: 214156 Submitted by: Jochen Neumeister <joneum@bsdproject.de> Notes: svn path=/head/; revision=425301
* Reset miwi@'s ports, he stepped down from the Ports Team.Rene Ladan2016-07-251-1/+1
| | | | | | | With hat: portmgr-secretary Notes: svn path=/head/; revision=419057
* - Take MaintainershipMartin Wilke2015-11-261-1/+1
| | | | | | | Approved by: mat (mentor) Notes: svn path=/head/; revision=402439
* Reset miwi's maintainership per his demandBaptiste Daroussin2014-11-181-1/+1
| | | | | | | Hope to see you back! Thank for all the work! Notes: svn path=/head/; revision=372709
* Convert to USES=pearBaptiste Daroussin2014-09-231-7/+2
| | | | Notes: svn path=/head/; revision=369094
* Stage support for non-IGNORED pear classesAntoine Brodin2013-11-251-1/+0
| | | | | | | | Tested by: poudriere Approved by: portmgr (bapt) Notes: svn path=/head/; revision=334871
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net) Notes: svn path=/head/; revision=327755
* - Convert to PEAR_AUTOINSTALLMartin Wilke2013-03-151-8/+3
| | | | | | | - Trim header Notes: svn path=/head/; revision=314270
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450Eitan Adler2012-01-211-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 Notes: svn path=/head/; revision=289563
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Update to 1.3.4Martin Wilke2010-11-042-4/+4
| | | | Notes: svn path=/head/; revision=264060
* - Pass maintaineship to miwiWen Heping2009-09-191-1/+1
| | | | | | | | Approved by: miwi(mentor) Feature safe: yes Notes: svn path=/head/; revision=241733
* Net_IPv4 is a Class used for calculating IPv4(AF_INET family)Wen Heping2009-09-193-0/+31
address information such as network as network address, broadcast address, and IP address validity. WWW: http://pear.php.net/package/Net_IPv4/ Approved by: miwi(mentor) Feature safe: yes Notes: svn path=/head/; revision=241727