Port details |
- bluegps Command line tool to download datalogs from the Royaltek RBT-3000 bluetooth GPS receiver
- 2.0_1 comms =2 2.0_1Version of this port present on the latest quarterly branch.
- Maintainer: dirkx@webweaving.org
- Port Added: 2007-09-06 12:05:02
- Last Update: 2024-01-12 15:11:29
- Commit Hash: d432922
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: not specified in port
- WWW:
- http://www.harbaum.org/till/bluegps/
- Description:
- BlueGPS is a simple (FreeBSD native) command line tool to download
datalogs from the Royaltek RBT-3000 bluetooth GPS receiver over a
bluetooth link.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- bluegps-linux>0:comms/bluegps
- To install the port:
- cd /usr/ports/comms/bluegps/ && make install clean
- To add the package, run one of these commands:
- pkg install comms/bluegps
- pkg install bluegps-linux
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: bluegps-linux
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (bluegps-linux-2.0.tgz) = a4a6fc141fa3b8f65d66f416d220a8baf4b607783cba4b3456a34e20a29ed4d0
SIZE (bluegps-linux-2.0.tgz) = 8508
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- comms_bluegps
- USES:
- tar:tgz
- 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 |
2.0_1 12 Jan 2024 15:11:29 |
Baptiste Daroussin (bapt) |
MANPREFIX: eliminate its usage
While here move manpages to share/man |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.0 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
2.0 20 Jul 2022 14:21:01 |
Tobias C. Berner (tcberner) |
comms: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* 'Big Bad Bob' Frazier <bobf@mrp3.com>
* <mr@freebsd.org>
* Alex Samorukov <samm@freebsd.org>
* Alexander Logvinov <ports@logvinov.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Anders Nordby <anders@FreeBSD.org>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrew Dolgov <fox@furry.spb.ru>
* Andrey Lykhin <lan31@inbox.ru>
* Anton Voronin <anton@urc.ac.ru>
* Brandon S. Allbery KF8NH <allbery@ece.cmu.edu> (Only the first 15 lines of the commit message are shown above ) |
2.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.0 20 Sep 2015 19:59:04 |
olgeni |
Typos, whitespace and capitalization fixes (A-F). |
2.0 28 Jul 2014 14:54:09 |
adamw |
Rename comms/ patch-xy patches to reflect the files they modify. |
2.0 16 Feb 2014 12:22:52 |
ehaupt |
Support staging |
2.0 20 Sep 2013 16:03:29 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
comms) |
2.0 16 Sep 2013 13:38:48 |
sunpoet |
- Respect CC: fix build on -head (with clang)
- While I'm here:
- Use PLIST_FILES instead of PLIST
- Pet portlint: replace space with tab
- Cleanup Makefile header
- Remove Author line
PR: ports/182119
Submitted by: Dirk-Willem van Gulik <dirkx@webweaving.org> (maintainer) |
2.0 24 Oct 2011 09:11:38 |
dougb |
The vast majority of pkg-descr files had the following format when they
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues |
2.0 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
2.0 22 May 2008 09:08:47 |
edwin |
Update port: comms/bluegps maintainer email, extra text
Update of maintainer email, extra text to quell confusion as
to wether linux compatibility/emulation is needed.
Also added WWW and Author lines
PR: ports/122747
Submitted by: Dirk-Willem van Gulik <dirkx@webweaving.org> |
2.0 06 Sep 2007 12:04:27 |
edwin |
New port: comms/bluegps BlueGPS is a simple command line tool to
download datalogs from the Royaltek RBT-3000 bluetooth GPS receiver
(and similar) over a bluetooth link. Based on bluegps-linux.
PR: ports/115012
Submitted by: Dirk-Willem van Gulik <dirkx@webweaving.org> |