notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it is already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

Port details
jwt-cpp C++ library for jwt
0.7.1_1 develnew! on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 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 search for ports maintained by this maintainer
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (23 items)
Collapse this list.
  1. /usr/local/share/licenses/jwt-cpp-0.7.1_1/catalog.mk
  2. /usr/local/share/licenses/jwt-cpp-0.7.1_1/LICENSE
  3. /usr/local/share/licenses/jwt-cpp-0.7.1_1/MIT
  4. include/jwt-cpp/base.h
  5. include/jwt-cpp/jwt.h
  6. include/jwt-cpp/traits/boost-json/defaults.h
  7. include/jwt-cpp/traits/boost-json/traits.h
  8. include/jwt-cpp/traits/danielaparker-jsoncons/defaults.h
  9. include/jwt-cpp/traits/danielaparker-jsoncons/traits.h
  10. include/jwt-cpp/traits/defaults.h.mustache
  11. include/jwt-cpp/traits/kazuho-picojson/defaults.h
  12. include/jwt-cpp/traits/kazuho-picojson/traits.h
  13. include/jwt-cpp/traits/nlohmann-json/defaults.h
  14. include/jwt-cpp/traits/nlohmann-json/traits.h
  15. include/jwt-cpp/traits/open-source-parsers-jsoncpp/defaults.h
  16. include/jwt-cpp/traits/open-source-parsers-jsoncpp/traits.h
  17. include/picojson/picojson.h
  18. lib/cmake/jwt-cpp/jwt-cpp-config-version.cmake
  19. lib/cmake/jwt-cpp/jwt-cpp-config.cmake
  20. lib/cmake/jwt-cpp/jwt-cpp-targets.cmake
  21. @owner
  22. @group
  23. @mode
Collapse this list.
Dependency lines:
  • jwt-cpp>0:devel/jwt-cpp
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):
jwt-cpp
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--------
FreeBSD:13:quarterly--------
FreeBSD:14:latest-0.7.1_1------
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. nlohmann-json>=3.11 : devel/nlohmann-json
  2. jsoncpp>=1.9 : devel/jsoncpp
  3. cmake : devel/cmake-core
  4. ninja : devel/ninja
  5. 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:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/Thalhammer/jwt-cpp/tar.gz/v0.7.1?dummy=/
Collapse this list.

Number of commits found: 2

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.7.1_1
28 May 2025 18:16:06
commit hash: e921a2cc949946fbe26b3f0c7d39fe411ff570eacommit hash: e921a2cc949946fbe26b3f0c7d39fe411ff570eacommit hash: e921a2cc949946fbe26b3f0c7d39fe411ff570eacommit hash: e921a2cc949946fbe26b3f0c7d39fe411ff570ea files touched by this commit
Xavier Beaudouin (kiwi) search for other commits by this committer
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
commit hash: f2d00f8fb185f6d510f19d87d2ab3bab88de263acommit hash: f2d00f8fb185f6d510f19d87d2ab3bab88de263acommit hash: f2d00f8fb185f6d510f19d87d2ab3bab88de263acommit hash: f2d00f8fb185f6d510f19d87d2ab3bab88de263a files touched by this commit
Xavier Beaudouin (kiwi) search for other commits by this committer
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