summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authortsarna <tsarna>2003-01-05 16:52:45 +0000
committertsarna <tsarna>2003-01-05 16:52:45 +0000
commit7436b87da3006b9b23a85b0408fa01e3a8e7088e (patch)
tree34cfd7e18e451e10af8437e4b7cd884709ecc22c /misc
parent38a0efe2683fc4217548db06ddf119e36b34ef16 (diff)
downloadpkgsrc-7436b87da3006b9b23a85b0408fa01e3a8e7088e.tar.gz
A GPS daemon - relays information from GPS to (possibly multiple)
userland programs.
Diffstat (limited to 'misc')
-rw-r--r--misc/gpsd/DESCR10
-rw-r--r--misc/gpsd/Makefile16
-rw-r--r--misc/gpsd/PLIST2
-rw-r--r--misc/gpsd/distinfo4
4 files changed, 32 insertions, 0 deletions
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