diff options
author | Sergei Kolobov <sergei@FreeBSD.org> | 2003-12-29 08:24:40 +0000 |
---|---|---|
committer | Sergei Kolobov <sergei@FreeBSD.org> | 2003-12-29 08:24:40 +0000 |
commit | 8da7f1b71a9466cae0d62487216f585b80bcec00 (patch) | |
tree | 7fd516023e3e5d99e523c6159da71e697b07ee88 /devel/cxxtest/pkg-plist | |
parent | 4fc9e4735675055e7060d512797f5da5ad687a94 (diff) | |
download | ports-8da7f1b71a9466cae0d62487216f585b80bcec00.tar.gz ports-8da7f1b71a9466cae0d62487216f585b80bcec00.zip |
Notes
Diffstat (limited to 'devel/cxxtest/pkg-plist')
-rw-r--r-- | devel/cxxtest/pkg-plist | 147 |
1 files changed, 101 insertions, 46 deletions
diff --git a/devel/cxxtest/pkg-plist b/devel/cxxtest/pkg-plist index c75564fa2f0a..9c0bfc53668d 100644 --- a/devel/cxxtest/pkg-plist +++ b/devel/cxxtest/pkg-plist @@ -1,12 +1,18 @@ +@comment $FreeBSD$ bin/cxxtestgen.pl bin/cxxtestgen.py -include/cxxtest/CountingTracker.h include/cxxtest/Descriptions.h +include/cxxtest/DummyDescriptions.h include/cxxtest/ErrorFormatter.h include/cxxtest/ErrorPrinter.h +include/cxxtest/Flags.h +include/cxxtest/GlobalFixture.h include/cxxtest/Gui.h +include/cxxtest/LinkedList.h include/cxxtest/ParenPrinter.h include/cxxtest/QtGui.h +include/cxxtest/RealDescriptions.h +include/cxxtest/Root.cpp include/cxxtest/SelfTest.h include/cxxtest/StdValueTraits.h include/cxxtest/StdioPrinter.h @@ -21,54 +27,103 @@ include/cxxtest/Win32Gui.h include/cxxtest/X11Gui.h include/cxxtest/YesNoRunner.h %%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/TODO %%PORTDOCS%%%%DOCSDIR%%/guide.html %%PORTDOCS%%%%DOCSDIR%%/index.html %%PORTDOCS%%%%DOCSDIR%%/qt.png %%PORTDOCS%%%%DOCSDIR%%/qt2.png +%%PORTDOCS%%%%DOCSDIR%%/win32.png %%PORTDOCS%%%%DOCSDIR%%/x11.png -%%PORTDOCS%%%%DOCSDIR%%/sample/aborter.tpl -%%PORTDOCS%%%%DOCSDIR%%/sample/Construct -%%PORTDOCS%%%%DOCSDIR%%/sample/CreatedTest.h -%%PORTDOCS%%%%DOCSDIR%%/sample/DeltaTest.h -%%PORTDOCS%%%%DOCSDIR%%/sample/ExceptionTest.h -%%PORTDOCS%%%%DOCSDIR%%/sample/file_printer.tpl -%%PORTDOCS%%%%DOCSDIR%%/sample/FixtureTest.h -%%PORTDOCS%%%%DOCSDIR%%/sample/Makefile -%%PORTDOCS%%%%DOCSDIR%%/sample/MessageTest.h -%%PORTDOCS%%%%DOCSDIR%%/sample/SelfTest.h -%%PORTDOCS%%%%DOCSDIR%%/sample/SimpleTest.h -%%PORTDOCS%%%%DOCSDIR%%/sample/TraitsTest.h -%%PORTDOCS%%%%DOCSDIR%%/sample/yes_no_runner.cpp -%%PORTDOCS%%%%DOCSDIR%%/test/aborter.out -%%PORTDOCS%%%%DOCSDIR%%/test/aborter_no_throw.out -%%PORTDOCS%%%%DOCSDIR%%/test/AborterNoThrow.h -%%PORTDOCS%%%%DOCSDIR%%/test/BadTest.h -%%PORTDOCS%%%%DOCSDIR%%/test/EmptySuite.h -%%PORTDOCS%%%%DOCSDIR%%/test/error.out -%%PORTDOCS%%%%DOCSDIR%%/test/good.out -%%PORTDOCS%%%%DOCSDIR%%/test/GoodSuite.h -%%PORTDOCS%%%%DOCSDIR%%/test/GreenYellowRed.h -%%PORTDOCS%%%%DOCSDIR%%/test/gui.out -%%PORTDOCS%%%%DOCSDIR%%/test/gui_paren.out -%%PORTDOCS%%%%DOCSDIR%%/test/main.cpp -%%PORTDOCS%%%%DOCSDIR%%/test/one.out -%%PORTDOCS%%%%DOCSDIR%%/test/paren.out -%%PORTDOCS%%%%DOCSDIR%%/test/runner.out -%%PORTDOCS%%%%DOCSDIR%%/test/test.pl -%%PORTDOCS%%%%DOCSDIR%%/test/throw.out -%%PORTDOCS%%%%DOCSDIR%%/test/ThrowNoStd.cpp -%%PORTDOCS%%%%DOCSDIR%%/test/ThrowNoStd.h -%%PORTDOCS%%%%DOCSDIR%%/test/ThrowNoStd.tpl -%%PORTDOCS%%%%DOCSDIR%%/test/traits.out -%%PORTDOCS%%%%DOCSDIR%%/test/TraitsTest.h -%%PORTDOCS%%%%DOCSDIR%%/test/user.out -%%PORTDOCS%%%%DOCSDIR%%/test/UserTraits.h -%%PORTDOCS%%%%DOCSDIR%%/test/UserTraits.tpl -%%PORTDOCS%%%%DOCSDIR%%/test/wchar.cpp -%%PORTDOCS%%%%DOCSDIR%%/test/wchar.out -%%PORTDOCS%%%%DOCSDIR%%/test/WideCharTest.h -%%PORTDOCS%%%%DOCSDIR%%/test/wildcard.out -@dirrm %%PORTDOCS%%%%DOCSDIR%%/test -@dirrm %%PORTDOCS%%%%DOCSDIR%%/sample -@dirrm %%PORTDOCS%%%%DOCSDIR%% +%%PORTDOCS%%@dirrm %%PORTDOCS%%%%DOCSDIR%% +%%EXAMPLESDIR%%/Construct +%%EXAMPLESDIR%%/CreatedTest.h +%%EXAMPLESDIR%%/DeltaTest.h +%%EXAMPLESDIR%%/ExceptionTest.h +%%EXAMPLESDIR%%/FixtureTest.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%%/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%% |