summaryrefslogtreecommitdiff
path: root/geography/viking/Makefile
diff options
context:
space:
mode:
authorgdt <gdt>2014-03-11 23:50:38 +0000
committergdt <gdt>2014-03-11 23:50:38 +0000
commit65ec65411e18a0064d165b009e00e256274810eb (patch)
tree48bbe11a13f5d11522681e365be71a4aebf0dc6f /geography/viking/Makefile
parent5ab6d0957ddd0e755379cdf2b970904ce23c75c2 (diff)
downloadpkgsrc-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.
Diffstat (limited to 'geography/viking/Makefile')
-rw-r--r--geography/viking/Makefile7
1 files changed, 4 insertions, 3 deletions
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