1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

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/
This commit is contained in:
Martin Wilke 2007-04-29 20:42:39 +00:00
parent d5a84c34ce
commit 7432c27a92
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=191140
4 changed files with 34 additions and 0 deletions

View File

@ -586,6 +586,7 @@
SUBDIR += pear-Net_Dict
SUBDIR += pear-Net_Finger
SUBDIR += pear-Net_Geo
SUBDIR += pear-Net_GeoIP
SUBDIR += pear-Net_IPv6
SUBDIR += pear-Net_Ident
SUBDIR += pear-Net_LDAP

View File

@ -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>

View File

@ -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

View File

@ -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/