1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Add Boa Constructor. Boa Constructor is a cross platform RAD GUI Building IDE.

It offers visual frame creation and manipulation, an object inspector, many
views on the source like inheritance hierarchies, object methods and properties,
html generated from documentation strings, a debugger and integrated help. It
is written in Python and uses the wxPython toolkit which wraps wxWindows.
This commit is contained in:
Maxim Sobolev 2000-12-12 14:37:13 +00:00
parent 2e9b5b7363
commit 8755f9124a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=35922
7 changed files with 612 additions and 0 deletions

View File

@ -24,6 +24,7 @@
SUBDIR += bin86
SUBDIR += binutils-m68k
SUBDIR += bison
SUBDIR += boaconstructor
SUBDIR += boehm-gc
SUBDIR += bonobo
SUBDIR += bugbuddy

View File

@ -0,0 +1,40 @@
# New ports collection makefile for: boa-constructor
# Date created: 15 December 2000
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= boaconstructor
PORTVERSION= 0.0.4
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= boa-constructor
DISTNAME= Boa-${PORTVERSION}
MAINTAINER= sobomax@FreeBSD.org
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/wxPython/wxcmodule.so:${PORTSDIR}/x11-toolkits/py-wxPython
WRKSRC= ${WRKDIR}/Boa
USE_ZIP= yes
USE_PYTHON= yes
do-configure:
@${PERL} -pi -e 's|%%PYTHON_SITELIBDIR%%|${PYTHON_SITELIBDIR}|' \
${WRKSRC}/Explorer.gtk.cfg
do-build:
@${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}
@${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}
do-install:
@${MKDIR} ${PREFIX}/share/Boa
@(cd ${WRKSRC} && ${TAR} --exclude .cvsignore --exclude "*.orig" -c -f - .) \
| (cd ${PREFIX}/share/Boa && ${TAR} --unlink -x -f -)
@printf "#!/bin/sh\n${PYTHON_CMD} ${PREFIX}/share/Boa/Boa.py\n" \
> ${WRKDIR}/Boa.sh
@${INSTALL_SCRIPT} ${WRKDIR}/Boa.sh ${PREFIX}/bin/Boa
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (Boa-0.0.4.zip) = e22b266e240e68cecbea5009037f96c5

View File

@ -0,0 +1,9 @@
--- Explorer.gtk.cfg 2000/12/12 14:15:57 1.1
+++ Explorer.gtk.cfg 2000/12/12 14:16:24
@@ -1,5 +1,5 @@
[Explorer]
Filesystem : ['/']
-Workspaces : {'wxPython': '/usr/lib/python1.5/site-packages/wxPython'}
+Workspaces : {'wxPython': '%%PYTHON_SITELIBDIR%%/wxPython'}
DefaultWorkspace : wxPython
Zope : {'localhost': {'host': '127.0.0.1', 'httpport': 8080, 'ftpport': 8021, 'username': '', 'passwd': '', 'path': '/', 'name': ''}}

View File

@ -0,0 +1 @@
A cross platform RAD GUI Building IDE for wxPython

View File

@ -0,0 +1,7 @@
Boa Constructor is a cross platform RAD GUI Building IDE. It offers visual
frame creation and manipulation, an object inspector, many views on the source
like inheritance hierarchies, object methods and properties, html generated
from documentation strings, a debugger and integrated help. It is written in
Python and uses the wxPython toolkit which wraps wxWindows.
WWW: http://boa-constructor.sourceforge.net/

View File

