Page MenuHomeFreeBSD

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

Authored by kiwi on Wed, May 28, 6:59 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, May 31, 6:13 AM
Unknown Object (File)
Fri, May 30, 3:45 AM
Unknown Object (File)
Wed, May 28, 2:03 PM
Unknown Object (File)
Wed, May 28, 1:03 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.Wed, May 28, 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.Wed, May 28, 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.Wed, May 28, 8:51 AM
This revision is now accepted and ready to land.Wed, May 28, 12:51 PM