diff options
author | oliver <oliver@FreeBSD.org> | 2003-10-06 03:35:32 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2003-10-06 03:35:32 +0800 |
commit | 0427cf740013376c2a9f7a6cd5997216a84177c7 (patch) | |
tree | 56a994cdac08cc3e883c57c8ab86ce7aab00de45 /comms/garmin-utils | |
parent | 7611a9c13b6ee79472a30927d2e69475207de29d (diff) | |
download | freebsd-ports-graphics-0427cf740013376c2a9f7a6cd5997216a84177c7.tar.gz freebsd-ports-graphics-0427cf740013376c2a9f7a6cd5997216a84177c7.tar.zst freebsd-ports-graphics-0427cf740013376c2a9f7a6cd5997216a84177c7.zip |
Add garmin-utils 1.93, utilities for Garmin GPS receivers.
PR: 57585
Submitted by: Matthew Braithwaite <mab@red-bean.com>
Diffstat (limited to 'comms/garmin-utils')
-rw-r--r-- | comms/garmin-utils/Makefile | 21 | ||||
-rw-r--r-- | comms/garmin-utils/distinfo | 1 | ||||
-rw-r--r-- | comms/garmin-utils/pkg-descr | 4 | ||||
-rw-r--r-- | comms/garmin-utils/pkg-plist | 2 |
4 files changed, 28 insertions, 0 deletions
diff --git a/comms/garmin-utils/Makefile b/comms/garmin-utils/Makefile new file mode 100644 index 00000000000..4bc357e5392 --- /dev/null +++ b/comms/garmin-utils/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: garmin-utils +# Date created: 4 Oct 2003 +# Whom: Matthew Braithwaite <mab@red-bean.com> +# +# $FreeBSD$ +# + +PORTNAME= garmin-utils +PORTVERSION= 1.93 +CATEGORIES= comms +MASTER_SITES= ftp://ftp.snafu.org/pub/ + +MAINTAINER= mab@red-bean.com +COMMENT= Utilities for Garmin GPS receivers + +MAN1= gardump.1 garload.1 +MANCOMPRESSED= yes +MAKE_ARGS+= MANDIR=${MANPREFIX}/man/man \ + GPS_SERIAL_PORT=/dev/cuaa0 + +.include <bsd.port.mk> diff --git a/comms/garmin-utils/distinfo b/comms/garmin-utils/distinfo new file mode 100644 index 00000000000..18a5ba3fbcb --- /dev/null +++ b/comms/garmin-utils/distinfo @@ -0,0 +1 @@ +MD5 (garmin-utils-1.93.tar.gz) = c1dfd039ad15c99e8507ccf6b7c5c83b diff --git a/comms/garmin-utils/pkg-descr b/comms/garmin-utils/pkg-descr new file mode 100644 index 00000000000..f4e3553201f --- /dev/null +++ b/comms/garmin-utils/pkg-descr @@ -0,0 +1,4 @@ +garmin-utils is a set of programs to interact with Garmin GPS +receivers. I use it to download Geocaching waypoints. + +- Matthew Braithwaite <mab@red-bean.com> diff --git a/comms/garmin-utils/pkg-plist b/comms/garmin-utils/pkg-plist new file mode 100644 index 00000000000..226f060aae3 --- /dev/null +++ b/comms/garmin-utils/pkg-plist @@ -0,0 +1,2 @@ +bin/gardump +bin/garload |