aboutsummaryrefslogtreecommitdiffstats
path: root/astro/gpsd
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 2.37miwi2008-07-202-4/+4
| | | | | | PR: 124816 Submitted by: Wen heping <wenheping@gmail.com> Approved by: maintainer timeout
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-221-1/+1
| | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup)
* - Update to 2.36rafan2008-01-204-17/+24
| | | | | PR: ports/119687 Submitted by: Anton Karpov <toxa at toxahost.ru> (maintainer)
* - Fix wrong PORTREVISION number in previous commit.araujo2007-09-021-1/+1
| | | | Approved by: stas (mentor)
* - Add rc script.araujo2007-09-022-1/+42
| | | | | | PR: ports/115592 Submitted by: Douglas William Thrift <douglas@dougalshthrift.net> Approved by: stas (mentor), maintainer timeout (2 weeks)
* - Pet portlint.araujo2007-08-071-3/+4
| | | | | | | | - Bump portrevision. PR: ports/115155 Submitted by: David Yeske <dyeske@gmail.com> Approved by: pav (portmgr, in mentor's absence), Toxa <toxa@toxahost.ru> (maintainer)
* - Add even more ports to the new "geography" categorylaszlof2007-07-231-1/+1
| | | | Approved by: Pav (wearing portmgr hat)
* Use libtool port instead of included version to avoid objformat a.out botchkris2007-02-011-0/+1
|
* - Update to 2.32garga2006-03-313-5/+9
| | | | | PR: ports/95038 Submitted by: maintainer
* Fix build on 4.x.novel2006-01-312-0/+12
| | | | Reported by: pointyhat via kris
* gpsd is a service daemon that monitors one or more GPSesnovel2006-01-115-0/+154
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 <toxa@toxahost.ru>