| Port details |
- sfl-library C++ datastructure library
- 2.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: fuz@FreeBSD.org
 - 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.
¦ ¦ ¦ ¦ 
- 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:
-
- 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):
- 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
-
- 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:
|
Number of commits found: 1
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
2.2.0 26 Jul 2026 16:08:15
    |
Robert Clausecker (fuz)  |
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 ) |
Number of commits found: 1
|