Port details |
- gpxloggerd Daemon that connects to the GPSD daemon and logs GPS traces
- 0.2.5_1 astro =2 0.2.5_1Version of this port present on the latest quarterly branch.
- Maintainer: glebius@FreeBSD.org
- Port Added: 2010-10-08 17:50:26
- Last Update: 2024-02-21 11:08:31
- Commit Hash: f5af5b0
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: not specified in port
- WWW:
- https://github.com/glebius/gpxloggerd/
- Description:
- The gpxloggerd is a tiny daemon that connects to gpsd(8) and logs
received fix information in the GPX format.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- gpxloggerd>0:astro/gpxloggerd
- To install the port:
- cd /usr/ports/astro/gpxloggerd/ && make install clean
- To add the package, run one of these commands:
- pkg install astro/gpxloggerd
- pkg install gpxloggerd
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: gpxloggerd
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1647275265
SHA256 (glebius-gpxloggerd-0.2.5_GH0.tar.gz) = d849a9ef36e084238002ec41a2df4f9e27bb003f7c6f70775d75dbc4e66c83d7
SIZE (glebius-gpxloggerd-0.2.5_GH0.tar.gz) = 7773
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Library dependencies:
-
- libgps.so : astro/gpsd
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- astro_gpxloggerd
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.2.5_1 21 Feb 2024 11:08:31 |
Muhammad Moinur Rahman (bofh) |
astro/gpxloggerd: Moved man to share/man
Approved by: portmgr (blanket) |
0.2.5 20 Jul 2022 14:20:50 |
Tobias C. Berner (tcberner) |
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 ) |
0.2.5 14 Mar 2022 16:29:21 |
Gleb Smirnoff (glebius) |
astro/gpxloggerd: update to 0.2.5
Fixes compilation with modern astro/gpsd. |
0.2.4 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
0.2.4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.2.4 21 Jan 2021 20:50:43 |
glebius |
Update to 0.2.4. This is a maintainance release to make it properly
compilable and working with gpsd-3.20. |
0.2.3_1 11 Mar 2020 08:26:04 |
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 |
0.2.3 25 May 2016 15:43:34 |
mat |
Remove useless WRKSRC definitions.
While there, correct DEV_WARNINGS when they occur.
Sponsored by: Absolight |
0.2.3 01 Apr 2016 13:29:17 |
mat |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
0.2.3 06 Jun 2015 12:57:57 |
marino |
astro/gpxloggerd: Unbreak on DragonFly
The latest commits broke this port on DragonFly. The port uses the
base mk files rather than a standalone makefile, and will not build
without warnings appearing:
gpxloggerd.c:185:16: error: variable 'pt' set but not used
[-Werror=unused-but-set-variable]
To ensure -Werror flag is not passed to the build, set NO_WERROR for
the makefile.
Approved by: blanket (-Werror, restore DF) |
0.2.3 26 May 2015 09:08:59 |
glebius |
Update to 0.2.3, which fixed build with old gcc. |
0.2.2 20 May 2015 15:47:40 |
glebius |
Update to new version fixing fallout from astro/gpsd update. |
0.2.1 28 Apr 2015 18:44:05 |
bdrewery |
USE_GITHUB: For the new support, fix DISTNAME to be more consistent.
When using GH_TAGNAME the DISTNAME would have GH_PROJECT and GH_ACCOUNT in
it. When not using GH_TAGNAME it would not have this. Now both cases
will add in the GH_PROJECT and GH_ACCOUNT.
Add special care to ensure that the DISTVERSION is not added in twice. If
a port does GH_TAGNAME=v${PORTVERSION} it will be added in twice though. For
that case DISTVERSIONPREFIX=v should be set and no GH_TAGNAME should be used.
empty() is used rather than (!defined || !${}) to support fmake.
The purpose of setting DISTNAME at all in these cases is to make it more clear
that the distfile is from *GITHUB* and to avoid collisions if a project were
to be renamed or moved. Without adding in GH_PROJECT and GH_ACCOUNT then there
are real risks that collisions on filenames would happen on renamed or moved
projects, which is fairly common. A GITHUB-generated file may not match
a custom-rolled or git-archive-rolled distfile.
PR: 199069
With hat: portmgr
Testing done: All USE_GITHUB ports without GH_COMMIT were
checksum/fetch/extract/WRKSRC tested. |
0.2.1 19 Mar 2015 20:45:04 |
bdrewery |
Fix renamed distfiles missed in r381688. Also fix the GHR ports updated in
r381648 which were expecting DISTVERSIONPREFIX/SUFFIX to be used in the
tag fetched from github by defaulting GH_TAGNAME to the same value
as DISTVERSION would get by only when GH_COMMIT is not set (when using the
new scheme).
With hat: portmgr |
0.2.1 19 Mar 2015 18:08:26 |
bdrewery |
Remove GITHUB_RELEASE MASTER_SITE from r375010 as it is now redundant with
GITHUB.
The new GITHUB MASTER_SITE from r381618 now supports not setting GH_COMMIT and
only having GH_TAGNAME default to DISTVERSION.
All of these ports as-is.
With hat: portmgr |
0.2.1 21 Dec 2014 13:20:53 |
antoine |
Unbreak |
0.2.1 20 Dec 2014 19:15:16 |
glebius |
Use new framework for fetching from github. |
0.2.1 19 Dec 2014 04:56:03 |
glebius |
Update to new version. Fixes build with clang.
PR: 196105
Submitted by: dim |
0.2 04 Apr 2014 22:59:14 |
bapt |
Support stage |
0.2 20 Sep 2013 13:14:05 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
astro) |
0.2 24 Jul 2013 14:30:29 |
marino |
astro/gpxloggerd: directly link libmath and cleanup
- Fixes indirect linking errors on modern binutils (fix from dports)
- Trim Makefile header and canonicalize creator's name
- Remove leading article from COMMENT
- Remove unnecessary library version in LIB_DEPENDS
Approved by: culot (mentor), maintainer |
0.2 14 Jan 2012 08:57:23 |
dougb |
In the rc.d scripts, change assignments to rcvar to use the
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. |
0.2 25 Mar 2011 20:33:06 |
amdmi3 |
- Update to 0.2
- Chase astro/gpsd shlib version bump
Submitted by: glebius (maintainer) |
0.1_2 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
0.1_2 15 Oct 2010 00:51:40 |
sunpoet |
- Update rc.d script: remove duplicated inclusion of gpxloggerd_flags
- Bump PORTREVISION
Reported by: dougb
Submitted by: glebius (maintainer)
Approved by: pgollucci (mentor, implicit) |
0.1_1 13 Oct 2010 09:32:34 |
sunpoet |
- Add rc.d script
- Bump PORTREVISION
Submitted by: glebius (maintainer)
Approved by: pgollucci (mentor, implicit) |
0.1 08 Oct 2010 17:49:58 |
sunpoet |
- Add gpxloggerd 0.1
The gpxloggerd is a tiny daemon that connects to gpsd(8) and logs
received fix information in the GPX format.
PR: ports/151308
Submitted by: glebius
Approved by: pgollucci (mentor, implicit) |