diff options
author | gdt <gdt> | 2012-04-24 01:19:58 +0000 |
---|---|---|
committer | gdt <gdt> | 2012-04-24 01:19:58 +0000 |
commit | 5480b01ec68298422c9990fdb618a134ebec0487 (patch) | |
tree | 3ae6e321e96c4d58c2b9a31ecba2d7b887a13b04 /geography | |
parent | ae65dfeb24f886683c00264a7fb96ccba006f6cb (diff) | |
download | pkgsrc-5480b01ec68298422c9990fdb618a134ebec0487.tar.gz |
Update to 1.3.
Viking 1.3 (2012-04-22)
New features since 1.2.2
* Be consistent in that track and waypoint list dialogs are always
sorted alphabetically.
* Add OSM Transport map as a built in map option.
* Add supported MIME types to the desktop file specification.
* Add example script that can be used to upload a track as a route to
a predefined GPS device.
* Display the average moving speed for a track in the track
properties.
* Add ability to open a TrackWaypoint layer with another external
program (default merkaartor).
* Add ability to open a TrackWaypoint layer with an external program
(default JOSM).
* Use map default: OSM MapQuest tileserver.
* Add and use a preference for the associated image viewer program.
* Add and use KML File Export units option.
* Add ability to geotag images interpolating times against tracks.
* Acquire Geotag Images via TRW Layer
* Ensure vtl created in acquire operation runs post read stage.
* EXIF read implementation for geotagged images (libexif).
* Add new process stage for acquire methods.
* Enable reversing a track from the track menu.
* Display compact message on the statusbar for the selected trackpoint
or waypoint. (SF#3314888)
* Enable multiple selection and deletion.
* Scale waypoint icons to give large or small icons as necessary.
* Add Yahoo! Maps webtool link.
* Extend webtools with a bounds version for the URL which takes four
string parameters.
* Add webtool for Bing maps.
* Add Acquire OSM option into the Track/Waypoint layer operations.
* Add used geo-* scripts as they are public domain.
* Continue geocaching.com support via third party tools.
* Show elevation gain/loss on track creation 'tooltip' (as per
SF#2838561 request), when such data is available.
* Automatically attempt to set elevation data from the DEM layer
whilst a track is being created.
* When creating a track, display the total distance of track (via a
tooltip like text) on the main display.
* Allow to import any file known by gpsbabel
* Add support for any device known by gpsbabel
* Add experimental support for GPSD_API_MAJOR_VERSION 5.
* Add ability to acquire GPS traces stored on OSM
* Enable copying layer/sublayer names as plain text, so that it can be
pasted into external text handling applications.
* Enable getting of the statusbar from the window.
* On creating a new waypoint always attempt to auto set the altitude
if DEM data is available.
* Enable the escape key to remove/reset the ruler tool.
Fixes since 1.2.2
* Remove Tiles@home support as the service has stopped.
* cleanup: Remove unused and out of date 'viking-remote' script and
related files.
* cleanup: Remove *very* old documentation and don't bother
distributing any of it which is all old.
* Fix Track Properties graph blob marker drawn at wrong elevation when
elevation graphs have different min/max heights.
* Fix Track Properties graph DEM points drawn at wrong elevation when
lowest elevation is not zero.
* Use an intermediary program which will invoke the system's default
for opening images.
* Fix opening of external web sites via center method when the zoom
level is less than 1 mpp.
* Fix crashing on opening a file via recent menu after a .vik file is
opened.
* Fix too easy to accidently move a waypoint with an image with the
select tool - must use shift key.
* Fix can not immediately select another layer if currently selected
layer's visibility changes.
* Fix compilation with curl 7.21.7 (SF#3376584)
* Improve libgps test with the consistently available function:
gps_close
* Fix <GTK 2.24 combo box usage.
* Fix crashing on opening multiple files after a .vik file is opened.
* Solution for SF#2766266 - Give user feedback about OSM uploads
(success/failure).
* Fix: send VLP's update signal when adding a layer
* Fix: Don't abort program when attempting webtool center with
different x & y factors.
* Fix Join Tracks functionality.
* Fix SF#3408170: Selected Track Thickness is Always 1px
* Fix tracks not shown over map when map layer is dragged to the end
of the treeview list.
* Refuse to load unsupported file types.
* Restore broken GPS power off command.
* Fix: SF#3042692 - Tiles May Get Deleted During Offline Usage.
* Fix some tracks elevation profile may display no altitude, despite
all altitudes available in the track.
* Fix SF#3387590: Top Layer cannot be renamed
* Enable merging tracks without timestamps to other tracks that do not
have timestamps. (SF#2886231)
* Prevent track merge by time requests when there are no other
suitable tracks.
* Improve track name when split from Track Properties window.
* Replace 'Magic Scissors' by a more accurate name - 'Route Finder'.
Diffstat (limited to 'geography')
-rw-r--r-- | geography/viking/Makefile | 10 | ||||
-rw-r--r-- | geography/viking/PLIST | 3 | ||||
-rw-r--r-- | geography/viking/distinfo | 8 |
3 files changed, 10 insertions, 11 deletions
diff --git a/geography/viking/Makefile b/geography/viking/Makefile index 63648923987..cda293a07da 100644 --- a/geography/viking/Makefile +++ b/geography/viking/Makefile @@ -1,14 +1,13 @@ -# $NetBSD: Makefile,v 1.34 2012/03/03 00:13:10 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2012/04/24 01:19:58 gdt Exp $ # -DISTNAME= viking-1.2.2 -PKGREVISION= 4 +DISTNAME= viking-1.3 CATEGORIES= geography MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=viking/} MAINTAINER= gdt@NetBSD.org HOMEPAGE= http://viking.sourceforge.net/ -COMMENT= Viking manages GPS data, supports Open Street Map and geocaching +COMMENT= Viking manages GPS data, supports OpenStreetMap and geocaching LICENSE= gnu-gpl-v2 @@ -17,7 +16,7 @@ PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes # Perhaps optionize use of gpsd (remove bl3, add this). -CONFIGURE_ARGS+= --disable-realtime-gps-tracking +# CONFIGURE_ARGS+= --disable-realtime-gps-tracking DEPENDS+= gpsbabel-[0-9]*:../../geography/gpsbabel DEPENDS+= p5-XML-Parser-[0-9]*:../../textproc/p5-XML-Parser @@ -28,6 +27,7 @@ USE_TOOLS+= gmake intltool msgfmt pkg-config .include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../devel/gettext-lib/buildlink3.mk" +.include "../../graphics/libexif/buildlink3.mk" .include "../../geography/gpsd/buildlink3.mk" .include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../lang/perl5/buildlink3.mk" diff --git a/geography/viking/PLIST b/geography/viking/PLIST index abad78eb20b..b6ece37b8ef 100644 --- a/geography/viking/PLIST +++ b/geography/viking/PLIST @@ -1,6 +1,5 @@ -@comment $NetBSD: PLIST,v 1.6 2011/05/03 00:41:30 gdt Exp $ +@comment $NetBSD: PLIST,v 1.7 2012/04/24 01:19:58 gdt Exp $ bin/viking -bin/viking-remote share/applications/viking.desktop share/gnome/help/viking/C/figures/properties_degree.png share/gnome/help/viking/C/figures/properties_units.png diff --git a/geography/viking/distinfo b/geography/viking/distinfo index 3c3b860f07c..8e87a54e7ec 100644 --- a/geography/viking/distinfo +++ b/geography/viking/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.16 2012/01/26 01:00:13 gdt Exp $ +$NetBSD: distinfo,v 1.17 2012/04/24 01:19:58 gdt Exp $ -SHA1 (viking-1.2.2.tar.gz) = 91d53bbf3de6f286e3a0be062974f5b3bef863a7 -RMD160 (viking-1.2.2.tar.gz) = 7dcc257525ff9fa78d86f792fa70d3ab50243753 -Size (viking-1.2.2.tar.gz) = 1050517 bytes +SHA1 (viking-1.3.tar.gz) = fd591efd13763f84bb7cb34f7953819165dffa71 +RMD160 (viking-1.3.tar.gz) = 5bc6fe8b8e017a7a2473fcb397cd4fc42129dad6 +Size (viking-1.3.tar.gz) = 1116537 bytes SHA1 (patch-aa) = 106567e97011292250e211a7389572ee5a828627 |