Port details |
- jwt-cpp C++ library for jwt
- 0.7.1_1 devel
=0 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one. - Maintainer: kiwi@FreeBSD.org
 - Port Added: 2025-05-28 12:57:05
- Last Update: 2025-05-28 18:16:06
- Commit Hash: e921a2c
- 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 - 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 = 1747916819
SHA256 (Thalhammer-jwt-cpp-v0.7.1_GH0.tar.gz) = e52f247d5e62fac5da6191170998271a70ce27f747f2ce8fde9b09f96a5375a4
SIZE (Thalhammer-jwt-cpp-v0.7.1_GH0.tar.gz) = 159954
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:
-
- nlohmann-json>=3.11 : devel/nlohmann-json
- jsoncpp>=1.9 : devel/jsoncpp
- cmake : devel/cmake-core
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_jwt-cpp
- USES:
- cmake pkgconfig
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 2
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
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: 2
|