Port details |
- fruit Dependency injection framework for C++
- 3.7.1 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: sunpoet@FreeBSD.org
- Port Added: 2025-02-03 15:57:08
- Last Update: 2025-02-03 15:50:42
- Commit Hash: 7eae819
- License: APACHE20
- WWW:
- https://github.com/google/fruit/wiki
- https://github.com/google/fruit
- Description:
- Fruit is a dependency injection framework for C++, loosely inspired by the Guice
framework for Java. It uses C++ metaprogramming together with some C++11
features to detect most injection problems at compile-time. It allows to split
the implementation code in "components" (aka modules) that can be assembled to
form other components. From a component with no requirements it's then possible
to create an injector, that provides an instance of the interfaces exposed by
the component.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/fruit/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/fruit
- pkg install fruit
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: fruit
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1738088808
SHA256 (google-fruit-v3.7.1_GH0.tar.gz) = ed4c6b7ebfbf75e14a74e21eb74ce2703b8485bfc9e660b1c36fb7fe363172d0
SIZE (google-fruit-v3.7.1_GH0.tar.gz) = 240459
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
- This port is required by:
- for Libraries
-
- filesystems/securefs
Configuration Options:
- No options to configure
- Options name:
- devel_fruit
- USES:
- cmake compiler:c++11-lang
- 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 |
3.7.1 03 Feb 2025 15:50:42 |
Po-Chuan Hsieh (sunpoet) |
devel/fruit: Add fruit 3.7.1
Fruit is a dependency injection framework for C++, loosely inspired by the Guice
framework for Java. It uses C++ metaprogramming together with some C++11
features to detect most injection problems at compile-time. It allows to split
the implementation code in "components" (aka modules) that can be assembled to
form other components. From a component with no requirements it's then possible
to create an injector, that provides an instance of the interfaces exposed by
the component. |
Number of commits found: 1
|