aboutsummaryrefslogtreecommitdiffstats
path: root/astro/gpsd
Commit message (Collapse)AuthorAgeFilesLines
* - Fix linking with pthreadsamdmi32012-09-041-0/+8
| | | | | | | | - While here, add IGNORE for specific illegal options combination PR: ports/170510 Submitted by: Jason E. Hale <bsdkaffee@gmail.com> Approved by: glebius (maintainer)
* - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4miwi2012-06-061-2/+1
| | | | Review by: bapt, David Naylor (kde team)
* - Update to 3.6amdmi32012-05-252-6/+6
| | | | Submitted by: glebius (maintainer)
* - Update to 3.5amdmi32012-04-162-3/+3
| | | | Submitted by: glebius (maintainer via private email)
* - Update to 3.4amdmi32012-01-165-8/+22
| | | | Submitted by: glebius (maintainer)
* In the rc.d scripts, change assignments to rcvar to use thedougb2012-01-141-1/+1
| | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other.
* - Update to 3.3amdmi32011-10-313-23/+3
| | | | Submitted by: glebius (maintainer)
* - Update to 3.2amdmi32011-10-274-19/+42
| | | | Submitted by: glebius (maintainer)
* - Project moved from berlios to savannah, change MASTER_SITES and WWWamdmi32011-10-063-4/+4
| | | | | | | | - Distfile was rerolled along the way, changes are some defines (HAVE_DAEMON, HAVE_LIBRT, HAVE_DBUS, REVISION) in generated files, which are rewritten in the build process anyway Approved by: glebius (maintainer)
* - Fix parallel buildamdmi32011-09-031-1/+10
| | | | | Reported by: marck Approved by: glebius (maintainer, implicit)
* - Update to 3.1amdmi32011-08-303-85/+37
| | | | | | | - Unbreak build on 7.0 - Unbreak some options Approved by: glebius (maintainer implicit)
* - Update to 3.0amdmi32011-08-246-127/+274
| | | | | Submitted by: glebius@ (maintainer via private email) Reworked by: myself
* Remove painful examples of foo="", with particular prejudice againstdougb2011-05-151-2/+0
| | | | | | | | | | | | | | | constructions that parse out to [ -z "$foo" ] && foo="" These are bad examples that get copied and pasted into new code, so the hope is that with less bad examples there will be less need for me to bring this up in review. In a few of these files all that were changed were comments so that next time I search for these patterns I won't trip on the file for no reason. In a few places, add $FreeBSD$ No functional changes, so no PORTREVISION bumps
* - Update to 2.96amdmi32011-03-264-5/+16
| | | | Submitted by: glebius (maintainer)
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
|
* Sync to new bsd.autotools.mkade2010-12-041-1/+1
|
* Fix typo in option comment.glebius2010-10-151-1/+1
| | | | Approved by: az
* Fix and sort plistmakc2010-07-303-33/+27
| | | | | | | Fix distinfo Explicitly disable QT bindings Approved by: glebius@ (maintainer)
* Fix last commit.glebius2010-07-291-1/+1
| | | | | Pointy hat to: me Approved by: az
* Assign maintainer to glebius:tobez2010-07-281-1/+1
| | | | | | - he has provided several updates in the past - the previous maintainer suggested glebius to take over the port in the past (see followup to ports/148589)
* Update to 2.95.tobez2010-07-283-32/+4
| | | | | | PR: 148589 Submitted by: glebius Approved by: maintainer timeout (2 weeks)
* - Fix installation of gpsfake, gpscat, gpsprof and their manual pages. [1]wen2010-06-103-12/+58
| | | | | | | | | | | - Remove MKT3301 [1] - Add AIVDM option. [1] - gpsdecode and its manual page are installed only and only if three options are on: RTCM104V2 && RTCM104V3 && AIVDM. [1] - Fix PLIST PR: ports/147722 [1] Submitted by: Gleb Smirnoff <glebius@freebsd.org> [1]
* - Improve rc sciptswen2010-05-282-0/+34
| | | | Submitted by: glebius@freebsd.org (via email)
* - Update to 2.94wen2010-05-203-17/+9
| | | | | PR: ports/146739 Submitted by: Gleb Smirnoff <glebius@cell.glebius.int.ru>
* - Fix the build about xgps and xgpsspeedwen2010-05-031-1/+5
| | | | | PR: ports/146065 Submitted by: Thomas Rasmussen <thomas@gibfest.dk>
* Begin the process of deprecating sysutils/rc_subr bydougb2010-03-271-1/+1
| | | | s#. %%RC_SUBR%%#. /etc/rc.subr#
* - Update to 2.90wen2009-12-283-8/+8
|
* Over to new volunteer.linimon2009-08-171-1/+1
|
* Reset toxa@toxahost.ru due to maintainer-timeouts and no response tolinimon2009-08-171-1/+1
| | | | | | email. Hat: portmgr
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.mezz2009-08-031-1/+1
| | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr
* - Update to 2.39miwi2009-05-313-10/+10
| | | | | | PR: 134353 Submitted by: Wen Heping <wenheping@gmail.com> Approved by: maintainer timeout
* - Update to 2.38miwi2009-03-013-13/+74
| | | | | | PR: 131599 Submitted by: Wen Heping <wenheping@gmail.com> Approved by: maintainer timeout
* - 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>