summaryrefslogtreecommitdiff
path: root/geography/gpsbabel/Makefile
diff options
context:
space:
mode:
authorgdt <gdt>2013-03-16 18:52:58 +0000
committergdt <gdt>2013-03-16 18:52:58 +0000
commiteed96184b20503919d842cf5b5789390a9799e67 (patch)
treecd1976918e67fcccc0e22b574bffe8c994a2f6d6 /geography/gpsbabel/Makefile
parent1628c2bd0ed373f69d4369aa696d7acca91a7c5e (diff)
downloadpkgsrc-eed96184b20503919d842cf5b5789390a9799e67.tar.gz
Update to 1.4.4.
The patch to help serial garmins with prolific adaptors is retained, but it's perhaps a bit dicey because upstream code has changed a bit. Upstream NEWS content from web pages: 1.4.4: Add MotoActiv format. Thank you, Dan Brown. Kris Beevers contributes Lowrance USR v4 support. Allow EXIF to represent altitude below MSL. Allow reading known invalid (sigh) data in NMEA, such as that written by Canon Camera/GPS devices, probably including: Canon GPS shoes GP-E1 GP-E2 Powershot models with GPS capabilities S100 SX260 HS D20 Enhance Garmin Fit support for latest firmware. Skytraq fixes. Steve Eckert adds line styling to the National Geographic TPO3 reader. Erik Krause improves German translations. OS X Mountain Lion fixes. 1.4.3 beta: Fix translations for GUI on Windows. German, Italian, Hungarian, Russian, and a few others should now work. If your language is there, please contribute a translation. It's easy and doesn't require you to program. A new writer for geocaches in KML (Google Earth) provide better visualizations of high-density areas. Many KML improvements including validation fixes, aviations units, fixes for min/max alt. Adds iblue757 GPS support. Add support for Holux M-1200E GPS. Add the Minihomer variant of Skytraq. Add FlySight GPS support. Add Garmin FIT support. Add Land Air Sea format for GPS Tracking Key Pro. Many Navicache improvements. Fixes to track filter to not mangle tracks recorded at low speed when segement filter is applied.
Diffstat (limited to 'geography/gpsbabel/Makefile')
-rw-r--r--geography/gpsbabel/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/geography/gpsbabel/Makefile b/geography/gpsbabel/Makefile
index 3e3fbdfc71a..a124c6e1f3c 100644
--- a/geography/gpsbabel/Makefile
+++ b/geography/gpsbabel/Makefile
@@ -1,13 +1,11 @@
-# $NetBSD: Makefile,v 1.12 2012/10/04 09:19:17 asau Exp $
+# $NetBSD: Makefile,v 1.13 2013/03/16 18:52:58 gdt Exp $
#
-DISTNAME= gpsbabel-1.4.2
+DISTNAME= gpsbabel-1.4.4
CATEGORIES= geography
-#MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gpsbabel/}
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gpsbabel/}
# Download from official site apparently only via interactive form,
-# but code is gnu-gpl-v2 so hosted elsewhere as a convenience to
-# pkgsrc users.
-MASTER_SITES+= http://www.lexort.com/pkgsrc/distfiles/
+# but code is gnu-gpl-v2 so hosted elsewhere.
MASTER_SITES+= http://archlinux-stuff.googlecode.com/files/
MAINTAINER= gdt@NetBSD.org
@@ -15,6 +13,8 @@ HOMEPAGE= http://www.gpsbabel.org/
COMMENT= Utility to convert and fetch GPS related data
LICENSE= gnu-gpl-v2
+TEST_TARGET= check
+
LIBS.Darwin+= -lexpat
GNU_CONFIGURE= yes