mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Add pear-Net_Geo 1.0.4, geographical locations based on Internet
address. PR: ports/107036 Submitted by: chinsan
This commit is contained in:
parent
8396b2ee17
commit
11041e40e3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=180554
@ -561,6 +561,7 @@
|
||||
SUBDIR += pear-Net_DNSBL
|
||||
SUBDIR += pear-Net_Dict
|
||||
SUBDIR += pear-Net_Finger
|
||||
SUBDIR += pear-Net_Geo
|
||||
SUBDIR += pear-Net_IPv6
|
||||
SUBDIR += pear-Net_Ident
|
||||
SUBDIR += pear-Net_LDAP
|
||||
|
25
net/pear-Net_Geo/Makefile
Normal file
25
net/pear-Net_Geo/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# Ports collection makefile for: pear-Net_Geo
|
||||
# Date created: 2006/12/22
|
||||
# Whom: chinsan
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Net_Geo
|
||||
PORTVERSION= 1.0.4
|
||||
CATEGORIES= net pear
|
||||
|
||||
MAINTAINER= chinsan@FreeBSD.org
|
||||
COMMENT= Geographical locations based on Internet address
|
||||
|
||||
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= Geo.php README
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
||||
.include <bsd.port.post.mk>
|
3
net/pear-Net_Geo/distinfo
Normal file
3
net/pear-Net_Geo/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (PEAR/Net_Geo-1.0.4.tgz) = 1584f47c7f3cf006ab4793bbac416b09
|
||||
SHA256 (PEAR/Net_Geo-1.0.4.tgz) = 14430303f028257c53598987eeaa3145dd8d360ecce8ea69adad7ca792767e6a
|
||||
SIZE (PEAR/Net_Geo-1.0.4.tgz) = 7655
|
5
net/pear-Net_Geo/pkg-descr
Normal file
5
net/pear-Net_Geo/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
Obtains geographical information based on IP number, domain name,
|
||||
or AS number. Makes use of CAIDA Net_Geo lookup, HostIP or
|
||||
localizer extension.
|
||||
|
||||
WWW: http://pear.php.net/package/Net_Geo/
|
Loading…
Reference in New Issue
Block a user