# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 PortGroup gobject_introspection 1.0 name geocode-glib version 3.16.2 license LGPL-2.1 set branch [join [lrange [split ${version} .] 0 1] .] description A convenience library for geocoding and reverse geocoding. long_description geocode-glib is a convenience library for geocoding (finding longitude, \ and latitude from an address) and reverse geocoding (finding an address from \ coordinates). It uses the Nominatim service to achieve that. It also caches \ (reverse-)geocoding requests for faster results and to avoid unnecessary \ server load. maintainers devans openmaintainer categories gnome devel platforms darwin homepage https://developer.gnome.org/geocode-glib/ master_sites gnome:sources/${name}/${branch}/ use_xz yes checksums rmd160 72d1f985e26daa6c8e6c364507761e9a5a43cddc \ sha256 a551ffdbd793d54a14e709c9d02e82dde3abc14eed8065abad92275a43fe2c97 depends_build port:pkgconfig \ port:gettext depends_lib path:lib/pkgconfig/glib-2.0.pc:glib2 \ port:json-glib \ port:libxml2 \ port:libsoup gobject_introspection yes patchfiles patch-geocode-glib-geocode-glib.symbols.diff configure.args --enable-compile-warnings=minimum \ --disable-silent-rules livecheck.type gnome