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 photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
After the ports freeze to fix some stuff, the freeze is over. I have some work to do before FreshPorts can start processing commits again before it can start processing again. I've created an issue for that.
Port details
sfl-library C++ datastructure library
2.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: fuz@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2026-07-27 23:08:40
Last Update: 2026-07-26 16:08:15
Commit Hash: 6833206
License: ZLIB
WWW:
https://github.com/slavenf/sfl-library/
Description:
This is a header-only C++11 library that provides several new or lesser-known containers, most of which can be used in C++20 constant expressions. Sequence containers: vector, devector, small_vector, static_vector, compact_vector, segmented_vector, segmented_devector. Associative containers based on red-black trees: map, set, multimap, multiset, small_map, small_set, small_multimap, small_multiset, static_map, static_set, static_multimap, static_multiset. Unordered associative containers based on hash tables with separate chaining: unordered_map, unordered_set, unordered_multimap, unordered_multiset, small_unordered_map, small_unordered_set small_unordered_multimap, small_unordered_multiset, static_unordered_map, static_unordered_set, static_unordered_multimap, static_unordered_multiset. Associative containers based on sorted vectors: flat_map, flat_set, flat_multimap, flat_multiset, small_flat_map, small_flat_set, small_flat_multimap, small_flat_multiset, static_flat_map, static_flat_set, static_flat_multimap, static_flat_multiset. Unordered associative containers based on unsorted vectors: small_unordered_linear_map, small_unordered_linear_set, small_unordered_linear_multimap, small_unordered_linear_multiset, static_unordered_linear_map, static_unordered_linear_set, static_unordered_linear_multimap, static_unordered_linear_multiset.
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 (143 items)
Collapse this list.
  1. /usr/local/share/licenses/sfl-library-2.2.0/catalog.mk
  2. /usr/local/share/licenses/sfl-library-2.2.0/LICENSE
  3. /usr/local/share/licenses/sfl-library-2.2.0/ZLIB
  4. include/sfl/compact_vector.hpp
  5. include/sfl/detail/algorithm/copy.hpp
  6. include/sfl/detail/algorithm/copy_backward.hpp
  7. include/sfl/detail/algorithm/copy_n.hpp
  8. include/sfl/detail/algorithm/fill.hpp
  9. include/sfl/detail/algorithm/fill_n.hpp
  10. include/sfl/detail/algorithm/move.hpp
  11. include/sfl/detail/algorithm/move_backward.hpp
  12. include/sfl/detail/allocator_traits.hpp
  13. include/sfl/detail/associative_vector.hpp
  14. include/sfl/detail/bit/bit_cast.hpp
  15. include/sfl/detail/bit/bit_ceil.hpp
  16. include/sfl/detail/bit/bit_log2.hpp
  17. include/sfl/detail/bit/bit_width.hpp
  18. include/sfl/detail/bit/countl_zero.hpp
  19. include/sfl/detail/bit/has_single_bit.hpp
  20. include/sfl/detail/concepts/container_compatible_range.hpp
  21. include/sfl/detail/cpp.hpp
  22. include/sfl/detail/exceptions.hpp
  23. include/sfl/detail/functional/first.hpp
  24. include/sfl/detail/functional/identity.hpp
  25. include/sfl/detail/hash_table.hpp
  26. include/sfl/detail/math/ceil.hpp
  27. include/sfl/detail/math/floor.hpp
  28. include/sfl/detail/math/is_pow2.hpp
  29. include/sfl/detail/math/is_prime.hpp
  30. include/sfl/detail/memory/allocate.hpp
  31. include/sfl/detail/memory/construct_at.hpp
  32. include/sfl/detail/memory/construct_at_a.hpp
  33. include/sfl/detail/memory/deallocate.hpp
  34. include/sfl/detail/memory/default_construct_at.hpp
  35. include/sfl/detail/memory/destroy.hpp
  36. include/sfl/detail/memory/destroy_a.hpp
  37. include/sfl/detail/memory/destroy_at.hpp
  38. include/sfl/detail/memory/destroy_at_a.hpp
  39. include/sfl/detail/memory/destroy_n_a.hpp
  40. include/sfl/detail/memory/to_address.hpp
  41. include/sfl/detail/memory/uninitialized_copy.hpp
  42. include/sfl/detail/memory/uninitialized_copy_a.hpp
  43. include/sfl/detail/memory/uninitialized_default_construct_a.hpp
  44. include/sfl/detail/memory/uninitialized_default_construct_n.hpp
  45. include/sfl/detail/memory/uninitialized_default_construct_n_a.hpp
  46. include/sfl/detail/memory/uninitialized_fill.hpp
  47. include/sfl/detail/memory/uninitialized_fill_a.hpp
  48. include/sfl/detail/memory/uninitialized_fill_n.hpp
  49. include/sfl/detail/memory/uninitialized_fill_n_a.hpp
  50. include/sfl/detail/memory/uninitialized_move.hpp
  51. include/sfl/detail/memory/uninitialized_move_a.hpp
  52. include/sfl/detail/memory/uninitialized_move_if_noexcept_a.hpp
  53. include/sfl/detail/memory/uninitialized_value_construct_n.hpp
  54. include/sfl/detail/memory/value_construct_at.hpp
  55. include/sfl/detail/normal_iterator.hpp
  56. include/sfl/detail/rb_tree.hpp
  57. include/sfl/detail/segmented_iterator.hpp
  58. include/sfl/detail/small_node_allocator.hpp
  59. include/sfl/detail/small_storage_allocator.hpp
  60. include/sfl/detail/static_node_allocator.hpp
  61. include/sfl/detail/static_pool.hpp
  62. include/sfl/detail/static_storage.hpp
  63. include/sfl/detail/static_storage_allocator.hpp
  64. include/sfl/detail/tags/default_init_t.hpp
  65. include/sfl/detail/tags/from_range_t.hpp
  66. include/sfl/detail/type_traits/conjunction.hpp
  67. include/sfl/detail/type_traits/disjunction.hpp
  68. include/sfl/detail/type_traits/enable_if_t.hpp
  69. include/sfl/detail/type_traits/has_is_transparent.hpp
  70. include/sfl/detail/type_traits/is_exactly_input_iterator.hpp
  71. include/sfl/detail/type_traits/is_forward_iterator.hpp
  72. include/sfl/detail/type_traits/is_input_iterator.hpp
  73. include/sfl/detail/type_traits/is_nothrow_swappable.hpp
  74. include/sfl/detail/type_traits/is_random_access_iterator.hpp
  75. include/sfl/detail/type_traits/is_segmented_iterator.hpp
  76. include/sfl/detail/type_traits/is_trivially_copyable.hpp
  77. include/sfl/detail/type_traits/is_unsigned_integer.hpp
  78. include/sfl/detail/type_traits/negation.hpp
  79. include/sfl/detail/type_traits/remove_cvref_t.hpp
  80. include/sfl/detail/type_traits/segmented_iterator_traits.hpp
  81. include/sfl/detail/type_traits/unwrap_iterator.hpp
  82. include/sfl/detail/type_traits/void_t.hpp
  83. include/sfl/detail/unordered_associative_vector.hpp
  84. include/sfl/detail/utility/compressed_pair.hpp
  85. include/sfl/detail/utility/floating_point_to_size_t.hpp
  86. include/sfl/detail/utility/ignore_unused.hpp
  87. include/sfl/detail/utility/index_sequence.hpp
  88. include/sfl/detail/utility/optional_value.hpp
  89. include/sfl/detail/utility/scope_guard.hpp
  90. include/sfl/devector.hpp
  91. include/sfl/flat_map.hpp
  92. include/sfl/flat_multimap.hpp
  93. include/sfl/flat_multiset.hpp
  94. include/sfl/flat_set.hpp
  95. include/sfl/hash.hpp
  96. include/sfl/map.hpp
  97. include/sfl/multimap.hpp
  98. include/sfl/multiset.hpp
  99. include/sfl/segmented_devector.hpp
  100. include/sfl/segmented_vector.hpp
  101. include/sfl/set.hpp
  102. include/sfl/small_flat_map.hpp
  103. include/sfl/small_flat_multimap.hpp
  104. include/sfl/small_flat_multiset.hpp
  105. include/sfl/small_flat_set.hpp
  106. include/sfl/small_map.hpp
  107. include/sfl/small_multimap.hpp
  108. include/sfl/small_multiset.hpp
  109. include/sfl/small_set.hpp
  110. include/sfl/small_unordered_linear_map.hpp
  111. include/sfl/small_unordered_linear_multimap.hpp
  112. include/sfl/small_unordered_linear_multiset.hpp
  113. include/sfl/small_unordered_linear_set.hpp
  114. include/sfl/small_unordered_map.hpp
  115. include/sfl/small_unordered_multimap.hpp
  116. include/sfl/small_unordered_multiset.hpp
  117. include/sfl/small_unordered_set.hpp
  118. include/sfl/small_vector.hpp
  119. include/sfl/static_flat_map.hpp
  120. include/sfl/static_flat_multimap.hpp
  121. include/sfl/static_flat_multiset.hpp
  122. include/sfl/static_flat_set.hpp
  123. include/sfl/static_map.hpp
  124. include/sfl/static_multimap.hpp
  125. include/sfl/static_multiset.hpp
  126. include/sfl/static_set.hpp
  127. include/sfl/static_unordered_linear_map.hpp
  128. include/sfl/static_unordered_linear_multimap.hpp
  129. include/sfl/static_unordered_linear_multiset.hpp
  130. include/sfl/static_unordered_linear_set.hpp
  131. include/sfl/static_unordered_map.hpp
  132. include/sfl/static_unordered_multimap.hpp
  133. include/sfl/static_unordered_multiset.hpp
  134. include/sfl/static_unordered_set.hpp
  135. include/sfl/static_vector.hpp
  136. include/sfl/unordered_map.hpp
  137. include/sfl/unordered_multimap.hpp
  138. include/sfl/unordered_multiset.hpp
  139. include/sfl/unordered_set.hpp
  140. include/sfl/vector.hpp
  141. @owner
  142. @group
  143. @mode
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • sfl-library>0:devel/sfl-library
To install the port:
cd /usr/ports/devel/sfl-library/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/sfl-library
  • pkg install sfl-library
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: sfl-library
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1784836128 SHA256 (slavenf-sfl-library-2.2.0_GH0.tar.gz) = 9d7d10c8fd9062db092ca487516f9deaf7e60201345a8a1deae4b29b4529c284 SIZE (slavenf-sfl-library-2.2.0_GH0.tar.gz) = 613556

