| Port details |
- frozen Header-only, constexpr alternative to gperf for C++14 users
- 1.2.0 devel
=0 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: sunpoet@FreeBSD.org
 - Port Added: 2026-02-17 16:57:06
- Last Update: 2026-02-17 16:50:13
- Commit Hash: ec1346d
- License: APACHE20
- WWW:
- https://github.com/serge-sans-paille/frozen
- Description:
- Frozen is a header-only library that provides 0 cost initialization for
immutable containers, fixed-size containers, and various algorithms.
Frozen provides:
- immutable (a.k.a. frozen), constexpr-compatible versions of std::set,
std::unordered_set, std::map and std::unordered_map.
- fixed-capacity, constinit-compatible versions of std::map and
std::unordered_map with immutable, compile-time selected keys mapped to
mutable values.
- 0-cost initialization version of std::search for frozen needles using
Boyer-Moore or Knuth-Morris-Pratt algorithms.
The unordered_* containers are guaranteed perfect (a.k.a. no hash collision) and
the extra storage is linear with respect to the number of keys.
Once initialized, the container keys cannot be updated, and in exchange, lookups
are faster. And initialization is free when constexpr or constinit is used :-).
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/frozen/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/frozen
- pkg install frozen
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: frozen
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1771105000
SHA256 (serge-sans-paille-frozen-1.2.0_GH0.tar.gz) = ed8339c017d7c5fe019ac2c642477f435278f0dc643c1d69d3f3b1e95915e823
SIZE (serge-sans-paille-frozen-1.2.0_GH0.tar.gz) = 187169
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- This port is required by:
- for Build
-
- devel/lief
Configuration Options:
- No options to configure
- Options name:
- devel_frozen
- USES:
- cmake:testing compiler:c++14-lang
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
1.2.0 17 Feb 2026 16:50:13
    |
Po-Chuan Hsieh (sunpoet)  |
devel/frozen: Add frozen 1.2.0
Frozen is a header-only library that provides 0 cost initialization for
immutable containers, fixed-size containers, and various algorithms.
Frozen provides:
- immutable (a.k.a. frozen), constexpr-compatible versions of std::set,
std::unordered_set, std::map and std::unordered_map.
- fixed-capacity, constinit-compatible versions of std::map and
std::unordered_map with immutable, compile-time selected keys mapped to
mutable values.
- 0-cost initialization version of std::search for frozen needles using
Boyer-Moore or Knuth-Morris-Pratt algorithms.
The unordered_* containers are guaranteed perfect (a.k.a. no hash collision) and
the extra storage is linear with respect to the number of keys.
Once initialized, the container keys cannot be updated, and in exchange, lookups
are faster. And initialization is free when constexpr or constinit is used :-). |