Port details |
- libcoap C implementation of the Constrained Application Protocol
- 4.3.1 net
=0 Version of this port present on the latest quarterly branch. - Maintainer: tcberner@FreeBSD.org
 - Port Added: 2019-02-23 19:14:03
- Last Update: 2022-11-23 15:28:49
- Commit Hash: af77fe6
- License: BSD2CLAUSE
- 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.
¦ ¦ ¦ ¦ 
- 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 = 1669214147
SHA256 (obgm-libcoap-v4.3.1_GH0.tar.gz) = 074a71deca01e06d3acb00a1416d0fbeb87d130f40a3c0f6fda3a5c711855dca
SIZE (obgm-libcoap-v4.3.1_GH0.tar.gz) = 521381
- 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.3 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- autoconf>=2.71 : 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.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.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 |