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
reflection-cpp C++ static reflection support library
0.4.0 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:13
Last Update: 2025-06-06 05:09:22
Commit Hash: a38b4f4
License: APACHE20
WWW:
https://github.com/contour-terminal/reflection-cpp
Description:
This is a C++ static reflection library. Goals: - Trivial to integrate into existing codebases (no code generation, no macros, no build system changes) - Minimal to zero runtime overhead - Works with C++20 and later - Prepared to integrate C++26 reflections when they are available
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/reflection-cpp-0.4.0/catalog.mk
  2. /usr/local/share/licenses/reflection-cpp-0.4.0/LICENSE
  3. /usr/local/share/licenses/reflection-cpp-0.4.0/APACHE20
  4. include/reflection-cpp/reflection.hpp
  5. lib/cmake/reflection-cpp/reflection-cpp-config-version.cmake
  6. lib/cmake/reflection-cpp/reflection-cpp-config.cmake
  7. lib/cmake/reflection-cpp/reflection-cpp-targets.cmake
  8. @owner
  9. @group
  10. @mode
Collapse this list.
Dependency lines:
  • reflection-cpp>0:devel/reflection-cpp
To install the port:
cd /usr/ports/devel/reflection-cpp/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/reflection-cpp
  • pkg install reflection-cpp
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: reflection-cpp
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1748843917 SHA256 (contour-terminal-reflection-cpp-v0.4.0_GH0.tar.gz) = 898e0d653860f996b0b4881d3715a4d236a25e3e82548426c6079ed5192fea08 SIZE (contour-terminal-reflection-cpp-v0.4.0_GH0.tar.gz) = 20562

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 reflection-cpp-0.4.0: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings
Options name:
devel_reflection-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/reflection-cpp/tar.gz/v0.4.0?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
0.4.0
06 Jun 2025 05:09:22
commit hash: a38b4f4ea7cc10d34e59a90b6320c074ee74a707commit hash: a38b4f4ea7cc10d34e59a90b6320c074ee74a707commit hash: a38b4f4ea7cc10d34e59a90b6320c074ee74a707commit hash: a38b4f4ea7cc10d34e59a90b6320c074ee74a707 files touched by this commit
Hiroki Tagato (tagattie) search for other commits by this committer
devel/reflection-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)
0.4.0
05 Jun 2025 12:19:36
commit hash: 784de56b2037917686e211955aef96e0e0138246commit hash: 784de56b2037917686e211955aef96e0e0138246commit hash: 784de56b2037917686e211955aef96e0e0138246commit hash: 784de56b2037917686e211955aef96e0e0138246 files touched by this commit
Hiroki Tagato (tagattie) search for other commits by this committer
devel/reflection-cpp: add port: C++ static reflection support library

This is a C++ static reflection library.

Goals:
- Trivial to integrate into existing codebases (no code generation, no
  macros, no build system changes)
- Minimal to zero runtime overhead
- Works with C++20 and later
- Prepared to integrate C++26 reflections when they are available

WWW: https://github.com/contour-terminal/reflection-cpp

Number of commits found: 2