81dc048513
geocode-glib is a convenience library for the geocoding (finding longitude, and latitude from an address) and reverse geocoding (finding an address from coordinates). It uses Nominatim service to achieve that. It also caches (reverse-)geocoding requests for faster results and to avoid unnecessary server load.
108 lines
2.2 KiB
Makefile
108 lines
2.2 KiB
Makefile
# $NetBSD: Makefile,v 1.105 2020/11/04 15:53:20 nia Exp $
|
|
#
|
|
|
|
COMMENT= Software for geographical-related uses
|
|
|
|
SUBDIR+= R-countrycode
|
|
SUBDIR+= R-deldir
|
|
SUBDIR+= R-geosphere
|
|
SUBDIR+= R-ggspatial
|
|
SUBDIR+= R-lwgeom
|
|
SUBDIR+= R-mapdata
|
|
SUBDIR+= R-maps
|
|
SUBDIR+= R-maptools
|
|
SUBDIR+= R-osmar
|
|
SUBDIR+= R-osmdata
|
|
SUBDIR+= R-prettymapr
|
|
SUBDIR+= R-raster
|
|
SUBDIR+= R-rgdal
|
|
SUBDIR+= R-rgeos
|
|
SUBDIR+= R-rnaturalearth
|
|
SUBDIR+= R-rnaturalearthdata
|
|
SUBDIR+= R-rnaturalearthhires
|
|
SUBDIR+= R-rosm
|
|
SUBDIR+= R-sf
|
|
SUBDIR+= R-spData
|
|
SUBDIR+= R-spatstat
|
|
SUBDIR+= R-spatstat.data
|
|
SUBDIR+= R-spatstat.utils
|
|
SUBDIR+= R-stars
|
|
SUBDIR+= cm2gpx
|
|
SUBDIR+= cmconvert
|
|
SUBDIR+= epsg
|
|
SUBDIR+= epsg-docs
|
|
SUBDIR+= gama
|
|
SUBDIR+= garmin-utils
|
|
SUBDIR+= garmintools
|
|
SUBDIR+= gdal-lib
|
|
SUBDIR+= geoclue
|
|
SUBDIR+= geocode-glib
|
|
SUBDIR+= geos
|
|
SUBDIR+= gipfel
|
|
SUBDIR+= gpsbabel
|
|
SUBDIR+= gpsd
|
|
SUBDIR+= gpspoint
|
|
SUBDIR+= gpsutils
|
|
SUBDIR+= gpxsee
|
|
SUBDIR+= kplex
|
|
SUBDIR+= libchamplain012
|
|
SUBDIR+= libdrg
|
|
SUBDIR+= libgeotiff
|
|
SUBDIR+= libmaxminddb
|
|
SUBDIR+= libmemphis02
|
|
SUBDIR+= libnova
|
|
SUBDIR+= libspatialite
|
|
SUBDIR+= lua-mmdb
|
|
SUBDIR+= mapcode
|
|
SUBDIR+= mapserver
|
|
SUBDIR+= merkaartor
|
|
SUBDIR+= opencpn
|
|
SUBDIR+= opencpn-plugin-debugger
|
|
SUBDIR+= opencpn-plugin-draw
|
|
SUBDIR+= opencpn-plugin-gshhs
|
|
SUBDIR+= opencpn-plugin-statusbar
|
|
SUBDIR+= opencpn-plugin-watchdog
|
|
SUBDIR+= opencpn-plugin-weather_routing
|
|
SUBDIR+= osm-gps-map
|
|
SUBDIR+= osm2pgsql
|
|
SUBDIR+= p5-Class-Measure
|
|
SUBDIR+= p5-GIS-Distance
|
|
SUBDIR+= p5-Geo-Coordinates-UTM
|
|
SUBDIR+= p5-Geo-Distance
|
|
SUBDIR+= p5-Geo-Ellipsoid
|
|
SUBDIR+= p5-Geo-Gpx
|
|
SUBDIR+= p5-Geo-Mercator
|
|
SUBDIR+= p5-Geo-ShapeFile
|
|
SUBDIR+= p5-Geo-Weather
|
|
SUBDIR+= p5-Geography-Countries
|
|
SUBDIR+= proj
|
|
SUBDIR+= proj-doc
|
|
SUBDIR+= py-country
|
|
SUBDIR+= py-gdal
|
|
SUBDIR+= py-geojson
|
|
SUBDIR+= py-googlemaps
|
|
SUBDIR+= py-obspy
|
|
SUBDIR+= py-proj
|
|
SUBDIR+= py-trytond-country
|
|
SUBDIR+= py-trytond-google-maps
|
|
SUBDIR+= qgis
|
|
SUBDIR+= qlandkartegt
|
|
SUBDIR+= qlandkartegt-garmindev
|
|
SUBDIR+= qlandkartem
|
|
SUBDIR+= shapelib
|
|
SUBDIR+= spatialindex
|
|
SUBDIR+= tex-pst-geo
|
|
SUBDIR+= tex-pst-geo-doc
|
|
SUBDIR+= viking
|
|
SUBDIR+= vis5d+
|
|
SUBDIR+= xrmap
|
|
SUBDIR+= xrmap-anthems
|
|
SUBDIR+= xrmap-base
|
|
SUBDIR+= xrmap-data
|
|
SUBDIR+= xrmap-factbook_html
|
|
SUBDIR+= xrmap-factbook_text
|
|
SUBDIR+= xrmap-flags
|
|
SUBDIR+= xrmap-hymns
|
|
SUBDIR+= xrmap-pdfmaps
|
|
|
|
.include "../mk/misc/category.mk"
|