| Port details on branch 2023Q2 |
- googletest Framework for writing C++ tests on a variety of platforms
- 1.12.1 devel
=0 1.12.1Version of this port present on the latest quarterly branch. - There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
 - Port Added: 2023-05-04 05:18:06
- Last Update: 2023-05-04 05:14:39
- Commit Hash: 745cd08
- License: BSD3CLAUSE
- WWW:
- https://github.com/google/googletest
- Description:
- GoogleTest is based on the xUnit architecture. Supports automatic test
discovery, a rich set of assertions, user-defined assertions, death
tests, fatal and non-fatal failures, type-parameterized tests, various
options for running the tests, and XML test report generation.
GoogleMock is inspired by jMock, EasyMock, and Hamcrest, and designed
with C++'s specifics in mind, Google C++ Mocking Framework (or Google
Mock for short) is a library for writing and using C++ mock
classes. Google Mock:
* lets you create mock classes trivially using simple macros,
* supports a rich set of matchers and actions,
* handles unordered, partially ordered, or completely ordered expectations,
* is extensible by users, and
* works on Linux, Windows, and Mac OS X.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- googletest>0:devel/googletest
- To install the port:
- cd /usr/ports/devel/googletest/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/googletest
- pkg install googletest
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: googletest
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1656350095
SHA256 (google-googletest-release-1.12.1_GH0.tar.gz) = 81964fe578e9bd7c94dfdb09c8e4d6e6759e19967e397dbea48d1c10e45d0df2
SIZE (google-googletest-release-1.12.1_GH0.tar.gz) = 854944
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
- Test dependencies:
-
- python3.9 : lang/python39
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_googletest
- USES:
- cmake:testing compiler:c++11-lib python:test
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|