mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Add cppunit 1.6.2, a C++ port of the JUnit framework for unit testing.
PR: 34928 Submitted by: Graeme Cross <gcross@netspace.net.au>
This commit is contained in:
parent
2de600e751
commit
a66ad54130
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=62099
6 changed files with 83 additions and 0 deletions
|
@ -95,6 +95,7 @@
|
|||
SUBDIR += cons-test
|
||||
SUBDIR += cook
|
||||
SUBDIR += cppadvio
|
||||
SUBDIR += cppunit
|
||||
SUBDIR += cproto
|
||||
SUBDIR += crossgo32
|
||||
SUBDIR += crossgo32-djgpp2
|
||||
|
|
31
devel/cppunit/Makefile
Normal file
31
devel/cppunit/Makefile
Normal file
|
@ -0,0 +1,31 @@
|
|||
# New ports collection makefile for: cppunit
|
||||
# Date created: 14 Feb 2002
|
||||
# Whom: Graeme Cross <gcross@netspace.net.au>
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= cppunit
|
||||
PORTVERSION= 1.6.2
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
||||
MAINTAINER= gcross@netspace.net.au
|
||||
|
||||
HAS_CONFIGURE= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
.if !defined(NOMAN)
|
||||
MAN1= cppunit-config.1
|
||||
.endif
|
||||
MANCOMPRESSED= no
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${PREFIX}/share/doc/cppunit
|
||||
${INSTALL_MAN} ${WRKSRC}/NEWS ${PREFIX}/share/doc/cppunit
|
||||
${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/cppunit
|
||||
${INSTALL_MAN} ${WRKSRC}/doc/FAQ ${PREFIX}/share/doc/cppunit
|
||||
${INSTALL_MAN} ${WRKSRC}/doc/cookbook.html ${PREFIX}/share/doc/cppunit
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
1
devel/cppunit/distinfo
Normal file
1
devel/cppunit/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (cppunit-1.6.2.tar.gz) = ac2876beb323b9a68ddb9499bf3e6c04
|
1
devel/cppunit/pkg-comment
Normal file
1
devel/cppunit/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
C++ port of the JUnit framework for unit testing
|
7
devel/cppunit/pkg-descr
Normal file
7
devel/cppunit/pkg-descr
Normal file
|
@ -0,0 +1,7 @@
|
|||
CppUnit --- The C++ Unit Test Library
|
||||
WWW: http://cppunit.sourceforge.net
|
||||
|
||||
CppUnit is the C++ port of the famous JUnit framework for unit testing.
|
||||
|
||||
- Graeme
|
||||
gcross@netspace.net.au
|
42
devel/cppunit/pkg-plist
Normal file
42
devel/cppunit/pkg-plist
Normal file
|
@ -0,0 +1,42 @@
|
|||
bin/cppunit-config
|
||||
include/cppunit/Exception.h
|
||||
include/cppunit/NotEqualException.h
|
||||
include/cppunit/Portability.h
|
||||
include/cppunit/Test.h
|
||||
include/cppunit/TestAssert.h
|
||||
include/cppunit/TestCaller.h
|
||||
include/cppunit/TestCase.h
|
||||
include/cppunit/TestFailure.h
|
||||
include/cppunit/TestListener.h
|
||||
include/cppunit/TestRegistry.h
|
||||
include/cppunit/TestResult.h
|
||||
include/cppunit/TestSuite.h
|
||||
include/cppunit/TextTestResult.h
|
||||
include/cppunit/TextTestRunner.h
|
||||
include/cppunit/config-auto.h
|
||||
include/cppunit/config-bcb5.h
|
||||
include/cppunit/config-msvc6.h
|
||||
include/cppunit/extensions/AutoRegisterSuite.h
|
||||
include/cppunit/extensions/HelperMacros.h
|
||||
include/cppunit/extensions/Orthodox.h
|
||||
include/cppunit/extensions/RepeatedTest.h
|
||||
include/cppunit/extensions/TestDecorator.h
|
||||
include/cppunit/extensions/TestFactory.h
|
||||
include/cppunit/extensions/TestFactoryRegistry.h
|
||||
include/cppunit/extensions/TestSetUp.h
|
||||
include/cppunit/extensions/TestSuiteBuilder.h
|
||||
include/cppunit/extensions/TestSuiteFactory.h
|
||||
include/cppunit/extensions/TypeInfoHelper.h
|
||||
lib/libcppunit-1.6.so
|
||||
lib/libcppunit-1.6.so.0
|
||||
lib/libcppunit.a
|
||||
lib/libcppunit.la
|
||||
lib/libcppunit.so
|
||||
share/aclocal/cppunit.m4
|
||||
%%PORTDOCS%%share/doc/cppunit/NEWS
|
||||
%%PORTDOCS%%share/doc/cppunit/README
|
||||
%%PORTDOCS%%share/doc/cppunit/FAQ
|
||||
%%PORTDOCS%%share/doc/cppunit/cookbook.html
|
||||
%%PORTDOCS%%@dirrm share/doc/cppunit
|
||||
@dirrm include/cppunit/extensions
|
||||
@dirrm include/cppunit
|
Loading…
Add table
Reference in a new issue