summaryrefslogtreecommitdiff
path: root/astro/dgpsip
diff options
context:
space:
mode:
authorDaniel Baker <dbaker@FreeBSD.org>1999-06-30 03:58:15 +0000
committerDaniel Baker <dbaker@FreeBSD.org>1999-06-30 03:58:15 +0000
commitf01dc75aff5de54b1adbd82ff3c3b83ad7f5bba6 (patch)
treeadb06451794d31a316e3bdf31c250a67b7b5931f /astro/dgpsip
parent1) Add a patch to fix the syntax for 'lpc status' for FreeBSD 3.x+ (diff)
initial import of dgpsip port
this is my first freebsd ports commit, so please let me know if I missed something! _]:8)
Notes
Notes: svn path=/head/; revision=19911
Diffstat (limited to 'astro/dgpsip')
-rw-r--r--astro/dgpsip/Makefile19
-rw-r--r--astro/dgpsip/distinfo1
-rw-r--r--astro/dgpsip/pkg-comment1
-rw-r--r--astro/dgpsip/pkg-descr22
-rw-r--r--astro/dgpsip/pkg-plist2
5 files changed, 45 insertions, 0 deletions
diff --git a/astro/dgpsip/Makefile b/astro/dgpsip/Makefile
new file mode 100644
index 000000000000..8551f263e1b3
--- /dev/null
+++ b/astro/dgpsip/Makefile
@@ -0,0 +1,19 @@
+# New ports collection makefile for: dgpsip
+# Version required: 1.25
+# Date created: 05 Jun 1999
+# Whom: Daniel Baker <dbaker@freebsd.org>
+#
+# $Id$
+#
+
+DISTNAME= dgpsip-1.25
+CATEGORIES= astro
+MASTER_SITES= http://www.wsrcc.com/wolfgang/ftp/
+
+MAINTAINER= dbaker@freebsd.org
+
+DISTFILES= dgpsip-1.25.tar.gz
+
+GNU_CONFIGURE= YES
+
+.include <bsd.port.mk>
diff --git a/astro/dgpsip/distinfo b/astro/dgpsip/distinfo
new file mode 100644
index 000000000000..fae5124297d6
--- /dev/null
+++ b/astro/dgpsip/distinfo
@@ -0,0 +1 @@
+MD5 (dgpsip-1.25.tar.gz) = 515cf143904b3566223582c8df135c6e
diff --git a/astro/dgpsip/pkg-comment b/astro/dgpsip/pkg-comment
new file mode 100644
index 000000000000..d4bfe9c3250a
--- /dev/null
+++ b/astro/dgpsip/pkg-comment
@@ -0,0 +1 @@
+differential GPS over IP communication device
diff --git a/astro/dgpsip/pkg-descr b/astro/dgpsip/pkg-descr
new file mode 100644
index 000000000000..4ba900f651dd
--- /dev/null
+++ b/astro/dgpsip/pkg-descr
@@ -0,0 +1,22 @@
+On a stationary GPS without a differential correction signal, you
+should see a 20m average radius "drunken walk" pattern. On the same
+receiver with DGPS corrections and a good view of the sky, the
+error the same receiver with DGPS corrections and a good view of
+the sky, the error should be reduced to approximately 2m average
+radius. If you've always wanted to know exactly where your house
+is located without that annoying GPS "wander," but didn't want to
+spend the money for a DGPS radio, here is your big chance!
+
+I'd like to announce a fun DGPS hack. I've written a small Un*x
+server and client for redistributing DGPS correction signals over
+the Net. Basically the server grabs the serial byte stream from my
+DGPS radio and sends it off over a TCP connection. The client does
+the same thing but in reverse. The result is that you can receive
+the local DGPS corrections from absolutely anywhere by using the
+Internet as the world's largest extension cord. You'll still need
+to be within 1000 miles or so of San Francisco, California, USA
+for best results. However chances are better than not that the GPS
+error will stillb e reduced if you are 2000 to 3000 miles away.
+Several respondents from 2000 miles away have noted that the remote
+differenential signals have diminished the SA induced position and
+velocity errors by approximately 3x.
diff --git a/astro/dgpsip/pkg-plist b/astro/dgpsip/pkg-plist
new file mode 100644
index 000000000000..b57e96fd017f
--- /dev/null
+++ b/astro/dgpsip/pkg-plist
@@ -0,0 +1,2 @@
+bin/dgpsip
+man/man1/dgpsip.1