aboutsummaryrefslogtreecommitdiffstats
path: root/net/pear-Net_GeoIP
Commit message (Collapse)AuthorAgeFilesLines
* Introduce PHP flavors.mat2018-03-091-4/+4
| | | | | | | | | | | | | | Ports using USES=php:phpize, php:ext, php:zend, and php:pecl are now flavored. They will automatically get flavors (php56, php70, php71, php72) depending of the versions they support (set with IGNORE_WITH_PHP). As a consequence, ports using USES=pear and USES=horde are also flavored. PR: 226242 Submitted by: mat Exp-run by: antoine Approved by: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D14208
* Update distinfo and unbreak this portsunpoet2017-06-112-3/+4
| | | | | | | | | | | | | - While I'm here, fix indent Content of tarballs are unchanged (checked against [1]). => Net_GeoIP-1.0.0RC1.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR. => Attempting to fetch http://pear.php.net/get/Net_GeoIP-1.0.0RC1.tgz fetch: http://pear.php.net/get/Net_GeoIP-1.0.0RC1.tgz: size mismatch: expected 14983, actual 15032 Reference: https://people.FreeBSD.org/~sunpoet/checksum/Net_GeoIP-1.0.0RC1.tgz [1] Approved by: portmgr (blanket)
* - Update maintainer addressjoneum2017-05-161-1/+1
| | | | | Reviewed by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D10755
* - Update WWW: pear.php.net uses https://sunpoet2016-12-131-1/+1
| | | | Approved by: portmgr (blanket)
* Pass maintainership of PEAR ports to the submitterjbeich2016-11-041-1/+1
| | | | | PR: 214156 Submitted by: Jochen Neumeister <joneum@bsdproject.de>
* Reset miwi@'s ports, he stepped down from the Ports Team.rene2016-07-261-1/+1
| | | | With hat: portmgr-secretary
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.mat2016-04-011-4/+4
| | | | | With hat: portmgr Sponsored by: Absolight
* - 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-8/+4
|
* Bump PORTREVISION on all ports that depend on net/GeoIP foradamw2014-08-121-0/+1
| | | | | | r364627. Approved by: portmgr (not really, but touches unstaged ports)
* 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-0/+1
| | | | net)
* - Trim headermiwi2013-04-301-8/+5
| | | | - Convert to PEAR_AUTOINSTALL
* - Fix typos in COMMENTcs2012-08-021-1/+1
| | | | | - Enforce the now clarified rules from the Porter's Handbook (e.g. no dots, no A/An, etc.)
* 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
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
|
* A library that uses Maxmind's GeoIP databases to accurately determinemiwi2007-04-303-0/+33
geographic location of an IP address. WWW: http://pear.php.net/package/Net_GeoIP/