notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
doctest Header-only C++ unit-testing
2.4.11 devel on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2.4.11Version of this port present on the latest quarterly branch.
Maintainer: nickblack@linux.com search for ports maintained by this maintainer
Port Added: 2020-05-29 03:51:07
Last Update: 2023-11-09 05:43:57
Commit Hash: 110276e
License: MIT
WWW:
https://github.com/onqtam/doctest
Description:
A fast, feature-rich C++11/14/17/20 single-header testing framework for unit tests and TDD, inspired by Catch.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (13 items)
Collapse this list.
  1. include/doctest/doctest.h
  2. include/doctest/extensions/doctest_mpi.h
  3. include/doctest/extensions/doctest_util.h
  4. include/doctest/extensions/mpi_reporter.h
  5. include/doctest/extensions/mpi_sub_comm.h
  6. lib/cmake/doctest/doctest.cmake
  7. lib/cmake/doctest/doctestAddTests.cmake
  8. lib/cmake/doctest/doctestConfig.cmake
  9. lib/cmake/doctest/doctestConfigVersion.cmake
  10. lib/cmake/doctest/doctestTargets.cmake
  11. /usr/local/share/licenses/doctest-2.4.11/catalog.mk
  12. /usr/local/share/licenses/doctest-2.4.11/LICENSE
  13. /usr/local/share/licenses/doctest-2.4.11/MIT
Collapse this list.
Dependency lines:
  • doctest>0:devel/doctest
To install the port:
cd /usr/ports/devel/doctest/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/doctest
  • pkg install doctest
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: doctest
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1680910110 SHA256 (doctest-doctest-v2.4.11_GH0.tar.gz) = 632ed2c05a7f53fa961381497bf8069093f0d6628c5f26286161fbd32a560186 SIZE (doctest-doctest-v2.4.11_GH0.tar.gz) = 2183312

Packages (timestamps in pop-ups are UTC):
doctest
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest2.4.112.4.112.4.42.4.112.4.11-2.4.4-
FreeBSD:13:quarterly2.4.112.4.112.4.82.4.112.4.112.4.112.4.112.4.11
FreeBSD:14:latest2.4.112.4.112.4.82.4.112.4.112.4.8-2.4.8
FreeBSD:14:quarterly2.4.112.4.11-2.4.112.4.112.4.112.4.112.4.11
FreeBSD:15:latest2.4.112.4.11n/a2.4.11n/a2.4.112.4.112.4.11
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. cmake : devel/cmake-core
  2. ninja : devel/ninja
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
devel_doctest
USES:
cmake:testing compiler:c++17-lang
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/doctest/doctest/tar.gz/v2.4.11?dummy=/
Collapse this list.

Number of commits found: 14

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.4.11
09 Nov 2023 05:43:57
commit hash: 110276eb26ac2eb0cd282bfc87046df9aba0219dcommit hash: 110276eb26ac2eb0cd282bfc87046df9aba0219dcommit hash: 110276eb26ac2eb0cd282bfc87046df9aba0219dcommit hash: 110276eb26ac2eb0cd282bfc87046df9aba0219d files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/doctest: update 2.4.8 → 2.4.11

PR:		270694
Approved by:	nickblack@linux.com (maintainer)
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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.4.8
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
2.4.8
24 Jan 2022 11:18:50
commit hash: 6e5655da75ed64ac6ded2a2d88f3267b9617f1e5commit hash: 6e5655da75ed64ac6ded2a2d88f3267b9617f1e5commit hash: 6e5655da75ed64ac6ded2a2d88f3267b9617f1e5commit hash: 6e5655da75ed64ac6ded2a2d88f3267b9617f1e5 files touched by this commit
Fernando Apesteguía (fernape) search for other commits by this committer
Author: nick black
devel/doctest: update to 2.4.8

ChangeLog: https://github.com/doctest/doctest/releases/tag/v2.4.8

PR:	261328
Reported by:	nickblack@linux.com (maintainer)
2.4.7
15 Dec 2021 05:28:07
commit hash: c5fc7c51cc453141f0cd88b8a687af649e6bce55commit hash: c5fc7c51cc453141f0cd88b8a687af649e6bce55commit hash: c5fc7c51cc453141f0cd88b8a687af649e6bce55commit hash: c5fc7c51cc453141f0cd88b8a687af649e6bce55 files touched by this commit
Hiroki Tagato (tagattie) search for other commits by this committer
Author: Nick Black
devel/doctest: update to 2.4.7

Changelog: https://github.com/doctest/doctest/blob/2.4.7/CHANGELOG.md

PR:		260350
Reported by:	Nick Black <nickblack@linux.com> (maintainer)
2.4.6
14 Aug 2021 00:24:41
commit hash: dc47fae3163df0b4f130a0785c3f14d5baf2e3bccommit hash: dc47fae3163df0b4f130a0785c3f14d5baf2e3bccommit hash: dc47fae3163df0b4f130a0785c3f14d5baf2e3bccommit hash: dc47fae3163df0b4f130a0785c3f14d5baf2e3bc files touched by this commit
Guangyuan Yang (ygy) search for other commits by this committer
Author: Nick Black
devel/doctest: Update to 2.4.6

Changelog:	https://github.com/onqtam/doctest/releases/tag/2.4.6

PR:		257819
2.4.5
07 Apr 2021 08:09:01
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2.4.5
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
2.4.5
04 Feb 2021 07:30:15
Revision:563997Original commit files touched by this commit
fernape search for other commits by this committer
devel/doctest: upgrade to 2.4.5

ChangeLog:
https://github.com/onqtam/doctest/blob/master/CHANGELOG.md#245-2021-02-02

PR:	253193
Submitted by:	nickblack@linux.com (maintainer)
2.4.4
04 Jan 2021 17:51:05
Revision:560317Original commit files touched by this commit
fernape search for other commits by this committer
devel/doctest: upgrade to 2.4.4

ChangeLog:
https://github.com/onqtam/doctest/blob/master/CHANGELOG.md#244-2020-12-25

PR:	252285
Submitted by:	nickblack@linux.com (maintainer)
2.4.3
19 Dec 2020 17:20:51
Revision:558459Original commit files touched by this commit
tcberner search for other commits by this committer
devel/doctest: upgrade to 2.4.3

Changelog:
	https://github.com/onqtam/doctest/blob/master/CHANGELOG.md#243-2020-12-16

PR:		251946
Submitted by:	devel/doctest: upgrade to 2.4.3 (maintainer)
2.4.1
12 Nov 2020 08:37:56
Revision:554937Original commit files touched by this commit
fernape search for other commits by this committer
devel/doctest: upgrade to 2.4.1

ChangeLog: https://github.com/onqtam/doctest/releases/tag/2.4.1

PR:	251037
Submitted by:	nickblack@linux.com (maintainer)
2.4.0
28 Jun 2020 13:22:27
Revision:540706Original commit files touched by this commit
lwhsu search for other commits by this committer
Update to 2.4.0

PR:		247614
Submitted by:	Nick Black <nickblack@linux.com> (maintainer)
2.3.8
29 May 2020 03:51:00
Revision:536922Original commit files touched by this commit
yuri search for other commits by this committer
New port: devel/doctest: Header-only C++ unit-testing

PR:		246653
Submitted by:	Nick Black <nickblack@linux.com>

Number of commits found: 14