Import of pkgsrc-2016Q3

This commit is contained in:
2016-10-14 07:49:11 +02:00
committed by Lionel Sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949749 additions and 377083 deletions

10
devel/cpputest/DESCR Normal file
View File

@@ -0,0 +1,10 @@
CppUTest is a C/C++ based unit xUnit test framework for unit testing
and for test-driving your code. It is written in C++ but is used in C
and C++ projects and frequently used in embedded systems but it works
for any C/C++ project.
CppUTest's core design principles are:
- Simple in design and simple in use.
- Portable to old and new platforms.
- Build with Test-driven Development in mind.

30
devel/cpputest/Makefile Normal file
View File

@@ -0,0 +1,30 @@
# $NetBSD: Makefile,v 1.3 2016/06/11 18:55:01 schmonz Exp $
DISTNAME= cpputest-3.8
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=cpputest/}
GITHUB_TAG= v${PKGVERSION_NOREV}
GITHUB_PROJECT= cpputest
MAINTAINER= schmonz@NetBSD.org
HOMEPAGE= http://cpputest.github.io/
COMMENT= Unit testing and mocking framework for C/C++
LICENSE= modified-bsd
PKGCONFIG_OVERRIDE+= cpputest.pc.in
#USE_CMAKE= yes
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
CONFIGURE_SCRIPT= ../configure
CONFIGURE_DIRS= cpputest_build
BUILD_DIRS= ${CONFIGURE_DIRS}
USE_TOOLS+= automake autoreconf pkg-config
USE_LANGUAGES= c c++
TEST_TARGET= check tdd
pre-configure:
cd ${WRKSRC}/${CONFIGURE_DIRS} && autoreconf .. -fiv
.include "../../mk/bsd.pkg.mk"

49
devel/cpputest/PLIST Normal file
View File

@@ -0,0 +1,49 @@
@comment $NetBSD: PLIST,v 1.2 2016/06/07 11:12:02 schmonz Exp $
include/CppUTest/CommandLineArguments.h
include/CppUTest/CommandLineTestRunner.h
include/CppUTest/CppUTestConfig.h
include/CppUTest/CppUTestGeneratedConfig.h
include/CppUTest/JUnitTestOutput.h
include/CppUTest/MemoryLeakDetector.h
include/CppUTest/MemoryLeakDetectorMallocMacros.h
include/CppUTest/MemoryLeakDetectorNewMacros.h
include/CppUTest/MemoryLeakWarningPlugin.h
include/CppUTest/PlatformSpecificFunctions.h
include/CppUTest/PlatformSpecificFunctions_c.h
include/CppUTest/SimpleMutex.h
include/CppUTest/SimpleString.h
include/CppUTest/StandardCLibrary.h
include/CppUTest/TeamCityTestOutput.h
include/CppUTest/TestFailure.h
include/CppUTest/TestFilter.h
include/CppUTest/TestHarness.h
include/CppUTest/TestHarness_c.h
include/CppUTest/TestMemoryAllocator.h
include/CppUTest/TestOutput.h
include/CppUTest/TestPlugin.h
include/CppUTest/TestRegistry.h
include/CppUTest/TestResult.h
include/CppUTest/TestTestingFixture.h
include/CppUTest/Utest.h
include/CppUTest/UtestMacros.h
include/CppUTestExt/GMock.h
include/CppUTestExt/GTest.h
include/CppUTestExt/GTestConvertor.h
include/CppUTestExt/IEEE754ExceptionsPlugin.h
include/CppUTestExt/MemoryReportAllocator.h
include/CppUTestExt/MemoryReportFormatter.h
include/CppUTestExt/MemoryReporterPlugin.h
include/CppUTestExt/MockActualCall.h
include/CppUTestExt/MockCheckedActualCall.h
include/CppUTestExt/MockCheckedExpectedCall.h
include/CppUTestExt/MockExpectedCall.h
include/CppUTestExt/MockExpectedCallsList.h
include/CppUTestExt/MockFailure.h
include/CppUTestExt/MockNamedValue.h
include/CppUTestExt/MockSupport.h
include/CppUTestExt/MockSupportPlugin.h
include/CppUTestExt/MockSupport_c.h
include/CppUTestExt/OrderedTest.h
lib/libCppUTest.a
lib/libCppUTestExt.a
lib/pkgconfig/cpputest.pc

6
devel/cpputest/distinfo Normal file
View File

@@ -0,0 +1,6 @@
$NetBSD: distinfo,v 1.2 2016/06/07 11:12:02 schmonz Exp $
SHA1 (cpputest-3.8.tar.gz) = c68f8b59d0beb6d4e6953173ec3611f801cdb3a1
RMD160 (cpputest-3.8.tar.gz) = c1a4fad966bd8c557fbe62dde0d418b7d1b529ec
SHA512 (cpputest-3.8.tar.gz) = 42b9a98549e1296ab9dfcd40bb94e1ac634fc1e70ad6250654ca0fa254c63e0349ae9ccd0b9d72c4bde1f7baccde97e08ce3e6d1fff3e464c3d9e8ae5949185f
Size (cpputest-3.8.tar.gz) = 2333302 bytes