Fri Mar 12 15:55:40 2010 UTC ()
Import garmintools-0.10, utilities to retrieve data from Garmin Forerunner 305
and similar GPS units, and export data to other, well-known formats.

Status:

Vendor Tag:	TNF
Release Tags:	pkgsrc-base


(ghen)
diff -r0 -r1.1.1.1 pkgsrc/geography/garmintools/Makefile
diff -r0 -r1.1.1.1 pkgsrc/geography/garmintools/DESCR
diff -r0 -r1.1.1.1 pkgsrc/geography/garmintools/distinfo
diff -r0 -r1.1.1.1 pkgsrc/geography/garmintools/PLIST

File Added: pkgsrc/geography/garmintools/Makefile
# $NetBSD: Makefile,v 1.1.1.1 2010/03/12 15:55:40 ghen Exp $

DISTNAME=		garmintools-0.10
CATEGORIES=		geography
MASTER_SITES=		http://garmintools.googlecode.com/files/

MAINTAINER=		ghen@NetBSD.org
HOMEPAGE=		http://code.google.com/p/garmintools/
COMMENT=		Utilities for Garmin Forerunner 305 and similar GPS units

GNU_CONFIGURE=		yes
USE_LIBTOOL=		yes

PKG_DESTDIR_SUPPORT=	user-destdir

INSTALLATION_DIRS=	share/doc/garmintools

post-install:
	${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/garmintools/

.include "../../devel/libusb/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

File Added: pkgsrc/geography/garmintools/DESCR
This software provides Linux users with the ability to communicate with the
Garmin Forerunner 305 via the USB interface. While this is the only Garmin
unit that I own, I did implement all of the documented Garmin protocols as of
Rev C (May 19, 2006) over the USB physical link. This means that if you have a
Garmin with a USB connection to a PC, you ought to be able to use this
software to communicate with it.

If you're looking for a complete solution to all of your Linux Garmin GPS
needs, this is not it. I own a Garmin Forerunner 305 and wrote this code
specifically so I could download and save data from that particular GPS unit
to my Linux machine. I tried gpsbabel, but found that it did not have command
line options specific to the Forerunner run and lap data - all I could do was
get the tracklog. That's how all of this got started. I also wanted a few
other things, like the ability to convert a track log into a Google maps
encoded polyline, and (eventually) the ability to generate PNG images of heart
rate and elevation data.

File Added: pkgsrc/geography/garmintools/distinfo
$NetBSD: distinfo,v 1.1.1.1 2010/03/12 15:55:40 ghen Exp $

SHA1 (garmintools-0.10.tar.gz) = f59a761b09575d27abbf5d76811f7ec25a1cbd26
RMD160 (garmintools-0.10.tar.gz) = 307cd9bc99288c2305324c05792022c457ef5e5d
Size (garmintools-0.10.tar.gz) = 396659 bytes

File Added: pkgsrc/geography/garmintools/PLIST
@comment $NetBSD: PLIST,v 1.1.1.1 2010/03/12 15:55:40 ghen Exp $
bin/garmin_dump
bin/garmin_gchart
bin/garmin_get_info
bin/garmin_gmap
bin/garmin_gpx
bin/garmin_save_runs
include/garmin.h
lib/libgarmintools.la
man/man1/garmin_dump.1
man/man1/garmin_get_info.1
man/man1/garmin_gmap.1
man/man1/garmin_gpx.1
man/man1/garmin_save_runs.1
share/doc/garmintools/README