diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-07-14 06:36:53 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-07-14 06:36:53 +0000 |
commit | 28606cc8dc72e322e4bf770ac4f4f67858df454a (patch) | |
tree | b64c6521d2ae2828038ad3214999c57051c735c9 /x11-toolkits | |
parent | b7a6b85b021aa931ab455473ef5789917b5b1560 (diff) | |
download | ports-28606cc8dc72e322e4bf770ac4f4f67858df454a.tar.gz ports-28606cc8dc72e322e4bf770ac4f4f67858df454a.zip |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/wxd/Makefile | 19 | ||||
-rw-r--r-- | x11-toolkits/wxd/distinfo | 6 | ||||
-rw-r--r-- | x11-toolkits/wxd/files/patch-Makefile | 18 | ||||
-rw-r--r-- | x11-toolkits/wxd/files/patch-wx-Makefile | 20 | ||||
-rw-r--r-- | x11-toolkits/wxd/files/patch-wx-pointers | 297 | ||||
-rw-r--r-- | x11-toolkits/wxd/files/patch-wxc-Makefile | 20 | ||||
-rw-r--r-- | x11-toolkits/wxd/pkg-plist | 345 |
7 files changed, 28 insertions, 697 deletions
diff --git a/x11-toolkits/wxd/Makefile b/x11-toolkits/wxd/Makefile index cec2f28a0c87..53ceec8b0803 100644 --- a/x11-toolkits/wxd/Makefile +++ b/x11-toolkits/wxd/Makefile @@ -6,8 +6,7 @@ # PORTNAME= wxd -PORTVERSION= 0.08 -PORTREVISION= 2 +PORTVERSION= 0.10 CATEGORIES= x11-toolkits devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -20,13 +19,17 @@ BUILD_DEPENDS= gdc:${PORTSDIR}/lang/gdc USE_GMAKE= yes USE_LDCONFIG= yes -USE_WX= 2.6 +USE_WX= 2.8 WRKSRC= ${WRKDIR}/${PORTNAME} OPTIONS= UNICODE "Build the Unicode version" On .include <bsd.port.pre.mk> +.if ${ARCH} == "amd64" || ${ARCH} == "sparc64" +BROKEN= does not compile +.endif + .if !defined(WITHOUT_UNICODE) WX_UNICODE= yes .endif @@ -39,14 +42,4 @@ pre-patch: @${RM} ${WRKSRC}/wx/Makefile @${MV} ${WRKSRC}/wx/GNUmakefile ${WRKSRC}/wx/Makefile -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${EXAMPLESDIR} - @${CP} -R ${WRKSRC}/Samples/* ${EXAMPLESDIR} -.endif - -.if ${OSVERSION} < 500000 -IGNORE= needs FreeBSD 5.x or later -.endif - .include <bsd.port.post.mk> diff --git a/x11-toolkits/wxd/distinfo b/x11-toolkits/wxd/distinfo index 8691a1185b9a..7fc0f7a43dae 100644 --- a/x11-toolkits/wxd/distinfo +++ b/x11-toolkits/wxd/distinfo @@ -1,3 +1,3 @@ -MD5 (wxd-0.08.tgz) = 0855310f89e7aed309325a616b73eaf4 -SHA256 (wxd-0.08.tgz) = 49dc01afda2b2fb7d578cee22835bfa48598374bf787e1339a95d58205e9f66e -SIZE (wxd-0.08.tgz) = 1215289 +MD5 (wxd-0.10.tgz) = 9e40ae359e3b129b51665e89debfd9e7 +SHA256 (wxd-0.10.tgz) = e97f01b430599c12818354e9b99af9371f00ff7f44c41541f8d27b9cc30ce9b4 +SIZE (wxd-0.10.tgz) = 1161329 diff --git a/x11-toolkits/wxd/files/patch-Makefile b/x11-toolkits/wxd/files/patch-Makefile new file mode 100644 index 000000000000..bb4bba2be055 --- /dev/null +++ b/x11-toolkits/wxd/files/patch-Makefile @@ -0,0 +1,18 @@ +--- ../work/wxd/Makefile Sun Apr 22 20:16:48 2007 ++++ Makefile Sat Jul 7 21:15:31 2007 +@@ -1,14 +1,6 @@ + SHELL=/bin/sh + +-ifndef MAKE +- BSD=$(shell uname | grep "BSD") +- ifneq ("$(BSD)" "") +- #this is a BSD OS +- MAKE="gmake" +- else +- MAKE?="make" +- endif +-endif ++MAKE="gmake" + + OS=$(shell uname) + ARCH=$(shell (arch 2>/dev/null || uname -m || echo i386) | sed -e s/i.86/x86/ ) diff --git a/x11-toolkits/wxd/files/patch-wx-Makefile b/x11-toolkits/wxd/files/patch-wx-Makefile deleted file mode 100644 index a5fe9601ef7e..000000000000 --- a/x11-toolkits/wxd/files/patch-wx-Makefile +++ /dev/null @@ -1,20 +0,0 @@ ---- wxd/wx/GNUmakefile Fri Sep 8 13:12:52 2006 -+++ wx/Makefile Thu Nov 16 14:40:05 2006 -@@ -179,7 +179,7 @@ - else - DC?=gdc - DMD?=gdmd --DFLAGS?=-O2 -g -+DFLAGS?=-O2 -fno-strict-aliasing -g - version=-fversion - output=-o $@ - endif -@@ -188,7 +188,7 @@ - STCFLAGS = -$(version)=WXD_STYLEDTEXTCTRL - endif - --prefix=/usr/local -+prefix=$(PREFIX) - exec_prefix=$(prefix) - includedir=$(prefix)/include - libdir=$(exec_prefix)/lib diff --git a/x11-toolkits/wxd/files/patch-wx-pointers b/x11-toolkits/wxd/files/patch-wx-pointers deleted file mode 100644 index b54ccad53f5a..000000000000 --- a/x11-toolkits/wxd/files/patch-wx-pointers +++ /dev/null @@ -1,297 +0,0 @@ -diff -urN work/wxd/wx/Choice.d work_new/wxd/wx/Choice.d ---- work/wxd/wx/Choice.d Fri Aug 18 15:02:24 2006 -+++ wx/Choice.d Tue Jan 16 19:30:57 2007 -@@ -88,7 +88,7 @@ - { - super(wxChoice_ctor()); - if(!wxChoice_Create(wxobj, wxObject.SafePtr(parent), id, pos, -- size, choices.length, choices, style, -+ size, choices.length, choices.ptr, style, - wxObject.SafePtr(validator), name)) - { - throw new InvalidOperationException("Failed to create ListBox"); -@@ -108,7 +108,7 @@ - string name) - { - return wxChoice_Create(wxobj, wxObject.SafePtr(parent), id, -- pos, size, choices.length, choices, -+ pos, size, choices.length, choices.ptr, - cast(uint)style, wxObject.SafePtr(validator), name); - } - -@@ -135,7 +135,7 @@ - - public void Append(string[] strings) - { -- wxChoice_AppendArrayString(wxobj, strings.length, strings); -+ wxChoice_AppendArrayString(wxobj, strings.length, strings.ptr); - } - - //----------------------------------------------------------------------------- -diff -urN work/wxd/wx/ChoiceDialog.d work_new/wxd/wx/ChoiceDialog.d ---- work/wxd/wx/ChoiceDialog.d Fri Aug 18 15:02:24 2006 -+++ wx/ChoiceDialog.d Tue Jan 16 19:41:26 2007 -@@ -45,7 +45,7 @@ - { super(wxobj);} - - public this(Window parent, string message, string caption, string[] choices, ClientData clientData = null, int style = wxCHOICEDLG_STYLE, Point pos = wxDefaultPosition) -- { super(wxSingleChoiceDialog_ctor(wxObject.SafePtr(parent), message, caption, choices.length, choices, wxObject.SafePtr(clientData), style, pos));} -+ { super(wxSingleChoiceDialog_ctor(wxObject.SafePtr(parent), message, caption, choices.length, choices.ptr, wxObject.SafePtr(clientData), style, pos));} - - //----------------------------------------------------------------------------- - -@@ -93,13 +93,13 @@ - { super(wxobj);} - - public this(Window parent, string message, string caption, string[] choices, int style = SingleChoiceDialog.wxCHOICEDLG_STYLE, Point pos = wxDefaultPosition) -- { super(wxMultiChoiceDialog_ctor(wxObject.SafePtr(parent), message, caption, choices.length, choices, style, pos));} -+ { super(wxMultiChoiceDialog_ctor(wxObject.SafePtr(parent), message, caption, choices.length, choices.ptr, style, pos));} - - //----------------------------------------------------------------------------- - - public void SetSelections(int[] sel) - { -- wxMultiChoiceDialog_SetSelections(wxobj, sel, sel.length); -+ wxMultiChoiceDialog_SetSelections(wxobj, sel.ptr, sel.length); - } - - //----------------------------------------------------------------------------- -@@ -122,22 +122,22 @@ - - public string GetSingleChoice(string message, string caption, string[] choices, Window parent = null, int x = -1, int y= -1, bool centre = true, int width = SingleChoiceDialog.wxCHOICE_WIDTH, int height = SingleChoiceDialog.wxCHOICE_HEIGHT) - { -- return wxGetSingleChoice_func(message, caption, choices.length, choices, wxObject.SafePtr(parent), x, y, centre, width, height).dup; -+ return wxGetSingleChoice_func(message, caption, choices.length, choices.ptr, wxObject.SafePtr(parent), x, y, centre, width, height).dup; - } - - public int GetSingleChoiceIndex(string message, string caption, string[] choices, Window parent = null, int x = -1, int y= -1, bool centre = true, int width = SingleChoiceDialog.wxCHOICE_WIDTH, int height = SingleChoiceDialog.wxCHOICE_HEIGHT) - { -- return wxGetSingleChoiceIndex_func(message, caption, choices.length, choices, wxObject.SafePtr(parent), x, y, centre, width, height); -+ return wxGetSingleChoiceIndex_func(message, caption, choices.length, choices.ptr, wxObject.SafePtr(parent), x, y, centre, width, height); - } - - public void* GetSingleChoiceData(string message, string caption, string[] choices, void **client_data, Window parent = null, int x = -1, int y= -1, bool centre = true, int width = SingleChoiceDialog.wxCHOICE_WIDTH, int height = SingleChoiceDialog.wxCHOICE_HEIGHT) - { -- return wxGetSingleChoiceData_func(message, caption, choices.length, choices, client_data, wxObject.SafePtr(parent), x, y, centre, width, height); -+ return wxGetSingleChoiceData_func(message, caption, choices.length, choices.ptr, client_data, wxObject.SafePtr(parent), x, y, centre, width, height); - } - - public int[] GetMultipleChoices(string message, string caption, string[] choices, Window parent = null, int x = -1, int y= -1, bool centre = true, int width = SingleChoiceDialog.wxCHOICE_WIDTH, int height = SingleChoiceDialog.wxCHOICE_HEIGHT) - { - ArrayInt ari = new ArrayInt(); -- uint sz = wxGetMultipleChoices_func(wxObject.SafePtr(ari), message, caption, choices.length, choices, wxObject.SafePtr(parent), x, y, centre, width, height); -+ uint sz = wxGetMultipleChoices_func(wxObject.SafePtr(ari), message, caption, choices.length, choices.ptr, wxObject.SafePtr(parent), x, y, centre, width, height); - return ari.toArray(); - } -diff -urN work/wxd/wx/ComboBox.d work_new/wxd/wx/ComboBox.d ---- work/wxd/wx/ComboBox.d Fri Aug 18 15:02:24 2006 -+++ wx/ComboBox.d Tue Jan 16 19:42:51 2007 -@@ -89,7 +89,7 @@ - super(wxComboBox_ctor()); - if(!wxComboBox_Create(wxobj, wxObject.SafePtr(parent), id, - value, pos, size, -- choices.length, choices, cast(uint)style, -+ choices.length, choices.ptr, cast(uint)style, - wxObject.SafePtr(validator), name)) - { - throw new InvalidOperationException("Failed to create ListBox"); -@@ -114,7 +114,7 @@ - { - return wxComboBox_Create(wxobj, wxObject.SafePtr(parent), id, - value, pos, size, -- choices.length, choices, -+ choices.length, choices.ptr, - cast(uint)style, wxObject.SafePtr(validator), name); - } - -diff -urN work/wxd/wx/DC.d work_new/wxd/wx/DC.d ---- work/wxd/wx/DC.d Tue Sep 5 11:47:46 2006 -+++ wx/DC.d Tue Jan 16 19:44:42 2007 -@@ -267,7 +267,7 @@ - - public void DrawPolygon(int n, Point[] points, int xoffset, int yoffset, FillStyle fill_style) - { -- wxDC_DrawPolygon(wxobj, n, points, xoffset, yoffset, cast(int)fill_style); -+ wxDC_DrawPolygon(wxobj, n, points.ptr, xoffset, yoffset, cast(int)fill_style); - } - - //--------------------------------------------------------------------- -@@ -543,7 +543,7 @@ - - public void DrawLines(Point[] points, int xoffset, int yoffset) - { -- wxDC_DrawLines(wxobj, points.length, points, xoffset, yoffset); -+ wxDC_DrawLines(wxobj, points.length, points.ptr, xoffset, yoffset); - } - - public void DrawLines(Point[] points) -@@ -643,7 +643,7 @@ - - public void DrawSpline(Point[] points) - { -- wxDC_DrawSpline2(wxobj, points.length, points); -+ wxDC_DrawSpline2(wxobj, points.length, points.ptr); - } - - //--------------------------------------------------------------------- -diff -urN work/wxd/wx/Frame.d work_new/wxd/wx/Frame.d ---- work/wxd/wx/Frame.d Fri Aug 18 15:02:24 2006 -+++ wx/Frame.d Tue Jan 16 19:45:26 2007 -@@ -211,7 +211,7 @@ - - public void SetStatusWidths(int n, int[] widths) - { -- wxFrame_SetStatusWidths(wxobj, n, widths); -+ wxFrame_SetStatusWidths(wxobj, n, widths.ptr); - } - - //--------------------------------------------------------------------- -diff -urN work/wxd/wx/Grid.d work_new/wxd/wx/Grid.d ---- work/wxd/wx/Grid.d Sun Oct 1 23:30:40 2006 -+++ wx/Grid.d Tue Jan 16 19:54:56 2007 -@@ -767,7 +767,7 @@ - - public this(string[] choices, bool allowOthers) - { -- this(wxGridCellChoiceEditor_ctor(choices.length, choices, allowOthers), true); -+ this(wxGridCellChoiceEditor_ctor(choices.length, choices.ptr, allowOthers), true); - wxGridCellChoiceEditor_RegisterDisposable(wxobj, &VirtualDispose); - } - -diff -urN work/wxd/wx/GridCtrl.d work_new/wxd/wx/GridCtrl.d ---- work/wxd/wx/GridCtrl.d Fri Aug 18 15:02:25 2006 -+++ wx/GridCtrl.d Tue Jan 16 19:55:26 2007 -@@ -95,7 +95,7 @@ - { this(cast(string[])null);} - - public this(string[] choices) -- { this(wxGridCellEnumRenderer_ctor(choices.length, choices), true);} -+ { this(wxGridCellEnumRenderer_ctor(choices.length, choices.ptr), true);} - - public this(IntPtr wxobj) - { -diff -urN work/wxd/wx/HTML.d work_new/wxd/wx/HTML.d ---- work/wxd/wx/HTML.d Fri Aug 18 15:02:25 2006 -+++ wx/HTML.d Tue Jan 16 19:46:40 2007 -@@ -942,7 +942,7 @@ - - public void SetFonts(string normal_face, string fixed_face, int[] sizes) - { -- wxHtmlWinParser_SetFonts(wxobj, normal_face, fixed_face, sizes); -+ wxHtmlWinParser_SetFonts(wxobj, normal_face, fixed_face, sizes.ptr); - } - - //----------------------------------------------------------------------------- -@@ -1536,7 +1536,7 @@ - - public void SetFonts(string normal_face, string fixed_face, int[] sizes) - { -- wxHtmlEasyPrinting_SetFonts(wxobj, normal_face, fixed_face, sizes); -+ wxHtmlEasyPrinting_SetFonts(wxobj, normal_face, fixed_face, sizes.ptr); - } - - //----------------------------------------------------------------------------- -@@ -1725,7 +1725,7 @@ - - public void SetFonts(string normal_face, string fixed_face, int[] sizes) - { -- wxHtmlWindow_SetFonts(wxobj, normal_face, fixed_face, sizes); -+ wxHtmlWindow_SetFonts(wxobj, normal_face, fixed_face, sizes.ptr); - } - - //----------------------------------------------------------------------------- -diff -urN work/wxd/wx/ListBox.d work_new/wxd/wx/ListBox.d ---- work/wxd/wx/ListBox.d Sat Aug 26 14:41:22 2006 -+++ wx/ListBox.d Tue Jan 16 19:50:51 2007 -@@ -81,7 +81,7 @@ - { - super(wxListBox_ctor()); - if(!wxListBox_Create(wxobj, wxObject.SafePtr(parent), id, -- pos, size, choices.length, choices, cast(uint)style, -+ pos, size, choices.length, choices.ptr, cast(uint)style, - wxObject.SafePtr(validator), name)) - { - throw new InvalidOperationException("Failed to create ListBox"); -@@ -101,7 +101,7 @@ - string[] choices, int style, Validator validator, string name) - { - return wxListBox_Create(wxobj, wxObject.SafePtr(parent), id, -- pos, size, n, choices, cast(uint)style, -+ pos, size, n, choices.ptr, cast(uint)style, - wxObject.SafePtr(validator), name); - } - -@@ -186,19 +186,19 @@ - - public void InsertItems(string[] items, int pos) - { -- wxListBox_InsertItems(wxobj, items.length, items, pos); -+ wxListBox_InsertItems(wxobj, items.length, items.ptr, pos); - } - - //--------------------------------------------------------------------- - - public void Set(string[] items, ClientData data) - { -- wxListBox_Set(wxobj, items.length, items, wxObject.SafePtr(data)); -+ wxListBox_Set(wxobj, items.length, items.ptr, wxObject.SafePtr(data)); - } - - public void Set(string[] items) - { -- wxListBox_Set(wxobj, items.length, items, wxObject.SafePtr(null)); -+ wxListBox_Set(wxobj, items.length, items.ptr, wxObject.SafePtr(null)); - } - - //--------------------------------------------------------------------- -@@ -302,7 +302,7 @@ - { super(wxCheckListBox_ctor1());} - - public this(Window parent, int id, Point pos = wxDefaultPosition, Size size = wxDefaultSize, string[] choices = null, int style = 0, Validator validator = null, string name = wxListBoxNameStr) -- { super(wxCheckListBox_ctor2(wxObject.SafePtr(parent), id, pos, size, choices.length, choices, cast(uint)style, wxObject.SafePtr(validator), name));} -+ { super(wxCheckListBox_ctor2(wxObject.SafePtr(parent), id, pos, size, choices.length, choices.ptr, cast(uint)style, wxObject.SafePtr(validator), name));} - - //--------------------------------------------------------------------- - // ctors with self created id -diff -urN work/wxd/wx/RadioBox.d work_new/wxd/wx/RadioBox.d ---- work/wxd/wx/RadioBox.d Fri Aug 18 15:02:25 2006 -+++ wx/RadioBox.d Tue Jan 16 19:52:15 2007 -@@ -67,7 +67,7 @@ - { - super(wxRadioBox_ctor()); - if (!wxRadioBox_Create(wxobj, wxObject.SafePtr(parent), id, label, pos, size, -- choices.length, choices, majorDimension, cast(uint)style, wxObject.SafePtr(val), name)) -+ choices.length, choices.ptr, majorDimension, cast(uint)style, wxObject.SafePtr(val), name)) - { - throw new InvalidOperationException("failed to create checkbox"); - } -diff -urN work/wxd/wx/StatusBar.d work_new/wxd/wx/StatusBar.d ---- work/wxd/wx/StatusBar.d Fri Aug 18 15:02:26 2006 -+++ wx/StatusBar.d Tue Jan 16 19:54:13 2007 -@@ -81,7 +81,7 @@ - - public void SetFieldsCount(int number, int[] widths) - { -- wxStatusBar_SetFieldsCount(wxobj, number, widths); -+ wxStatusBar_SetFieldsCount(wxobj, number, widths.ptr); - } - - public int FieldsCount() { return wxStatusBar_GetFieldsCount(wxobj); } -@@ -120,7 +120,7 @@ - - public void StatusWidths(int[] value) - { -- SetStatusWidths(value.length, value); -+ SetStatusWidths(value.length, value.ptr); - } - - public void SetStatusWidths(int n, int* widths) -@@ -163,7 +163,7 @@ - - public void StatusStyles(int[] value) - { -- wxStatusBar_SetStatusStyles(wxobj, value.length, value); -+ wxStatusBar_SetStatusStyles(wxobj, value.length, value.ptr); - } - - } diff --git a/x11-toolkits/wxd/files/patch-wxc-Makefile b/x11-toolkits/wxd/files/patch-wxc-Makefile deleted file mode 100644 index 6e6d95475e33..000000000000 --- a/x11-toolkits/wxd/files/patch-wxc-Makefile +++ /dev/null @@ -1,20 +0,0 @@ ---- wxc/Makefile.orig Fri Sep 8 17:46:33 2006 -+++ wxc/Makefile Sat Dec 2 21:57:10 2006 -@@ -174,7 +174,7 @@ - OS=$(shell uname) - - ifeq ("$(OS)","FreeBSD") --CXXFLAGS += -I/usr/X11R6/include -+CXXFLAGS += -I$(X11BASE)/include - endif - - ifeq ("$(STC)","1") -@@ -183,7 +183,7 @@ - - WXFLAGS = `$(WX_CONFIG) --cxxflags` - --prefix=/usr/local -+prefix=$(PREFIX) - exec_prefix=$(prefix) - includedir=$(prefix)/include - libdir=$(exec_prefix)/lib diff --git a/x11-toolkits/wxd/pkg-plist b/x11-toolkits/wxd/pkg-plist index 40f979cbb5bb..3e6837485d90 100644 --- a/x11-toolkits/wxd/pkg-plist +++ b/x11-toolkits/wxd/pkg-plist @@ -158,6 +158,7 @@ include/d/wx/aui/DockArt.d include/d/wx/aui/FrameManager.d include/d/wx/aui/aui.d include/d/wx/common.d +include/d/wx/libs.d include/d/wx/ogl/ogl.d include/d/wx/wx.d include/d/wx/wxDateTime.d @@ -167,351 +168,7 @@ include/d/wx/wxString.d include/d/wx/wxVersion.d lib/libwxc.a lib/libwxd.a -%%PORTDOCS%%%%EXAMPLESDIR%%/Aui/Aui.d -%%PORTDOCS%%%%EXAMPLESDIR%%/Aui/GNUmakefile -%%PORTDOCS%%%%EXAMPLESDIR%%/Aui/Makefile -%%PORTDOCS%%%%EXAMPLESDIR%%/Aui/mondrian.png -%%PORTDOCS%%%%EXAMPLESDIR%%/Aui/wxauitest.cpp -%%PORTDOCS%%%%EXAMPLESDIR%%/Controls/Controls.d -%%PORTDOCS%%%%EXAMPLESDIR%%/Controls/GNUmakefile -%%PORTDOCS%%%%EXAMPLESDIR%%/Controls/Icons/choice.xpm -%%PORTDOCS%%%%EXAMPLESDIR%%/Controls/Icons/combo.xpm -%%PORTDOCS%%%%EXAMPLESDIR%%/Controls/Icons/gauge.xpm -%%PORTDOCS%%%%EXAMPLESDIR%%/Controls/Icons/list.xpm -%%PORTDOCS%%%%EXAMPLESDIR%%/Controls/Icons/radio.xpm -%%PORTDOCS%%%%EXAMPLESDIR%%/Controls/Icons/stattext.xpm -%%PORTDOCS%%%%EXAMPLESDIR%%/Controls/Icons/text.xpm -%%PORTDOCS%%%%EXAMPLESDIR%%/Controls/Makefile -%%PORTDOCS%%%%EXAMPLESDIR%%/Controls/mondrian.png -%%PORTDOCS%%%%EXAMPLESDIR%%/Dialogs/Dialogs.d -%%PORTDOCS%%%%EXAMPLESDIR%%/Dialogs/GNUmakefile -%%PORTDOCS%%%%EXAMPLESDIR%%/Dialogs/Makefile -%%PORTDOCS%%%%EXAMPLESDIR%%/Dialogs/mondrian.png -%%PORTDOCS%%%%EXAMPLESDIR%%/Dialogs/tips.txt -%%PORTDOCS%%%%EXAMPLESDIR%%/Display/CompareModesDialog.d -%%PORTDOCS%%%%EXAMPLESDIR%%/Display/Display.d -%%PORTDOCS%%%%EXAMPLESDIR%%/Display/GNUmakefile -%%PORTDOCS%%%%EXAMPLESDIR%%/Display/Makefile -%%PORTDOCS%%%%EXAMPLESDIR%%/Dnd/Dnd.d -%%PORTDOCS%%%%EXAMPLESDIR%%/Dnd/GNUmakefile -%%PORTDOCS%%%%EXAMPLESDIR%%/Dnd/Makefile -%%PORTDOCS%%%%EXAMPLESDIR%%/Dnd/dnd_copy.xpm -%%PORTDOCS%%%%EXAMPLESDIR%%/Dnd/dnd_move.xpm -%%PORTDOCS%%%%EXAMPLESDIR%%/Dnd/dnd_none.xpm -%%PORTDOCS%%%%EXAMPLESDIR%%/Dnd/mondrian.png -%%PORTDOCS%%%%EXAMPLESDIR%%/EventDemo/EventDemo.d -%%PORTDOCS%%%%EXAMPLESDIR%%/EventDemo/GNUmakefile -%%PORTDOCS%%%%EXAMPLESDIR%%/EventDemo/Makefile -%%PORTDOCS%%%%EXAMPLESDIR%%/Font/Font.d -%%PORTDOCS%%%%EXAMPLESDIR%%/Font/GNUmakefile -%%PORTDOCS%%%%EXAMPLESDIR%%/Font/Makefile -%%PORTDOCS%%%%EXAMPLESDIR%%/Font/mondrian.png -%%PORTDOCS%%%%EXAMPLESDIR%%/GLCube/GLCube.d -%%PORTDOCS%%%%EXAMPLESDIR%%/GLCube/GNUmakefile -%%PORTDOCS%%%%EXAMPLESDIR%%/GLCube/Makefile -%%PORTDOCS%%%%EXAMPLESDIR%%/GLCube/README.txt -%%PORTDOCS%%%%EXAMPLESDIR%%/GLCube/glu32.lib -%%PORTDOCS%%%%EXAMPLESDIR%%/GLCube/mondrian.png -%%PORTDOCS%%%%EXAMPLESDIR%%/GLCube/opengl32.lib -%%PORTDOCS%%%%EXAMPLESDIR%%/GNUmakefile -%%PORTDOCS%%%%EXAMPLESDIR%%/Grid/GNUmakefile -%%PORTDOCS%%%%EXAMPLESDIR%%/Grid/Grid.d -%%PORTDOCS%%%%EXAMPLESDIR%%/Grid/Makefile -%%PORTDOCS%%%%EXAMPLESDIR%%/Grid/mondrian.png -%%PORTDOCS%%%%EXAMPLESDIR%%/HTML/Data/8859_2.htm -%%PORTDOCS%%%%EXAMPLESDIR%%/HTML/Data/about.htm -%%PORTDOCS%%%%EXAMPLESDIR%%/HTML/Data/cp1250.htm -%%PORTDOCS%%%%EXAMPLESDIR%%/HTML/Data/f.html -%%PORTDOCS%%%%EXAMPLESDIR%%/HTML/Data/fft.html -%%PORTDOCS%%%%EXAMPLESDIR%%/HTML/Data/i18n.gif -%%PORTDOCS%%%%EXAMPLESDIR%%/HTML/Data/imagemap.htm -%%PORTDOCS%%%%EXAMPLESDIR%%/HTML/Data/imagemap.png -%%PORTDOCS%%%%EXAMPLESDIR%%/HTML/Data/logo.png -%%PORTDOCS%%%%EXAMPLESDIR%%/HTML/Data/pic.png -%%PORTDOCS%%%%EXAMPLESDIR%%/HTML/Data/pic2.bmp -%%PORTDOCS%%%%EXAMPLESDIR%%/HTML/Data/regres.htm -%%PORTDOCS%%%%EXAMPLESDIR%%/HTML/Data/tables.htm -%%PORTDOCS%%%%EXAMPLESDIR%%/HTML/Data/test.htm -%%PORTDOCS%%%%EXAMPLESDIR%%/HTML/GNUmakefile -%%PORTDOCS%%%%EXAMPLESDIR%%/HTML/HTML.d -%%PORTDOCS%%%%EXAMPLESDIR%%/HTML/Makefile -%%PORTDOCS%%%%EXAMPLESDIR%%/HTML/mondrian.png -%%PORTDOCS%%%%EXAMPLESDIR%%/Hello/GNUmakefile -%%PORTDOCS%%%%EXAMPLESDIR%%/Hello/Hello.d -%%PORTDOCS%%%%EXAMPLESDIR%%/Hello/Makefile -%%PORTDOCS%%%%EXAMPLESDIR%%/HtmlHelp/GNUmakefile -%%PORTDOCS%%%%EXAMPLESDIR%%/HtmlHelp/HtmlHelp.d -%%PORTDOCS%%%%EXAMPLESDIR%%/HtmlHelp/Makefile -%%PORTDOCS%%%%EXAMPLESDIR%%/HtmlHelp/helpfiles/Index.hhk -%%PORTDOCS%%%%EXAMPLESDIR%%/HtmlHelp/helpfiles/another.hhc -%%PORTDOCS%%%%EXAMPLESDIR%%/HtmlHelp/helpfiles/another.hhp -%%PORTDOCS%%%%EXAMPLESDIR%%/HtmlHelp/helpfiles/another.htm -%%PORTDOCS%%%%EXAMPLESDIR%%/HtmlHelp/helpfiles/book1.htm -%%PORTDOCS%%%%EXAMPLESDIR%%/HtmlHelp/helpfiles/book2.htm -%%PORTDOCS%%%%EXAMPLESDIR%%/HtmlHelp/helpfiles/contents.hhc -%%PORTDOCS%%%%EXAMPLESDIR%%/HtmlHelp/helpfiles/main.htm -%%PORTDOCS%%%%EXAMPLESDIR%%/HtmlHelp/helpfiles/page2-b.htm -%%PORTDOCS%%%%EXAMPLESDIR%%/HtmlHelp/helpfiles/testing.hhp -%%PORTDOCS%%%%EXAMPLESDIR%%/HtmlListBox/GNUmakefile -%%PORTDOCS%%%%EXAMPLESDIR%%/HtmlListBox/HtmlListBox.d -%%PORTDOCS%%%%EXAMPLESDIR%%/HtmlListBox/Makefile -%%PORTDOCS%%%%EXAMPLESDIR%%/HtmlListBox/mondrian.png -%%PORTDOCS%%%%EXAMPLESDIR%%/Info.plist.in -%%PORTDOCS%%%%EXAMPLESDIR%%/Internat/GNUmakefile -%%PORTDOCS%%%%EXAMPLESDIR%%/Internat/Internat.d -%%PORTDOCS%%%%EXAMPLESDIR%%/Internat/Makefile -%%PORTDOCS%%%%EXAMPLESDIR%%/Internat/de/internat.mo -%%PORTDOCS%%%%EXAMPLESDIR%%/Internat/de/internat.po -%%PORTDOCS%%%%EXAMPLESDIR%%/Internat/fr/internat.mo -%%PORTDOCS%%%%EXAMPLESDIR%%/Internat/fr/internat.po -%%PORTDOCS%%%%EXAMPLESDIR%%/Internat/ja -%%PORTDOCS%%%%EXAMPLESDIR%%/Internat/mondrian.png -%%PORTDOCS%%%%EXAMPLESDIR%%/Internat/ru/internat.mo -%%PORTDOCS%%%%EXAMPLESDIR%%/Internat/ru/internat.po -%%PORTDOCS%%%%EXAMPLESDIR%%/Launcher/Bitmaps/controlssmall.png -%%PORTDOCS%%%%EXAMPLESDIR%%/Launcher/Bitmaps/dialogssmall.png -%%PORTDOCS%%%%EXAMPLESDIR%%/Launcher/Bitmaps/displaysmall.png -%%PORTDOCS%%%%EXAMPLESDIR%%/Launcher/Bitmaps/dndsmall.png -%%PORTDOCS%%%%EXAMPLESDIR%%/Launcher/Bitmaps/eventdemosmall.png -%%PORTDOCS%%%%EXAMPLESDIR%%/Launcher/Bitmaps/fontsmall.png -%%PORTDOCS%%%%EXAMPLESDIR%%/Launcher/Bitmaps/freecellsmall.png -%%PORTDOCS%%%%EXAMPLESDIR%%/Launcher/Bitmaps/gridsmall.png -%%PORTDOCS%%%%EXAMPLESDIR%%/Launcher/Bitmaps/htmlhelpsmall.png -%%PORTDOCS%%%%EXAMPLESDIR%%/Launcher/Bitmaps/htmllistboxsmall.png -%%PORTDOCS%%%%EXAMPLESDIR%%/Launcher/Bitmaps/htmlsmall.png -%%PORTDOCS%%%%EXAMPLESDIR%%/Launcher/Bitmaps/imgviewsmall.png -%%PORTDOCS%%%%EXAMPLESDIR%%/Launcher/Bitmaps/internatsmall.png -%%PORTDOCS%%%%EXAMPLESDIR%%/Launcher/Bitmaps/listbooksmall.png -%%PORTDOCS%%%%EXAMPLESDIR%%/Launcher/Bitmaps/listctrlsmall.png -%%PORTDOCS%%%%EXAMPLESDIR%%/Launcher/Bitmaps/logo2.png -%%PORTDOCS%%%%EXAMPLESDIR%%/Launcher/Bitmaps/mdismall.png -%%PORTDOCS%%%%EXAMPLESDIR%%/Launcher/Bitmaps/minimalsmall.png -%%PORTDOCS%%%%EXAMPLESDIR%%/Launcher/Bitmaps/notebooksmall.png -%%PORTDOCS%%%%EXAMPLESDIR%%/Launcher/Bitmaps/printsmall.png -%%PORTDOCS%%%%EXAMPLESDIR%%/Launcher/Bitmaps/sashwindowsmall.png -%%PORTDOCS%%%%EXAMPLESDIR%%/Launcher/Bitmaps/splittersmall.png -%%PORTDOCS%%%%EXAMPLESDIR%%/Launcher/Bitmaps/treectrlsmall.png -%%PORTDOCS%%%%EXAMPLESDIR%%/Launcher/Bitmaps/wizardsmall.png -%%PORTDOCS%%%%EXAMPLESDIR%%/Launcher/Bitmaps/wxd.gif -%%PORTDOCS%%%%EXAMPLESDIR%%/Launcher/Bitmaps/xrcsmall.png -%%PORTDOCS%%%%EXAMPLESDIR%%/Launcher/GNUmakefile -%%PORTDOCS%%%%EXAMPLESDIR%%/Launcher/Launcher.d -%%PORTDOCS%%%%EXAMPLESDIR%%/Launcher/Makefile -%%PORTDOCS%%%%EXAMPLESDIR%%/Launcher/launcherbottom.html -%%PORTDOCS%%%%EXAMPLESDIR%%/Launcher/launchertop.html -%%PORTDOCS%%%%EXAMPLESDIR%%/Launcher/mondrian.png -%%PORTDOCS%%%%EXAMPLESDIR%%/Launcher/wxDSamplesLauncher.html -%%PORTDOCS%%%%EXAMPLESDIR%%/ListCtrl/GNUmakefile -%%PORTDOCS%%%%EXAMPLESDIR%%/ListCtrl/ListCtrl.d -%%PORTDOCS%%%%EXAMPLESDIR%%/ListCtrl/Makefile -%%PORTDOCS%%%%EXAMPLESDIR%%/ListCtrl/bitmaps/small1.xpm -%%PORTDOCS%%%%EXAMPLESDIR%%/ListCtrl/bitmaps/toolbrai.xpm -%%PORTDOCS%%%%EXAMPLESDIR%%/ListCtrl/bitmaps/toolchar.xpm -%%PORTDOCS%%%%EXAMPLESDIR%%/ListCtrl/bitmaps/toolchec.xpm -%%PORTDOCS%%%%EXAMPLESDIR%%/ListCtrl/bitmaps/tooldata.xpm -%%PORTDOCS%%%%EXAMPLESDIR%%/ListCtrl/bitmaps/toolgame.xpm -%%PORTDOCS%%%%EXAMPLESDIR%%/ListCtrl/bitmaps/toolnote.xpm -%%PORTDOCS%%%%EXAMPLESDIR%%/ListCtrl/bitmaps/tooltime.xpm -%%PORTDOCS%%%%EXAMPLESDIR%%/ListCtrl/bitmaps/tooltodo.xpm -%%PORTDOCS%%%%EXAMPLESDIR%%/ListCtrl/bitmaps/toolword.xpm -%%PORTDOCS%%%%EXAMPLESDIR%%/ListCtrl/mondrian.png -%%PORTDOCS%%%%EXAMPLESDIR%%/ListView/GNUmakefile -%%PORTDOCS%%%%EXAMPLESDIR%%/ListView/ListView.d -%%PORTDOCS%%%%EXAMPLESDIR%%/ListView/Makefile -%%PORTDOCS%%%%EXAMPLESDIR%%/ListView/mondrian.png -%%PORTDOCS%%%%EXAMPLESDIR%%/Listbook/GNUmakefile -%%PORTDOCS%%%%EXAMPLESDIR%%/Listbook/Listbook.d -%%PORTDOCS%%%%EXAMPLESDIR%%/Listbook/Makefile -%%PORTDOCS%%%%EXAMPLESDIR%%/Listbook/bmp/toblom01.png -%%PORTDOCS%%%%EXAMPLESDIR%%/Listbook/bmp/toblom02.png -%%PORTDOCS%%%%EXAMPLESDIR%%/Listbook/bmp/toblom03.png -%%PORTDOCS%%%%EXAMPLESDIR%%/Listbook/bmp/toblom04.png -%%PORTDOCS%%%%EXAMPLESDIR%%/Listbook/bmp/toblom05.png -%%PORTDOCS%%%%EXAMPLESDIR%%/Listbook/bmp/toblom06.png -%%PORTDOCS%%%%EXAMPLESDIR%%/Listbook/bmp/toblom07.png -%%PORTDOCS%%%%EXAMPLESDIR%%/Listbook/bmp/toblom08.png -%%PORTDOCS%%%%EXAMPLESDIR%%/Listbook/bmp/toblom09.png -%%PORTDOCS%%%%EXAMPLESDIR%%/Listbook/bmp/toblom10.png -%%PORTDOCS%%%%EXAMPLESDIR%%/Listbook/bmp/toblom11.png -%%PORTDOCS%%%%EXAMPLESDIR%%/Listbook/bmp/toblom12.png -%%PORTDOCS%%%%EXAMPLESDIR%%/Listbook/bmp/toblom13.png -%%PORTDOCS%%%%EXAMPLESDIR%%/Listbook/bmp/toblom14.png -%%PORTDOCS%%%%EXAMPLESDIR%%/Listbook/bmp/toblom15.png -%%PORTDOCS%%%%EXAMPLESDIR%%/Listbook/mondrian.png -%%PORTDOCS%%%%EXAMPLESDIR%%/Makefile -%%PORTDOCS%%%%EXAMPLESDIR%%/Mdi/GNUmakefile -%%PORTDOCS%%%%EXAMPLESDIR%%/Mdi/Makefile -%%PORTDOCS%%%%EXAMPLESDIR%%/Mdi/Mdi.d -%%PORTDOCS%%%%EXAMPLESDIR%%/Mdi/bitmaps/copy.xpm -%%PORTDOCS%%%%EXAMPLESDIR%%/Mdi/bitmaps/cut.xpm -%%PORTDOCS%%%%EXAMPLESDIR%%/Mdi/bitmaps/help.xpm -%%PORTDOCS%%%%EXAMPLESDIR%%/Mdi/bitmaps/new.xpm -%%PORTDOCS%%%%EXAMPLESDIR%%/Mdi/bitmaps/open.xpm -%%PORTDOCS%%%%EXAMPLESDIR%%/Mdi/bitmaps/paste.xpm -%%PORTDOCS%%%%EXAMPLESDIR%%/Mdi/bitmaps/preview.xpm -%%PORTDOCS%%%%EXAMPLESDIR%%/Mdi/bitmaps/print.xpm -%%PORTDOCS%%%%EXAMPLESDIR%%/Mdi/bitmaps/save.xpm -%%PORTDOCS%%%%EXAMPLESDIR%%/Mdi/mondrian.png -%%PORTDOCS%%%%EXAMPLESDIR%%/Minimal/GNUmakefile -%%PORTDOCS%%%%EXAMPLESDIR%%/Minimal/Makefile -%%PORTDOCS%%%%EXAMPLESDIR%%/Minimal/Minimal.d -%%PORTDOCS%%%%EXAMPLESDIR%%/Minimal/mondrian.png -%%PORTDOCS%%%%EXAMPLESDIR%%/Notebook/GNUmakefile -%%PORTDOCS%%%%EXAMPLESDIR%%/Notebook/Makefile -%%PORTDOCS%%%%EXAMPLESDIR%%/Notebook/Notebook.d -%%PORTDOCS%%%%EXAMPLESDIR%%/Platform/GNUmakefile -%%PORTDOCS%%%%EXAMPLESDIR%%/Platform/Makefile -%%PORTDOCS%%%%EXAMPLESDIR%%/Platform/Platform.d -%%PORTDOCS%%%%EXAMPLESDIR%%/Printing/GNUmakefile -%%PORTDOCS%%%%EXAMPLESDIR%%/Printing/Makefile -%%PORTDOCS%%%%EXAMPLESDIR%%/Printing/Printing.d -%%PORTDOCS%%%%EXAMPLESDIR%%/Printing/mondrian.png -%%PORTDOCS%%%%EXAMPLESDIR%%/SDLPanel/GNUmakefile -%%PORTDOCS%%%%EXAMPLESDIR%%/SDLPanel/GPL.txt -%%PORTDOCS%%%%EXAMPLESDIR%%/SDLPanel/Makefile -%%PORTDOCS%%%%EXAMPLESDIR%%/SDLPanel/README.txt -%%PORTDOCS%%%%EXAMPLESDIR%%/SDLPanel/SDL.lib -%%PORTDOCS%%%%EXAMPLESDIR%%/SDLPanel/SDLPanel.d -%%PORTDOCS%%%%EXAMPLESDIR%%/SashWindow/GNUmakefile -%%PORTDOCS%%%%EXAMPLESDIR%%/SashWindow/Makefile -%%PORTDOCS%%%%EXAMPLESDIR%%/SashWindow/SashWindow.d -%%PORTDOCS%%%%EXAMPLESDIR%%/Sound/9000g.wav -%%PORTDOCS%%%%EXAMPLESDIR%%/Sound/GNUmakefile -%%PORTDOCS%%%%EXAMPLESDIR%%/Sound/Makefile -%%PORTDOCS%%%%EXAMPLESDIR%%/Sound/Sound.d -%%PORTDOCS%%%%EXAMPLESDIR%%/Sound/cuckoo.wav -%%PORTDOCS%%%%EXAMPLESDIR%%/Sound/doggrowl.wav -%%PORTDOCS%%%%EXAMPLESDIR%%/Sound/tinkalink2.wav -%%PORTDOCS%%%%EXAMPLESDIR%%/Splitter/GNUmakefile -%%PORTDOCS%%%%EXAMPLESDIR%%/Splitter/Makefile -%%PORTDOCS%%%%EXAMPLESDIR%%/Splitter/Splitter.d -%%PORTDOCS%%%%EXAMPLESDIR%%/StyledText/Edit.d -%%PORTDOCS%%%%EXAMPLESDIR%%/StyledText/GNUmakefile -%%PORTDOCS%%%%EXAMPLESDIR%%/StyledText/Makefile -%%PORTDOCS%%%%EXAMPLESDIR%%/StyledText/Minimal.d -%%PORTDOCS%%%%EXAMPLESDIR%%/StyledText/Prefs.d -%%PORTDOCS%%%%EXAMPLESDIR%%/StyledText/StyledText.d -%%PORTDOCS%%%%EXAMPLESDIR%%/StyledText/defsext.d -%%PORTDOCS%%%%EXAMPLESDIR%%/StyledText/defsext.h -%%PORTDOCS%%%%EXAMPLESDIR%%/StyledText/edit.cpp -%%PORTDOCS%%%%EXAMPLESDIR%%/StyledText/edit.h -%%PORTDOCS%%%%EXAMPLESDIR%%/StyledText/mondrian.png -%%PORTDOCS%%%%EXAMPLESDIR%%/StyledText/prefs.cpp -%%PORTDOCS%%%%EXAMPLESDIR%%/StyledText/prefs.h -%%PORTDOCS%%%%EXAMPLESDIR%%/StyledText/stctest.app/Contents/Info.plist -%%PORTDOCS%%%%EXAMPLESDIR%%/StyledText/stctest.app/Contents/MacOS/stctest -%%PORTDOCS%%%%EXAMPLESDIR%%/StyledText/stctest.app/Contents/PkgInfo -%%PORTDOCS%%%%EXAMPLESDIR%%/StyledText/stctest.app/Contents/Resources/wxmac.icns -%%PORTDOCS%%%%EXAMPLESDIR%%/StyledText/stctest.cpp -%%PORTDOCS%%%%EXAMPLESDIR%%/TreeCtrl/GNUmakefile -%%PORTDOCS%%%%EXAMPLESDIR%%/TreeCtrl/Makefile -%%PORTDOCS%%%%EXAMPLESDIR%%/TreeCtrl/TreeCtrl.d -%%PORTDOCS%%%%EXAMPLESDIR%%/TreeCtrl/icon0.png -%%PORTDOCS%%%%EXAMPLESDIR%%/TreeCtrl/icon1.png -%%PORTDOCS%%%%EXAMPLESDIR%%/TreeCtrl/icon2.png -%%PORTDOCS%%%%EXAMPLESDIR%%/TreeCtrl/icon3.png -%%PORTDOCS%%%%EXAMPLESDIR%%/TreeCtrl/icon4.png -%%PORTDOCS%%%%EXAMPLESDIR%%/TreeCtrl/mondrian.png -%%PORTDOCS%%%%EXAMPLESDIR%%/Tutorial/Doc/tutorial.html -%%PORTDOCS%%%%EXAMPLESDIR%%/Tutorial/Doc/tutorial.jpg -%%PORTDOCS%%%%EXAMPLESDIR%%/Tutorial/Doc/wxnet.css -%%PORTDOCS%%%%EXAMPLESDIR%%/Tutorial/GNUmakefile -%%PORTDOCS%%%%EXAMPLESDIR%%/Tutorial/ImageList.d -%%PORTDOCS%%%%EXAMPLESDIR%%/Tutorial/ImageView.bmp -%%PORTDOCS%%%%EXAMPLESDIR%%/Tutorial/ImageView.d -%%PORTDOCS%%%%EXAMPLESDIR%%/Tutorial/ImageViewer.d -%%PORTDOCS%%%%EXAMPLESDIR%%/Tutorial/Makefile -%%PORTDOCS%%%%EXAMPLESDIR%%/Tutorial/Thumbnail.d -%%PORTDOCS%%%%EXAMPLESDIR%%/Wizard/GNUmakefile -%%PORTDOCS%%%%EXAMPLESDIR%%/Wizard/Makefile -%%PORTDOCS%%%%EXAMPLESDIR%%/Wizard/Wizard.d -%%PORTDOCS%%%%EXAMPLESDIR%%/Wizard/wiztest.png -%%PORTDOCS%%%%EXAMPLESDIR%%/Wizard/wiztest2.png -%%PORTDOCS%%%%EXAMPLESDIR%%/Xrc/GNUmakefile -%%PORTDOCS%%%%EXAMPLESDIR%%/Xrc/Makefile -%%PORTDOCS%%%%EXAMPLESDIR%%/Xrc/Xrcdemo.d -%%PORTDOCS%%%%EXAMPLESDIR%%/Xrc/rc/appicon.ico -%%PORTDOCS%%%%EXAMPLESDIR%%/Xrc/rc/appicon.xpm -%%PORTDOCS%%%%EXAMPLESDIR%%/Xrc/rc/artprov.xpm -%%PORTDOCS%%%%EXAMPLESDIR%%/Xrc/rc/artprov.xrc -%%PORTDOCS%%%%EXAMPLESDIR%%/Xrc/rc/basicdlg.xpm -%%PORTDOCS%%%%EXAMPLESDIR%%/Xrc/rc/basicdlg.xrc -%%PORTDOCS%%%%EXAMPLESDIR%%/Xrc/rc/controls.xpm -%%PORTDOCS%%%%EXAMPLESDIR%%/Xrc/rc/controls.xrc -%%PORTDOCS%%%%EXAMPLESDIR%%/Xrc/rc/custclas.xpm -%%PORTDOCS%%%%EXAMPLESDIR%%/Xrc/rc/custclas.xrc -%%PORTDOCS%%%%EXAMPLESDIR%%/Xrc/rc/derivdlg.xpm -%%PORTDOCS%%%%EXAMPLESDIR%%/Xrc/rc/derivdlg.xrc -%%PORTDOCS%%%%EXAMPLESDIR%%/Xrc/rc/fileopen.gif -%%PORTDOCS%%%%EXAMPLESDIR%%/Xrc/rc/filesave.gif -%%PORTDOCS%%%%EXAMPLESDIR%%/Xrc/rc/frame.xrc -%%PORTDOCS%%%%EXAMPLESDIR%%/Xrc/rc/fuzzy.gif -%%PORTDOCS%%%%EXAMPLESDIR%%/Xrc/rc/menu.xrc -%%PORTDOCS%%%%EXAMPLESDIR%%/Xrc/rc/platform.xpm -%%PORTDOCS%%%%EXAMPLESDIR%%/Xrc/rc/platform.xrc -%%PORTDOCS%%%%EXAMPLESDIR%%/Xrc/rc/quotes.gif -%%PORTDOCS%%%%EXAMPLESDIR%%/Xrc/rc/resource.xrc -%%PORTDOCS%%%%EXAMPLESDIR%%/Xrc/rc/scanning.gif -%%PORTDOCS%%%%EXAMPLESDIR%%/Xrc/rc/sppicon.ico -%%PORTDOCS%%%%EXAMPLESDIR%%/Xrc/rc/toolbar.xrc -%%PORTDOCS%%%%EXAMPLESDIR%%/Xrc/rc/uncenter.xpm -%%PORTDOCS%%%%EXAMPLESDIR%%/Xrc/rc/uncenter.xrc -%%PORTDOCS%%%%EXAMPLESDIR%%/Xrc/rc/update.gif -%%PORTDOCS%%%%EXAMPLESDIR%%/Xrc/rc/variable.xpm -%%PORTDOCS%%%%EXAMPLESDIR%%/Xrc/rc/variable.xrc -%%PORTDOCS%%%%EXAMPLESDIR%%/Xrc/rc/wxglade.wxg -%%PORTDOCS%%%%EXAMPLESDIR%%/Xrc/rc/wxglade.xrc -%%PORTDOCS%%%%EXAMPLESDIR%%/wxmac.icns @dirrm include/d/wx/ogl @dirrm include/d/wx/aui @dirrm include/d/wx @dirrmtry include/d -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/Xrc/rc -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/Xrc -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/Wizard -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/Tutorial/Doc -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/Tutorial -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/TreeCtrl -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/StyledText/stctest.app/Contents/Resources -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/StyledText/stctest.app/Contents/MacOS -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/StyledText/stctest.app/Contents -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/StyledText/stctest.app -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/StyledText -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/Splitter -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/Sound -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/SashWindow -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/SDLPanel -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/Printing -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/Platform -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/Notebook -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/Minimal -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/Mdi/bitmaps -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/Mdi -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/Listbook/bmp -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/Listbook -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/ListView -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/ListCtrl/bitmaps -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/ListCtrl -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/Launcher/Bitmaps -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/Launcher -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/Internat/ru -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/Internat/fr -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/Internat/de -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/Internat -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/HtmlListBox -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/HtmlHelp/helpfiles -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/HtmlHelp -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/Hello -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/HTML/Data -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/HTML -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/Grid -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/GLCube -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/Font -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/EventDemo -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/Dnd -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/Display -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/Dialogs -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/Controls/Icons -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/Controls -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/Aui -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%% |