summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2002-06-27 12:42:44 +0000
committerWill Andrews <will@FreeBSD.org>2002-06-27 12:42:44 +0000
commita66ad541306d2174cfa1bb38983e0aaedf01a48a (patch)
treef8c5fdd0db304f9ed838f0b671bd443b7f3692ec /devel
parentAdd py-numarray 0.3.4, (diff)
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>
Notes
Notes: svn path=/head/; revision=62099
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/cppunit/Makefile31
-rw-r--r--devel/cppunit/distinfo1
-rw-r--r--devel/cppunit/pkg-comment1
-rw-r--r--devel/cppunit/pkg-descr7
-rw-r--r--devel/cppunit/pkg-plist42
6 files changed, 83 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 9017f4d1eb4b..d8868ad2f16f 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -95,6 +95,7 @@
SUBDIR += cons-test
SUBDIR += cook
SUBDIR += cppadvio
+ SUBDIR += cppunit
SUBDIR += cproto
SUBDIR += crossgo32
SUBDIR += crossgo32-djgpp2
diff --git a/devel/cppunit/Makefile b/devel/cppunit/Makefile
new file mode 100644
index 000000000000..60b73ae46616
--- /dev/null
+++ b/devel/cppunit/Makefile
@@ -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>
diff --git a/devel/cppunit/distinfo b/devel/cppunit/distinfo
new file mode 100644
index 000000000000..fcad4a1398f5
--- /dev/null
+++ b/devel/cppunit/distinfo
@@ -0,0 +1 @@
+MD5 (cppunit-1.6.2.tar.gz) = ac2876beb323b9a68ddb9499bf3e6c04
diff --git a/devel/cppunit/pkg-comment b/devel/cppunit/pkg-comment
new file mode 100644
index 000000000000..029919b962df
--- /dev/null
+++ b/devel/cppunit/pkg-comment
@@ -0,0 +1 @@
+C++ port of the JUnit framework for unit testing
diff --git a/devel/cppunit/pkg-descr b/devel/cppunit/pkg-descr
new file mode 100644
index 000000000000..c448566ce78e
--- /dev/null
+++ b/devel/cppunit/pkg-descr
@@ -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
diff --git a/devel/cppunit/pkg-plist b/devel/cppunit/pkg-plist
new file mode 100644
index 000000000000..a00a9ff3d686
--- /dev/null
+++ b/devel/cppunit/pkg-plist
@@ -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