Port details |
- pecl-geoip Map IP address to geographic places
- 1.1.1 net
=3 1.1.1Version of this port present on the latest quarterly branch. DEPRECATED: Uses legacy GeoIP 1 format which no longer works; switch to GeoIP 2 where possible
This port expired on: 2019-02-15
- Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2007-03-28 01:38:57
- Last Update: 2019-02-16 17:15:35
- SVN Revision: 493049
- People watching this port, also watch:: smartmontools, pdflib, coreutils, mhash
- Also Listed In: www
- License: PHP301
- WWW:
- http://www.maxmind.com/
- Description:
- This PHP extension allows you to find the location of an IP address - City,
State, Country, Longitude, Latitude, and other information as all, such as ISP
and connection type. For more info, please visit Maxmind's website.
WWW: https://pecl.php.net/package/geoip
WWW: http://www.maxmind.com/
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PHP_PKGNAMEPREFIX}pecl-geoip>0:net/pecl-geoip
- No installation instructions:
- This port has been deleted.
- PKGNAME: php72-pecl-geoip
- Package flavors (<flavor>: <package>)
- php72: php72-pecl-geoip
- php71: php71-pecl-geoip
- php73: php73-pecl-geoip
- distinfo:
- TIMESTAMP = 1479473773
SHA256 (PECL/geoip-1.1.1.tgz) = b2d05c03019d46135c249b5a7fa0dbd43ca5ee98aea8ed807bc7aa90ac8c0f06
SIZE (PECL/geoip-1.1.1.tgz) = 13004
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- phpize : lang/php72
- autoconf>0 : devel/autoconf
- Runtime dependencies:
-
- php.h : lang/php72
- Library dependencies:
-
- libGeoIP.so : net/GeoIP
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- php:pecl
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.1.1 16 Feb 2019 17:15:35
  |
rene  |
Remove expired ports:
2019-02-15 dns/p5-pgeodns: Uses legacy GeoIP 1 format which no longer works;
switch to GeoIP 2 where possible
2019-02-15 ftp/proftpd-mod_geoip: Uses legacy GeoIP 1 format which no longer
works; switch to GeoIP 2 where possible
2019-02-15 net/go-geoip: Uses legacy GeoIP 1 format which no longer works;
switch to GeoIP 2 where possible
2019-02-15 net/py-GeoIP: Uses legacy GeoIP 1 format which no longer works;
switch to GeoIP 2 where possible
2019-02-15 net/pecl-geoip: Uses legacy GeoIP 1 format which no longer works;
switch to GeoIP 2 where possible
2019-02-15 net/pen: Uses legacy GeoIP 1 format which no longer works; switch to
GeoIP 2 where possible
2019-02-15 net/subnetcalc: Uses legacy GeoIP 1 format which no longer works;
switch to GeoIP 2 where possible
2019-02-15 net/p5-Geo-IP: Uses legacy GeoIP 1 format which no longer works;
switch to GeoIP 2 where possible
2019-02-15 net/rubygem-geoip: Uses legacy GeoIP 1 format which no longer works;
switch to GeoIP 2 where possible
2019-02-15 security/sguil: Uses legacy GeoIP 1 format which no longer works;
switch to GeoIP 2 where possible
2019-02-15 devel/go-sql-driver: Go source should not be packaged
2019-02-15 devel/geoip-java: Uses legacy GeoIP 1 format which no longer works;
switch to GeoIP 2 where possible
2019-02-15 dns/go-geodns: Uses legacy GeoIP 1 format which no longer works;
switch to GeoIP 2 where possible |
1.1.1 13 Jan 2019 21:22:07
  |
adamw  |
Deprecate everything that depends on net/GeoIP and everything that depends
on those ports. |
1.1.1 10 Apr 2017 15:08:47
  |
mat  |
Convert all PECL ports to USES=php:pecl.
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D10281 |
1.1.1 13 Dec 2016 14:26:12
  |
