Port details |
- reflection-cpp C++ static reflection support library
- 0.4.0 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: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
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - 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:
-
- 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 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:
|
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 |
0.4.0 06 Jun 2025 05:09:22
    |
Hiroki Tagato (tagattie)  |
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
    |
Hiroki Tagato (tagattie)  |
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
|