@ -0,0 +1,553 @@
bin/Boa
share/Boa/1stTime
share/Boa/About.py
share/Boa/About.pyc
share/Boa/About.pyo
share/Boa/AppModuleProps.py
share/Boa/AppModuleProps.pyc
share/Boa/AppModuleProps.pyo
share/Boa/Boa.implay
share/Boa/Boa.py
share/Boa/Boa.pyc
share/Boa/Boa.pyo
share/Boa/Bugs.txt
share/Boa/Changes.txt
share/Boa/ClassBrowser.py
share/Boa/ClassBrowser.pyc
share/Boa/ClassBrowser.pyo
share/Boa/Companions/BaseCompanions.py
share/Boa/Companions/BaseCompanions.pyc
share/Boa/Companions/BaseCompanions.pyo
share/Boa/Companions/BaseCompanions.umllay
share/Boa/Companions/Companions.py
share/Boa/Companions/Companions.pyc
share/Boa/Companions/Companions.pyo
share/Boa/Companions/Constructors.py
share/Boa/Companions/Constructors.pyc
share/Boa/Companions/Constructors.pyo
share/Boa/Companions/Constructors.umllay
share/Boa/Companions/DialogCompanions.py
share/Boa/Companions/DialogCompanions.pyc
share/Boa/Companions/DialogCompanions.pyo
share/Boa/Companions/EventCollections.py
share/Boa/Companions/EventCollections.pyc
share/Boa/Companions/EventCollections.pyo
share/Boa/Companions/HelpCompanions.py
share/Boa/Companions/HelpCompanions.pyc
share/Boa/Companions/HelpCompanions.pyo
share/Boa/Companions/UtilCompanions.py
share/Boa/Companions/UtilCompanions.pyc
share/Boa/Companions/UtilCompanions.pyo
share/Boa/Companions/__init__.py
share/Boa/Companions/__init__.pyc
share/Boa/Companions/__init__.pyo
share/Boa/Companions/wxCompImp.implay
share/Boa/Companions/wxCompImp.py
share/Boa/Companions/wxCompImp.pyc
share/Boa/Companions/wxCompImp.pyo
share/Boa/Credits.txt
share/Boa/Debugger.py
share/Boa/Debugger.pyc
share/Boa/Debugger.pyo
share/Boa/Docs/1x1.GIF
share/Boa/Docs/Boa.jpg
share/Boa/Docs/Debug.JPG
share/Boa/Docs/Debugger.html
share/Boa/Docs/Debugger.jpg
share/Boa/Docs/Designer-small.jpg
share/Boa/Docs/Designer.html
share/Boa/Docs/Designer.jpg
share/Boa/Docs/Editor.html
share/Boa/Docs/Editor.jpg
share/Boa/Docs/Help.html
share/Boa/Docs/Help.jpg
share/Boa/Docs/Inspector.html
share/Boa/Docs/Inspector.jpg
share/Boa/Docs/Keys.html
share/Boa/Docs/Palette.html
share/Boa/Docs/Palette.jpg
share/Boa/Docs/contents.gif
share/Boa/Docs/dot.gif
share/Boa/Docs/gpl.txt
share/Boa/Docs/index.html
share/Boa/Docs/spot-small.GIF
share/Boa/Editor.py
share/Boa/Editor.pyc
share/Boa/Editor.pyo
share/Boa/EditorModels.py
share/Boa/EditorModels.pyc
share/Boa/EditorModels.pyo
share/Boa/ErrorStack.py
share/Boa/ErrorStack.pyc
share/Boa/ErrorStack.pyo
share/Boa/Explorer.gtk.cfg
share/Boa/Explorer.msw.cfg
share/Boa/Explorer.py
share/Boa/Explorer.pyc
share/Boa/Explorer.pyo
share/Boa/ExternalLib/Cyclops.py
share/Boa/ExternalLib/Cyclops.pyc
share/Boa/ExternalLib/Cyclops.pyo
share/Boa/ExternalLib/PythonInterpreter.py
share/Boa/ExternalLib/PythonInterpreter.pyc
share/Boa/ExternalLib/PythonInterpreter.pyo
share/Boa/ExternalLib/__init__.py
share/Boa/ExternalLib/__init__.pyc
share/Boa/ExternalLib/__init__.pyo
share/Boa/ExternalLib/ndiff.py
share/Boa/ExternalLib/ndiff.pyc
share/Boa/ExternalLib/ndiff.pyo
share/Boa/HTMLCyclops.py
share/Boa/HTMLCyclops.pyc
share/Boa/HTMLCyclops.pyo
share/Boa/Help.py
share/Boa/Help.pyc
share/Boa/Help.pyo
share/Boa/ImageStore.py
share/Boa/ImageStore.pyc
share/Boa/ImageStore.pyo
share/Boa/Images/CvsPics/AFile.bmp
share/Boa/Images/CvsPics/BinaryFile.bmp
share/Boa/Images/CvsPics/ConflictingFile.bmp
share/Boa/Images/CvsPics/Dir.bmp
share/Boa/Images/CvsPics/File.bmp
share/Boa/Images/CvsPics/IgnoredDir.bmp
share/Boa/Images/CvsPics/IgnoredFile.bmp
share/Boa/Images/CvsPics/MissingDir.bmp
share/Boa/Images/CvsPics/MissingFile.bmp
share/Boa/Images/CvsPics/ModifiedBinaryFile.bmp
share/Boa/Images/CvsPics/ModifiedFile.bmp
share/Boa/Images/CvsPics/UnknownDir.bmp
share/Boa/Images/CvsPics/UnknownFile.bmp
share/Boa/Images/Debug/Blank.bmp
share/Boa/Images/Debug/Breakpoint-blue.bmp
share/Boa/Images/Debug/Breakpoint-cyan.bmp
share/Boa/Images/Debug/Breakpoint-gray.bmp
share/Boa/Images/Debug/Breakpoint-green.bmp
share/Boa/Images/Debug/Breakpoint-magenta.bmp
share/Boa/Images/Debug/Breakpoint-red.bmp
share/Boa/Images/Debug/Breakpoint-yellow.bmp
share/Boa/Images/Debug/Breakpoints.bmp
share/Boa/Images/Debug/Breakpoints2.bmp
share/Boa/Images/Debug/Compile.bmp
share/Boa/Images/Debug/Debug.bmp
share/Boa/Images/Debug/Debug2.bmp
share/Boa/Images/Debug/Globals.bmp
share/Boa/Images/Debug/Locals.bmp
share/Boa/Images/Debug/Out.bmp
share/Boa/Images/Debug/Output.bmp
share/Boa/Images/Debug/Over.bmp
share/Boa/Images/Debug/Profile.bmp
share/Boa/Images/Debug/Run.bmp
share/Boa/Images/Debug/RunApp.bmp
share/Boa/Images/Debug/SourceTrace-Off.bmp
share/Boa/Images/Debug/Stack.bmp
share/Boa/Images/Debug/Step.bmp
share/Boa/Images/Debug/Stop.bmp
share/Boa/Images/Debug/Stop2.bmp
share/Boa/Images/Debug/Stop3.bmp
share/Boa/Images/Debug/Watches.bmp
share/Boa/Images/Editor/AddToApp.bmp
share/Boa/Images/Editor/Callees.bmp
share/Boa/Images/Editor/Callers.bmp
share/Boa/Images/Editor/Close.bmp
share/Boa/Images/Editor/GotoLine.bmp
share/Boa/Images/Editor/Imports.bmp
share/Boa/Images/Editor/Open.bmp
share/Boa/Images/Editor/OpenAll.bmp
share/Boa/Images/Editor/OpenFromApp.bmp
share/Boa/Images/Editor/Refresh.bmp
share/Boa/Images/Editor/RemoveFromApp.bmp
share/Boa/Images/Editor/RunToCursor.bmp
share/Boa/Images/Editor/Save.bmp
share/Boa/Images/Editor/SaveAll.bmp
share/Boa/Images/Editor/SaveAs.bmp
share/Boa/Images/Editors/Collection/delete.bmp
share/Boa/Images/Editors/Collection/deleteY.bmp
share/Boa/Images/Editors/Collection/down.bmp
share/Boa/Images/Editors/Collection/new.bmp
share/Boa/Images/Editors/Collection/newY.bmp
share/Boa/Images/Editors/Collection/up.bmp
share/Boa/Images/Icons/Bevel.ico
share/Boa/Images/Icons/Boa.ico
share/Boa/Images/Icons/ClassBrowser.ico
share/Boa/Images/Icons/Collection.ico
share/Boa/Images/Icons/Debug.ico
share/Boa/Images/Icons/Designer.ico
share/Boa/Images/Icons/Editor.ico
share/Boa/Images/Icons/Help.ico
share/Boa/Images/Icons/Inspector.ico
share/Boa/Images/Icons/PythonHelp.ico
share/Boa/Images/Icons/wxWinHelp.ico
share/Boa/Images/Inspector/Cancel.bmp
share/Boa/Images/Inspector/Post.bmp
share/Boa/Images/Inspector/Up.bmp
share/Boa/Images/Inspector/wxNullBitmap.bmp
share/Boa/Images/Modules/FolderOpen_s.bmp
share/Boa/Images/Modules/Folder_cyan.bmp
share/Boa/Images/Modules/Folder_cyan_s.bmp
share/Boa/Images/Modules/Folder_green_s.bmp
share/Boa/Images/Modules/Folder_s.bmp
share/Boa/Images/Modules/Folder_white.bmp
share/Boa/Images/Modules/InfoBlock.bmp
share/Boa/Images/Modules/Module_s.bmp
share/Boa/Images/Modules/Package_s.bmp
share/Boa/Images/Modules/Text_s.bmp
share/Boa/Images/Modules/wxApp_s.bmp
share/Boa/Images/Modules/wxDialog_s.bmp
share/Boa/Images/Modules/wxFrame_s.bmp
share/Boa/Images/Modules/wxMDIChildFrame_s.bmp
share/Boa/Images/Modules/wxMDIParentFrame_s.bmp
share/Boa/Images/Modules/wxMiniFrame_s.bmp
share/Boa/Images/Palette/CommonDialog.bmp
share/Boa/Images/Palette/Component.bmp
share/Boa/Images/Palette/Gray/Component.bmp
share/Boa/Images/Palette/Gray/Module.bmp
share/Boa/Images/Palette/Gray/Package.bmp
share/Boa/Images/Palette/Gray/Text.bmp
share/Boa/Images/Palette/Gray/wxAcceleratorTable.bmp
share/Boa/Images/Palette/Gray/wxApp.bmp
share/Boa/Images/Palette/Gray/wxBitmapButton.bmp
share/Boa/Images/Palette/Gray/wxButton.bmp
share/Boa/Images/Palette/Gray/wxCalendarCtrl.bmp
share/Boa/Images/Palette/Gray/wxCheckBox.bmp
share/Boa/Images/Palette/Gray/wxCheckListBox.bmp
share/Boa/Images/Palette/Gray/wxChoice.bmp
share/Boa/Images/Palette/Gray/wxColorDialog.bmp
share/Boa/Images/Palette/Gray/wxComboBox.bmp
share/Boa/Images/Palette/Gray/wxDialog.bmp
share/Boa/Images/Palette/Gray/wxDirDialog.bmp
share/Boa/Images/Palette/Gray/wxDropTarget.bmp
share/Boa/Images/Palette/Gray/wxFileDialog.bmp
share/Boa/Images/Palette/Gray/wxFileDropTarget.bmp
share/Boa/Images/Palette/Gray/wxFontDialog.bmp
share/Boa/Images/Palette/Gray/wxFrame.bmp
share/Boa/Images/Palette/Gray/wxGauge.bmp
share/Boa/Images/Palette/Gray/wxGenBitmapButton.bmp
share/Boa/Images/Palette/Gray/wxGenBitmapToggleButton.bmp
share/Boa/Images/Palette/Gray/wxGenButton.bmp
share/Boa/Images/Palette/Gray/wxGenToggleButton.bmp
share/Boa/Images/Palette/Gray/wxGrid.bmp
share/Boa/Images/Palette/Gray/wxHtmlWindow.bmp
share/Boa/Images/Palette/Gray/wxImageList.bmp
share/Boa/Images/Palette/Gray/wxListBox.bmp
share/Boa/Images/Palette/Gray/wxListCtrl.bmp
share/Boa/Images/Palette/Gray/wxMDIChildFrame.bmp
share/Boa/Images/Palette/Gray/wxMDIParentFrame.bmp
share/Boa/Images/Palette/Gray/wxMainMenu.bmp
share/Boa/Images/Palette/Gray/wxMenu.bmp
share/Boa/Images/Palette/Gray/wxMenuBar.bmp
share/Boa/Images/Palette/Gray/wxMessageDialog.bmp
share/Boa/Images/Palette/Gray/wxMiniFrame.bmp
share/Boa/Images/Palette/Gray/wxNoteBook.bmp
share/Boa/Images/Palette/Gray/wxOpenDialog.bmp
share/Boa/Images/Palette/Gray/wxPageSetupDialog.bmp
share/Boa/Images/Palette/Gray/wxPanel.bmp
share/Boa/Images/Palette/Gray/wxPrintDialog.bmp
share/Boa/Images/Palette/Gray/wxRadioBox.bmp
share/Boa/Images/Palette/Gray/wxRadioButton.bmp
share/Boa/Images/Palette/Gray/wxSashLayoutWindow.bmp
share/Boa/Images/Palette/Gray/wxSashWindow.bmp
share/Boa/Images/Palette/Gray/wxScrollBar.bmp
share/Boa/Images/Palette/Gray/wxScrolledWindow.bmp
share/Boa/Images/Palette/Gray/wxSingleChoiceDialog.bmp
share/Boa/Images/Palette/Gray/wxSlider.bmp
share/Boa/Images/Palette/Gray/wxSpinButton.bmp
share/Boa/Images/Palette/Gray/wxSpinCtrl.bmp
share/Boa/Images/Palette/Gray/wxSplitterWindow.bmp
share/Boa/Images/Palette/Gray/wxStaticBitmap.bmp
share/Boa/Images/Palette/Gray/wxStaticBox.bmp
share/Boa/Images/Palette/Gray/wxStaticLine.bmp
share/Boa/Images/Palette/Gray/wxStaticText.bmp
share/Boa/Images/Palette/Gray/wxStatusBar.bmp
share/Boa/Images/Palette/Gray/wxStyledTextCtrl.bmp
share/Boa/Images/Palette/Gray/wxTextCtrl.bmp
share/Boa/Images/Palette/Gray/wxTextDropTarget.bmp
share/Boa/Images/Palette/Gray/wxTextEntryDialog.bmp
share/Boa/Images/Palette/Gray/wxTimer.bmp
share/Boa/Images/Palette/Gray/wxToolbar.bmp
share/Boa/Images/Palette/Gray/wxTreeCtrl.bmp
share/Boa/Images/Palette/Module.bmp
share/Boa/Images/Palette/Package.bmp
share/Boa/Images/Palette/Text.bmp
share/Boa/Images/Palette/wxAcceleratorTable.bmp
share/Boa/Images/Palette/wxApp.bmp
share/Boa/Images/Palette/wxBitmapButton.bmp
share/Boa/Images/Palette/wxButton.bmp
share/Boa/Images/Palette/wxCalendarCtrl.bmp
share/Boa/Images/Palette/wxCheckBox.bmp
share/Boa/Images/Palette/wxCheckListBox.bmp
share/Boa/Images/Palette/wxChoice.bmp
share/Boa/Images/Palette/wxColorDialog.bmp
share/Boa/Images/Palette/wxComboBox.bmp
share/Boa/Images/Palette/wxDialog.bmp
share/Boa/Images/Palette/wxDirDialog.bmp
share/Boa/Images/Palette/wxFileDialog.bmp
share/Boa/Images/Palette/wxFileDropTarget.bmp
share/Boa/Images/Palette/wxFontDialog.bmp
share/Boa/Images/Palette/wxFrame.bmp
share/Boa/Images/Palette/wxGauge.bmp
share/Boa/Images/Palette/wxGenBitmapButton.bmp
share/Boa/Images/Palette/wxGenBitmapToggleButton.bmp
share/Boa/Images/Palette/wxGenButton.bmp
share/Boa/Images/Palette/wxGenToggleButton.bmp
share/Boa/Images/Palette/wxGrid.bmp
share/Boa/Images/Palette/wxHtmlWindow.bmp
share/Boa/Images/Palette/wxImageList.bmp
share/Boa/Images/Palette/wxListBox.bmp
share/Boa/Images/Palette/wxListCtrl.bmp
share/Boa/Images/Palette/wxMDIChildFrame.bmp
share/Boa/Images/Palette/wxMDIParentFrame.bmp
share/Boa/Images/Palette/wxMenu.bmp
share/Boa/Images/Palette/wxMenuBar.bmp
share/Boa/Images/Palette/wxMessageDialog.bmp
share/Boa/Images/Palette/wxMiniFrame.bmp
share/Boa/Images/Palette/wxNotebook.bmp
share/Boa/Images/Palette/wxOGL.bmp
share/Boa/Images/Palette/wxPageSetupDialog.bmp
share/Boa/Images/Palette/wxPanel.bmp
share/Boa/Images/Palette/wxPrintDialog.bmp
share/Boa/Images/Palette/wxRadioBox.bmp
share/Boa/Images/Palette/wxRadioButton.bmp
share/Boa/Images/Palette/wxSashLayoutWindow.bmp
share/Boa/Images/Palette/wxSashWindow.bmp
share/Boa/Images/Palette/wxScrollBar.bmp
share/Boa/Images/Palette/wxScrolledWindow.bmp
share/Boa/Images/Palette/wxSingleChoiceDialog.bmp
share/Boa/Images/Palette/wxSlider.bmp
share/Boa/Images/Palette/wxSpinButton.bmp
share/Boa/Images/Palette/wxSpinCtrl.bmp
share/Boa/Images/Palette/wxSplitterWindow.bmp
share/Boa/Images/Palette/wxStaticBitmap.bmp
share/Boa/Images/Palette/wxStaticBox.bmp
share/Boa/Images/Palette/wxStaticLine.bmp
share/Boa/Images/Palette/wxStaticText.bmp
share/Boa/Images/Palette/wxStatusBar.bmp
share/Boa/Images/Palette/wxStyledTextCtrl.bmp
share/Boa/Images/Palette/wxTextCtrl.bmp
share/Boa/Images/Palette/wxTextDropTarget.bmp
share/Boa/Images/Palette/wxTextEntryDialog.bmp
share/Boa/Images/Palette/wxTimer.bmp
share/Boa/Images/Palette/wxToolBar.bmp
share/Boa/Images/Palette/wxTreeCtrl.bmp
share/Boa/Images/Shared/Boa.jpg
share/Boa/Images/Shared/BoaLogo.bmp
share/Boa/Images/Shared/ClassBrowser.bmp
share/Boa/Images/Shared/CloseWindow.bmp
share/Boa/Images/Shared/Copy.bmp
share/Boa/Images/Shared/Cut.bmp
share/Boa/Images/Shared/Cyclops.bmp
share/Boa/Images/Shared/Delete.bmp
share/Boa/Images/Shared/DeleteItem.bmp
share/Boa/Images/Shared/Designer.bmp
share/Boa/Images/Shared/Editor.bmp
share/Boa/Images/Shared/Find.bmp
share/Boa/Images/Shared/FindAgain.bmp
share/Boa/Images/Shared/Help.bmp
share/Boa/Images/Shared/Home.bmp
share/Boa/Images/Shared/Inspector.bmp
share/Boa/Images/Shared/NewItem.bmp
share/Boa/Images/Shared/Next.bmp
share/Boa/Images/Shared/Paste.bmp
share/Boa/Images/Shared/Preferences.bmp
share/Boa/Images/Shared/Previous.bmp
share/Boa/Images/Shared/Print.bmp
share/Boa/Images/Shared/PythonHelp.bmp
share/Boa/Images/Shared/Redo.bmp
share/Boa/Images/Shared/Undo.bmp
share/Boa/Images/Shared/cancel.bmp
share/Boa/Images/Shared/down.bmp
share/Boa/Images/Shared/ellipsis.bmp
share/Boa/Images/Shared/open.bmp
share/Boa/Images/Shared/post.bmp
share/Boa/Images/Shared/up.bmp
share/Boa/Images/Shared/wxWinHelp.bmp
share/Boa/Images/Views/Explore/attribute.bmp
share/Boa/Images/Views/Explore/class.bmp
share/Boa/Images/Views/Explore/event.bmp
share/Boa/Images/Views/Explore/function.bmp
share/Boa/Images/Views/Explore/method.bmp
share/Boa/Images/Views/Hierarchy/inherit.bmp
share/Boa/Images/Views/Hierarchy/inherit2.bmp
share/Boa/Images/Views/Hierarchy/inherit_base.bmp
share/Boa/Images/Views/Hierarchy/inherit_outside.bmp
share/Boa/Images/Zope/ControlPanel_icon.bmp
share/Boa/Images/Zope/Folder_icon.bmp
share/Boa/Images/Zope/Image_icon.bmp
share/Boa/Images/Zope/InstalledProduct_icon.bmp
share/Boa/Images/Zope/ProductFolder_icon.bmp
share/Boa/Images/Zope/System_obj.bmp
share/Boa/Images/Zope/UserFolder_icon.bmp
share/Boa/Images/Zope/Zope_connection.bmp
share/Boa/Images/Zope/close.bmp
share/Boa/Images/Zope/copy_url.bmp
share/Boa/Images/Zope/delete.bmp
share/Boa/Images/Zope/download.bmp
share/Boa/Images/Zope/dtmldoc.bmp
share/Boa/Images/Zope/new.bmp
share/Boa/Images/Zope/new_connection.bmp
share/Boa/Images/Zope/new_doc.bmp
share/Boa/Images/Zope/new_folder.bmp
share/Boa/Images/Zope/open.bmp
share/Boa/Images/Zope/upload.bmp
share/Boa/Images/Zope/upload_doc.bmp
share/Boa/Images/Zope/upload_new_doc.bmp
share/Boa/Infofields.py
share/Boa/Infofields.pyc
share/Boa/Infofields.pyo
share/Boa/Inspector.py
share/Boa/Inspector.pyc
share/Boa/Inspector.pyo
share/Boa/Inspector.umllay
share/Boa/Palette.py
share/Boa/Palette.pyc
share/Boa/Palette.pyo
share/Boa/Palette.umllay
share/Boa/PaletteMapping.py
share/Boa/PaletteMapping.pyc
share/Boa/PaletteMapping.pyo
share/Boa/PhonyApp.py
share/Boa/PhonyApp.pyc
share/Boa/PhonyApp.pyo
share/Boa/Preferences.py
share/Boa/Preferences.pyc
share/Boa/Preferences.pyo
share/Boa/PrefsGTK.py
share/Boa/PrefsGTK.pyc
share/Boa/PrefsGTK.pyo
share/Boa/PrefsKeys.py
share/Boa/PrefsKeys.pyc
share/Boa/PrefsKeys.pyo
share/Boa/PrefsMSW.py
share/Boa/PrefsMSW.pyc
share/Boa/PrefsMSW.pyo
share/Boa/PropEdit/Enumerations.py
share/Boa/PropEdit/Enumerations.pyc
share/Boa/PropEdit/Enumerations.pyo
share/Boa/PropEdit/InspectorEditorControls.py
share/Boa/PropEdit/InspectorEditorControls.pyc
share/Boa/PropEdit/InspectorEditorControls.pyo
share/Boa/PropEdit/PropertyEditors.py
share/Boa/PropEdit/PropertyEditors.pyc
share/Boa/PropEdit/PropertyEditors.pyo
share/Boa/PropEdit/__init__.py
share/Boa/PropEdit/__init__.pyc
share/Boa/PropEdit/__init__.pyo
share/Boa/README.TXT
share/Boa/RTTI.py
share/Boa/RTTI.pyc
share/Boa/RTTI.pyo
share/Boa/RunCyclops.py
share/Boa/RunCyclops.pyc
share/Boa/RunCyclops.pyo
share/Boa/Scripts/BuildImage.py
share/Boa/Scripts/BuildImage.pyc
share/Boa/Scripts/BuildImage.pyo
share/Boa/Scripts/HelpScrpt.py
share/Boa/Scripts/HelpScrpt.pyc
share/Boa/Scripts/HelpScrpt.pyo
share/Boa/Search.py
share/Boa/Search.pyc
share/Boa/Search.pyo
share/Boa/ShellEditor.py
share/Boa/ShellEditor.pyc
share/Boa/ShellEditor.pyo
share/Boa/Todo.txt
share/Boa/Utils.py
share/Boa/Utils.pyc
share/Boa/Utils.pyo
share/Boa/Views/AppViews.py
share/Boa/Views/AppViews.pyc
share/Boa/Views/AppViews.pyo
share/Boa/Views/CollectionEdit.py
share/Boa/Views/CollectionEdit.pyc
share/Boa/Views/CollectionEdit.pyo
share/Boa/Views/DataView.py
share/Boa/Views/DataView.pyc
share/Boa/Views/DataView.pyo
share/Boa/Views/Designer.py
share/Boa/Views/Designer.pyc
share/Boa/Views/Designer.pyo
share/Boa/Views/DiffView.py
share/Boa/Views/DiffView.pyc
share/Boa/Views/DiffView.pyo
share/Boa/Views/EditorViews.py
share/Boa/Views/EditorViews.pyc
share/Boa/Views/EditorViews.pyo
share/Boa/Views/OGLViews.py
share/Boa/Views/OGLViews.pyc
share/Boa/Views/OGLViews.pyo
share/Boa/Views/OGLViews.umllay
share/Boa/Views/ProfileView.py
share/Boa/Views/ProfileView.pyc
share/Boa/Views/ProfileView.pyo
share/Boa/Views/PySourceView.py
share/Boa/Views/PySourceView.pyc
share/Boa/Views/PySourceView.pyo
share/Boa/Views/SelectionTags.py
share/Boa/Views/SelectionTags.pyc
share/Boa/Views/SelectionTags.pyo
share/Boa/Views/StyledTextCtrls.py
share/Boa/Views/StyledTextCtrls.pyc
share/Boa/Views/StyledTextCtrls.pyo
share/Boa/Views/__init__.py
share/Boa/Views/__init__.pyc
share/Boa/Views/__init__.pyo
share/Boa/Zope/ImageViewer.py
share/Boa/Zope/ImageViewer.pyc
share/Boa/Zope/ImageViewer.pyo
share/Boa/Zope/LoginDialog.py
share/Boa/Zope/LoginDialog.pyc
share/Boa/Zope/LoginDialog.pyo
share/Boa/Zope/ZopeFTP.py
share/Boa/Zope/ZopeFTP.pyc
share/Boa/Zope/ZopeFTP.pyo
share/Boa/Zope/__init__.py
share/Boa/Zope/__init__.pyc
share/Boa/Zope/__init__.pyo
share/Boa/Zope/index_html
share/Boa/__version__.py
share/Boa/__version__.pyc
share/Boa/__version__.pyo
share/Boa/data/showTips
share/Boa/data/tips.txt
share/Boa/methodparse.py
share/Boa/methodparse.pyc
share/Boa/methodparse.pyo
share/Boa/moduleparse.py
share/Boa/moduleparse.pyc
share/Boa/moduleparse.pyo
share/Boa/properties.py
share/Boa/properties.pyc
share/Boa/properties.pyo
share/Boa/relpath.py
share/Boa/relpath.pyc
share/Boa/relpath.pyo
share/Boa/sender.py
share/Boa/sender.pyc
share/Boa/sender.pyo
@dirrm share/Boa/data
@dirrm share/Boa/Zope
@dirrm share/Boa/Views
@dirrm share/Boa/Scripts
@dirrm share/Boa/PropEdit
@dirrm share/Boa/Images/Zope
@dirrm share/Boa/Images/Views/Hierarchy
@dirrm share/Boa/Images/Views/Explore
@dirrm share/Boa/Images/Views
@dirrm share/Boa/Images/Shared
@dirrm share/Boa/Images/Palette/Gray
@dirrm share/Boa/Images/Palette
@dirrm share/Boa/Images/Modules
@dirrm share/Boa/Images/Inspector
@dirrm share/Boa/Images/Icons
@dirrm share/Boa/Images/Editors/Collection
@dirrm share/Boa/Images/Editors
@dirrm share/Boa/Images/Editor
@dirrm share/Boa/Images/Debug
@dirrm share/Boa/Images/CvsPics
@dirrm share/Boa/Images
@dirrm share/Boa/ExternalLib
@dirrm share/Boa/Docs
@dirrm share/Boa/Companions
@dirrm share/Boa