pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
unittest-cpp: imported unittest-cpp from https://github.com/unittest-cpp/unittest-cpp
Module Name: pkgsrc-wip
Committed By: Aleksej Lebedev <root%zta.lk@localhost>
Pushed By: zhtw
Date: Tue Jul 23 16:52:44 2019 +0200
Changeset: 7f7a740599d8d4b5c6f3a44f34758f0b3d050853
Added Files:
unittest-cpp/DESCR
unittest-cpp/Makefile
unittest-cpp/PLIST
unittest-cpp/distinfo
Log Message:
unittest-cpp: imported unittest-cpp from https://github.com/unittest-cpp/unittest-cpp
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7f7a740599d8d4b5c6f3a44f34758f0b3d050853
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
unittest-cpp/DESCR | 1 +
unittest-cpp/Makefile | 23 +++++++++++++++++++++++
unittest-cpp/PLIST | 40 ++++++++++++++++++++++++++++++++++++++++
unittest-cpp/distinfo | 6 ++++++
4 files changed, 70 insertions(+)
diffs:
diff --git a/unittest-cpp/DESCR b/unittest-cpp/DESCR
new file mode 100644
index 0000000000..436426f4a2
--- /dev/null
+++ b/unittest-cpp/DESCR
@@ -0,0 +1 @@
+A lightweight unit testing framework for C++.
diff --git a/unittest-cpp/Makefile b/unittest-cpp/Makefile
new file mode 100644
index 0000000000..977c0b1ca8
--- /dev/null
+++ b/unittest-cpp/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD$
+
+GITHUB_PROJECT= unittest-cpp
+VERS= 2.0.0
+DISTNAME= v${VERS}
+PKGNAME= ${GITHUB_PROJECT}-${VERS}
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_GITHUB:=unittest-cpp/}
+DIST_SUBDIR= ${GITHUB_PROJECT}
+
+MAINTAINER= root%zta.lk@localhost
+HOMEPAGE= https://github.com/unittest-cpp/unittest-cpp/
+COMMENT= Lightweight unit testing framework for C++
+LICENSE= mit
+
+WRKSRC= ${WRKDIR}/unittest-cpp-2.0.0
+USE_CMAKE= yes
+USE_TOOLS+= pkg-config
+USE_LANGUAGES= c c++
+
+PKGCONFIG_OVERRIDE+= UnitTest++.pc.in
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/unittest-cpp/PLIST b/unittest-cpp/PLIST
new file mode 100644
index 0000000000..4e52d820b6
--- /dev/null
+++ b/unittest-cpp/PLIST
@@ -0,0 +1,40 @@
+@comment $NetBSD$
+include/UnitTest++/AssertException.h
+include/UnitTest++/CheckMacros.h
+include/UnitTest++/Checks.h
+include/UnitTest++/CompositeTestReporter.h
+include/UnitTest++/Config.h
+include/UnitTest++/CurrentTest.h
+include/UnitTest++/DeferredTestReporter.h
+include/UnitTest++/DeferredTestResult.h
+include/UnitTest++/ExceptionMacros.h
+include/UnitTest++/ExecuteTest.h
+include/UnitTest++/HelperMacros.h
+include/UnitTest++/MemoryOutStream.h
+include/UnitTest++/Posix/SignalTranslator.h
+include/UnitTest++/Posix/TimeHelpers.h
+include/UnitTest++/ReportAssert.h
+include/UnitTest++/ReportAssertImpl.h
+include/UnitTest++/RequireMacros.h
+include/UnitTest++/RequiredCheckException.h
+include/UnitTest++/RequiredCheckTestReporter.h
+include/UnitTest++/Test.h
+include/UnitTest++/TestDetails.h
+include/UnitTest++/TestList.h
+include/UnitTest++/TestMacros.h
+include/UnitTest++/TestReporter.h
+include/UnitTest++/TestReporterStdout.h
+include/UnitTest++/TestResults.h
+include/UnitTest++/TestRunner.h
+include/UnitTest++/TestSuite.h
+include/UnitTest++/ThrowingTestReporter.h
+include/UnitTest++/TimeConstraint.h
+include/UnitTest++/TimeHelpers.h
+include/UnitTest++/UnitTest++.h
+include/UnitTest++/UnitTestPP.h
+include/UnitTest++/XmlTestReporter.h
+lib/cmake/UnitTest++/UnitTest++Config.cmake
+lib/cmake/UnitTest++/UnitTest++Targets-noconfig.cmake
+lib/cmake/UnitTest++/UnitTest++Targets.cmake
+lib/libUnitTest++.a
+lib/pkgconfig/UnitTest++.pc
diff --git a/unittest-cpp/distinfo b/unittest-cpp/distinfo
new file mode 100644
index 0000000000..e998d87440
--- /dev/null
+++ b/unittest-cpp/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (unittest-cpp/v2.0.0.tar.gz) = 5564dcbce7462b5a0bbe9002aa4296248f3e00b5
+RMD160 (unittest-cpp/v2.0.0.tar.gz) = 3a1edf073b404b088ac346fbf75cf5ebdb73953b
+SHA512 (unittest-cpp/v2.0.0.tar.gz) = 39318f4ed31534c116679a3257bf1438a6c4b3bef1894dfd40aea934950c6c8197af6a7f61539b8e9ddc67327c9388d7e8a6f8a3e0e966ad26c07554e2429cab
+Size (unittest-cpp/v2.0.0.tar.gz) = 54100 bytes
Home |
Main Index |
Thread Index |
Old Index