Port details |
- unittest-cpp Lightweight unit testing framework for C++
- 2.0.0 devel
=0 2.0.0Version of this port present on the latest quarterly branch.
- DEPRECATED: Upstream have declared hiatus status since 2+ years back. Please consider using devel/googletest instead
This port expired on: 2022-12-31
- Maintainer: iblis@hs.ntnu.edu.tw
- Port Added: 2017-01-02 09:45:12
- Last Update: 2022-12-31 01:29:50
- Commit Hash: c19abfc
- License: MIT
- WWW:
- https://github.com/unittest-cpp/unittest-cpp
- Description:
- UnitTest++ is a lightweight unit testing framework for C++.
It was designed to do test-driven development on a wide variety of platforms.
Simplicity, portability, speed, and small footprint are all very important
aspects of UnitTest++. UnitTest++ is mostly standard C++ and makes minimal
use of advanced library and language features, which means it should be easily
portable to just about any platform.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- unittest-cpp>0:devel/unittest-cpp
- No installation instructions:
- This port has been deleted.
- PKGNAME: unittest-cpp
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1484404298
SHA256 (unittest-cpp-unittest-cpp-v2.0.0_GH0.tar.gz) = 74852198877dc2fdebdc4e5e9bd074018bf8ee03a13de139bfe41f4585b2f5b9
SIZE (unittest-cpp-unittest-cpp-v2.0.0_GH0.tar.gz) = 54100
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_unittest-cpp
- USES:
- cmake
- 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.0.0 31 Dec 2022 01:29:50 |
Rene Ladan (rene) |
cleanup: Remove expired ports:
2022-12-31 devel/unittest-cpp: Upstream have declared hiatus status since 2+
years back. Please consider using devel/googletest instead |
2.0.0 20 Oct 2022 08:01:43 |
Daniel Engberg (diizzy) |
devel/unittest-cpp: Deprecate and set expiration date to 2022-12-31
Upstream have listed project on hiatus for more than 2 years
Disable broken test when NDEBUG is defined
Reference: https://github.com/unittest-cpp/unittest-cpp/issues/180
PR: 266853
Approved by: portmgr (maintainer timeout, 2+ weeks) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.0.0 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.0.0 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
2.0.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.0.0 17 Apr 2017 20:16:25 |
mat |
Remove @comment $FreeBSD$ from plists.
Whatever you do, things always get to creep back in the ports tree.
Sponsored by: Absolight |
2.0.0 14 Jan 2017 15:39:16 |
vanilla |
Update to 2.0.0.
PR: 216068
Submitted by: maintainer |
1.6.1 02 Jan 2017 12:27:28 |
vanilla |
remove MASTER_SITES.
Submitted by: mat@ |
1.6.1 02 Jan 2017 09:45:03 |
vanilla |
Add unittest-cpp 1.6.1, lightweight unit testing framework for C++.
PR: 215698
Submitted by: iblis <iblis@hs.ntnu.edu.tw> |