non port: astro/gpsd/distinfo |
SVNWeb
|
Number of commits found: 26 |
Mon, 14 Mar 2022
|
[ 00:31 Steve Wills (swills) ] c77cd85
astro/gpsd: update to 3.23.1
PR: 258109
Approved by: z7dr6ut7gs@snkmail.com (maintainer timeout, >2 months)
|
Wed, 11 Mar 2020
|
[ 08:26 lbartoletti ]
astro/gpsd: Update to 3.20
- Update to 3.20 (welcome ubxtool and gpsrinex!)
- Fix SConstruct per python3 [1]
- Replace spaces by tabs (pet portlint)
- Fixes astro/foxtrotgps, astro/gpxloggerd and comms/direwolf
Changelog:
- https://gitlab.com/gpsd/gpsd/-/blob/master/NEWS#L16
[1] scons is py27 only and check py27 packages for a py37 port. I commented
these tests in SConstruct since we already do it in our Makefile.
PR: 243980
Reviewed by: tcberner (mentor)
Approved by: tcberner (mentor), maintainer timeout (z7dr6ut7gs@snkmail.com, > 2
weeks)
Differential Revision: https://reviews.freebsd.org/D23920
|
Sun, 21 Jan 2018
|
[ 15:19 riggs ]
Update to upstream version 3.17
Details:
- bin/ntpshmmon is dependent on PPS option (see sConstruct)
- remove patch that has been upstreamed
- explicitly reference python2.7 rather than python2 (per current ports
tree guidelines)
- use python flavors (Note: there is support for python3 in upstream.
Reserving that change for a future update (as yet untested) )
- plist changes to reflect upstream changes: lib version bumps, added man
page, removed a pkg-config file
- add X11 option for bin/xpgs*; update dependencies for 3.17 version of
xgps* (needs python gi module & gtk3)
PR: 225310
Submitted by: z7dr6ut7gs@snkmail.com
|
Tue, 2 May 2017
|
[ 16:26 amdmi3 ]
- Update to 3.16
PR: 207273
Submitted by: z7dr6ut7gs@snkmail.com (maintainer)
|
Tue, 19 May 2015
|
[ 21:27 amdmi3 ]
- Update to 3.14
Submitted by: glebius (maintainer)
|
Fri, 3 May 2013
|
[ 04:56 rm ]
- update astro/gpsd to 3.9
- fix build on head
- remove stale options and patch
- chase the update in dependent ports
PR: 178279
Submitted by: glebius (maintainer)
|
Thu, 24 May 2012
|
[ 18:09 amdmi3 ]
- Update to 3.6
Submitted by: glebius (maintainer)
|
Sun, 15 Apr 2012
|
[ 20:35 amdmi3 ]
- Update to 3.5
Submitted by: glebius (maintainer via private email)
|
Sun, 15 Jan 2012
|
[ 16:20 amdmi3 ]
- Update to 3.4
Submitted by: glebius (maintainer)
|
Sun, 30 Oct 2011
|
[ 18:27 amdmi3 ]
- Update to 3.3
Submitted by: glebius (maintainer)
|
Thu, 27 Oct 2011
|
[ 10:54 amdmi3 ]
- Update to 3.2
Submitted by: glebius (maintainer)
|
Wed, 5 Oct 2011
|
[ 17:33 amdmi3 ]
- Project moved from berlios to savannah, change MASTER_SITES and WWW
- 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)
|
Tue, 30 Aug 2011
|
[ 11:58 amdmi3 ]
- Update to 3.1
- Unbreak build on 7.0
- Unbreak some options
Approved by: glebius (maintainer implicit)
|
Wed, 24 Aug 2011
|
[ 13:00 amdmi3 ]
- Update to 3.0
Submitted by: glebius@ (maintainer via private email)
Reworked by: myself
|
Fri, 25 Mar 2011
|
[ 19:41 amdmi3 ]
- Update to 2.96
Submitted by: glebius (maintainer)
|
Sat, 19 Mar 2011
|
[ 12:38 miwi ] (Only the first 10 of 4601 ports in this commit are shown above. )
- Get Rid MD5 support
|
Thu, 29 Jul 2010
|
[ 19:45 makc ]
Fix and sort plist
Fix distinfo
Explicitly disable QT bindings
Approved by: glebius@ (maintainer)
|
Wed, 28 Jul 2010
|
[ 09:57 tobez ]
Update to 2.95.
PR: 148589
Submitted by: glebius
Approved by: maintainer timeout (2 weeks)
|
Thu, 20 May 2010
|
[ 06:20 wen ]
- Update to 2.94
PR: ports/146739
Submitted by: Gleb Smirnoff <glebius@cell.glebius.int.ru>
|
Mon, 28 Dec 2009
|
[ 06:46 wen ]
- Update to 2.90
|
Sat, 30 May 2009
|
[ 19:45 miwi ]
- Update to 2.39
PR: 134353
Submitted by: Wen Heping <wenheping@gmail.com>
Approved by: maintainer timeout
|
Sat, 28 Feb 2009
|
[ 19:56 miwi ]
- Update to 2.38
PR: 131599
Submitted by: Wen Heping <wenheping@gmail.com>
Approved by: maintainer timeout
|
Sat, 19 Jul 2008
|
[ 17:47 miwi ]
- Update to 2.37
PR: 124816
Submitted by: Wen heping <wenheping@gmail.com>
Approved by: maintainer timeout
|
Sun, 20 Jan 2008
|
[ 13:21 rafan ]
- Update to 2.36
PR: ports/119687
Submitted by: Anton Karpov <toxa at toxahost.ru> (maintainer)
|
Thu, 30 Mar 2006
|
[ 16:45 garga ]
- Update to 2.32
PR: ports/95038
Submitted by: maintainer
|
Wed, 11 Jan 2006
|
[ 13:02 novel ]
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 <toxa@toxahost.ru>
|
Number of commits found: 26 |