pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

doctest: committed to -current



Module Name:	pkgsrc-wip
Committed By:	Kevin Bloom <ktnb%NetBSD.org@localhost>
Pushed By:	nuclearkev
Date:		Thu Sep 24 15:30:05 2026 -0400
Changeset:	52f2c3e5328bb1de47d6ee6c50aa055fdf6c2f9b

Removed Files:
	doctest/DESCR
	doctest/Makefile
	doctest/PLIST
	doctest/buildlink3.mk
	doctest/distinfo

Log Message:
doctest: committed to -current

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=52f2c3e5328bb1de47d6ee6c50aa055fdf6c2f9b

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 doctest/DESCR         |  6 ------
 doctest/Makefile      | 17 -----------------
 doctest/PLIST         | 11 -----------
 doctest/buildlink3.mk | 14 --------------
 doctest/distinfo      |  5 -----
 5 files changed, 53 deletions(-)

diffs:
diff --git a/doctest/DESCR b/doctest/DESCR
deleted file mode 100644
index 9be3b0c1c8..0000000000
--- a/doctest/DESCR
+++ /dev/null
@@ -1,6 +0,0 @@
-doctest is a new C++ testing framework but is by far the fastest
-both in compile times (by orders of magnitude) and runtime compared
-to other feature-rich alternatives. It brings the ability of compiled
-languages such as D / Rust / Nim to have tests written directly in
-the production code thanks to a fast, transparent and flexible test
-runner with a clean interface.
diff --git a/doctest/Makefile b/doctest/Makefile
deleted file mode 100644
index 6f73ad8853..0000000000
--- a/doctest/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	doctest-2.4.12
-CATEGORIES=	devel
-MASTER_SITES=	${MASTER_SITE_GITHUB:=doctest/}
-GITHUB_TAG=	v${PKGVERSION_NOREV}
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	https://github.com/doctest/doctest/
-COMMENT=	Fastest feature-rich C++11/14/17/20/23 single-header testing framework
-LICENSE=	mit
-
-USE_LANGUAGES=	c++
-
-.include "../../devel/cmake/build.mk"
-#.include "../../devel/meson/build.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/doctest/PLIST b/doctest/PLIST
deleted file mode 100644
index 8d2c680091..0000000000
--- a/doctest/PLIST
+++ /dev/null
@@ -1,11 +0,0 @@
-@comment $NetBSD$
-include/doctest/doctest.h
-include/doctest/extensions/doctest_mpi.h
-include/doctest/extensions/doctest_util.h
-include/doctest/extensions/mpi_reporter.h
-include/doctest/extensions/mpi_sub_comm.h
-lib/cmake/doctest/doctest.cmake
-lib/cmake/doctest/doctestAddTests.cmake
-lib/cmake/doctest/doctestConfig.cmake
-lib/cmake/doctest/doctestConfigVersion.cmake
-lib/cmake/doctest/doctestTargets.cmake
diff --git a/doctest/buildlink3.mk b/doctest/buildlink3.mk
deleted file mode 100644
index 4c4e096d5d..0000000000
--- a/doctest/buildlink3.mk
+++ /dev/null
@@ -1,14 +0,0 @@
-# $NetBSD$
-
-BUILDLINK_TREE+=	doctest
-
-.if !defined(DOCTEST_BUILDLINK3_MK)
-DOCTEST_BUILDLINK3_MK:=
-
-BUILDLINK_DEPMETHOD.doctest?=	build
-
-BUILDLINK_API_DEPENDS.doctest+=	doctest>=2.4.11
-BUILDLINK_PKGSRCDIR.doctest?=	../../wip/doctest
-.endif	# DOCTEST_BUILDLINK3_MK
-
-BUILDLINK_TREE+=	-doctest
diff --git a/doctest/distinfo b/doctest/distinfo
deleted file mode 100644
index 516045e4f0..0000000000
--- a/doctest/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD$
-
-BLAKE2s (doctest-2.4.12.tar.gz) = 575c26ff89f5ec11d09d566b6daf64fccbb67ab3fe03c299e7cf01d2a521a8ec
-SHA512 (doctest-2.4.12.tar.gz) = d55aae632e6d66add7b65d0e97bde5063cdae7512836f278613af35957c62dbc6b0b0febbe2eb1eddd334a7a5343faca7357a2eeebbf1428cafffeb5d18e610c
-Size (doctest-2.4.12.tar.gz) = 2188849 bytes


Home | Main Index | Thread Index | Old Index