Port details |
- cppinsights C++ Insights - See your source code with the eyes of a compiler
- 17.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: freebsd@sysctl.cz
- Port Added: 2024-10-19 11:24:08
- Last Update: 2024-10-19 11:23:14
- Commit Hash: 57537ad
- License: MIT
- WWW:
- https://github.com/andreasfertig/cppinsights
- Description:
- C++ Insights is a Clang-based tool that does a source-to-source transformation.
The goal of C++ Insights is to make things visible that normally and
intentionally happen behind the scenes.It's about the magic the compiler does
for us to make things work.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- cppinsights>0:devel/cppinsights
- To install the port:
- cd /usr/ports/devel/cppinsights/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/cppinsights
- pkg install cppinsights
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: cppinsights
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1712407492
SHA256 (andreasfertig-cppinsights-v_17.0_GH0.tar.gz) = 2dd6bcfcdba65c0ed2e1f04ef79d57285186871ad8bd481d63269f3115276216
SIZE (andreasfertig-cppinsights-v_17.0_GH0.tar.gz) = 331667
Packages (timestamps in pop-ups are UTC):
- 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
- Library dependencies:
-
- libLLVM-17.so : devel/llvm17
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_cppinsights
- USES:
- cmake llvm:min=17,lib
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 1
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
17.0 19 Oct 2024 11:23:14 |
Vladimir Druzenko (vvd) Author: Martin Filla |
devel/cppinsights: New port: C++ Insights - See your source code with the eyes
of a compiler
C++ Insights is a Clang-based tool that does a source-to-source
transformation. The goal of C++ Insights is to make things visible that
normally and intentionally happen behind the scenes.It's about the magic
the compiler does for us to make things work.
https://github.com/andreasfertig/cppinsights
https://cppinsights.io
PR: 278197 |
Number of commits found: 1
|