diff options
author | gdt <gdt> | 2014-03-11 23:50:38 +0000 |
---|---|---|
committer | gdt <gdt> | 2014-03-11 23:50:38 +0000 |
commit | 65ec65411e18a0064d165b009e00e256274810eb (patch) | |
tree | 48bbe11a13f5d11522681e365be71a4aebf0dc6f | |
parent | 5ab6d0957ddd0e755379cdf2b970904ce23c75c2 (diff) | |
download | pkgsrc-65ec65411e18a0064d165b009e00e256274810eb.tar.gz |
Update to 1.5.
Viking 1.5 (2013-10-13)
New features since 1.4.2
* Startup preferences for ease of use.
* Multi layer/track statistics.
* Multi layer/track or waypoint detailed lists.
* Control sorting of layers and quick show/hide all options.
* Configurable layer defaults.
* Optimizations when loading and drawing large numbers of tracks.
* Allow higher zoom levels up to 1/32 (OSM z22 equivalent but maps only requested up to z19).
* Retain internal options across sessions.
* Selectable online router service provider (now including OSRM)
* 'Via' points online route refining.
* Download a file directly from an URL.
* Datasource acquiring files from URLs related to the current view.
* Support timestamps (read only) in waypoints.
* Support naming trackpoints.
* Request downloading a region of maps over multiple zoom levels.
* Support Compressed My OSM Traces files (requires libbz2 and libmagic).
* Support opening files drag and drop on to the viewport.
* Support relative paths in Viking files.
* Add support for OSM Humanitarian (HOT) Style Map.
* Advanced preferences.
* Optional track labelling on the viewport.
* Translations for the Basque language.
* Improved Help Manual.
* Many internal improvements.
Fixes since 1.4.2
* Fix crashing if attempting to Extend a Route via the Route Finder when the route has no points.
-rw-r--r-- | geography/viking/DESCR | 9 | ||||
-rw-r--r-- | geography/viking/Makefile | 7 | ||||
-rw-r--r-- | geography/viking/PLIST | 14 | ||||
-rw-r--r-- | geography/viking/distinfo | 8 |
4 files changed, 26 insertions, 12 deletions
diff --git a/geography/viking/DESCR b/geography/viking/DESCR index c120fc2c59c..a25cd2f51d4 100644 --- a/geography/viking/DESCR +++ b/geography/viking/DESCR @@ -1,4 +1,5 @@ -Viking is a free/open source program to manage GPS data. You can import and -plot tracks and waypoints, show Open Street Maps and/or Terraserver maps under -it, download geocaches for an area on the map, make new tracks and waypoints, -see real-time GPS position, etc. +Viking is a Free/open-source program to manage and display GPS data. +You can import and plot tracks and waypoints, show OpenStreetMap, +Terraserver or other tiled maps under it, download geocaches for an +area on the map, make new tracks and waypoints, see real-time GPS +position, etc. diff --git a/geography/viking/Makefile b/geography/viking/Makefile index 6bd3a6197ce..c025df78a81 100644 --- a/geography/viking/Makefile +++ b/geography/viking/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.55 2014/02/12 23:17:58 tron Exp $ +# $NetBSD: Makefile,v 1.56 2014/03/11 23:50:38 gdt Exp $ # -VERSION= 1.4.2 +VERSION= 1.5 DISTNAME= viking-${VERSION} -PKGREVISION= 3 CATEGORIES= geography MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=viking/}${VERSION}/ EXTRACT_SUFX= .tar.bz2 @@ -18,6 +17,8 @@ GNU_CONFIGURE= yes TEST_TARGET= check +CONFIGURE_ARGS+= --disable-magic + # Perhaps optionize use of gpsd (remove bl3, add this). # CONFIGURE_ARGS+= --disable-realtime-gps-tracking diff --git a/geography/viking/PLIST b/geography/viking/PLIST index 5df0d06d035..00e67eba908 100644 --- a/geography/viking/PLIST +++ b/geography/viking/PLIST @@ -1,7 +1,16 @@ -@comment $NetBSD: PLIST,v 1.8 2013/04/16 01:08:46 gdt Exp $ +@comment $NetBSD: PLIST,v 1.9 2014/03/11 23:50:38 gdt Exp $ bin/viking share/applications/viking.desktop +share/gnome/help/viking/C/figures/DEM_file_info_dialog.png +share/gnome/help/viking/C/figures/LayersTracksList.png +share/gnome/help/viking/C/figures/LayersTracksStatistics.png +share/gnome/help/viking/C/figures/Maps_download_region_dialog.png +share/gnome/help/viking/C/figures/Track_elevation_graph.png +share/gnome/help/viking/C/figures/Track_properties.png +share/gnome/help/viking/C/figures/Track_statistics.png +share/gnome/help/viking/C/figures/Trackpoint_edit_dialog.png share/gnome/help/viking/C/figures/Viking-OSM-CycleMap-ManyTracks.jpg +share/gnome/help/viking/C/figures/WaypointsList.png share/gnome/help/viking/C/figures/addtr_18.png share/gnome/help/viking/C/figures/addwp_18.png share/gnome/help/viking/C/figures/demdl_18.png @@ -25,12 +34,14 @@ share/gnome/help/viking/C/figures/zoom_status_popup.png share/gnome/help/viking/C/legal.xml share/gnome/help/viking/C/viking.xml share/icons/hicolor/48x48/apps/viking.png +share/locale/ast/LC_MESSAGES/viking.mo share/locale/cs/LC_MESSAGES/viking.mo share/locale/da/LC_MESSAGES/viking.mo share/locale/de/LC_MESSAGES/viking.mo share/locale/el/LC_MESSAGES/viking.mo share/locale/en_GB/LC_MESSAGES/viking.mo share/locale/es/LC_MESSAGES/viking.mo +share/locale/eu/LC_MESSAGES/viking.mo share/locale/fi/LC_MESSAGES/viking.mo share/locale/fr/LC_MESSAGES/viking.mo share/locale/he/LC_MESSAGES/viking.mo @@ -46,6 +57,7 @@ share/locale/nl/LC_MESSAGES/viking.mo share/locale/pl/LC_MESSAGES/viking.mo share/locale/pt_BR/LC_MESSAGES/viking.mo share/locale/ru/LC_MESSAGES/viking.mo +share/locale/sk/LC_MESSAGES/viking.mo share/locale/sl/LC_MESSAGES/viking.mo share/locale/sv/LC_MESSAGES/viking.mo share/locale/uk/LC_MESSAGES/viking.mo diff --git a/geography/viking/distinfo b/geography/viking/distinfo index e74933dea39..8ed9867f1e5 100644 --- a/geography/viking/distinfo +++ b/geography/viking/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.20 2013/08/01 00:25:18 gdt Exp $ +$NetBSD: distinfo,v 1.21 2014/03/11 23:50:38 gdt Exp $ -SHA1 (viking-1.4.2.tar.bz2) = 78c5830ac0d33439d61d7b44e056953c5b5d11e5 -RMD160 (viking-1.4.2.tar.bz2) = 6393a44db6dfd440b20fc2bec947bceac36071f0 -Size (viking-1.4.2.tar.bz2) = 1066650 bytes +SHA1 (viking-1.5.tar.bz2) = 885935a5dda712750909a8e6113ce5157b2d0460 +RMD160 (viking-1.5.tar.bz2) = 5350f50a886531746a7005d489accc2c23e3d639 +Size (viking-1.5.tar.bz2) = 1609467 bytes SHA1 (patch-aa) = c7db1eb5562132c463b9472fd7a1a7e559af8d9a |