Received: by mail.netbsd.org (Postfix, from userid 605) id 3720184D53; Mon, 22 Mar 2021 00:21:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 72F6184D52 for ; Mon, 22 Mar 2021 00:21:14 +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 pZhAPjjBFz76 for ; Mon, 22 Mar 2021 00:21:13 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8CE5184D2C for ; Mon, 22 Mar 2021 00:21:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 86CD3FA95; Mon, 22 Mar 2021 00:21:13 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_161637247387170" MIME-Version: 1.0 Date: Mon, 22 Mar 2021 00:21:13 +0000 From: "Greg Troxel" Subject: CVS commit: pkgsrc/geography/viking To: pkgsrc-changes@NetBSD.org Reply-To: gdt@netbsd.org X-Mailer: log_accum Message-Id: <20210322002113.86CD3FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_161637247387170 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gdt Date: Mon Mar 22 00:21:13 UTC 2021 Modified Files: pkgsrc/geography/viking: Makefile PLIST distinfo Removed Files: pkgsrc/geography/viking/patches: patch-src_gpspoint.c patch-src_gpx.c Log Message: geography/viking: Update to 1.9 Packaging changes: - Change to gtk3 - Drop workaround for lack of NAN on NetBSD 5 - Drop workaround for XOPEN_SOURCE as upstream no lnoger defines it Viking 1.9 (2021-03-20) New features since 1.8 * GPX 1.1 Support for most common Extensions (inc. Heart Rate, Power, Temperature & Cadence) * GTK3 ** Pinch Zoom support on Touchpads/Touchscreens (not GTK2 build) * Select Tool is now the default with more intuitive behaviour to enable moving the map * [OpenTopoMap](https://opentopomap.org) is the new Map Default * Online Search in Left Hand Pane * Track Statistics in Left Hand Pane * [OSRM](http://project-osrm.org) Routing Support * Log diagnostic Window * DEM Colour options * DEM Server enhanced support (NASA Earthdata login and alternative DEM server configuration) * Ruler uses Great Circle drawing and distance. * Single key Shortcuts support * Improved Track Area Coverage (faster drawing, option to limit years of coverage) * Monthly Statistics Analysis * Native KML Parser enabling support for more KML features * More KML export options * Ability to convert Tracks/Routes to Waypoints and vice versa. * Ability to 'Rotate' Routes/Tracks, i.e. to shift the start/end point of circular routes. * Ability to Reset Preferences and Layer Defaults * Ability to Reset Layers back to the Layer Default. * Enable Filtering on some List Displays (hence a basic internal search). * Support more GPX 1.0 Waypoint fields - the less commonally encountered ones. To generate a diff of this commit: cvs rdiff -u -r1.115 -r1.116 pkgsrc/geography/viking/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/geography/viking/PLIST cvs rdiff -u -r1.29 -r1.30 pkgsrc/geography/viking/distinfo cvs rdiff -u -r1.2 -r0 pkgsrc/geography/viking/patches/patch-src_gpspoint.c cvs rdiff -u -r1.3 -r0 pkgsrc/geography/viking/patches/patch-src_gpx.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_161637247387170 Content-Disposition: inline Content-Length: 5365 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/geography/viking/Makefile diff -u pkgsrc/geography/viking/Makefile:1.115 pkgsrc/geography/viking/Makefile:1.116 --- pkgsrc/geography/viking/Makefile:1.115 Sat Jan 9 19:50:53 2021 +++ pkgsrc/geography/viking/Makefile Mon Mar 22 00:21:13 2021 @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.115 2021/01/09 19:50:53 gdt Exp $ +# $NetBSD: Makefile,v 1.116 2021/03/22 00:21:13 gdt Exp $ # -VERSION= 1.8 +VERSION= 1.9 DISTNAME= viking-${VERSION} -PKGREVISION= 7 CATEGORIES= geography MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=viking/}${VERSION}/ EXTRACT_SUFX= .tar.bz2 @@ -74,7 +73,7 @@ CONFIGURE_ARGS+= --disable-zip .include "../../security/nettle/buildlink3.mk" # gnome-doc-utils is needed even if not building documentation .include "../../textproc/gnome-doc-utils/buildlink3.mk" +.include "../../textproc/json-glib/buildlink3.mk" .include "../../www/curl/buildlink3.mk" -# \todo Consider gtk3, perhaps as an option. -.include "../../x11/gtk2/buildlink3.mk" +.include "../../x11/gtk3/buildlink3.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/geography/viking/PLIST diff -u pkgsrc/geography/viking/PLIST:1.12 pkgsrc/geography/viking/PLIST:1.13 --- pkgsrc/geography/viking/PLIST:1.12 Tue Jan 22 15:28:45 2019 +++ pkgsrc/geography/viking/PLIST Mon Mar 22 00:21:13 2021 @@ -1,6 +1,56 @@ -@comment $NetBSD: PLIST,v 1.12 2019/01/22 15:28:45 gdt Exp $ +@comment $NetBSD: PLIST,v 1.13 2021/03/22 00:21:13 gdt Exp $ bin/viking +man/man1/viking.1 share/applications/viking.desktop +share/help/C/viking/attribution.xml +share/help/C/viking/commandline.xml +share/help/C/viking/dem_layer.xml +share/help/C/viking/edit_view_menus.xml +share/help/C/viking/figures/Aggregate_heatmap.png +share/help/C/viking/figures/Aggregate_statistics.png +share/help/C/viking/figures/Aggregate_statistics_years.png +share/help/C/viking/figures/DEM_Example.png +share/help/C/viking/figures/DEM_file_info_dialog.png +share/help/C/viking/figures/Goto_Main_Window.png +share/help/C/viking/figures/LayersTracksList.png +share/help/C/viking/figures/LayersTracksStatistics.png +share/help/C/viking/figures/Maps_download_region_dialog.png +share/help/C/viking/figures/Track_elevation_graph.png +share/help/C/viking/figures/Track_properties.png +share/help/C/viking/figures/Track_statistics.png +share/help/C/viking/figures/Track_time_splits.png +share/help/C/viking/figures/Trackpoint_edit_dialog.png +share/help/C/viking/figures/Viking-OSM-CycleMap-ManyTracks.jpg +share/help/C/viking/figures/Viking-TAC.png +share/help/C/viking/figures/WaypointProperties.png +share/help/C/viking/figures/WaypointsList.png +share/help/C/viking/figures/addtr_18.png +share/help/C/viking/figures/addwp_18.png +share/help/C/viking/figures/customize_toolbar_dialog.png +share/help/C/viking/figures/demdl_18.png +share/help/C/viking/figures/edtr_18.png +share/help/C/viking/figures/edwp_18.png +share/help/C/viking/figures/geomove_18.png +share/help/C/viking/figures/geozoom_18.png +share/help/C/viking/figures/map_tile_info_dialog.png +share/help/C/viking/figures/mapdl_18.png +share/help/C/viking/figures/mover_22.png +share/help/C/viking/figures/properties_degree.png +share/help/C/viking/figures/properties_units.png +share/help/C/viking/figures/route_finder_18.png +share/help/C/viking/figures/ruler_18.png +share/help/C/viking/figures/select_18.png +share/help/C/viking/figures/showpic_18.png +share/help/C/viking/figures/trw_statusbar.png +share/help/C/viking/figures/vik_new_route_18.png +share/help/C/viking/figures/zoom_18.png +share/help/C/viking/figures/zoom_status_popup.png +share/help/C/viking/geoclue_layer.xml +share/help/C/viking/georef_layer.xml +share/help/C/viking/index.docbook +share/help/C/viking/legal.xml +share/help/C/viking/mapnik_rendering_layer.xml +share/help/C/viking/recommends.xml share/icons/hicolor/48x48/apps/viking.png share/locale/ast/LC_MESSAGES/viking.mo share/locale/ca/LC_MESSAGES/viking.mo @@ -41,3 +91,4 @@ share/viking/goto_tools.xml share/viking/latlontz.txt share/viking/maps.xml share/viking/routing.xml +share/viking/unreachable_tiles.txt Index: pkgsrc/geography/viking/distinfo diff -u pkgsrc/geography/viking/distinfo:1.29 pkgsrc/geography/viking/distinfo:1.30 --- pkgsrc/geography/viking/distinfo:1.29 Sat Mar 21 14:36:22 2020 +++ pkgsrc/geography/viking/distinfo Mon Mar 22 00:21:13 2021 @@ -1,9 +1,7 @@ -$NetBSD: distinfo,v 1.29 2020/03/21 14:36:22 gdt Exp $ +$NetBSD: distinfo,v 1.30 2021/03/22 00:21:13 gdt Exp $ -SHA1 (viking-1.8.tar.bz2) = 316024914dcdd3ca493555f6454866f6ec4da373 -RMD160 (viking-1.8.tar.bz2) = e134c2834e1e1d34e4273840cc5ec53418e95fc7 -SHA512 (viking-1.8.tar.bz2) = 0f30aded65a84c34fde6204b39ed652ece4218dadca76679244dbdfb655513c5f4b7cdc7f82dcb659e852bc88b27d0c9fff29511c5e30e9fbd46a8540b925d91 -Size (viking-1.8.tar.bz2) = 3878992 bytes +SHA1 (viking-1.9.tar.bz2) = 2126572628daea30e63082603b74f81550105d6c +RMD160 (viking-1.9.tar.bz2) = dfed1e4b07544f2bec8c5ce9b93a3c8fc1df3cd5 +SHA512 (viking-1.9.tar.bz2) = 306bef0b148a67d169420e8806aeb96f58eec88d72c6cbe3061de06ecb096c96cce1b50ed43f463bc2524b34413838269793bd4b39a4d62b3d2e4f01f3ff1b0b +Size (viking-1.9.tar.bz2) = 5165249 bytes SHA1 (patch-configure) = c1a7935c166106e21585c007a07c00dc60349f02 -SHA1 (patch-src_gpspoint.c) = 95b07ed2b37a3e05c12042f55c81816245753d04 -SHA1 (patch-src_gpx.c) = 178488c7bd56a0dc199538ce4c0bede534379590 --_----------=_161637247387170--