diff options
author | rafan <rafan@FreeBSD.org> | 2006-12-23 10:35:46 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2006-12-23 10:35:46 +0800 |
commit | c78d86114dff66dbadbac3090aab3064a9cb7dd9 (patch) | |
tree | 7d60e3e2a8bb6330e925a3a8d2ed3c8cb7ab0956 /net/pear-Net_Geo | |
parent | e8457bfb71b17d674e4a3487c77f785c32eb1b5e (diff) | |
download | freebsd-ports-graphics-c78d86114dff66dbadbac3090aab3064a9cb7dd9.tar.gz freebsd-ports-graphics-c78d86114dff66dbadbac3090aab3064a9cb7dd9.tar.zst freebsd-ports-graphics-c78d86114dff66dbadbac3090aab3064a9cb7dd9.zip |
Add pear-Net_Geo 1.0.4, geographical locations based on Internet
address.
PR: ports/107036
Submitted by: chinsan
Diffstat (limited to 'net/pear-Net_Geo')
-rw-r--r-- | net/pear-Net_Geo/Makefile | 25 | ||||
-rw-r--r-- | net/pear-Net_Geo/distinfo | 3 | ||||
-rw-r--r-- | net/pear-Net_Geo/pkg-descr | 5 |
3 files changed, 33 insertions, 0 deletions
diff --git a/net/pear-Net_Geo/Makefile b/net/pear-Net_Geo/Makefile new file mode 100644 index 00000000000..fc0ecfed9ca --- /dev/null +++ b/net/pear-Net_Geo/Makefile @@ -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> diff --git a/net/pear-Net_Geo/distinfo b/net/pear-Net_Geo/distinfo new file mode 100644 index 00000000000..8acf75b47b1 --- /dev/null +++ b/net/pear-Net_Geo/distinfo @@ -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 diff --git a/net/pear-Net_Geo/pkg-descr b/net/pear-Net_Geo/pkg-descr new file mode 100644 index 00000000000..26f51d5d227 --- /dev/null +++ b/net/pear-Net_Geo/pkg-descr @@ -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/ |