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
I started running short on disk space for the non-production FreshPorts hosts. This time, I have decided to ask for donations. See my recent blog post which points to my Patreon account.
Port details
cppcodec Library to encode/decode base64, base64url, base32, base32hex and hex
0.2 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: jwb@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2025-09-05 23:30:06
Last Update: 2025-09-05 23:28:56
Commit Hash: 5679cab
License: MIT
WWW:
https://github.com/tplgy/cppcodec
Description:
Header-only C++11 library to encode/decode base64, base64url, base32, base32hex and hex (a.k.a. base16) as specified in RFC 4648, plus Crockford's base32. MIT licensed with consistent, flexible API. Supports raw pointers, std::string and (templated) character vectors without unnecessary allocations. Cross-platform with measured decent performance and without compiler warnings.
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 (32 items)
Collapse this list.
  1. /usr/local/share/licenses/cppcodec-0.2/catalog.mk
  2. /usr/local/share/licenses/cppcodec-0.2/LICENSE
  3. /usr/local/share/licenses/cppcodec-0.2/MIT
  4. include/cppcodec/base32_crockford.hpp
  5. include/cppcodec/base32_default_crockford.hpp
  6. include/cppcodec/base32_default_hex.hpp
  7. include/cppcodec/base32_default_rfc4648.hpp
  8. include/cppcodec/base32_hex.hpp
  9. include/cppcodec/base32_rfc4648.hpp
  10. include/cppcodec/base64_default_rfc4648.hpp
  11. include/cppcodec/base64_default_url.hpp
  12. include/cppcodec/base64_default_url_unpadded.hpp
  13. include/cppcodec/base64_rfc4648.hpp
  14. include/cppcodec/base64_url.hpp
  15. include/cppcodec/base64_url_unpadded.hpp
  16. include/cppcodec/data/access.hpp
  17. include/cppcodec/data/raw_result_buffer.hpp
  18. include/cppcodec/detail/base32.hpp
  19. include/cppcodec/detail/base64.hpp
  20. include/cppcodec/detail/codec.hpp
  21. include/cppcodec/detail/config.hpp
  22. include/cppcodec/detail/hex.hpp
  23. include/cppcodec/detail/stream_codec.hpp
  24. include/cppcodec/hex_default_lower.hpp
  25. include/cppcodec/hex_default_upper.hpp
  26. include/cppcodec/hex_lower.hpp
  27. include/cppcodec/hex_upper.hpp
  28. include/cppcodec/parse_error.hpp
  29. share/pkgconfig/cppcodec-1.pc
  30. @owner
  31. @group
  32. @mode
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • cppcodec>0:devel/cppcodec
To install the port:
cd /usr/ports/devel/cppcodec/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/cppcodec
  • pkg install cppcodec
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: cppcodec
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1757103347 SHA256 (tplgy-cppcodec-v0.2_GH0.tar.gz) = 0edaea2a9d9709d456aa99a1c3e17812ed130f9ef2b5c2d152c230a5cbc5c482 SIZE (tplgy-cppcodec-v0.2_GH0.tar.gz) = 33984

Packages (timestamps in pop-ups are UTC):
cppcodec
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--------
FreeBSD:13:quarterly--------
FreeBSD:14:latest-0.2--0.2---
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. catch>0 : devel/catch
  2. cmake : devel/cmake-core
  3. ninja : devel/ninja
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
devel_cppcodec
USES:
cmake localbase
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/tplgy/cppcodec/tar.gz/v0.2?dummy=/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.2
05 Sep 2025 23:28:56
commit hash: 5679cabff6b10a7bd2719a88d59eae2bf4f4b0a9commit hash: 5679cabff6b10a7bd2719a88d59eae2bf4f4b0a9commit hash: 5679cabff6b10a7bd2719a88d59eae2bf4f4b0a9commit hash: 5679cabff6b10a7bd2719a88d59eae2bf4f4b0a9 files touched by this commit
Jason W. Bacon (jwb) search for other commits by this committer
devel/cppcodec: Library to encode/decode base64, base64url, etc.

Header-only C++11 library to encode/decode base64, base64url, base32,
base32hex and hex (a.k.a. base16) as specified in RFC 4648, plus
Crockford's base32.

MIT licensed with consistent, flexible API. Supports raw pointers,
std::string and (templated) character vectors without unnecessary
allocations. Cross-platform with measured decent performance and
without compiler warnings.

Number of commits found: 1