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
I started running short on disk space for the non-production FreshPorts hosts. This time, I have decided to ask for donations. See my recent blog post which points to my Patreon account.
Port details
boxed-cpp Boxing primitive types in C++
1.4.3 devel 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 1.4.3Version of this port present on the latest quarterly branch.
Maintainer: tagattie@FreeBSD.org search for ports maintained by this maintainer
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.
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 (10 items)
Collapse this list.
  1. /usr/local/share/licenses/boxed-cpp-1.4.3/catalog.mk
  2. /usr/local/share/licenses/boxed-cpp-1.4.3/LICENSE
  3. /usr/local/share/licenses/boxed-cpp-1.4.3/APACHE20
  4. include/boxed-cpp/boxed.hpp
  5. lib/cmake/boxed-cpp/boxed-cpp-config-version.cmake
  6. lib/cmake/boxed-cpp/boxed-cpp-config.cmake
  7. lib/cmake/boxed-cpp/boxed-cpp-targets.cmake
  8. @owner
  9. @group
  10. @mode
Collapse this list.
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

Packages (timestamps in pop-ups are UTC):
boxed-cpp
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.4.31.4.3-1.4.31.4.3n/an/an/a
FreeBSD:13:quarterly1.4.31.4.3-1.4.31.4.3n/an/an/a
FreeBSD:14:latest1.4.31.4.3-1.4.31.4.3---
FreeBSD:14:quarterly1.4.31.4.3-1.4.31.4.3---
FreeBSD:15:latest1.4.31.4.3n/a1.4.3n/an/a--
FreeBSD:15:quarterly1.4.31.4.3n/a-n/an/a--
FreeBSD:16:latest-1.4.3n/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
Test dependencies:
  1. Catch2Config.cmake : devel/catch2
This port is required by:
for Build
  1. 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:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/contour-terminal/boxed-cpp/tar.gz/v1.4.3?dummy=/
Collapse this list.

Number of commits found: 2

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.4.3
06 Jun 2025 05:09:21
commit hash: 7f7deb8d9f74f005223cf07e6c84299641d9c5aecommit hash: 7f7deb8d9f74f005223cf07e6c84299641d9c5aecommit hash: 7f7deb8d9f74f005223cf07e6c84299641d9c5aecommit hash: 7f7deb8d9f74f005223cf07e6c84299641d9c5ae files touched by this commit
Hiroki Tagato (tagattie) search for other commits by this committer
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
commit hash: 60d9715e27d224398aaebeb6b43730f6637a5c46commit hash: 60d9715e27d224398aaebeb6b43730f6637a5c46commit hash: 60d9715e27d224398aaebeb6b43730f6637a5c46commit hash: 60d9715e27d224398aaebeb6b43730f6637a5c46 files touched by this commit
Hiroki Tagato (tagattie) search for other commits by this committer
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