diff options
author | gson <gson@pkgsrc.org> | 2004-08-22 18:35:24 +0000 |
---|---|---|
committer | gson <gson@pkgsrc.org> | 2004-08-22 18:35:24 +0000 |
commit | 5497011107367825f5d49b5c59ed2cd4ead8ef39 (patch) | |
tree | fcc4dc26e5ab9b8d30af9aad86093c07a21ed28a | |
parent | 35c51d142b9d491986e01ac0403488876dd2fda0 (diff) | |
download | pkgsrc-5497011107367825f5d49b5c59ed2cd4ead8ef39.tar.gz |
Initial import of garmin-utils 2.1.
garmin-utils is a set of utilities for transferring waypoints, routes,
and tracks to and from Garmin GPS receivers.
-rw-r--r-- | geography/garmin-utils/DESCR | 2 | ||||
-rw-r--r-- | geography/garmin-utils/Makefile | 18 | ||||
-rw-r--r-- | geography/garmin-utils/PLIST | 5 | ||||
-rw-r--r-- | geography/garmin-utils/distinfo | 4 |
4 files changed, 29 insertions, 0 deletions
diff --git a/geography/garmin-utils/DESCR b/geography/garmin-utils/DESCR new file mode 100644 index 00000000000..b925720af8a --- /dev/null +++ b/geography/garmin-utils/DESCR @@ -0,0 +1,2 @@ +garmin-utils is a set of utilities for transferring waypoints, routes, +and tracks to and from Garmin GPS receivers. diff --git a/geography/garmin-utils/Makefile b/geography/garmin-utils/Makefile new file mode 100644 index 00000000000..992c35cb4ba --- /dev/null +++ b/geography/garmin-utils/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/08/22 18:35:24 gson Exp $ +# + +DISTNAME= garmin-utils-2.1 +CATEGORIES= geography +MASTER_SITES= ftp://ftp.snafu.org/pub/ + +MAINTAINER= gson@NetBSD.org +HOMEPAGE= http://www.snafu.org/ +COMMENT= Utilities for Garmin GPS receivers + +ONLY_FOR_PLATFORM= NetBSD-*-* + +MAKE_FLAGS+= MKCATPAGES=no + +USE_BUILDLINK3= yes + +.include "../../mk/bsd.pkg.mk" diff --git a/geography/garmin-utils/PLIST b/geography/garmin-utils/PLIST new file mode 100644 index 00000000000..08843499d3a --- /dev/null +++ b/geography/garmin-utils/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/08/22 18:35:24 gson Exp $ +bin/gardump +bin/garload +man/man1/gardump.1 +man/man1/garload.1 diff --git a/geography/garmin-utils/distinfo b/geography/garmin-utils/distinfo new file mode 100644 index 00000000000..1a2ece65251 --- /dev/null +++ b/geography/garmin-utils/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/08/22 18:35:24 gson Exp $ + +SHA1 (garmin-utils-2.1.tar.gz) = 4d145034ec60d88000644ec3ed074a6595e0ce14 +Size (garmin-utils-2.1.tar.gz) = 172468 bytes |