svn commit: r374669 - in head/net: . pecl-ip2location

Pawel Pekala pawel at FreeBSD.org
Sat Dec 13 18:20:23 UTC 2014


Author: pawel
Date: Sat Dec 13 18:20:21 2014
New Revision: 374669
URL: https://svnweb.freebsd.org/changeset/ports/374669
QAT: https://qat.redports.org/buildarchive/r374669/

Log:
  This PECL extension enables you to get the geo location information of an IP
  address, such as country, region or state, city, latitude and longitude, US
  ZIP code, time zone, Internet Service Provider (ISP) or company name, domain
  name, net speed, area code, weather station code, weather station name,
  mobile country code (MCC), mobile network code (MNC) and carrier brand,
  elevation, and usage type.
  
  WWW: http://pecl.php.net/package/ip2location
  
  PR:		195421
  Submitted by:	Gasol Wu <gasol.wu at gmail.com>

Added:
  head/net/pecl-ip2location/
  head/net/pecl-ip2location/Makefile   (contents, props changed)
  head/net/pecl-ip2location/distinfo   (contents, props changed)
  head/net/pecl-ip2location/pkg-descr   (contents, props changed)
Modified:
  head/net/Makefile

Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile	Sat Dec 13 18:10:31 2014	(r374668)
+++ head/net/Makefile	Sat Dec 13 18:20:21 2014	(r374669)
@@ -820,6 +820,7 @@
     SUBDIR += pecl-cvsclient
     SUBDIR += pecl-geoip
     SUBDIR += pecl-gupnp
+    SUBDIR += pecl-ip2location
     SUBDIR += pecl-mosquitto
     SUBDIR += pecl-oauth
     SUBDIR += pecl-radius

Added: head/net/pecl-ip2location/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/pecl-ip2location/Makefile	Sat Dec 13 18:20:21 2014	(r374669)
@@ -0,0 +1,23 @@
+# Created by: Gasol Wu <gasol.wu at gmail.com>
+# $FreeBSD$
+
+PORTNAME=	ip2location
+PORTVERSION=	6.0.3
+CATEGORIES=	net pear
+MASTER_SITES=	http://pecl.php.net/get/
+PKGNAMEPREFIX=	pecl-
+DIST_SUBDIR=	PECL
+
+MAINTAINER=	gasol.wu at gmail.com
+COMMENT=	Get geo location information of an IP address
+
+LICENSE=	PHP301
+
+LIB_DEPENDS=	libIP2Location.so:${PORTSDIR}/net/ip2location
+
+USES=		tar:tgz
+USE_PHP=	yes
+USE_PHPIZE=	yes
+USE_PHPEXT=	yes
+
+.include <bsd.port.mk>

Added: head/net/pecl-ip2location/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/pecl-ip2location/distinfo	Sat Dec 13 18:20:21 2014	(r374669)
@@ -0,0 +1,2 @@
+SHA256 (PECL/ip2location-6.0.3.tgz) = b36064446032d32e0cb4bfb86615a58ef5403ea9bfef31f695fb67c59ffb0434
+SIZE (PECL/ip2location-6.0.3.tgz) = 321386

Added: head/net/pecl-ip2location/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/pecl-ip2location/pkg-descr	Sat Dec 13 18:20:21 2014	(r374669)
@@ -0,0 +1,8 @@
+This PECL extension enables you to get the geo location information of an IP
+address, such as country, region or state, city, latitude and longitude, US
+ZIP code, time zone, Internet Service Provider (ISP) or company name, domain
+name, net speed, area code, weather station code, weather station name,
+mobile country code (MCC), mobile network code (MNC) and carrier brand,
+elevation, and usage type.
+
+WWW: http://pecl.php.net/package/ip2location


More information about the svn-ports-head mailing list