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
Port details
frozen Header-only, constexpr alternative to gperf for C++14 users
1.2.0 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: sunpoet@FreeBSD.org search for ports maintained by this maintainer
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 :-).
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 (26 items)
Collapse this list.
  1. /usr/local/share/licenses/frozen-1.2.0/catalog.mk
  2. /usr/local/share/licenses/frozen-1.2.0/LICENSE
  3. /usr/local/share/licenses/frozen-1.2.0/APACHE20
  4. include/frozen/algorithm.h
  5. include/frozen/bits/algorithms.h
  6. include/frozen/bits/basic_types.h
  7. include/frozen/bits/constexpr_assert.h
  8. include/frozen/bits/defines.h
  9. include/frozen/bits/elsa.h
  10. include/frozen/bits/elsa_std.h
  11. include/frozen/bits/exceptions.h
  12. include/frozen/bits/hash_string.h
  13. include/frozen/bits/mpl.h
  14. include/frozen/bits/pmh.h
  15. include/frozen/bits/version.h
  16. include/frozen/map.h
  17. include/frozen/random.h
  18. include/frozen/set.h
  19. include/frozen/string.h
  20. include/frozen/unordered_map.h
  21. include/frozen/unordered_set.h
  22. share/cmake/frozen/frozenConfig.cmake
  23. share/cmake/frozen/frozenConfigVersion.cmake
  24. @owner
  25. @group
  26. @mode
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • frozen>0:devel/frozen
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):
frozen
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-1.2.0--1.2.0n/an/an/a
FreeBSD:13:quarterly-----n/an/an/a
FreeBSD:14:latest-1.2.0--1.2.0---
FreeBSD:14:quarterly--------
FreeBSD:15:latest-1.2.0n/a-n/an/a--
FreeBSD:15:quarterly--n/a-n/an/a--
FreeBSD:16:latest-1.2.0n/a-n/an/a--
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. cmake : devel/cmake-core
  2. ninja : devel/ninja
This port is required by:
for Build
  1. 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:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/serge-sans-paille/frozen/tar.gz/1.2.0?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
1.2.0
17 Feb 2026 16:50:13
commit hash: ec1346dd57011f2c6c65204deae7a1a6b9083062commit hash: ec1346dd57011f2c6c65204deae7a1a6b9083062commit hash: ec1346dd57011f2c6c65204deae7a1a6b9083062commit hash: ec1346dd57011f2c6c65204deae7a1a6b9083062 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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 :-).

Number of commits found: 1