Files
Lawrence VelázquezandMojca Miklavec 34b3070336 Remove all $Id$ lines
for pf in */*/Portfile
do
    ed -s "$pf" <<-'EOF'
	1,3g/^[[:space:]]*#[[:space:]]*\$Id.*\$[[:space:]]*$/d
	1g/^[[:space:]]*$/d
	w
	q
	EOF
done
2016-12-28 18:14:04 +01:00

43 lines
2.0 KiB
Plaintext

PortSystem 1.0
name dgpsip
version 1.35
categories comms
license GPL-2+
maintainers nomaintainer
description Differential GPS over IP communication device
long_description On a stationary GPS without a differential correction \
signal, you should see a 20 m 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 2 m 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 error will still be reduced if you are 2000 to 3000 \
miles away. Several respondents from 2000 miles away have noted that the \
remote differential signals have diminished the SA-induced position and \
velocity errors by approximately 3 times.
homepage http://www.wsrcc.com/wolfgang/gps/dgps-ip.html
platforms darwin freebsd
master_sites http://www.wsrcc.com/wolfgang/ftp/
checksums md5 e39129c4d0e1f253dd661bee6049860a \
sha1 11dc3fb3cbcd1e98f39d0b7459a7d68fecbde86d \
rmd160 f93440288a8d16f907e38522eac454c0dae3cf18
configure.args --mandir=${prefix}/share/man
livecheck.type regex
livecheck.url [lindex ${master_sites} 0]
livecheck.regex ${name}-(\[0-9.\]+)\\.tar