diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2003-10-05 19:35:32 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2003-10-05 19:35:32 +0000 |
commit | abc219b6b81951e5cab849963a2f5c50c566c897 (patch) | |
tree | c0661939f61e41aa6edeeee9b57f4b512511e3ab /comms | |
parent | 8c11597bf4893bc61e3ab6225b32d74055feef13 (diff) | |
download | ports-abc219b6b81951e5cab849963a2f5c50c566c897.tar.gz ports-abc219b6b81951e5cab849963a2f5c50c566c897.zip |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/Makefile | 1 | ||||
-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 |
5 files changed, 29 insertions, 0 deletions
diff --git a/comms/Makefile b/comms/Makefile index 02bf9fde7cfc..eb69c992a0de 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -13,6 +13,7 @@ SUBDIR += conserver-com SUBDIR += ecu SUBDIR += efax + SUBDIR += garmin-utils SUBDIR += gfax SUBDIR += ghfaxviewer SUBDIR += gkermit diff --git a/comms/garmin-utils/Makefile b/comms/garmin-utils/Makefile new file mode 100644 index 000000000000..4bc357e53924 --- /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 000000000000..18a5ba3fbcb1 --- /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 000000000000..f4e3553201fb --- /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 000000000000..226f060aae36 --- /dev/null +++ b/comms/garmin-utils/pkg-plist @@ -0,0 +1,2 @@ +bin/gardump +bin/garload |