From 7436b87da3006b9b23a85b0408fa01e3a8e7088e Mon Sep 17 00:00:00 2001 From: tsarna Date: Sun, 5 Jan 2003 16:52:45 +0000 Subject: A GPS daemon - relays information from GPS to (possibly multiple) userland programs. --- misc/gpsd/DESCR | 10 ++++++++++ misc/gpsd/Makefile | 16 ++++++++++++++++ misc/gpsd/PLIST | 2 ++ misc/gpsd/distinfo | 4 ++++ 4 files changed, 32 insertions(+) create mode 100644 misc/gpsd/DESCR create mode 100644 misc/gpsd/Makefile create mode 100644 misc/gpsd/PLIST create mode 100644 misc/gpsd/distinfo (limited to 'misc') diff --git a/misc/gpsd/DESCR b/misc/gpsd/DESCR new file mode 100644 index 00000000000..5df8eb10487 --- /dev/null +++ b/misc/gpsd/DESCR @@ -0,0 +1,10 @@ +Gpsd is a user land daemon acting as a liason between a gps or +Loran-C receiver and clients. The receiver is expected to generate +position information as NMEA-0183 sentences, or Rockwell binary format, +although that can be changed. + +Gpsd listens on port 2947 for clients requesting position, time, +velocity or altitude information. + +Gpsd can take information from the gps and translate it into +something easier to understand for clients. diff --git a/misc/gpsd/Makefile b/misc/gpsd/Makefile new file mode 100644 index 00000000000..2040c5fc3d8 --- /dev/null +++ b/misc/gpsd/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/01/05 16:52:45 tsarna Exp $ + +DISTNAME= gpsd-1.07 +CATEGORIES= misc +MASTER_SITES= http://www.pygps.org/gpsd/ + +MAINTAINER= tsarna@netbsd.org +HOMEPAGE= http://www.pygps.org/gpsd/ +COMMENT= GPS information daemon + +GNU_CONFIGURE= YES + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/gpsd /usr/pkg/sbin + +.include "../../mk/bsd.pkg.mk" diff --git a/misc/gpsd/PLIST b/misc/gpsd/PLIST new file mode 100644 index 00000000000..b286262e779 --- /dev/null +++ b/misc/gpsd/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2003/01/05 16:52:45 tsarna Exp $ +sbin/gpsd diff --git a/misc/gpsd/distinfo b/misc/gpsd/distinfo new file mode 100644 index 00000000000..744d732aa49 --- /dev/null +++ b/misc/gpsd/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2003/01/05 16:52:45 tsarna Exp $ + +SHA1 (gpsd-1.07.tar.gz) = 00650bec2f516bee671cd21f8f2fdc6c2aea0902 +Size (gpsd-1.07.tar.gz) = 70930 bytes -- cgit v1.2.3