non port: astro/gpsd/Makefile |
SVNWeb
|
Number of commits found: 75 |
Thu, 2 Mar 2023
|
[ 05:23 Tobias C. Berner (tcberner) ] fa81a4f (Only the first 10 of 1168 ports in this commit are shown above. )
accessibility/at-spi2-core: update to 2.46.0
What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
interface.
What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).
What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments. (Only the first 15 lines of the commit message are shown above )
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:20 Tobias C. Berner (tcberner) ] b152544 (Only the first 10 of 105 ports in this commit are shown above. )
astro: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* ABURAYER Rewsirow <rewsirow@ff.iij4u.or.jp>
* Alexander Leidinger
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrey Zakhvatov
* Anton Berezin <tobez@FreeBSD.org>
* Anton Berezin <tobez@tobez.org>
* Anton Karpov <toxa@toxahost.ru>
* Brion Moss <brion@queeg.com>
* Bruce M Simpson <bms@FreeBSD.org>
* Chris Piazza <cpiazza@FreeBSD.org> (Only the first 15 lines of the commit message are shown above )
|
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)
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Wed, 22 Jul 2020
|
[ 20:36 cmt ]
switch gpsd to python3-scons for building
and amend plist with file found by testport
PR: 247623
Approved by: maintainer (timeout)
|
Sat, 27 Jun 2020
|
[ 09:37 sunpoet ] (Only the first 10 of 21 ports in this commit are shown above. )
Move comms/py-serial to comms/py-pyserial
- While I'm here, add NO_ARCH
- Bump PORTREVISION of dependent ports for dependency change
(devel/py-pyvisa-py and finance/odoo will be bumped in next commit, py-pyusb
renaming)
PR: 246546
Submitted by: sunpoet (myself)
Approved by: maintainer (timeout, 40 days)
|
Mon, 25 May 2020
|
[ 18:33 sunpoet ] (Only the first 10 of 35 ports in this commit are shown above. )
Update USES=scons to specify scons of Python 2
- While I'm here, convert emulators/gem5 and games/marsnomercy to USES=scons
|
Thu, 12 Mar 2020
|
[ 08:40 antoine ]
astro/gpsd supports any python 3.6+
PR: 244745
|
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
|
Fri, 8 Nov 2019
|
[ 09:27 tobik ] (Only the first 10 of 129 ports in this commit are shown above. )
a-b: Add missing USES={gnome,php,sdl,xorg}
|
Sat, 16 Mar 2019
|
[ 23:40 tcberner ]
astro/gpsd: remove QTBIND option (Qt4 deprecation)
Approved by: portmgr (implicit)
|
Sun, 2 Dec 2018
|
[ 15:41 rene ] (Only the first 10 of 464 ports in this commit are shown above. )
Mark QT4 ports/functionality for removal on 2019-03-15
While here, chase some KDE4 ports and functionality, these are scheduled for
removal on 2018-12-31. Change the default option/flavor to QT5 where applicable
or use alternative toolkits like GTK.
Submitted by: tcberner
Reviewed by: adridg, jhale, rene, tcberner
Approved by: portmgr (implicit, flavor hook)
Differential Revision: https://reviews.freebsd.org/D17741
|
Thu, 28 Jun 2018
|
[ 17:39 tcberner ] (Only the first 10 of 1416 ports in this commit are shown above. )
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: -https://reviews.freebsd.org/D15540
|
Wed, 20 Jun 2018
|
[ 17:05 mat ] (Only the first 10 of 1617 ports in this commit are shown above. )
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight
|
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
|
Wed, 31 May 2017
|
[ 17:46 amdmi3 ]
- Don't needlessly rebuild bundled manpages, drop unneeded build depends
PR: 217147
Submitted by: jau@iki.fi
Approved by: z7dr6ut7gs@snkmail.com (maintainer)
|
Tue, 2 May 2017
|
[ 16:26 amdmi3 ]
- Update to 3.16
PR: 207273
Submitted by: z7dr6ut7gs@snkmail.com (maintainer)
|
Sat, 22 Apr 2017
|
[ 09:25 miwi ]
- Fix shebangs
|
Fri, 18 Nov 2016
|
[ 05:04 marino ]
astro/gpsd: Set USES+=ncurses when NCURSES option is on
Approved by: ncurses blanket
|
Fri, 1 Apr 2016
|
[ 13:29 mat ] (Only the first 10 of 1009 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight
|
Thu, 18 Feb 2016
|
[ 04:53 glebius ]
Pass maintainership to John Hein <z7dr6ut7gs snkmail.com>. Unfortunately,
I no longer travel with my precious FreeBSD based CarPC.
|
Wed, 19 Aug 2015
|
[ 13:30 mat ] (Only the first 10 of 172 ports in this commit are shown above. )
Convert ports to use the options helpers in categories [abc]*, and minor fixes.
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3412?
|
Thu, 21 May 2015
|
[ 07:49 glebius ]
Fix paths in pkgconf installed files.
Submitted by: Craig Whipp <crwhipp gmail.com>
|
Wed, 20 May 2015
|
[ 22:44 glebius ]
Disable PPS support by default. The PPS thread enters infinite loop and
GPSD consumes 100% of CPU time. I'm out of time to debug that now, so
simply turn off by default.
|
[ 22:43 glebius ]
Use MAKE_ARGS instead of SCONS_ARGS, which is now ignored.
Submitted by: bapt
|
Tue, 19 May 2015
|
[ 21:27 amdmi3 ]
- Update to 3.14
Submitted by: glebius (maintainer)
|
Sat, 16 May 2015
|
[ 15:48 amdmi3 ]
- Add CPE info
Approved by: portmgr blanket
|
Tue, 3 Mar 2015
|
[ 22:44 rakuco ]
Fix LIB_DEPENDS for the DBUS option.
The dependency on devel/dbus was still using a shorthand name instead of the
full file name of the library.
Not bumping PORTREVISION because the build was broken before if the DBUS
option was on.
PR: 198223
Submitted by: Tobias Berner <tcberner@gmail.com>
Approved by: glebius (maintainer)
MFH: 2015Q1
|
Sat, 18 Oct 2014
|
[ 08:11 mva ]
- Convert to USES=python
Approved by: portmgr (implicit)
With hat: python@
|
Wed, 16 Jul 2014
|
[ 07:53 bapt ]
Fix some LIB_DEPENDS
With hat: portmgr
|
Tue, 20 May 2014
|
[ 16:41 amdmi3 ]
- Stagify
- Switch to USES=scons
Approved by: glebius (maintainer)
|
Fri, 20 Sep 2013
|
[ 13:14 bapt ] (Only the first 10 of 123 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
astro)
|
Wed, 14 Aug 2013
|
[ 22:35 ak ] (Only the first 10 of 1725 ports in this commit are shown above. )
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
|
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)
|
Tue, 23 Apr 2013
|
[ 06:26 bapt ]
Convert all a categories to USE=pkgconfig
While here trim some headers and convert some gnomehack to pathfix
|
Thu, 21 Mar 2013
|
[ 17:32 bapt ] (Only the first 10 of 21 ports in this commit are shown above. )
Convert to new options framework left un converted ports in a* categories
While here trim headers
Convert some gnomehack to pathfix
Convert some pkgconfig to USE_PKGCONFIG=build
|
Thu, 7 Feb 2013
|
[ 15:37 gahr ]
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: astro)
Approved by: portmgr
|
Mon, 3 Sep 2012
|
[ 17:12 amdmi3 ]
- Fix linking with pthreads
- While here, add IGNORE for specific illegal options combination
PR: ports/170510
Submitted by: Jason E. Hale <bsdkaffee@gmail.com>
Approved by: glebius (maintainer)
|
Wed, 6 Jun 2012
|
[ 06:44 miwi ] (Only the first 10 of 587 ports in this commit are shown above. )
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team)
|
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, 4 Dec 2010
|
[ 07:34 ade ] (Only the first 10 of 1730 ports in this commit are shown above. )
Sync to new bsd.autotools.mk
|
Fri, 15 Oct 2010
|
[ 15:07 glebius ]
Fix typo in option comment.
Approved by: az
|
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
|
[ 11:05 tobez ]
Assign maintainer to glebius:
- 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)
|
[ 09:57 tobez ]
Update to 2.95.
PR: 148589
Submitted by: glebius
Approved by: maintainer timeout (2 weeks)
|
Thu, 10 Jun 2010
|
[ 02:02 wen ]
- Fix installation of gpsfake, gpscat, gpsprof and their manual pages. [1]
- 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]
|
Fri, 28 May 2010
|
[ 00:52 wen ]
- Improve rc scipts
Submitted by: glebius@freebsd.org (via email)
|
Thu, 20 May 2010
|
[ 06:20 wen ]
- Update to 2.94
PR: ports/146739
Submitted by: Gleb Smirnoff <glebius@cell.glebius.int.ru>
|
Mon, 3 May 2010
|
[ 04:09 wen ]
- Fix the build about xgps and xgpsspeed
PR: ports/146065
Submitted by: Thomas Rasmussen <thomas@gibfest.dk>
|
Mon, 28 Dec 2009
|
[ 06:46 wen ]
- Update to 2.90
|
Mon, 17 Aug 2009
|
[ 06:25 linimon ]
Over to new volunteer.
|
[ 05:44 linimon ]
Reset toxa@toxahost.ru due to maintainer-timeouts and no response to
email.
Hat: portmgr
|
Sun, 2 Aug 2009
|
[ 19:36 mezz ] (Only the first 10 of 1514 ports in this commit are shown above. )
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-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
|
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
|
Sat, 22 Mar 2008
|
[ 14:48 miwi ] (Only the first 10 of 61 ports in this commit are shown above. )
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
|
Sun, 20 Jan 2008
|
[ 13:21 rafan ]
- Update to 2.36
PR: ports/119687
Submitted by: Anton Karpov <toxa at toxahost.ru> (maintainer)
|
Sat, 1 Sep 2007
|
[ 20:59 araujo ]
- Fix wrong PORTREVISION number in previous commit.
Approved by: stas (mentor)
|
[ 20:48 araujo ]
- Add rc script.
PR: ports/115592
Submitted by: Douglas William Thrift <douglas@dougalshthrift.net>
Approved by: stas (mentor), maintainer timeout (2 weeks)
|
Mon, 6 Aug 2007
|
[ 20:40 araujo ]
- Pet portlint.
- 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)
|
Sun, 22 Jul 2007
|
[ 19:53 laszlof ] (Only the first 10 of 20 ports in this commit are shown above. )
- Add even more ports to the new "geography" category
Approved by: Pav (wearing portmgr hat)
|
Thu, 1 Feb 2007
|
[ 02:42 kris ] (Only the first 10 of 348 ports in this commit are shown above. )
Use libtool port instead of included version to avoid objformat a.out botch
|
Thu, 30 Mar 2006
|
[ 16:45 garga ]
- Update to 2.32
PR: ports/95038
Submitted by: maintainer
|
Mon, 30 Jan 2006
|
[ 16:28 novel ]
Fix build on 4.x.
Reported by: pointyhat via kris
|
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: 75 |