From c34c197381300083538f747029ea425771a3b6f5 Mon Sep 17 00:00:00 2001 From: novel Date: Wed, 11 Jan 2006 13:02:37 +0000 Subject: gpsd is a service daemon that monitors one or more GPSes attached to a host computer through serial or USB ports, making all data on the location/course/velocity of the sensors available to be queried on TCP port 2947 of the host computer. With gpsd, multiple GPS client applications (such as navigational and wardriving software) can share access to GPSes without contention or loss of data. Also, gpsd responds to queries with a format that is substantially easier to parse than the NMEA 0183 emitted by most GPSes. WWW: http://gpsd.berlios.de/ PR: ports/91630 Submitted by: Anton Karpov --- astro/gpsd/distinfo | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 astro/gpsd/distinfo (limited to 'astro/gpsd/distinfo') diff --git a/astro/gpsd/distinfo b/astro/gpsd/distinfo new file mode 100644 index 000000000000..ac867eea12ea --- /dev/null +++ b/astro/gpsd/distinfo @@ -0,0 +1,3 @@ +MD5 (gpsd-2.30.tar.gz) = dde177174878e8ae6db15f8010da46dd +SHA256 (gpsd-2.30.tar.gz) = 9ae74f2ed87a457b53ae1b0150ec44a82e8bd453b26653249f9cf95e622026e2 +SIZE (gpsd-2.30.tar.gz) = 605997 -- cgit