Port details |
- nmealib Library for working with the NMEA protocol
- 0.5.3 comms =2 0.5.3Version of this port present on the latest quarterly branch.
- Maintainer: skreuzer@FreeBSD.org
- Port Added: 2015-07-16 15:20:00
- Last Update: 2023-11-06 10:03:47
- Commit Hash: 06df180
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: LGPL21
- WWW:
- https://nmea.sourceforge.net/
- Description:
- Open source library for working with the National Marine Electronics
Association (NMEA) protocol.
Features:
* Analysis NMEA sentences and granting GPS data in C structures
* Generate NMEA sentences
* Supported sentences: GPGGA, GPGSA, GPGSV, GPRMC, GPVTG
* Multilevel architecture of algorithms
* Additional functions of geographical mathematics and work with navigation
data
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/comms/nmealib/ && make install clean
- To add the package, run one of these commands:
- pkg install comms/nmealib
- pkg install nmealib
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: nmealib
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (nmealib-0.5.3.zip) = 41e9fbb8fd5cb1836ff727355b3debe98662b39beb7493af9b78bc4bd4a2ad7d
SIZE (nmealib-0.5.3.zip) = 54924
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- comms_nmealib
- USES:
- cpe gmake zip
- 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.5.3 06 Nov 2023 10:03:47 |
Rodrigo Osorio (rodrigo) |
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
Issue reported by repology : https://repology.org/repository/freebsd/problems
Approved by: portmgr (blanket)
PR: 274888 |
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) |
0.5.3 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 ) |
0.5.3 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 ) |
0.5.3 20 Sep 2021 14:24:37 |
Bernhard Froehlich (decke) |
comms/nmealib: Add CPE information
Approved by: portmgr (blanket) |
0.5.3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.5.3 07 Jul 2016 14:08:02 |
mat |
Remove @comment $FreeBSD$ from pkg-plist files.
Sponsored by: Absolight |
0.5.3 16 Oct 2015 07:25:39 |
marino |
comms/nmealib is not jobs safe
nmealib reproducibly fails even with -j2. The build tries to link
libnmea before its is built.
While here, vertically align a couple of standard definitions. |
0.5.3 16 Jul 2015 15:19:53 |
skreuzer |
Open source library for working with the National Marine Electronics
Association (NMEA) protocol.
Features:
* Analysis NMEA sentences and granting GPS data in C structures
* Generate NMEA sentences
* Supported sentences: GPGGA, GPGSA, GPGSV, GPRMC, GPVTG
* Multilevel architecture of algorithms
* Additional functions of geographical mathematics and work with navigation
data
WWW: http://nmea.sourceforge.net/ |