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
F143026888: D50569.id156152.diff
Sun, Jan 25, 8:53 AM
F142971615: D50569.id156150.diff
Sun, Jan 25, 12:41 AM
Unknown Object (File)
Fri, Jan 23, 7:31 AM
Unknown Object (File)
Thu, Jan 15, 4:23 AM
Unknown Object (File)
Wed, Jan 14, 11:58 AM
Unknown Object (File)
Tue, Jan 13, 3:20 AM
Unknown Object (File)
Mon, Jan 12, 4:16 PM
Unknown Object (File)
Mon, Jan 12, 11:25 AM
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 Skipped
Unit
Tests Skipped

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
1

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
19

Style: = instead of += is probably enough.

23

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