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

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it is already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

Port details
boxed-cpp Boxing primitive types in C++
1.4.3 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: 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

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:
  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