Port details |
- libpaho-mqtt3 Eclipse Paho C Client Library for the MQTT Protocol
- 1.3.13 net =2 1.3.12_1Version of this port present on the latest quarterly branch.
- Maintainer: acm@FreeBSD.org
- Port Added: 2022-07-20 23:43:55
- Last Update: 2024-12-24 05:20:01
- Commit Hash: 8292032
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: devel
- License: EPL
- WWW:
- https://github.com/eclipse/paho.mqtt.c
- Description:
- Eclipse Paho C Client Library for the MQTT Protocol
The Paho C client comprises four variant libraries, shared or static:
paho-mqtt3a - asynchronous (MQTTAsync)
paho-mqtt3as - asynchronous with SSL (MQTTAsync)
paho-mqtt3c - "classic" / synchronous (MQTTClient)
paho-mqtt3cs - "classic" / synchronous with SSL (MQTTClient)
Which Paho C API to use, with some history, for context
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- libpaho-mqtt3>0:net/libpaho-mqtt3
- To install the port:
- cd /usr/ports/net/libpaho-mqtt3/ && make install clean
- To add the package, run one of these commands:
- pkg install net/libpaho-mqtt3
- pkg install libpaho-mqtt3
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libpaho-mqtt3
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1735016321
SHA256 (eclipse-paho.mqtt.c-v1.3.13_GH0.tar.gz) = 47c77e95609812da82feee30db435c3b7c720d4fd3147d466ead126e657b6d9c
SIZE (eclipse-paho.mqtt.c-v1.3.13_GH0.tar.gz) = 3489004
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:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- This port is required by:
- for Libraries
-
- math/octave-forge-mqtt
- security/gvm-libs
Configuration Options:
- No options to configure
- Options name:
- net_libpaho-mqtt3
- USES:
- cmake ssl
- 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 |
1.3.13 24 Dec 2024 05:20:01 |
Jose Alonso Cardenas Marquez (acm) |
net/libpaho-mqtt3: Update to 1.3.13 |
1.3.12_1 10 Jan 2024 13:13:03 |
Baptiste Daroussin (bapt) |
MAN?PREFIX: eleminate its usage and move man to share/man |
1.3.12 02 Apr 2023 22:24:08 |
Jose Alonso Cardenas Marquez (acm) |
net/libpaho-mqtt3: Update to 1.3.12
ChangeLog at: https://github.com/eclipse/paho.mqtt.c/milestone/19?closed=1 |
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) |
1.3.10_1 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 ) |
1.3.10_1 27 Jul 2022 15:43:04 |
Jose Alonso Cardenas Marquez (acm) |
net/libpaho-mqtt3: Fix pkg-plist
Reported by: amdmi3 |
1.3.10 20 Jul 2022 14:44:45 |
Jose Alonso Cardenas Marquez (acm) |
net/libpaho-mqtt3: New port: Eclipse Paho C Client Library for the MQTT Protocol
Eclipse Paho C Client Library for the MQTT Protocol
The Paho C client comprises four variant libraries, shared or static:
paho-mqtt3a - asynchronous (MQTTAsync)
paho-mqtt3as - asynchronous with SSL (MQTTAsync)
paho-mqtt3c - "classic" / synchronous (MQTTClient)
paho-mqtt3cs - "classic" / synchronous with SSL (MQTTClient)
Which Paho C API to use, with some history, for context
WWW: https://github.com/eclipse/paho.mqtt.c |