# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 68470 2010-06-04 09:01:46Z ryandesign@macports.org $


PortSystem          1.0
categories			comms python

name                rgm3800py
version             25
maintainers         phw openmaintainer
description         Access Royaltek RGM-3800 and compatible GPS datalogger
long_description    With this command line utility you can:\
                    * Dump tracks off your RGM-3800 GPS datalogger in NMEA and GPX format.\
                    * List tracks with information.\
                    * Configure logging format and interval.\
                    * Check memory usage.\
                    * Erase all tracks.

platforms           darwin
build               {}
use_configure       no

homepage            http://code.google.com/p/rgm3800py/
master_sites        http://rgm3800py.googlecode.com/files/
distname            rgm3800py.py
distfiles           rgm3800-rev${version}.py

checksums           md5     28f575cf28d32a00615a2fc8b69f54b0 \
                    sha1    e8cf2f6aad55ea00b5b81a3dca03e18c3859960d \
                    rmd160  d339eeb8a892e3aaf53209483f61cfbc39bd1d64

destroot {
     xinstall ${distpath}/${distfiles} ${destroot}${prefix}/bin/${distname}
}

notes "RGM3800 needs a PL2303 USB driver, i.e. http://osx-pl2303.sourceforge.net/"
