aboutsummaryrefslogtreecommitdiff
path: root/net/pear-Net_Geo
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2006-12-23 02:35:46 +0000
committerRong-En Fan <rafan@FreeBSD.org>2006-12-23 02:35:46 +0000
commit11041e40e3e31d2a414e817be31f2e96e95e05af (patch)
tree32c61fb5698ddedb12f6c6ccd0599d8b1676ae87 /net/pear-Net_Geo
parent8396b2ee178a9d393f63fe4187a5973fcaee1c4c (diff)
downloadports-11041e40e3e31d2a414e817be31f2e96e95e05af.tar.gz
ports-11041e40e3e31d2a414e817be31f2e96e95e05af.zip
Notes
Diffstat (limited to 'net/pear-Net_Geo')
-rw-r--r--net/pear-Net_Geo/Makefile25
-rw-r--r--net/pear-Net_Geo/distinfo3
-rw-r--r--net/pear-Net_Geo/pkg-descr5
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 000000000000..fc0ecfed9ca8
--- /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 000000000000..8acf75b47b17
--- /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 000000000000..26f51d5d2279
--- /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/