| Port details |
- jwt-cpp Header only library for creating and validating JSON web tokens in C++
- 0.7.1_2 devel
=0 0.7.1_2Version of this port present on the latest quarterly branch. - Maintainer: kiwi@FreeBSD.org
 - Port Added: 2025-05-28 12:57:05
- Last Update: 2025-09-15 11:43:28
- Commit Hash: 92ac6c1
- License: MIT
- WWW:
- https://thalhammer.github.io/jwt-cpp/
- Description:
- A header only library for creating and validating JSON web tokens in C++.
The objective is to deliver a versatile and universally applicable collection
of algorithms, classes, and data structures, fostering adaptability and
seamless integration with other libraries that you may already be employing.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/jwt-cpp/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/jwt-cpp
- pkg install jwt-cpp
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: jwt-cpp
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1748508874
SHA256 (jwt-cpp-v0.7.1.tar.gz) = d45894f57437ce45233cfe0e07383c4e1f32f969edfd8df8347e177b13bf74e5
SIZE (jwt-cpp-v0.7.1.tar.gz) = 159645
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:
-
- picojson.h : devel/picojson
- cmake : devel/cmake-core
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- Runtime dependencies:
-
- picojson.h : devel/picojson
- pkgconf>=1.3.0_1 : devel/pkgconf
- This port is required by:
- for Build
-
- www/domoticz
- www/domoticz-devel
Configuration Options:
- No options to configure
- Options name:
- devel_jwt-cpp
- USES:
- cmake pkgconfig:both
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 3
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
0.7.1_2 15 Sep 2025 11:43:28
    |
Xavier Beaudouin (kiwi)  |
devel/jwt-cpp: Use release assets and other fixes
After the nice suggestion from @diizzy and @mat, this port
will use the release assets instead.
LICENSE_FILE has been added and remove the picojson.h install.
Approved by: 0mp (mentor)
Approved by: diizzy
Differential Revision: https://reviews.freebsd.org/D50656 |
0.7.1_1 28 May 2025 18:16:06
    |
Xavier Beaudouin (kiwi)  |
devel/jwt-cpp: Fix emplacement of cmake files
jwt-cpp installed .cmake files in ${PREFIX}/cmake which
is not really the standard place where it should be.
This patch fix the emplacement where it should be to
be consistant with other ports.
Added devel/jsoncpp as build dependency.
Approved by: 0mp (mentor)
Differential Revision: https://reviews.freebsd.org/D50578 |
0.7.1 28 May 2025 12:53:46
    |
Xavier Beaudouin (kiwi)  |
devel/jwt-cpp: A header only C++ library to JWT
A header only library for creating and validating JSON Web Tokens
in C++11.
The objective is to deliver a versatile and universally applicable
collection of algorithms, classes, and data structures, fostering
adaptability and seamless integration with other libraries.
This header library will be used as a build dependency of
www/domoticz and www/domoticz-devel starting 2025.1.
Approved by: 0mp (mentor)
Differential Revision: https://reviews.freebsd.org/D50569 |
Number of commits found: 3
|