Port details |
- ut C++20 micro/Unit Testing Framework
- 2.1.1 devel =2 2.1.0Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2023-12-12 23:15:09
- Last Update: 2024-11-11 10:22:19
- Commit Hash: 584e0c7
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: BSL
- WWW:
- https://boost-ext.github.io/ut/
- https://github.com/boost-ext/ut
- Description:
- UT is a C++20 u(micro)/Unit Testing Framework.
Testing is a very important part of the Software Development, however,
C++ doesn't provide any good testing facilities out of the box, which often
leads into a poor testing experience for develops and/or lack of tests/coverage
in general.
UT attempts to provide a uniform and easy way to run tests in C++.
- ¦ ¦ ¦ ¦
- 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/ut/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/ut
- pkg install ut
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ut
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1731315677
SHA256 (boost-ext-ut-v2.1.1_GH0.tar.gz) = 016ac5ece1808cd1100be72f90da4fa59ea41de487587a3283c6c981381cc216
SIZE (boost-ext-ut-v2.1.1_GH0.tar.gz) = 66803
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
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_ut
- USES:
- cmake:testing
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.1.1 11 Nov 2024 10:22:19 |
Yuri Victorovich (yuri) |
devel/ut: update 2.1.0 → 2.1.1
Reported by: portscout |
2.1.0 27 Jul 2024 20:19:17 |
Yuri Victorovich (yuri) |
devel/ut: update 2.0.1 → 2.1.0
Reported by: portscout |
2.0.1 19 Dec 2023 08:20:18 |
Yuri Victorovich (yuri) |
devel/ut: update 2.0.0 → 2.0.1
Reported by: portscout |
2.0.0 12 Dec 2023 23:14:33 |
Yuri Victorovich (yuri) |
devel/ut: New port: C++20 micro/Unit Testing Framework |