diff options
author | agc <agc@pkgsrc.org> | 2016-07-24 02:07:49 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2016-07-24 02:07:49 +0000 |
commit | 6fcd60d57a63c29af12124723634d96035f319b2 (patch) | |
tree | 2aa1e266ccdb31240e0eef6249dd245a018661b9 /geography/Makefile | |
parent | 215f64b18d8c15d388f54187aee335cb1d57d349 (diff) | |
download | pkgsrc-6fcd60d57a63c29af12124723634d96035f319b2.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/Makefile | 4 |
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 |