Packages (timestamps in pop-ups are UTC):
sfl-library
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-----n/an/an/a
FreeBSD:13:quarterly-----n/an/an/a
FreeBSD:14:latest-2.2.0--2.2.0---
FreeBSD:14:quarterly--------
FreeBSD:15:latest2.2.02.2.0n/a-n/an/a--
FreeBSD:15:quarterly--n/a-n/an/a--
FreeBSD:16:latest-2.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. games/OpenLoco

Configuration Options:
No options to configure
Options name:
devel_sfl-library
USES:
cmake
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/slavenf/sfl-library/tar.gz/2.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
2.2.0
26 Jul 2026 16:08:15
commit hash: 6833206126202da546312dc05bae6dadb03ee3abcommit hash: 6833206126202da546312dc05bae6dadb03ee3abcommit hash: 6833206126202da546312dc05bae6dadb03ee3abcommit hash: 6833206126202da546312dc05bae6dadb03ee3ab files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
devel/sfl-library: C++ datastructure library

This is a header-only C++11 library that provides several new or
lesser-known containers, most of which can be used in C++20 constant
expressions.

Sequence containers: vector, devector, small_vector, static_vector,
compact_vector, segmented_vector, segmented_devector.

Associative containers based on red-black trees: map, set, multimap,
multiset, small_map, small_set, small_multimap, small_multiset,
static_map, static_set, static_multimap, static_multiset.

Unordered associative containers based on hash tables with separate
chaining: unordered_map, unordered_set, unordered_multimap,
(Only the first 15 lines of the commit message are shown above View all of this commit message)

Number of commits found: 1