sunpoet  |
- Update WWW: pecl.php.net uses https://
Approved by: portmgr (blanket) |
1.1.1 19 Nov 2016 17:06:11
  |
sunpoet  |
- Update to 1.1.1
Changes: http://pecl.php.net/package-changelog.php?package=geoip |
1.1.0_1 03 Aug 2016 12:47:05
  |
mat  |
Don't use extension.ini any more, and have each extension install in its
file, so the order remains the same.
Every PHP (or Zend) extension now installs its own .ini file in
/usr/local/etc/php. A PHP extension will be automatically activated
when installed. The order into which extensions are loaded is
automatically guessed. In some very rare cases, the guess will be
wrong, and PHP_MOD_PRIO will need to be set. Refer to the USES=php
section of the Porter's Handbook for more information.
Convert ports touching etc/php/extensions.ini manually, or telling the
OP to do it.
And finally, bump PORTREVISION for all php extensions.
PR: 210697
Submitted by: mat
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D7022 |
1.1.0 28 Jun 2016 14:00:45
  |
mat  |
Convert USE_PHP*=yes into USES=php*
PR: 210529
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D6936 |
1.1.0 26 Jun 2016 17:24:17
  |
sunpoet  |
- Fix build with PHP 7.0
PR: 210003
Submitted by: Hung-Yi Chen <gaod@hychen.org> |
1.1.0 01 Apr 2016 14:16:20
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
1.1.0 18 Feb 2016 14:47:06
  |
miwi  |
- Ignore php70
- While here remove old php gruft |
1.1.0 25 Dec 2014 17:08:23
  |
sunpoet  |
- Update to 1.1.0
Changes: http://pecl.php.net/package-changelog.php?package=geoip |
1.0.8_1 24 Dec 2014 06:15:07
  |
sunpoet  |
- Add LICENSE
- Change DIST_SUBDIR to PECL
- Silence patch message
- Reformat pkg-descr
- Use PECL as primary WWW
- Take maintainership |
1.0.8_1 02 Dec 2014 22:40:57
  |
bapt  |
Reset maintainership:
- Lots of maintainers timeout
- unresponsive for almost a year
PR: 195059 |
1.0.8_1 11 Aug 2014 17:05:50
  |
adamw  |
Bump PORTREVISION on all ports that depend on net/GeoIP for
r364627.
Approved by: portmgr (not really, but touches unstaged ports) |
1.0.8 14 Jul 2014 18:42:04
  |
bapt  |
Modernize LIB_DEPENDS
With hat: portmgr |
1.0.8 23 Jan 2014 14:32:35
  |
miwi  |
- Mark these ports as stage safe |
1.0.8 20 Sep 2013 22:10:25
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
1.0.8 10 Nov 2011 06:34:38
 |
clsung  |
- Update to 1.0.8 |
1.0.7 20 Mar 2011 12:54:45
 |
miwi  |
- Get Rid MD5 support |
1.0.7 13 Aug 2009 07:23:12
 |
clsung  |
- Update to 1.0.7
PR: ports/137540
Submitted by: Piotr Florczyk <p dot florczyk_AT_adminworkshop dot pl> |
1.0.3 27 Sep 2008 08:05:15
 |
clsung  |
- Update to 1.0.3 |
1.0.2 05 Jan 2008 14:39:37
 |
clsung  |
- Update to 1.0.2
Changes: |
1.0.1 25 Aug 2007 04:03:51
 |
clsung  |
- Update to 1.0.1 |
1.0.0 21 Aug 2007 10:22:27
 |
clsung  |
- Update to 1.0.0
- pass maintainership
PR: ports/115635
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> |
0.2.0 28 Mar 2007 01:38:47
 |
clsung  |
Add pecl-geoip 0.2.0, map IP address to geographic places.
PR: ports/110798
Submitted by: Gea-Suan Lin <gslin at gslin.org> |