Port details |
- boxed-cpp Boxing primitive types in C++
- 1.4.3 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: tagattie@FreeBSD.org
 - Port Added: 2025-06-05 12:21:11
- Last Update: 2025-06-06 05:09:21
- Commit Hash: 7f7deb8
- License: APACHE20
- WWW:
- https://github.com/contour-terminal/boxed-cpp
- Description:
- This is a small header-only library for easing primitive type boxing
in C++. Primary goal of the library is to make it easy to avoid code
with easily swappable parameters
clang-tidy:bugprone-easily-swappable-parameters.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- boxed-cpp>0:devel/boxed-cpp
- To install the port:
- cd /usr/ports/devel/boxed-cpp/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/boxed-cpp
- pkg install boxed-cpp
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: boxed-cpp
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1748787270
SHA256 (contour-terminal-boxed-cpp-v1.4.3_GH0.tar.gz) = 75afd9c1627846ed350253b0885a71207a0c2d52f350ded86daa5d18712bad93
SIZE (contour-terminal-boxed-cpp-v1.4.3_GH0.tar.gz) = 14342
No package information for this port in our database- Sometimes this happens. Not all ports have packages. This is doubly so for new ports, like this one.
- 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
- Test dependencies:
-
- Catch2Config.cmake : devel/catch2
- This port is required by:
- for Build
-
- x11/contour
Configuration Options:
- ===> The following configuration options are available for boxed-cpp-1.4.3:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- devel_boxed-cpp
- USES:
- cmake:testing
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 2
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.4.3 06 Jun 2025 05:09:21
    |
Hiroki Tagato (tagattie)  |
devel/boxed-cpp: use CMAKE_TESTING_ON to build unit tests instead of CMAKE_ON
Don't force everyone to build unit tests. Move devel/catch2 to test
dependency as it is only needed for testing only not build.
Reported by: diizzy (via ports-committers) |
1.4.3 05 Jun 2025 12:19:36
    |
Hiroki Tagato (tagattie)  |
devel/boxed-cpp: add port: Boxing primitive types in C++
This is a small header-only library for easing primitive type boxing
in C++. Primary goal of the library is to make it easy to avoid code
with easily swappable parameters
clang-tidy:bugprone-easily-swappable-parameters.
WWW: https://github.com/contour-terminal/boxed-cpp |
Number of commits found: 2
|