Port details |
- libcoap C implementation of the Constrained Application Protocol
- 4.3.4_1 net =2 4.3.4_1Version of this port present on the latest quarterly branch.
- Maintainer: driesm@FreeBSD.org
- Port Added: 2019-02-23 19:14:03
- Last Update: 2024-03-20 17:15:02
- Commit Hash: fb73eef
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: BSD2CLAUSE
- WWW:
- https://github.com/obgm/libcoap
- Description:
- libcoap is a C implementation of a lightweight application-protocol for devices
that are constrained their resources such as computing power, RF range, memory,
bandwidth, or network packet sizes. This protocol, CoAP, is standardized by the
IETF as RFC 7252. For further information related to CoAP, see
http://coap.technology.
You might want to check out libcoap-minimal for usage examples.
- ¦ ¦ ¦ ¦
- 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/net/libcoap/ && make install clean
- To add the package, run one of these commands:
- pkg install net/libcoap
- pkg install libcoap
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libcoap
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1696762250
SHA256 (obgm-libcoap-v4.3.4_GH0.tar.gz) = ae61a48c21f7b40e1442c9e1da9aab9e6f2cf0deccb02f3fed4de232a0b0522e
SIZE (obgm-libcoap-v4.3.4_GH0.tar.gz) = 679809
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:
-
- a2x : textproc/asciidoc
- gsed : textproc/gsed
- doxygen : devel/doxygen
- dot : graphics/graphviz
- gmake>=4.4.1 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- autoconf>=2.72 : devel/autoconf
- automake>=1.16.5 : devel/automake
- libtoolize : devel/libtool
- Library dependencies:
-
- libgnutls.so : security/gnutls
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for libcoap-4.3.4_1:
DOCS=on: Build and/or install documentation
DOXYGEN=on: Build documentation with Doxygen
===> Use 'make config' to modify these settings
- Options name:
- net_libcoap
- USES:
- autoreconf gmake libtool pkgconfig
- 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 |
4.3.4_1 20 Mar 2024 17:15:02 |
Nuno Teixeira (eduardo) |
net/libcoap: Move man pages to share/man
Approved by: portmgr (blanket) |
4.3.4 08 Oct 2023 11:04:02 |
Dries Michiels (driesm) |
net/libcoap: update to 4.3.4
While here take maintainership.
Changes: https://github.com/obgm/libcoap/blob/develop/ChangeLog |
4.3.2 09 Sep 2023 12:53:02 |
Tobias C. Berner (tcberner) |
net/libcoap: return to pool
- no longer any need for this myself |
4.3.2 09 Sep 2023 12:47:04 |
Tobias C. Berner (tcberner) |
net/libcoap: update to 4.3.2 |
4.3.1 23 Nov 2022 15:28:49 |
Tobias C. Berner (tcberner) |
net/libcoap: update to 4.3.1
- completely rely on gsed instead of patching the makefile to work with
sed |
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) |
4.3.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 ) |
4.3.0 26 Jun 2021 20:15:48 |
Tobias C. Berner (tcberner) |
net/libcoap: update to 4.3.0 |
4.2.1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
4.2.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.2.1 11 Apr 2020 11:07:26 |
tcberner |
net/libcoap: switch to different PORTSCOUT filter |
4.2.1 16 Nov 2019 15:47:09 |
tcberner |
net/libcoap: give portscout a hand |
4.2.1 06 Nov 2019 16:56:19 |
tcberner |
net/libcoap: update to 4.2.1 |
4.2.0 04 Mar 2019 05:09:24 |
tcberner |
net/libcoap: update to 4.2.0 release |
4.2.0.r4 23 Feb 2019 17:36:08 |
tcberner |
New port: net/libcoap -- A CoAP (RFC 7252) implementation in C
libcoap is a C implementation of a lightweight application-protocol for devices
that are constrained their resources such as computing power, RF range, memory,
bandwidth, or network packet sizes. This protocol, CoAP, is standardized by the
IETF as RFC 7252. For further information related to CoAP, see
http://coap.technology.
WWW: https://github.com/obgm/libcoap |