diff options
author | Will Andrews <will@FreeBSD.org> | 2002-06-27 12:42:44 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2002-06-27 12:42:44 +0000 |
commit | a66ad541306d2174cfa1bb38983e0aaedf01a48a (patch) | |
tree | f8c5fdd0db304f9ed838f0b671bd443b7f3692ec /devel/cppunit | |
parent | 2de600e7517c7450d131bf6438d89b374c1cb7ec (diff) | |
download | ports-a66ad541306d2174cfa1bb38983e0aaedf01a48a.tar.gz ports-a66ad541306d2174cfa1bb38983e0aaedf01a48a.zip |
Notes
Diffstat (limited to 'devel/cppunit')
-rw-r--r-- | devel/cppunit/Makefile | 31 | ||||
-rw-r--r-- | devel/cppunit/distinfo | 1 | ||||
-rw-r--r-- | devel/cppunit/pkg-comment | 1 | ||||
-rw-r--r-- | devel/cppunit/pkg-descr | 7 | ||||
-rw-r--r-- | devel/cppunit/pkg-plist | 42 |
5 files changed, 82 insertions, 0 deletions
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
|