Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Mar 2004 14:54:47 -0800 (PST)
From:      andrew morton <drewish@katherinehouse.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/63902: [Maintainer Update] devel/cxxtest to 3.9.1
Message-ID:  <200403072254.i27MslCg007536@multivac.drewish.com>
Resent-Message-ID: <200403072300.i27N0XqR008580@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         63902
>Category:       ports
>Synopsis:       [Maintainer Update] devel/cxxtest to 3.9.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 07 15:00:32 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     andrew morton
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
>Environment:
System: FreeBSD multivac.drewish.com 4.9-STABLE FreeBSD 4.9-STABLE #11: Tue Mar 2 18:06:14 PST 2004 amorton@multivac.drewish.com:/usr/obj/usr/src/sys/MULTIVAC i386
>Description:
* Updated to the latest version.
* Dropped test code from port after developer moved it into a separate archive.
>How-To-Repeat:
>Fix:

--- cxxtext_3.7.1_to_3.9.1.diff begins here ---
diff -u cxxtest.orig/Makefile cxxtest/Makefile
--- cxxtest.orig/Makefile	Sun Mar  7 13:07:02 2004
+++ cxxtest/Makefile	Sun Mar  7 14:27:37 2004
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	cxxtest
-PORTVERSION=	3.7.1
+PORTVERSION=	3.9.1
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -19,8 +19,8 @@
 USE_PERL5_RUN=	yes
 
 DOCS=		README TODO docs/*.html docs/*.png
-EXAMPLES=	sample/*.cpp sample/*.h sample/*.tpl \
-	  	sample/Construct sample/Makefile.unix \
+EXAMPLES=	sample/*.cpp sample/*.h sample/*.tpl sample/Construct \
+		sample/Makefile.unix sample/gui/GreenYellowRed.h
 
 do-install:
 # scripts
@@ -34,15 +34,13 @@
 	cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
 	@${ECHO_MSG} "* Documentation has been installed in ${DOCSDIR}"
 .endif
-	@${MKDIR} ${EXAMPLESDIR}/test
+	@${MKDIR} ${EXAMPLESDIR}
 	cd ${WRKSRC} && ${INSTALL_DATA} ${EXAMPLES} ${EXAMPLESDIR}
-	cd ${WRKSRC}/test && ${TAR} -cf - * | \
-		(cd ${EXAMPLESDIR}/test && ${TAR} -xf -)
 	@${ECHO_MSG} "* Samples have been installed in ${EXAMPLESDIR}"
-	@${ECHO_MSG} "* Beware that the sample makefiles aren't compatible with FreeBSD's make,"
-	@${ECHO_MSG} "* use ${GMAKE} instead."
 	@${ECHO_MSG} "* The CxxTest scripts have been installed into ${PREFIX}/bin/."
 	@${ECHO_MSG} "* The include files are in ${PREFIX}/include/cxxtest/"
+	@${ECHO_MSG} "* Beware that the sample makefiles aren't compatible with FreeBSD's make,"
+	@${ECHO_MSG} "* use ${GMAKE} instead."
 	@${ECHO_MSG} "* The obvious reminder: don't forget to add ${PREFIX}/include to your include path."
 
 .include <bsd.port.mk>
diff -u cxxtest.orig/distinfo cxxtest/distinfo
--- cxxtest.orig/distinfo	Sun Mar  7 13:07:02 2004
+++ cxxtest/distinfo	Sun Mar  7 13:10:02 2004
@@ -1 +1,2 @@
-MD5 (cxxtest-3.7.1.tar.gz) = fb768c225d6a7b093e1622fefc424e47
+MD5 (cxxtest-3.9.1.tar.gz) = e301a46cf06a17ce5a9c285dc45e244d
+SIZE (cxxtest-3.9.1.tar.gz) = 104619
Common subdirectories: cxxtest.orig/files and cxxtest/files
diff -u cxxtest.orig/pkg-plist cxxtest/pkg-plist
--- cxxtest.orig/pkg-plist	Sun Mar  7 13:07:03 2004
+++ cxxtest/pkg-plist	Sun Mar  7 14:30:14 2004
@@ -1,4 +1,3 @@
-@comment $FreeBSD: ports/devel/cxxtest/pkg-plist,v 1.2 2003/12/29 08:24:40 sergei Exp $
 bin/cxxtestgen.pl
 bin/cxxtestgen.py
 include/cxxtest/Descriptions.h
@@ -14,10 +13,11 @@
 include/cxxtest/RealDescriptions.h
 include/cxxtest/Root.cpp
 include/cxxtest/SelfTest.h
+include/cxxtest/StdString.h
 include/cxxtest/StdValueTraits.h
+include/cxxtest/StdioFilePrinter.h
 include/cxxtest/StdioPrinter.h
 include/cxxtest/TeeListener.h
-include/cxxtest/TeeRunner.h
 include/cxxtest/TestListener.h
 include/cxxtest/TestRunner.h
 include/cxxtest/TestSuite.h
@@ -40,90 +40,15 @@
 %%EXAMPLESDIR%%/DeltaTest.h
 %%EXAMPLESDIR%%/ExceptionTest.h
 %%EXAMPLESDIR%%/FixtureTest.h
+%%EXAMPLESDIR%%/GreenYellowRed.h
+%%EXAMPLESDIR%%/GuiWait.h
 %%EXAMPLESDIR%%/Makefile.unix
 %%EXAMPLESDIR%%/MessageTest.h
-%%EXAMPLESDIR%%/SelfTest.h
 %%EXAMPLESDIR%%/SimpleTest.h
 %%EXAMPLESDIR%%/TraitsTest.h
 %%EXAMPLESDIR%%/aborter.tpl
 %%EXAMPLESDIR%%/file_printer.tpl
-%%EXAMPLESDIR%%/test/AborterNoThrow.h
-%%EXAMPLESDIR%%/test/BadTest.h
-%%EXAMPLESDIR%%/test/DeepAbort.h
-%%EXAMPLESDIR%%/test/DefaultTraits.h
-%%EXAMPLESDIR%%/test/DoubleCall.h
-%%EXAMPLESDIR%%/test/EmptySuite.h
-%%EXAMPLESDIR%%/test/Exceptions.h
-%%EXAMPLESDIR%%/test/GlobalFixtures.h
-%%EXAMPLESDIR%%/test/GoodSuite.h
-%%EXAMPLESDIR%%/test/GreenYellowRed.h
-%%EXAMPLESDIR%%/test/IncludeTest.h
-%%EXAMPLESDIR%%/test/Int64.h
-%%EXAMPLESDIR%%/test/LessThanEquals.h
-%%EXAMPLESDIR%%/test/LongLong.h
-%%EXAMPLESDIR%%/test/LongTraits.h
-%%EXAMPLESDIR%%/test/MaxDump.h
-%%EXAMPLESDIR%%/test/SameData.h
-%%EXAMPLESDIR%%/test/ThrowNoStd.cpp
-%%EXAMPLESDIR%%/test/ThrowNoStd.h
-%%EXAMPLESDIR%%/test/ThrowNoStd.tpl
-%%EXAMPLESDIR%%/test/TraitsTest.h
-%%EXAMPLESDIR%%/test/Tsm.h
-%%EXAMPLESDIR%%/test/UserTraits.h
-%%EXAMPLESDIR%%/test/UserTraits.tpl
-%%EXAMPLESDIR%%/test/VoidTraits.h
-%%EXAMPLESDIR%%/test/WideCharTest.h
-%%EXAMPLESDIR%%/test/aborter.out
-%%EXAMPLESDIR%%/test/aborter_no_throw.out
-%%EXAMPLESDIR%%/test/anything.cpp
-%%EXAMPLESDIR%%/test/cxxtest/DummyGui.h
-%%EXAMPLESDIR%%/test/deep.out
-%%EXAMPLESDIR%%/test/default.out
-%%EXAMPLESDIR%%/test/double.out
-%%EXAMPLESDIR%%/test/error.out
-%%EXAMPLESDIR%%/test/exceptions.out
-%%EXAMPLESDIR%%/test/fake/X11/Xlib.h
-%%EXAMPLESDIR%%/test/fake/X11/Xutil.h
-%%EXAMPLESDIR%%/test/fake/commctrl.h
-%%EXAMPLESDIR%%/test/fake/qapplication.h
-%%EXAMPLESDIR%%/test/fake/qglobal.h
-%%EXAMPLESDIR%%/test/fake/qlabel.h
-%%EXAMPLESDIR%%/test/fake/qlayout.h
-%%EXAMPLESDIR%%/test/fake/qmessagebox.h
-%%EXAMPLESDIR%%/test/fake/qpixmap.h
-%%EXAMPLESDIR%%/test/fake/qprogressbar.h
-%%EXAMPLESDIR%%/test/fake/qstatusbar.h
-%%EXAMPLESDIR%%/test/fake/qstring.h
-%%EXAMPLESDIR%%/test/fake/qwidget.h
-%%EXAMPLESDIR%%/test/fake/windows.h
-%%EXAMPLESDIR%%/test/fixtures.out
-%%EXAMPLESDIR%%/test/good.out
-%%EXAMPLESDIR%%/test/gui.out
-%%EXAMPLESDIR%%/test/gui_paren.out
-%%EXAMPLESDIR%%/test/include.out
-%%EXAMPLESDIR%%/test/int64.cpp
-%%EXAMPLESDIR%%/test/int64.out
-%%EXAMPLESDIR%%/test/longlong.cpp
-%%EXAMPLESDIR%%/test/longlong.out
-%%EXAMPLESDIR%%/test/lte.out
-%%EXAMPLESDIR%%/test/main.cpp
-%%EXAMPLESDIR%%/test/max.out
-%%EXAMPLESDIR%%/test/one.out
-%%EXAMPLESDIR%%/test/paren.out
-%%EXAMPLESDIR%%/test/runner.out
-%%EXAMPLESDIR%%/test/same.out
-%%EXAMPLESDIR%%/test/test.pl
-%%EXAMPLESDIR%%/test/throw.out
-%%EXAMPLESDIR%%/test/traits.out
-%%EXAMPLESDIR%%/test/tsm.out
-%%EXAMPLESDIR%%/test/user.out
-%%EXAMPLESDIR%%/test/wchar.cpp
-%%EXAMPLESDIR%%/test/wchar.out
-%%EXAMPLESDIR%%/test/wildcard.out
+%%EXAMPLESDIR%%/only.tpl
 %%EXAMPLESDIR%%/yes_no_runner.cpp
 @dirrm include/cxxtest
-@dirrm %%EXAMPLESDIR%%/test/fake/X11
-@dirrm %%EXAMPLESDIR%%/test/fake
-@dirrm %%EXAMPLESDIR%%/test/cxxtest
-@dirrm %%EXAMPLESDIR%%/test
 @dirrm %%EXAMPLESDIR%%
--- cxxtext_3.7.1_to_3.9.1.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403072254.i27MslCg007536>