pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/geography geography: Add geocode-glib. Needed for gnom...
details: https://anonhg.NetBSD.org/pkgsrc/rev/51e50a1b2eb4
branches: trunk
changeset: 441472:51e50a1b2eb4
user: nia <nia%pkgsrc.org@localhost>
date: Wed Nov 04 15:53:20 2020 +0000
description:
geography: Add geocode-glib. Needed for gnome-calendar
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.
diffstat:
geography/Makefile | 3 +-
geography/geocode-glib/DESCR | 5 ++
geography/geocode-glib/Makefile | 28 ++++++++++++++
geography/geocode-glib/PLIST | 71 ++++++++++++++++++++++++++++++++++++
geography/geocode-glib/buildlink3.mk | 14 +++++++
geography/geocode-glib/distinfo | 6 +++
6 files changed, 126 insertions(+), 1 deletions(-)
diffs (161 lines):
diff -r d3f261e5da45 -r 51e50a1b2eb4 geography/Makefile
--- a/geography/Makefile Wed Nov 04 15:51:31 2020 +0000
+++ b/geography/Makefile Wed Nov 04 15:53:20 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.104 2020/09/07 10:56:44 wiz Exp $
+# $NetBSD: Makefile,v 1.105 2020/11/04 15:53:20 nia Exp $
#
COMMENT= Software for geographical-related uses
@@ -36,6 +36,7 @@
SUBDIR+= garmintools
SUBDIR+= gdal-lib
SUBDIR+= geoclue
+SUBDIR+= geocode-glib
SUBDIR+= geos
SUBDIR+= gipfel
SUBDIR+= gpsbabel
diff -r d3f261e5da45 -r 51e50a1b2eb4 geography/geocode-glib/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/geocode-glib/DESCR Wed Nov 04 15:53:20 2020 +0000
@@ -0,0 +1,5 @@
+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.
diff -r d3f261e5da45 -r 51e50a1b2eb4 geography/geocode-glib/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/geocode-glib/Makefile Wed Nov 04 15:53:20 2020 +0000
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile,v 1.1 2020/11/04 15:53:21 nia Exp $
+
+DISTNAME= geocode-glib-3.26.2
+MASTER_SITES= ${MASTER_SITE_GNOME:=/sources/${PKGBASE}/${PKGVERSION_NOREV:R}/}
+CATEGORIES= geography gnome
+EXTRACT_SUFX= .tar.xz
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://developer.gnome.org/geocode-glib/
+COMMENT= GNOME convenience library for geocoding
+LICENSE= gnu-lgpl-v2
+
+TOOL_DEPENDS+= gtk-doc-[0-9]*:../../textproc/gtk-doc
+
+USE_TOOLS+= pkg-config xgettext
+
+PYTHON_FOR_BUILD_ONLY= tool
+
+PKGCONFIG_OVERRIDE_STAGE= pre-install
+PKGCONFIG_OVERRIDE+= output/meson-private/geocode-glib-1.0.pc
+
+.include "../../devel/meson/build.mk"
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../devel/gobject-introspection/buildlink3.mk"
+.include "../../graphics/gnome-icon-theme/buildlink3.mk"
+.include "../../net/libsoup/buildlink3.mk"
+.include "../../textproc/json-glib/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r d3f261e5da45 -r 51e50a1b2eb4 geography/geocode-glib/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/geocode-glib/PLIST Wed Nov 04 15:53:20 2020 +0000
@@ -0,0 +1,71 @@
+@comment $NetBSD: PLIST,v 1.1 2020/11/04 15:53:21 nia Exp $
+include/geocode-glib-1.0/geocode-glib/geocode-backend.h
+include/geocode-glib-1.0/geocode-glib/geocode-bounding-box.h
+include/geocode-glib-1.0/geocode-glib/geocode-enum-types.h
+include/geocode-glib-1.0/geocode-glib/geocode-error.h
+include/geocode-glib-1.0/geocode-glib/geocode-forward.h
+include/geocode-glib-1.0/geocode-glib/geocode-glib.h
+include/geocode-glib-1.0/geocode-glib/geocode-location.h
+include/geocode-glib-1.0/geocode-glib/geocode-mock-backend.h
+include/geocode-glib-1.0/geocode-glib/geocode-nominatim.h
+include/geocode-glib-1.0/geocode-glib/geocode-place.h
+include/geocode-glib-1.0/geocode-glib/geocode-reverse.h
+lib/girepository-1.0/GeocodeGlib-1.0.typelib
+lib/libgeocode-glib.so
+lib/libgeocode-glib.so.0
+lib/libgeocode-glib.so.0.0.0
+lib/pkgconfig/geocode-glib-1.0.pc
+libexec/installed-tests/geocode-glib/geo-uri
+libexec/installed-tests/geocode-glib/geocode-glib
+libexec/installed-tests/geocode-glib/locale_format.json
+libexec/installed-tests/geocode-glib/locale_name.json
+libexec/installed-tests/geocode-glib/mock-backend
+libexec/installed-tests/geocode-glib/nominatim-area.json
+libexec/installed-tests/geocode-glib/nominatim-data-type-change.json
+libexec/installed-tests/geocode-glib/nominatim-no-results.json
+libexec/installed-tests/geocode-glib/nominatim-place_rank.json
+libexec/installed-tests/geocode-glib/nominatim-rio.json
+libexec/installed-tests/geocode-glib/osm_type0.json
+libexec/installed-tests/geocode-glib/osm_type1.json
+libexec/installed-tests/geocode-glib/osm_type2.json
+libexec/installed-tests/geocode-glib/pub.json
+libexec/installed-tests/geocode-glib/rev.json
+libexec/installed-tests/geocode-glib/rev_fail.json
+libexec/installed-tests/geocode-glib/search.json
+libexec/installed-tests/geocode-glib/search_lat_long.json
+libexec/installed-tests/geocode-glib/xep.json
+share/gir-1.0/GeocodeGlib-1.0.gir
+share/gtk-doc/html/geocode-glib/GeocodeBackend.html
+share/gtk-doc/html/geocode-glib/GeocodeBoundingBox.html
+share/gtk-doc/html/geocode-glib/GeocodeForward.html
+share/gtk-doc/html/geocode-glib/GeocodeLocation.html
+share/gtk-doc/html/geocode-glib/GeocodeNominatim.html
+share/gtk-doc/html/geocode-glib/GeocodePlace.html
+share/gtk-doc/html/geocode-glib/GeocodeReverse.html
+share/gtk-doc/html/geocode-glib/annotation-glossary.html
+share/gtk-doc/html/geocode-glib/api-index-full.html
+share/gtk-doc/html/geocode-glib/ch01.html
+share/gtk-doc/html/geocode-glib/geocode-glib-geocode-error.html
+share/gtk-doc/html/geocode-glib/geocode-glib-geocode-mock-backend.html
+share/gtk-doc/html/geocode-glib/geocode-glib.devhelp2
+share/gtk-doc/html/geocode-glib/home.png
+share/gtk-doc/html/geocode-glib/index.html
+share/gtk-doc/html/geocode-glib/left-insensitive.png
+share/gtk-doc/html/geocode-glib/left.png
+share/gtk-doc/html/geocode-glib/right-insensitive.png
+share/gtk-doc/html/geocode-glib/right.png
+share/gtk-doc/html/geocode-glib/style.css
+share/gtk-doc/html/geocode-glib/up-insensitive.png
+share/gtk-doc/html/geocode-glib/up.png
+share/icons/gnome/scalable/places/poi-airport.svg
+share/icons/gnome/scalable/places/poi-bar.svg
+share/icons/gnome/scalable/places/poi-building.svg
+share/icons/gnome/scalable/places/poi-bus-stop.svg
+share/icons/gnome/scalable/places/poi-car.svg
+share/icons/gnome/scalable/places/poi-light-rail-station.svg
+share/icons/gnome/scalable/places/poi-marker.svg
+share/icons/gnome/scalable/places/poi-place-of-worship.svg
+share/icons/gnome/scalable/places/poi-railway-station.svg
+share/icons/gnome/scalable/places/poi-restaurant.svg
+share/icons/gnome/scalable/places/poi-school.svg
+share/icons/gnome/scalable/places/poi-town.svg
diff -r d3f261e5da45 -r 51e50a1b2eb4 geography/geocode-glib/buildlink3.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/geocode-glib/buildlink3.mk Wed Nov 04 15:53:20 2020 +0000
@@ -0,0 +1,14 @@
+# $NetBSD: buildlink3.mk,v 1.1 2020/11/04 15:53:21 nia Exp $
+
+BUILDLINK_TREE+= geocode-glib
+
+.if !defined(GEOCODE_GLIB_BUILDLINK3_MK)
+GEOCODE_GLIB_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.geocode-glib+= geocode-glib>=3.26.2
+BUILDLINK_PKGSRCDIR.geocode-glib?= ../../geography/geocode-glib
+
+.include "../../devel/glib2/buildlink3.mk"
+.endif # GEOCODE_GLIB_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -geocode-glib
diff -r d3f261e5da45 -r 51e50a1b2eb4 geography/geocode-glib/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/geocode-glib/distinfo Wed Nov 04 15:53:20 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/11/04 15:53:21 nia Exp $
+
+SHA1 (geocode-glib-3.26.2.tar.xz) = b8fb9aed83f33685fafc2952383dbc5b46a78d31
+RMD160 (geocode-glib-3.26.2.tar.xz) = 137e493d87627b67bb6caac7cd4f9c73da003123
+SHA512 (geocode-glib-3.26.2.tar.xz) = b3ef81fac6959f6c4725ca721125cdafbbec69233f321872e17f9035266ed7616018ef54a9082fbd0a83395d18c664144cfe3b431d63744be433f058071cd435
+Size (geocode-glib-3.26.2.tar.xz) = 72956 bytes
Home |
Main Index |
Thread Index |
Old Index