diff options
author | schmonz <schmonz@pkgsrc.org> | 2016-06-07 11:12:02 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2016-06-07 11:12:02 +0000 |
commit | 441f38d56d8208dbe4525ea0d3503403ade258c2 (patch) | |
tree | bf4adc5fadd1fded919407e5904a56c2c1bf775a | |
parent | 737914bac3fefb30cbb9575a9c80ec40a8ab4551 (diff) | |
download | pkgsrc-441f38d56d8208dbe4525ea0d3503403ade258c2.tar.gz |
Update to 3.8. From the changelog:
This release contains many small new features, such as;
- Comparing bits
- Proper bool support
- 16 bit support
- 64 bit asserts
- Floating point exception plugin
- Configuration choices installed
- Command line option to run ignored tests
- Failable Memory Leak allocator
- Many small bug fixes
- Increased portability
-rw-r--r-- | devel/cpputest/Makefile | 14 | ||||
-rw-r--r-- | devel/cpputest/PLIST | 5 | ||||
-rw-r--r-- | devel/cpputest/distinfo | 10 |
3 files changed, 14 insertions, 15 deletions
diff --git a/devel/cpputest/Makefile b/devel/cpputest/Makefile index a50940efa91..d35d488ecde 100644 --- a/devel/cpputest/Makefile +++ b/devel/cpputest/Makefile @@ -1,20 +1,16 @@ -# $NetBSD: Makefile,v 1.1 2016/05/06 18:08:45 schmonz Exp $ +# $NetBSD: Makefile,v 1.2 2016/06/07 11:12:02 schmonz Exp $ -GITHUB_PROJECT= cpputest -DISTNAME= v3.7.1 -PKGNAME= ${GITHUB_PROJECT}-${DISTNAME} +DISTNAME= cpputest-3.8 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=cpputest/} -EXTRACT_SUFX= .zip -DIST_SUBDIR= ${GITHUB_PROJECT} +GITHUB_TAG= v${PKGVERSION_NOREV} +GITHUB_PROJECT= cpputest MAINTAINER= schmonz@NetBSD.org -HOMEPAGE= ${MASTER_SITE_GITHUB:=cpputest/cpputest/} +HOMEPAGE= http://cpputest.github.io/ COMMENT= Unit testing and mocking framework for C/C++ LICENSE= modified-bsd -WRKSRC= ${WRKDIR}/cpputest-3.7.1 - PKGCONFIG_OVERRIDE+= cpputest.pc.in #USE_CMAKE= yes diff --git a/devel/cpputest/PLIST b/devel/cpputest/PLIST index baeb3629995..c1caaca01d0 100644 --- a/devel/cpputest/PLIST +++ b/devel/cpputest/PLIST @@ -1,7 +1,8 @@ -@comment $NetBSD: PLIST,v 1.1 2016/05/06 18:08:45 schmonz Exp $ +@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 @@ -12,6 +13,7 @@ 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 @@ -27,6 +29,7 @@ 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 diff --git a/devel/cpputest/distinfo b/devel/cpputest/distinfo index 6d22a9a19bd..3a8bda699b9 100644 --- a/devel/cpputest/distinfo +++ b/devel/cpputest/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2016/05/06 18:08:45 schmonz Exp $ +$NetBSD: distinfo,v 1.2 2016/06/07 11:12:02 schmonz Exp $ -SHA1 (cpputest/v3.7.1.zip) = be970ed8d4ebc9c66e52bb8f61e9293d8e39962e -RMD160 (cpputest/v3.7.1.zip) = 6b95320ce051703266dd2095031b6ac00004c1ab -SHA512 (cpputest/v3.7.1.zip) = 76fed0c2d17d4190b60f94f3f15193f5cf8062c9e677751f50084740d589eb4f35f1bfd59839e3badd3fe5e8a931f2c4abaa2bd7629384a1ab94fe2fd0b7b055 -Size (cpputest/v3.7.1.zip) = 2651468 bytes +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 |