Page MenuHomeFreeBSD

[NEW-PORT] devel/jwt-cpp: A header only C++ library to JWT
ClosedPublic

Authored by kiwi on May 28 2025, 6:59 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Oct 12, 1:09 PM
Unknown Object (File)
Sun, Sep 28, 9:01 PM
Unknown Object (File)
Tue, Sep 16, 10:35 PM
Unknown Object (File)
Sep 15 2025, 12:11 PM
Unknown Object (File)
Sep 6 2025, 5:27 PM
Unknown Object (File)
Sep 6 2025, 5:03 PM
Unknown Object (File)
Aug 28 2025, 6:47 AM
Unknown Object (File)
Aug 24 2025, 3:05 PM
Subscribers
None

Details

Summary
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)
Test Plan
  • pet portlint and portclippy
  • tested with poudriere
  • tested with domoticz-devel (port not updated yet) as a consumer of this port

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

kiwi requested review of this revision.May 28 2025, 6:59 AM
kiwi created this revision.

Just one small comment regarding the pkg-descr. Otherwise, looks solid and ready to land!

devel/jwt-cpp/pkg-descr
2

s/json/JSON/

s/c++/C++/

and a dot at the end. :)

This revision is now accepted and ready to land.May 28 2025, 8:41 AM
devel/jwt-cpp/Makefile
20

Style: = instead of += is probably enough.

24

Style: = instead of += is probably enough.

kiwi marked 3 inline comments as done.

Added suggestions from @0mp

This revision now requires review to proceed.May 28 2025, 8:51 AM
This revision is now accepted and ready to land.May 28 2025, 12:51 PM