From 7432c27a9207fca792c997dab8875f9d13e9a268 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Sun, 29 Apr 2007 20:42:39 +0000 Subject: 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/ --- net/pear-Net_GeoIP/Makefile | 26 ++++++++++++++++++++++++++ net/pear-Net_GeoIP/distinfo | 3 +++ net/pear-Net_GeoIP/pkg-descr | 4 ++++ 3 files changed, 33 insertions(+) create mode 100644 net/pear-Net_GeoIP/Makefile create mode 100644 net/pear-Net_GeoIP/distinfo create mode 100644 net/pear-Net_GeoIP/pkg-descr (limited to 'net/pear-Net_GeoIP') 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 +# +# $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 +.include "${PORTSDIR}/devel/pear/bsd.pear.mk" +.include 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/ -- cgit v1.2.3