summaryrefslogtreecommitdiff
path: root/geography/Makefile
diff options
context:
space:
mode:
authoragc <agc>2016-07-24 02:07:49 +0000
committeragc <agc>2016-07-24 02:07:49 +0000
commit4c79e21ddd8c3092ec80a660bd9b3c92ac98263d (patch)
treecc50eaf18cba297559723efce11d26842b232ce9 /geography/Makefile
parentd3b1d4b6e9be35df4f4ae9346bf9785f99d1f26a (diff)
downloadpkgsrc-4c79e21ddd8c3092ec80a660bd9b3c92ac98263d.tar.gz
Add the geolite2 city and country IPv4 databases from 20160705
GeoLite2 databases are free IP geolocation databases comparable to, but less accurate than, MaxMind's GeoIP2 databases. GeoLite2 databases are updated on the first Tuesday of each month. IP geolocation is inherently imprecise. Locations are often near the center of the population. Any location provided by a GeoIP database should not be used to identify a particular address or household. Use the Accuracy Radius as an indication of geolocation accuracy for the latitude and longitude coordinates we return for an IP address. The actual location of the IP address is likely within the area defined by this radius and the latitude and longitude coordinates. These are presented as straight CSV files, and can be manipulated with standard tools.
Diffstat (limited to 'geography/Makefile')
-rw-r--r--geography/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/geography/Makefile b/geography/Makefile
index af239638f6f..3801db22b1c 100644
--- a/geography/Makefile
+++ b/geography/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.60 2016/04/24 10:24:40 bouyer Exp $
+# $NetBSD: Makefile,v 1.61 2016/07/24 02:07:49 agc Exp $
#
COMMENT= Software for geographical-related uses
@@ -14,6 +14,8 @@ SUBDIR+= garmin-utils
SUBDIR+= garmintools
SUBDIR+= gdal-lib
SUBDIR+= geoclue
+SUBDIR+= geolite2-city
+SUBDIR+= geolite2-country
SUBDIR+= geos
SUBDIR+= gipfel
SUBDIR+= gpsbabel