aboutsummaryrefslogtreecommitdiff
path: root/net/GeoIP
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2018-09-28 12:35:42 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2018-09-28 12:35:42 +0000
commit26164efa00e0b331df63862e949b789de0881dd5 (patch)
treeb43284e1a5c7f6e957af01eaeb94faaec01f5cf8 /net/GeoIP
parent539214bd5a905c3aaad99e4dbca0790bde5b17ae (diff)
downloadports-26164efa00e0b331df63862e949b789de0881dd5.tar.gz
ports-26164efa00e0b331df63862e949b789de0881dd5.zip
Notes
Diffstat (limited to 'net/GeoIP')
-rw-r--r--net/GeoIP/pkg-descr11
1 files changed, 6 insertions, 5 deletions
diff --git a/net/GeoIP/pkg-descr b/net/GeoIP/pkg-descr
index 934068127168..6b1e8d33eac2 100644
--- a/net/GeoIP/pkg-descr
+++ b/net/GeoIP/pkg-descr
@@ -1,14 +1,15 @@
GeoIP is a C library that enables the user to find the country that any
-IP address or hostname originates from. It uses a file based database
-that is accurate as of March 2002. This database simply contains IP blocks
-as keys, and countries as values. This database should be more complete and
-accurate than using reverse DNS lookups.
+IP address or hostname originates from. This library supports the legacy
+GeoIP database. Although it is kept up-to-date, the non-legacy database
+(net/libmaxminddb) is preferable when supported.
This module can be used to automatically select the geographically closest
mirror, to analyze your web server logs to determine the countries of your
visitors, for credit card fraud detection, and for software export controls.
This port includes a helper script, geoipupdate.sh, to help you keep the
-library up-to-date.
+library up-to-date. The helper script will only update the legacy
+database. To update GeoIP2 databases, install the geoipupdate port from
+net/geoipupdate.
WWW: http://dev.maxmind.com/geoip/legacy