pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/cpputest Update to 3.8. From the changelog:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9a84f03bdbc8
branches:  trunk
changeset: 348115:9a84f03bdbc8
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Tue Jun 07 11:12:02 2016 +0000

description:
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

diffstat:

 devel/cpputest/Makefile |  14 +++++---------
 devel/cpputest/PLIST    |   5 ++++-
 devel/cpputest/distinfo |  10 +++++-----
 3 files changed, 14 insertions(+), 15 deletions(-)

diffs (73 lines):

diff -r 69345329cd21 -r 9a84f03bdbc8 devel/cpputest/Makefile
--- a/devel/cpputest/Makefile   Tue Jun 07 10:54:24 2016 +0000
+++ b/devel/cpputest/Makefile   Tue Jun 07 11:12:02 2016 +0000
@@ -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@localhost
-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 -r 69345329cd21 -r 9a84f03bdbc8 devel/cpputest/PLIST
--- a/devel/cpputest/PLIST      Tue Jun 07 10:54:24 2016 +0000
+++ b/devel/cpputest/PLIST      Tue Jun 07 11:12:02 2016 +0000
@@ -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/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/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 -r 69345329cd21 -r 9a84f03bdbc8 devel/cpputest/distinfo
--- a/devel/cpputest/distinfo   Tue Jun 07 10:54:24 2016 +0000
+++ b/devel/cpputest/distinfo   Tue Jun 07 11:12:02 2016 +0000
@@ -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



Home | Main Index | Thread Index | Old Index