--- devel/doctest/Makefile (nonexistent) +++ devel/doctest/Makefile (working copy) @@ -0,0 +1,18 @@ +# $FreeBSD$ + +PORTNAME=doctest +DISTVERSION=2.3.8 +CATEGORIES=devel +MASTER_SITES=https://github.com/onqtam/doctest/ + +MAINTAINER=nickblack@linux.com +COMMENT=Header-only C++ unit-testing + +LICENSE=MIT +LICENSE_FILE=${WRKSRC}/LICENSE.txt + +USES=cmake compiler:c++17-lang +USE_GITHUB=yes +GH_ACCOUNT=onqtam + +.include --- devel/doctest/distinfo (nonexistent) +++ devel/doctest/distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1590135965 +SHA256 (onqtam-doctest-2.3.8_GH0.tar.gz) = d7232437eceb46ad5de03cacdee770c80f2e53e7b8efc1c8a8ed29539f64efa5 +SIZE (onqtam-doctest-2.3.8_GH0.tar.gz) = 2242231 --- devel/doctest/pkg-descr (nonexistent) +++ devel/doctest/pkg-descr (working copy) @@ -0,0 +1,4 @@ +A fast, feature-rich C++11/14/17/20 single-header testing framework for +unit tests and TDD, inspired by Catch. + +WWW: https://github.com/onqtam/doctest --- devel/doctest/pkg-plist (nonexistent) +++ devel/doctest/pkg-plist (working copy) @@ -0,0 +1, @@ +include/doctest/doctest.h