| Port details |
- span Implementation of C++20's std::span for older compilers
- 0.0.0.g20220615 devel
=0 0.0.0.g20220615Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2026-02-17 16:57:15
- Last Update: 2026-02-17 16:53:37
- Commit Hash: 4058c9a
- License: BSL
- WWW:
- https://github.com/tcbrindle/span
- Description:
- This repository contains a single-header implementation of C++20's std::span,
conforming to the C++20 committee draft. It is compatible with C++11, but will
use newer language features if they are available.
It differs from the implementation in the Microsoft GSL in that it is
single-header and does not depend on any other GSL facilities. It also works
with C++11, while the GSL version requires C++14.
¦ ¦ ¦ ¦ 
- 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/span/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/span
- pkg install span
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: span
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1771105006
SHA256 (tcbrindle-span-0.0.0.g20220615-836dc6a_GH0.tar.gz) = e5888f78d583642848a12bc382f3956c0acc2ad9eb99bac509aa866e1e112144
SIZE (tcbrindle-span-0.0.0.g20220615-836dc6a_GH0.tar.gz) = 130461
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- This port is required by:
- for Build
-
- devel/lief
Configuration Options:
- No options to configure
- Options name:
- devel_span
- 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 |
0.0.0.g20220615 17 Feb 2026 16:53:37
    |
Po-Chuan Hsieh (sunpoet)  |
devel/span: Add span 0.0.0.g20220615
This repository contains a single-header implementation of C++20's std::span,
conforming to the C++20 committee draft. It is compatible with C++11, but will
use newer language features if they are available.
It differs from the implementation in the Microsoft GSL in that it is
single-header and does not depend on any other GSL facilities. It also works
with C++11, while the GSL version requires C++14. |
Number of commits found: 1
|