summaryrefslogtreecommitdiff
path: root/geography
diff options
context:
space:
mode:
authorgdt <gdt>2010-02-07 15:54:33 +0000
committergdt <gdt>2010-02-07 15:54:33 +0000
commit146e7d0bf43f0c39f10b8fd89aadc83d577075ee (patch)
tree26538d3cc44fb45f586acadc139c8e6c41b9617e /geography
parentd8dcb0c5b810d515b81cfa1aa6a1d3b6aa33811b (diff)
downloadpkgsrc-146e7d0bf43f0c39f10b8fd89aadc83d577075ee.tar.gz
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 (limited to 'geography')
-rw-r--r--geography/viking/Makefile5
-rw-r--r--geography/viking/PLIST5
-rw-r--r--geography/viking/distinfo9
-rw-r--r--geography/viking/patches/patch-ab16
4 files changed, 10 insertions, 25 deletions
diff --git a/geography/viking/Makefile b/geography/viking/Makefile
index b6c2b292004..282cbbaeba8 100644
--- a/geography/viking/Makefile
+++ b/geography/viking/Makefile
@@ -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 --git a/geography/viking/PLIST b/geography/viking/PLIST
index 81639504a96..10589a91af7 100644
--- a/geography/viking/PLIST
+++ b/geography/viking/PLIST
@@ -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/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/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 --git a/geography/viking/distinfo b/geography/viking/distinfo
index 8b02ae8582a..be8b546c6e9 100644
--- a/geography/viking/distinfo
+++ b/geography/viking/distinfo
@@ -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 --git a/geography/viking/patches/patch-ab b/geography/viking/patches/patch-ab
deleted file mode 100644
index 4848cbea6f7..00000000000
--- a/geography/viking/patches/patch-ab
+++ /dev/null
@@ -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 */
- }
-