diff options
author | miwi <miwi@FreeBSD.org> | 2007-04-30 04:42:39 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-04-30 04:42:39 +0800 |
commit | abc95493c295d254ef4482e677f3b33275b64e51 (patch) | |
tree | 66c97c2c5ece2461a1153f955eed48e8f85dad91 /net/pear-Net_GeoIP | |
parent | 5883f3534616d0b01ac1c0b8985483df0cbae6d6 (diff) | |
download | freebsd-ports-gnome-abc95493c295d254ef4482e677f3b33275b64e51.tar.gz freebsd-ports-gnome-abc95493c295d254ef4482e677f3b33275b64e51.tar.zst freebsd-ports-gnome-abc95493c295d254ef4482e677f3b33275b64e51.zip |
A library that uses Maxmind's GeoIP databases to accurately determine
geographic location of an IP address.
WWW: http://pear.php.net/package/Net_GeoIP/
Diffstat (limited to 'net/pear-Net_GeoIP')
-rw-r--r-- | net/pear-Net_GeoIP/Makefile | 26 | ||||
-rw-r--r-- | net/pear-Net_GeoIP/distinfo | 3 | ||||
-rw-r--r-- | net/pear-Net_GeoIP/pkg-descr | 4 |
3 files changed, 33 insertions, 0 deletions
diff --git a/net/pear-Net_GeoIP/Makefile b/net/pear-Net_GeoIP/Makefile new file mode 100644 index 000000000000..5a858b2ec1ed --- /dev/null +++ b/net/pear-Net_GeoIP/Makefile @@ -0,0 +1,26 @@ +# Ports collection makefile for: pear-Net_GeoIP +# Date created: 2007/04/31 +# Whom: Martin Wilke <miwi@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Net_GeoIP +PORTVERSION= 1.0.0.r1 +CATEGORIES= net pear +DISTNAME= Net_GeoIP-1.0.0RC1 + +MAINTAINER= miwi@FreeBSD.org +COMMENT= Library to perform geo-location lookups of IP addresses. + +BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ + ${PEARDIR}/Cache.php:${PORTSDIR}/sysutils/pear-Cache \ + ${PEARDIR}/XML/Serializer.php:${PORTSDIR}/devel/pear-XML_Serializer +RUN_DEPENDS= ${BUILD_DEPENDS} + +CATEGORY= Net +FILES= GeoIP.php GeoIP/DMA.php GeoIP/Location.php + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/devel/pear/bsd.pear.mk" +.include <bsd.port.post.mk> diff --git a/net/pear-Net_GeoIP/distinfo b/net/pear-Net_GeoIP/distinfo new file mode 100644 index 000000000000..cc4f6903eec8 --- /dev/null +++ b/net/pear-Net_GeoIP/distinfo @@ -0,0 +1,3 @@ +MD5 (PEAR/Net_GeoIP-1.0.0RC1.tgz) = 482f93c9d386ed864bbba7ad967fc789 +SHA256 (PEAR/Net_GeoIP-1.0.0RC1.tgz) = e1aee90477a54b514ca6bbf350d2f0df89d05db70c266420cdc261f7805afe36 +SIZE (PEAR/Net_GeoIP-1.0.0RC1.tgz) = 14983 diff --git a/net/pear-Net_GeoIP/pkg-descr b/net/pear-Net_GeoIP/pkg-descr new file mode 100644 index 000000000000..7b7fb51061b9 --- /dev/null +++ b/net/pear-Net_GeoIP/pkg-descr @@ -0,0 +1,4 @@ +A library that uses Maxmind's GeoIP databases to accurately determine +geographic location of an IP address. + +WWW: http://pear.php.net/package/Net_GeoIP/ |