Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 8D1DF1A9246 for ; Wed, 4 Nov 2020 15:53:23 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id D82E784DDE; Wed, 4 Nov 2020 15:53:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 206F084D27 for ; Wed, 4 Nov 2020 15:53:22 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id tBH1Gsl6o5V8 for ; Wed, 4 Nov 2020 15:53:21 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 47A8584C13 for ; Wed, 4 Nov 2020 15:53:21 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3C0D0FB28; Wed, 4 Nov 2020 15:53:21 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_16045052018390" MIME-Version: 1.0 Date: Wed, 4 Nov 2020 15:53:21 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/geography To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20201104155321.3C0D0FB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_16045052018390 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Wed Nov 4 15:53:21 UTC 2020 Modified Files: pkgsrc/geography: Makefile Added Files: pkgsrc/geography/geocode-glib: DESCR Makefile PLIST buildlink3.mk distinfo Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r1.104 -r1.105 pkgsrc/geography/Makefile cvs rdiff -u -r0 -r1.1 pkgsrc/geography/geocode-glib/DESCR \ pkgsrc/geography/geocode-glib/Makefile \ pkgsrc/geography/geocode-glib/PLIST \ pkgsrc/geography/geocode-glib/buildlink3.mk \ pkgsrc/geography/geocode-glib/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_16045052018390 Content-Disposition: inline Content-Length: 7564 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/geography/Makefile diff -u pkgsrc/geography/Makefile:1.104 pkgsrc/geography/Makefile:1.105 --- pkgsrc/geography/Makefile:1.104 Mon Sep 7 10:56:44 2020 +++ pkgsrc/geography/Makefile Wed Nov 4 15:53:20 2020 @@ -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+= garmin-utils SUBDIR+= garmintools SUBDIR+= gdal-lib SUBDIR+= geoclue +SUBDIR+= geocode-glib SUBDIR+= geos SUBDIR+= gipfel SUBDIR+= gpsbabel Added files: Index: pkgsrc/geography/geocode-glib/DESCR diff -u /dev/null pkgsrc/geography/geocode-glib/DESCR:1.1 --- /dev/null Wed Nov 4 15:53:21 2020 +++ pkgsrc/geography/geocode-glib/DESCR Wed Nov 4 15:53:21 2020 @@ -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. Index: pkgsrc/geography/geocode-glib/Makefile diff -u /dev/null pkgsrc/geography/geocode-glib/Makefile:1.1 --- /dev/null Wed Nov 4 15:53:21 2020 +++ pkgsrc/geography/geocode-glib/Makefile Wed Nov 4 15:53:21 2020 @@ -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 +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" Index: pkgsrc/geography/geocode-glib/PLIST diff -u /dev/null pkgsrc/geography/geocode-glib/PLIST:1.1 --- /dev/null Wed Nov 4 15:53:21 2020 +++ pkgsrc/geography/geocode-glib/PLIST Wed Nov 4 15:53:21 2020 @@ -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 Index: pkgsrc/geography/geocode-glib/buildlink3.mk diff -u /dev/null pkgsrc/geography/geocode-glib/buildlink3.mk:1.1 --- /dev/null Wed Nov 4 15:53:21 2020 +++ pkgsrc/geography/geocode-glib/buildlink3.mk Wed Nov 4 15:53:21 2020 @@ -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 Index: pkgsrc/geography/geocode-glib/distinfo diff -u /dev/null pkgsrc/geography/geocode-glib/distinfo:1.1 --- /dev/null Wed Nov 4 15:53:21 2020 +++ pkgsrc/geography/geocode-glib/distinfo Wed Nov 4 15:53:21 2020 @@ -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 --_----------=_16045052018390--