pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/geography/viking Viking 0.9.91 (2010-02-06)
details: https://anonhg.NetBSD.org/pkgsrc/rev/1b10244c00cc
branches: trunk
changeset: 571057:1b10244c00cc
user: gdt <gdt%pkgsrc.org@localhost>
date: Sun Feb 07 15:54:33 2010 +0000
description:
Viking 0.9.91 (2010-02-06)
New features since 0.9.9
* Interpolation for maps: use less precise images when wanted image is not prese
nt
* GObjectify maps
** Add compatibility facilities
* GObjectify go-to/search feature
** Add Name finder search engine
** Add Nominatim search engine
** Add Geonames search engine
** Add generic XML search code
* Add configuration file for map sources, goto and external tool
(See examples in distribution)
* Add option to download only maps that are more recent on server
** Try to download newer tiles when autodownload is set and server supports such
check
** Tiles must be older than a specified age before checking server
* Add support for recently used files
* Add DEM Gradient
* Add DOAP file
diffstat:
geography/viking/Makefile | 5 ++---
geography/viking/PLIST | 5 ++++-
geography/viking/distinfo | 9 ++++-----
geography/viking/patches/patch-ab | 16 ----------------
4 files changed, 10 insertions(+), 25 deletions(-)
diffs (74 lines):
diff -r 94df592a42bc -r 1b10244c00cc geography/viking/Makefile
--- a/geography/viking/Makefile Sun Feb 07 15:36:58 2010 +0000
+++ b/geography/viking/Makefile Sun Feb 07 15:54:33 2010 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2010/01/17 12:02:18 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2010/02/07 15:54:33 gdt Exp $
#
-DISTNAME= viking-0.9.9
-PKGREVISION= 4
+DISTNAME= viking-0.9.91
CATEGORIES= geography
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=viking/}
diff -r 94df592a42bc -r 1b10244c00cc geography/viking/PLIST
--- a/geography/viking/PLIST Sun Feb 07 15:36:58 2010 +0000
+++ b/geography/viking/PLIST Sun Feb 07 15:54:33 2010 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2009/06/14 17:57:16 joerg Exp $
+@comment $NetBSD: PLIST,v 1.3 2010/02/07 15:54:33 gdt Exp $
bin/viking
bin/viking-remote
share/applications/viking.desktop
@@ -7,12 +7,15 @@
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/fr/LC_MESSAGES/viking.mo
share/locale/he/LC_MESSAGES/viking.mo
+share/locale/id/LC_MESSAGES/viking.mo
share/locale/it/LC_MESSAGES/viking.mo
share/locale/ja/LC_MESSAGES/viking.mo
share/locale/lt/LC_MESSAGES/viking.mo
+share/locale/lv/LC_MESSAGES/viking.mo
share/locale/nb/LC_MESSAGES/viking.mo
share/locale/nl/LC_MESSAGES/viking.mo
share/locale/pl/LC_MESSAGES/viking.mo
diff -r 94df592a42bc -r 1b10244c00cc geography/viking/distinfo
--- a/geography/viking/distinfo Sun Feb 07 15:36:58 2010 +0000
+++ b/geography/viking/distinfo Sun Feb 07 15:54:33 2010 +0000
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.3 2009/12/28 19:36:15 gdt Exp $
+$NetBSD: distinfo,v 1.4 2010/02/07 15:54:33 gdt Exp $
-SHA1 (viking-0.9.9.tar.gz) = ce3d66ea117e3e179c98477f4fd5c9cf2828c73e
-RMD160 (viking-0.9.9.tar.gz) = 5829b909f74c78b5483ae787e6d420909ce4dba2
-Size (viking-0.9.9.tar.gz) = 774111 bytes
+SHA1 (viking-0.9.91.tar.gz) = e070bc144d75c3aa6a0e5c86cc1a61031fd2545d
+RMD160 (viking-0.9.91.tar.gz) = 7abe496518a7bb6adec4505d6dafa321f61e3ccf
+Size (viking-0.9.91.tar.gz) = 862423 bytes
SHA1 (patch-aa) = 24dba675c4aeacef6541f474edd90b7457d98d02
-SHA1 (patch-ab) = e48a04ef8d9218b54ff467292d244a0602aeb74e
diff -r 94df592a42bc -r 1b10244c00cc geography/viking/patches/patch-ab
--- a/geography/viking/patches/patch-ab Sun Feb 07 15:36:58 2010 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2009/12/28 19:36:15 gdt Exp $
-
-# https://sourceforge.net/tracker/?func=detail&aid=2921899&group_id=83870&atid=570954
-# patch taken from debian at
http://git.debian.org/?p=collab-maint/viking.git;a=blob;f=debian/patches/libgps-2.90-fix;h=e23540bf533043ff26c7e0efeea0ea0f1807166f;hb=5af131f5622da98d640ed9b9f699b0b7fa6b3b83
-
---- src/vikgpslayer.c.orig 2009-09-09 20:16:18.000000000 +0000
-+++ src/vikgpslayer.c
-@@ -1317,7 +1317,7 @@ static gboolean rt_gpsd_try_connect(gpoi
- vgl->realtime_io_channel = g_io_channel_unix_new(vgl->vgpsd->gpsd.gps_fd);
- vgl->realtime_io_watch_id = g_io_add_watch( vgl->realtime_io_channel,
- G_IO_IN | G_IO_ERR | G_IO_HUP, gpsd_data_available, vgl);
-- gps_query(&vgl->vgpsd->gpsd, "w+x");
-+ gps_stream(&vgl->vgpsd->gpsd, WATCH_ENABLE, NULL);
- return FALSE; /* no longer called by timeout */
- }
-
Home |
Main Index |
Thread Index |
Old Index