Port details |
- libpaho-mqtt3 Eclipse Paho C Client Library for the MQTT Protocol
- 1.3.10_1 net
=0 Version of this port present on the latest quarterly branch. - Maintainer: acm@FreeBSD.org
 - Port Added: 2022-07-20 23:43:55
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- Also Listed In: devel
- License: EPL
- 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
¦ ¦ ¦ ¦ 
- 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 = 1658302121
SHA256 (eclipse-paho.mqtt.c-v1.3.10_GH0.tar.gz) = c70db96e66adacae411d5d875fbb08bca6ff9945de3d215b3af93cbd22792db5
SIZE (eclipse-paho.mqtt.c-v1.3.10_GH0.tar.gz) = 3615593
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:
|
Number of commits found: 4
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
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 |
Number of commits found: 4
|