diff options
author | drochner <drochner> | 2004-08-27 15:07:11 +0000 |
---|---|---|
committer | drochner <drochner> | 2004-08-27 15:07:11 +0000 |
commit | d339e3c1e20a2c4fafe32995dc54bd9625d184c4 (patch) | |
tree | 1c0ed79f0b4d716e3617db557e28449cb34485ec | |
parent | d93c3dc778403b3d2651436393e8f353ecfb1491 (diff) | |
download | pkgsrc-d339e3c1e20a2c4fafe32995dc54bd9625d184c4.tar.gz |
import boaconstructor-0.2.3, a Python IDE and interface builder,
based on wxGTK
still beta quality, but looks promising
-rw-r--r-- | devel/boaconstructor/DESCR | 6 | ||||
-rw-r--r-- | devel/boaconstructor/Makefile | 34 | ||||
-rw-r--r-- | devel/boaconstructor/PLIST | 804 | ||||
-rw-r--r-- | devel/boaconstructor/distinfo | 4 | ||||
-rw-r--r-- | devel/boaconstructor/files/Boa.sh | 3 |
5 files changed, 851 insertions, 0 deletions
diff --git a/devel/boaconstructor/DESCR b/devel/boaconstructor/DESCR new file mode 100644 index 00000000000..b05854b74d0 --- /dev/null +++ b/devel/boaconstructor/DESCR @@ -0,0 +1,6 @@ +Boa Constructor is a cross platform Python IDE and wxPython GUI Builder. +It offers visual frame creation and manipulation, an object inspector, many +views on the source like object browsers, inheritance hierarchies, doc string +generated html documentation, an advanced debugger and integrated help. +Zope support: Object creation and editing. Cut, copy, paste, import and export. +Property creation and editing in the Inspector and Python Script debugging. diff --git a/devel/boaconstructor/Makefile b/devel/boaconstructor/Makefile new file mode 100644 index 00000000000..613c5e8c7ac --- /dev/null +++ b/devel/boaconstructor/Makefile @@ -0,0 +1,34 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/08/27 15:07:11 drochner Exp $ +# + +DISTNAME= boa-constructor-0.2.3.src +PKGNAME= boaconstructor-0.2.3 +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=boa-constructor/} +EXTRACT_SUFX= .zip + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://boa-constructor.sourceforge.net/ +COMMENT= Python IDE + +WRKSRC= ${WRKDIR}/boa-constructor-0.2.3 +EXTRACT_CMD_OPTS.zip= -aqo +USE_BUILDLINK3= yes +PYTHON_VERSIONS_ACCEPTED= 23pth + +BOADIR= ${PREFIX}/share/boa-constructor-0.2.3 +SEDSUBST= -e "s|@PYTHONBIN@|${PYTHONBIN}|" +SEDSUBST+= -e "s|@PREFIX@|${PREFIX}|" + +do-build: + ${SED} ${SEDSUBST} <${FILESDIR}/Boa.sh >${WRKDIR}/Boa + +do-install: + ${MKDIR} ${BOADIR} + cd ${WRKSRC} && ${PAX} -rw . ${BOADIR} + ${CHMOD} -R go-w ${BOADIR} + ${INSTALL_SCRIPT} ${WRKDIR}/Boa ${PREFIX}/bin + +.include "../../lang/python/application.mk" +.include "../../x11/py-wxWindows/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/boaconstructor/PLIST b/devel/boaconstructor/PLIST new file mode 100644 index 00000000000..d679f313245 --- /dev/null +++ b/devel/boaconstructor/PLIST @@ -0,0 +1,804 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/08/27 15:07:12 drochner Exp $ +bin/Boa +share/boa-constructor-${PKGVERSION}/About.py +share/boa-constructor-${PKGVERSION}/AppModuleProps.py +share/boa-constructor-${PKGVERSION}/Boa.py +share/boa-constructor-${PKGVERSION}/Boa.pyw +share/boa-constructor-${PKGVERSION}/Browse.py +share/boa-constructor-${PKGVERSION}/Bugs.txt +share/boa-constructor-${PKGVERSION}/Changes.txt +share/boa-constructor-${PKGVERSION}/ClassBrowser.py +share/boa-constructor-${PKGVERSION}/Companions/BaseCompanions.py +share/boa-constructor-${PKGVERSION}/Companions/BasicCompanions.py +share/boa-constructor-${PKGVERSION}/Companions/ButtonCompanions.py +share/boa-constructor-${PKGVERSION}/Companions/ComCompanions.py +share/boa-constructor-${PKGVERSION}/Companions/Companions.py +share/boa-constructor-${PKGVERSION}/Companions/Constructors.py +share/boa-constructor-${PKGVERSION}/Companions/ContainerCompanions.py +share/boa-constructor-${PKGVERSION}/Companions/DialogCompanions.py +share/boa-constructor-${PKGVERSION}/Companions/EventCollections.py +share/boa-constructor-${PKGVERSION}/Companions/FrameCompanions.py +share/boa-constructor-${PKGVERSION}/Companions/GizmoCompanions.py +share/boa-constructor-${PKGVERSION}/Companions/ListCompanions.py +share/boa-constructor-${PKGVERSION}/Companions/UtilCompanions.py +share/boa-constructor-${PKGVERSION}/Companions/__init__.py +share/boa-constructor-${PKGVERSION}/Credits.txt +share/boa-constructor-${PKGVERSION}/Debugger/BoaDebugServer.py +share/boa-constructor-${PKGVERSION}/Debugger/Breakpoint.py +share/boa-constructor-${PKGVERSION}/Debugger/ChildProcessClient.py +share/boa-constructor-${PKGVERSION}/Debugger/ChildProcessServer.py +share/boa-constructor-${PKGVERSION}/Debugger/ChildProcessServerStart.py +share/boa-constructor-${PKGVERSION}/Debugger/DebugClient.py +share/boa-constructor-${PKGVERSION}/Debugger/Debugger.py +share/boa-constructor-${PKGVERSION}/Debugger/DebuggerControls.py +share/boa-constructor-${PKGVERSION}/Debugger/InProcessClient.py +share/boa-constructor-${PKGVERSION}/Debugger/IsolatedDebugger.py +share/boa-constructor-${PKGVERSION}/Debugger/RemoteClient.py +share/boa-constructor-${PKGVERSION}/Debugger/RemoteDialog.py +share/boa-constructor-${PKGVERSION}/Debugger/RemoteServer.py +share/boa-constructor-${PKGVERSION}/Debugger/Tasks.py +share/boa-constructor-${PKGVERSION}/Debugger/ZopeBreakpoint.zip +share/boa-constructor-${PKGVERSION}/Debugger/ZopeScriptDebugServer.py +share/boa-constructor-${PKGVERSION}/Debugger/__init__.py +share/boa-constructor-${PKGVERSION}/Debugger/test.py +share/boa-constructor-${PKGVERSION}/Debugger/testrpc.py +share/boa-constructor-${PKGVERSION}/Docs/boa/apphelp/Anchors.jpg +share/boa-constructor-${PKGVERSION}/Docs/boa/apphelp/AnchorsStretched.jpg +share/boa-constructor-${PKGVERSION}/Docs/boa/apphelp/Boa.jpg +share/boa-constructor-${PKGVERSION}/Docs/boa/apphelp/CVS.html +share/boa-constructor-${PKGVERSION}/Docs/boa/apphelp/CVSFolder.jpg +share/boa-constructor-${PKGVERSION}/Docs/boa/apphelp/CommandLine.html +share/boa-constructor-${PKGVERSION}/Docs/boa/apphelp/ComponentNotes.html +share/boa-constructor-${PKGVERSION}/Docs/boa/apphelp/Debug.jpg +share/boa-constructor-${PKGVERSION}/Docs/boa/apphelp/DebugBrowse.png +share/boa-constructor-${PKGVERSION}/Docs/boa/apphelp/DebugFullSpeed.png +share/boa-constructor-${PKGVERSION}/Docs/boa/apphelp/Debugger.html +share/boa-constructor-${PKGVERSION}/Docs/boa/apphelp/Debugger.jpg +share/boa-constructor-${PKGVERSION}/Docs/boa/apphelp/Designer-small.jpg +share/boa-constructor-${PKGVERSION}/Docs/boa/apphelp/Designer.html +share/boa-constructor-${PKGVERSION}/Docs/boa/apphelp/Designer.jpg +share/boa-constructor-${PKGVERSION}/Docs/boa/apphelp/Editor.html +share/boa-constructor-${PKGVERSION}/Docs/boa/apphelp/Editor.jpg +share/boa-constructor-${PKGVERSION}/Docs/boa/apphelp/Explorer.html +share/boa-constructor-${PKGVERSION}/Docs/boa/apphelp/ExtendingBoa.html +share/boa-constructor-${PKGVERSION}/Docs/boa/apphelp/Glossary.html +share/boa-constructor-${PKGVERSION}/Docs/boa/apphelp/Help.html +share/boa-constructor-${PKGVERSION}/Docs/boa/apphelp/Help.jpg +share/boa-constructor-${PKGVERSION}/Docs/boa/apphelp/Inspector.html +share/boa-constructor-${PKGVERSION}/Docs/boa/apphelp/Inspector.jpg +share/boa-constructor-${PKGVERSION}/Docs/boa/apphelp/Keys.html +share/boa-constructor-${PKGVERSION}/Docs/boa/apphelp/LayoutAnchors.html +share/boa-constructor-${PKGVERSION}/Docs/boa/apphelp/MixingSource.html +share/boa-constructor-${PKGVERSION}/Docs/boa/apphelp/NonASCII.html +share/boa-constructor-${PKGVERSION}/Docs/boa/apphelp/Palette.html +share/boa-constructor-${PKGVERSION}/Docs/boa/apphelp/Palette.jpg +share/boa-constructor-${PKGVERSION}/Docs/boa/apphelp/Philosophy.html +share/boa-constructor-${PKGVERSION}/Docs/boa/apphelp/Preferences.html +share/boa-constructor-${PKGVERSION}/Docs/boa/apphelp/RemainingMilestones.html +share/boa-constructor-${PKGVERSION}/Docs/boa/apphelp/ShellDebug.png +share/boa-constructor-${PKGVERSION}/Docs/boa/apphelp/ShellIntegration.html +share/boa-constructor-${PKGVERSION}/Docs/boa/apphelp/WindowLayout.html +share/boa-constructor-${PKGVERSION}/Docs/boa/apphelp/Zope.html +share/boa-constructor-${PKGVERSION}/Docs/boa/apphelp/apphelp.hhc +share/boa-constructor-${PKGVERSION}/Docs/boa/apphelp/apphelp.hhk +share/boa-constructor-${PKGVERSION}/Docs/boa/apphelp/apphelp.hhp +share/boa-constructor-${PKGVERSION}/Docs/boa/apphelp/contents.gif +share/boa-constructor-${PKGVERSION}/Docs/boa/apphelp/dot.gif +share/boa-constructor-${PKGVERSION}/Docs/boa/apphelp/index.html +share/boa-constructor-${PKGVERSION}/Docs/boa/guide/guide.hhc +share/boa-constructor-${PKGVERSION}/Docs/boa/guide/guide.hhk +share/boa-constructor-${PKGVERSION}/Docs/boa/guide/guide.hhp +share/boa-constructor-${PKGVERSION}/Docs/boa/guide/image/Boa1.png +share/boa-constructor-${PKGVERSION}/Docs/boa/guide/image/Boa2.png +share/boa-constructor-${PKGVERSION}/Docs/boa/guide/image/Boa21.png +share/boa-constructor-${PKGVERSION}/Docs/boa/guide/image/Boa22b.png +share/boa-constructor-${PKGVERSION}/Docs/boa/guide/image/Boa23a.png +share/boa-constructor-${PKGVERSION}/Docs/boa/guide/image/Boa23b.png +share/boa-constructor-${PKGVERSION}/Docs/boa/guide/image/Boa23c.png +share/boa-constructor-${PKGVERSION}/Docs/boa/guide/image/Boa23d.png +share/boa-constructor-${PKGVERSION}/Docs/boa/guide/image/Boa24a.png +share/boa-constructor-${PKGVERSION}/Docs/boa/guide/image/Boa24b.png +share/boa-constructor-${PKGVERSION}/Docs/boa/guide/image/Boa24c.png +share/boa-constructor-${PKGVERSION}/Docs/boa/guide/image/Boa24d.png +share/boa-constructor-${PKGVERSION}/Docs/boa/guide/image/Boa24e.png +share/boa-constructor-${PKGVERSION}/Docs/boa/guide/image/Boa24f.png +share/boa-constructor-${PKGVERSION}/Docs/boa/guide/image/Boa25.png +share/boa-constructor-${PKGVERSION}/Docs/boa/guide/image/Boa26.png +share/boa-constructor-${PKGVERSION}/Docs/boa/guide/image/Boa27.png +share/boa-constructor-${PKGVERSION}/Docs/boa/guide/image/Boa3.png +share/boa-constructor-${PKGVERSION}/Docs/boa/guide/image/Boa4.png +share/boa-constructor-${PKGVERSION}/Docs/boa/guide/image/Boa5.png +share/boa-constructor-${PKGVERSION}/Docs/boa/guide/image/Boa6.png +share/boa-constructor-${PKGVERSION}/Docs/boa/guide/image/Boa7.png +share/boa-constructor-${PKGVERSION}/Docs/boa/guide/image/Boa8.png +share/boa-constructor-${PKGVERSION}/Docs/boa/guide/image/Cancel.jpg +share/boa-constructor-${PKGVERSION}/Docs/boa/guide/image/Designer.jpg +share/boa-constructor-${PKGVERSION}/Docs/boa/guide/image/Editor.jpg +share/boa-constructor-${PKGVERSION}/Docs/boa/guide/image/Help.jpg +share/boa-constructor-${PKGVERSION}/Docs/boa/guide/image/Inspector.jpg +share/boa-constructor-${PKGVERSION}/Docs/boa/guide/image/Palette.jpg +share/boa-constructor-${PKGVERSION}/Docs/boa/guide/image/Post.jpg +share/boa-constructor-${PKGVERSION}/Docs/boa/guide/image/Preferences.jpg +share/boa-constructor-${PKGVERSION}/Docs/boa/guide/index.html +share/boa-constructor-${PKGVERSION}/Docs/boa/guide/node1.html +share/boa-constructor-${PKGVERSION}/Docs/boa/guide/node2.html +share/boa-constructor-${PKGVERSION}/Docs/boa/guide/node21.html +share/boa-constructor-${PKGVERSION}/Docs/boa/guide/node22.html +share/boa-constructor-${PKGVERSION}/Docs/boa/guide/node23.html +share/boa-constructor-${PKGVERSION}/Docs/boa/guide/node24.html +share/boa-constructor-${PKGVERSION}/Docs/boa/guide/node25.html +share/boa-constructor-${PKGVERSION}/Docs/boa/guide/node26.html +share/boa-constructor-${PKGVERSION}/Docs/boa/guide/node27.html +share/boa-constructor-${PKGVERSION}/Docs/boa/guide/node3.html +share/boa-constructor-${PKGVERSION}/Docs/boa/guide/node31.html +share/boa-constructor-${PKGVERSION}/Docs/boa/guide/node4.html +share/boa-constructor-${PKGVERSION}/Docs/boa/guide/node5.html +share/boa-constructor-${PKGVERSION}/Docs/boa/guide/node6.html +share/boa-constructor-${PKGVERSION}/Docs/boa/guide/node7.html +share/boa-constructor-${PKGVERSION}/Docs/boa/guide/node8.html +share/boa-constructor-${PKGVERSION}/Docs/boa/icons/blank.gif +share/boa-constructor-${PKGVERSION}/Docs/boa/icons/contents.gif +share/boa-constructor-${PKGVERSION}/Docs/boa/icons/index.gif +share/boa-constructor-${PKGVERSION}/Docs/boa/icons/modules.gif +share/boa-constructor-${PKGVERSION}/Docs/boa/icons/next.gif +share/boa-constructor-${PKGVERSION}/Docs/boa/icons/previous.gif +share/boa-constructor-${PKGVERSION}/Docs/boa/icons/up.gif +share/boa-constructor-${PKGVERSION}/Docs/cache/readme.txt +share/boa-constructor-${PKGVERSION}/Docs/gpl.txt +share/boa-constructor-${PKGVERSION}/Docs/tips.txt +share/boa-constructor-${PKGVERSION}/Docs/wxDocStrings.msh +share/boa-constructor-${PKGVERSION}/Editor.py +share/boa-constructor-${PKGVERSION}/EditorUtils.py +share/boa-constructor-${PKGVERSION}/ErrorStack.py +share/boa-constructor-${PKGVERSION}/ErrorStackFrm.py +share/boa-constructor-${PKGVERSION}/Examples/ContextHelp.py +share/boa-constructor-${PKGVERSION}/Examples/Everything.py +share/boa-constructor-${PKGVERSION}/Examples/advanced/AttrMixins/AttrMixinFrame.py +share/boa-constructor-${PKGVERSION}/Examples/advanced/AttrMixins/AttrMixins.py +share/boa-constructor-${PKGVERSION}/Examples/advanced/CustomClasses/wxFrame1.py +share/boa-constructor-${PKGVERSION}/Examples/advanced/FramePanels/wxApp1.py +share/boa-constructor-${PKGVERSION}/Examples/advanced/FramePanels/wxFrame1.py +share/boa-constructor-${PKGVERSION}/Examples/advanced/FramePanels/wxPanel1.py +share/boa-constructor-${PKGVERSION}/Examples/advanced/FramePanels/wxPanel2.py +share/boa-constructor-${PKGVERSION}/Examples/advanced/FramePanels/wxPanel3.py +share/boa-constructor-${PKGVERSION}/Examples/advanced/SpecialAttributes/wxFrame1.py +share/boa-constructor-${PKGVERSION}/Examples/frames/wxApp1.py +share/boa-constructor-${PKGVERSION}/Examples/frames/wxFrame1.py +share/boa-constructor-${PKGVERSION}/Examples/frames/wxFrame2.py +share/boa-constructor-${PKGVERSION}/Examples/frames/wxFrame3.py +share/boa-constructor-${PKGVERSION}/Examples/i18n.py +share/boa-constructor-${PKGVERSION}/Examples/layout/AnchorsInBoa.py +share/boa-constructor-${PKGVERSION}/Examples/layout/SashLayout.py +share/boa-constructor-${PKGVERSION}/Examples/layout/SizersInBoa.py +share/boa-constructor-${PKGVERSION}/Examples/mdi/wxApp1.py +share/boa-constructor-${PKGVERSION}/Examples/mdi/wxMDIChildFrame1.py +share/boa-constructor-${PKGVERSION}/Examples/mdi/wxMDIParentFrame1.py +share/boa-constructor-${PKGVERSION}/Examples/notebook/wxApp1.py +share/boa-constructor-${PKGVERSION}/Examples/notebook/wxDialog1.py +share/boa-constructor-${PKGVERSION}/Examples/notebook/wxFrame1.py +share/boa-constructor-${PKGVERSION}/Examples/wxGrid.py +share/boa-constructor-${PKGVERSION}/Examples/xrc/wxXrcPanel.py +share/boa-constructor-${PKGVERSION}/Explorer.gtk.cfg +share/boa-constructor-${PKGVERSION}/Explorer.msw.cfg +share/boa-constructor-${PKGVERSION}/Explorers/CVSExplorer.py +share/boa-constructor-${PKGVERSION}/Explorers/CVSResults.py +share/boa-constructor-${PKGVERSION}/Explorers/DAVExplorer.py +share/boa-constructor-${PKGVERSION}/Explorers/EditorExplorer.py +share/boa-constructor-${PKGVERSION}/Explorers/Explorer.py +share/boa-constructor-${PKGVERSION}/Explorers/ExplorerNodes.py +share/boa-constructor-${PKGVERSION}/Explorers/FTPExplorer.py +share/boa-constructor-${PKGVERSION}/Explorers/FileExplorer.py +share/boa-constructor-${PKGVERSION}/Explorers/PrefsExplorer.py +share/boa-constructor-${PKGVERSION}/Explorers/SSHExplorer.py +share/boa-constructor-${PKGVERSION}/Explorers/ZipExplorer.py +share/boa-constructor-${PKGVERSION}/Explorers/__init__.py +share/boa-constructor-${PKGVERSION}/Explorers/scrm.py +share/boa-constructor-${PKGVERSION}/ExternalLib/BasicAuthTransport.py +share/boa-constructor-${PKGVERSION}/ExternalLib/ConfigParser.py +share/boa-constructor-${PKGVERSION}/ExternalLib/Cyclops.py +share/boa-constructor-${PKGVERSION}/ExternalLib/PythonInterpreter.py +share/boa-constructor-${PKGVERSION}/ExternalLib/Signature.py +share/boa-constructor-${PKGVERSION}/ExternalLib/WebDAV/App_Common.py +share/boa-constructor-${PKGVERSION}/ExternalLib/WebDAV/__init__.py +share/boa-constructor-${PKGVERSION}/ExternalLib/WebDAV/client.py +share/boa-constructor-${PKGVERSION}/ExternalLib/WebDAV/common.py +share/boa-constructor-${PKGVERSION}/ExternalLib/WebDAV/httplib.py +share/boa-constructor-${PKGVERSION}/ExternalLib/__init__.py +share/boa-constructor-${PKGVERSION}/ExternalLib/babeliser.py +share/boa-constructor-${PKGVERSION}/ExternalLib/buttons.py +share/boa-constructor-${PKGVERSION}/ExternalLib/ddeconn.py +share/boa-constructor-${PKGVERSION}/ExternalLib/ndiff.py +share/boa-constructor-${PKGVERSION}/ExternalLib/pychecker_custom.py +share/boa-constructor-${PKGVERSION}/ExternalLib/pylint.py +share/boa-constructor-${PKGVERSION}/ExternalLib/reindent.py +share/boa-constructor-${PKGVERSION}/ExternalLib/xmlrpclib.py +share/boa-constructor-${PKGVERSION}/ExternalLib/xmlrpcserver.py +share/boa-constructor-${PKGVERSION}/ExternalLib/zipfile.py +share/boa-constructor-${PKGVERSION}/FileDlg.py +share/boa-constructor-${PKGVERSION}/FindReplaceDlg.py +share/boa-constructor-${PKGVERSION}/FindReplaceEngine.py +share/boa-constructor-${PKGVERSION}/FindResults.py +share/boa-constructor-${PKGVERSION}/GCFrame.py +share/boa-constructor-${PKGVERSION}/HTMLCyclops.py +share/boa-constructor-${PKGVERSION}/HTMLResponse.py +share/boa-constructor-${PKGVERSION}/Help.py +share/boa-constructor-${PKGVERSION}/ImageStore.py +share/boa-constructor-${PKGVERSION}/Images/CvsPics/AFile.png +share/boa-constructor-${PKGVERSION}/Images/CvsPics/Add.png +share/boa-constructor-${PKGVERSION}/Images/CvsPics/AddBinary.png +share/boa-constructor-${PKGVERSION}/Images/CvsPics/BinaryFile.png +share/boa-constructor-${PKGVERSION}/Images/CvsPics/Branch.png +share/boa-constructor-${PKGVERSION}/Images/CvsPics/Commit.png +share/boa-constructor-${PKGVERSION}/Images/CvsPics/ConflictingFile.png +share/boa-constructor-${PKGVERSION}/Images/CvsPics/Diff.png +share/boa-constructor-${PKGVERSION}/Images/CvsPics/Dir.png +share/boa-constructor-${PKGVERSION}/Images/CvsPics/File.png +share/boa-constructor-${PKGVERSION}/Images/CvsPics/IgnoredDir.png +share/boa-constructor-${PKGVERSION}/Images/CvsPics/IgnoredFile.png +share/boa-constructor-${PKGVERSION}/Images/CvsPics/Log.png +share/boa-constructor-${PKGVERSION}/Images/CvsPics/MissingDir.png +share/boa-constructor-${PKGVERSION}/Images/CvsPics/MissingFile.png +share/boa-constructor-${PKGVERSION}/Images/CvsPics/ModifiedBinaryFile.png +share/boa-constructor-${PKGVERSION}/Images/CvsPics/ModifiedDir.png +share/boa-constructor-${PKGVERSION}/Images/CvsPics/ModifiedFile.png +share/boa-constructor-${PKGVERSION}/Images/CvsPics/Remove.png +share/boa-constructor-${PKGVERSION}/Images/CvsPics/Status.png +share/boa-constructor-${PKGVERSION}/Images/CvsPics/Tag.png +share/boa-constructor-${PKGVERSION}/Images/CvsPics/UnknownDir.png +share/boa-constructor-${PKGVERSION}/Images/CvsPics/UnknownFile.png +share/boa-constructor-${PKGVERSION}/Images/CvsPics/Untag.png +share/boa-constructor-${PKGVERSION}/Images/CvsPics/Update.png +share/boa-constructor-${PKGVERSION}/Images/Debug/Blank.png +share/boa-constructor-${PKGVERSION}/Images/Debug/Breakpoint-blue.png +share/boa-constructor-${PKGVERSION}/Images/Debug/Breakpoint-cyan.png +share/boa-constructor-${PKGVERSION}/Images/Debug/Breakpoint-gray.png +share/boa-constructor-${PKGVERSION}/Images/Debug/Breakpoint-green.png +share/boa-constructor-${PKGVERSION}/Images/Debug/Breakpoint-magenta.png +share/boa-constructor-${PKGVERSION}/Images/Debug/Breakpoint-red.png +share/boa-constructor-${PKGVERSION}/Images/Debug/Breakpoint-yellow.png +share/boa-constructor-${PKGVERSION}/Images/Debug/Breakpoints.png +share/boa-constructor-${PKGVERSION}/Images/Debug/Compile.png +share/boa-constructor-${PKGVERSION}/Images/Debug/Debug.png +share/boa-constructor-${PKGVERSION}/Images/Debug/DebugBrowse.png +share/boa-constructor-${PKGVERSION}/Images/Debug/DebugFullSpeed.png +share/boa-constructor-${PKGVERSION}/Images/Debug/Err.png +share/boa-constructor-${PKGVERSION}/Images/Debug/Globals.png +share/boa-constructor-${PKGVERSION}/Images/Debug/Locals.png +share/boa-constructor-${PKGVERSION}/Images/Debug/Out.png +share/boa-constructor-${PKGVERSION}/Images/Debug/Output.png +share/boa-constructor-${PKGVERSION}/Images/Debug/Over.png +share/boa-constructor-${PKGVERSION}/Images/Debug/Pause.png +share/boa-constructor-${PKGVERSION}/Images/Debug/Profile.png +share/boa-constructor-${PKGVERSION}/Images/Debug/Run.png +share/boa-constructor-${PKGVERSION}/Images/Debug/RunApp.png +share/boa-constructor-${PKGVERSION}/Images/Debug/ShellDebug.png +share/boa-constructor-${PKGVERSION}/Images/Debug/SourceTrace-Off.png +share/boa-constructor-${PKGVERSION}/Images/Debug/SplitOrient.png +share/boa-constructor-${PKGVERSION}/Images/Debug/Stack.png +share/boa-constructor-${PKGVERSION}/Images/Debug/Step.png +share/boa-constructor-${PKGVERSION}/Images/Debug/Stop.png +share/boa-constructor-${PKGVERSION}/Images/Debug/Watches.png +share/boa-constructor-${PKGVERSION}/Images/Editor/AddToApp.png +share/boa-constructor-${PKGVERSION}/Images/Editor/Callees.png +share/boa-constructor-${PKGVERSION}/Images/Editor/Callers.png +share/boa-constructor-${PKGVERSION}/Images/Editor/Close.png +share/boa-constructor-${PKGVERSION}/Images/Editor/CloseView.png +share/boa-constructor-${PKGVERSION}/Images/Editor/Explorer.png +share/boa-constructor-${PKGVERSION}/Images/Editor/GotoLine.png +share/boa-constructor-${PKGVERSION}/Images/Editor/Imports.png +share/boa-constructor-${PKGVERSION}/Images/Editor/Open.png +share/boa-constructor-${PKGVERSION}/Images/Editor/OpenAll.png +share/boa-constructor-${PKGVERSION}/Images/Editor/OpenFromApp.png +share/boa-constructor-${PKGVERSION}/Images/Editor/RecentFiles.png +share/boa-constructor-${PKGVERSION}/Images/Editor/Refresh.png +share/boa-constructor-${PKGVERSION}/Images/Editor/RemoveFromApp.png +share/boa-constructor-${PKGVERSION}/Images/Editor/RunToCursor.png +share/boa-constructor-${PKGVERSION}/Images/Editor/Save.png +share/boa-constructor-${PKGVERSION}/Images/Editor/SaveAll.png +share/boa-constructor-${PKGVERSION}/Images/Editor/SaveAs.png +share/boa-constructor-${PKGVERSION}/Images/Editor/Shell.png +share/boa-constructor-${PKGVERSION}/Images/Icons/Bevel.ico +share/boa-constructor-${PKGVERSION}/Images/Icons/Boa.ico +share/boa-constructor-${PKGVERSION}/Images/Icons/ClassBrowser.ico +share/boa-constructor-${PKGVERSION}/Images/Icons/Collection.ico +share/boa-constructor-${PKGVERSION}/Images/Icons/Debug.ico +share/boa-constructor-${PKGVERSION}/Images/Icons/Designer.ico +share/boa-constructor-${PKGVERSION}/Images/Icons/Editor.ico +share/boa-constructor-${PKGVERSION}/Images/Icons/Help.ico +share/boa-constructor-${PKGVERSION}/Images/Icons/Inspector.ico +share/boa-constructor-${PKGVERSION}/Images/Icons/OutputError.ico +share/boa-constructor-${PKGVERSION}/Images/Icons/PythonHelp.ico +share/boa-constructor-${PKGVERSION}/Images/Icons/wxWinHelp.ico +share/boa-constructor-${PKGVERSION}/Images/Inspector/Cancel.png +share/boa-constructor-${PKGVERSION}/Images/Inspector/Post.png +share/boa-constructor-${PKGVERSION}/Images/Inspector/Up.png +share/boa-constructor-${PKGVERSION}/Images/Inspector/wxNullBitmap.png +share/boa-constructor-${PKGVERSION}/Images/Modules/Bitmap_s.png +share/boa-constructor-${PKGVERSION}/Images/Modules/Config_s.png +share/boa-constructor-${PKGVERSION}/Images/Modules/Cpp_s.png +share/boa-constructor-${PKGVERSION}/Images/Modules/DAVNetDrive_s.png +share/boa-constructor-${PKGVERSION}/Images/Modules/DriveFolder_s.png +share/boa-constructor-${PKGVERSION}/Images/Modules/Drive_s.png +share/boa-constructor-${PKGVERSION}/Images/Modules/Editor_s.png +share/boa-constructor-${PKGVERSION}/Images/Modules/FTPNetDrive_s.png +share/boa-constructor-${PKGVERSION}/Images/Modules/FolderBookmark_s.png +share/boa-constructor-${PKGVERSION}/Images/Modules/FolderOpen_s.png +share/boa-constructor-${PKGVERSION}/Images/Modules/FolderUp_s.png +share/boa-constructor-${PKGVERSION}/Images/Modules/Folder_cyan.png +share/boa-constructor-${PKGVERSION}/Images/Modules/Folder_cyan_s.png +share/boa-constructor-${PKGVERSION}/Images/Modules/Folder_green_s.png +share/boa-constructor-${PKGVERSION}/Images/Modules/Folder_s.png +share/boa-constructor-${PKGVERSION}/Images/Modules/InfoBlock.png +share/boa-constructor-${PKGVERSION}/Images/Modules/InternalFile_s.png +share/boa-constructor-${PKGVERSION}/Images/Modules/InvisibleFolder_s.png +share/boa-constructor-${PKGVERSION}/Images/Modules/Module_s.png +share/boa-constructor-${PKGVERSION}/Images/Modules/NetDrive_s.png +share/boa-constructor-${PKGVERSION}/Images/Modules/OpenEditorModels_s.png +share/boa-constructor-${PKGVERSION}/Images/Modules/Package_s.png +share/boa-constructor-${PKGVERSION}/Images/Modules/PrefsFolder_s.png +share/boa-constructor-${PKGVERSION}/Images/Modules/PythonApplication_s.png +share/boa-constructor-${PKGVERSION}/Images/Modules/PythonBinary_s.png +share/boa-constructor-${PKGVERSION}/Images/Modules/SSHNetDrive_s.png +share/boa-constructor-${PKGVERSION}/Images/Modules/Setup_s.png +share/boa-constructor-${PKGVERSION}/Images/Modules/Text_s.png +share/boa-constructor-${PKGVERSION}/Images/Modules/Unknown_s.png +share/boa-constructor-${PKGVERSION}/Images/Modules/WebDocHTML_s.png +share/boa-constructor-${PKGVERSION}/Images/Modules/WebDocXML_s.png +share/boa-constructor-${PKGVERSION}/Images/Modules/WebDoc_s.png +share/boa-constructor-${PKGVERSION}/Images/Modules/ZipFile_s.png +share/boa-constructor-${PKGVERSION}/Images/Modules/ZopeConn_s.png +share/boa-constructor-${PKGVERSION}/Images/Modules/ZopeExport_s.png +share/boa-constructor-${PKGVERSION}/Images/Modules/wxApp_s.png +share/boa-constructor-${PKGVERSION}/Images/Modules/wxDialog_s.png +share/boa-constructor-${PKGVERSION}/Images/Modules/wxForm_s.png +share/boa-constructor-${PKGVERSION}/Images/Modules/wxFramePanel_s.png +share/boa-constructor-${PKGVERSION}/Images/Modules/wxFrame_s.png +share/boa-constructor-${PKGVERSION}/Images/Modules/wxMDIChildFrame_s.png +share/boa-constructor-${PKGVERSION}/Images/Modules/wxMDIParentFrame_s.png +share/boa-constructor-${PKGVERSION}/Images/Modules/wxMiniFrame_s.png +share/boa-constructor-${PKGVERSION}/Images/Modules/wxPopupTransientWindow_s.png +share/boa-constructor-${PKGVERSION}/Images/Modules/wxPopupWindow_s.png +share/boa-constructor-${PKGVERSION}/Images/Palette/AcrobatPdf.png +share/boa-constructor-${PKGVERSION}/Images/Palette/ComComponent.png +share/boa-constructor-${PKGVERSION}/Images/Palette/ComModule.png +share/boa-constructor-${PKGVERSION}/Images/Palette/CommonDialog.png +share/boa-constructor-${PKGVERSION}/Images/Palette/Component.png +share/boa-constructor-${PKGVERSION}/Images/Palette/Config.png +share/boa-constructor-${PKGVERSION}/Images/Palette/Cpp.png +share/boa-constructor-${PKGVERSION}/Images/Palette/DTMLDocument.png +share/boa-constructor-${PKGVERSION}/Images/Palette/DTMLMethod.png +share/boa-constructor-${PKGVERSION}/Images/Palette/ExternalMethod.png +share/boa-constructor-${PKGVERSION}/Images/Palette/File.png +share/boa-constructor-${PKGVERSION}/Images/Palette/Folder.png +share/boa-constructor-${PKGVERSION}/Images/Palette/GadflyDA.png +share/boa-constructor-${PKGVERSION}/Images/Palette/HTML.png +share/boa-constructor-${PKGVERSION}/Images/Palette/IEWebBrowser.png +share/boa-constructor-${PKGVERSION}/Images/Palette/Image.png +share/boa-constructor-${PKGVERSION}/Images/Palette/MailHost.png +share/boa-constructor-${PKGVERSION}/Images/Palette/MakePy-Dialog.png +share/boa-constructor-${PKGVERSION}/Images/Palette/Module.png +share/boa-constructor-${PKGVERSION}/Images/Palette/Package.png +share/boa-constructor-${PKGVERSION}/Images/Palette/PythonApp.png +share/boa-constructor-${PKGVERSION}/Images/Palette/PythonScript.png +share/boa-constructor-${PKGVERSION}/Images/Palette/SQLMethod.png +share/boa-constructor-${PKGVERSION}/Images/Palette/Setup.png +share/boa-constructor-${PKGVERSION}/Images/Palette/Text.png +share/boa-constructor-${PKGVERSION}/Images/Palette/User.png +share/boa-constructor-${PKGVERSION}/Images/Palette/UserFolder.png +share/boa-constructor-${PKGVERSION}/Images/Palette/Version.png +share/boa-constructor-${PKGVERSION}/Images/Palette/XML.png +share/boa-constructor-${PKGVERSION}/Images/Palette/ZCatalog.png +share/boa-constructor-${PKGVERSION}/Images/Palette/wxAcceleratorTable.png +share/boa-constructor-${PKGVERSION}/Images/Palette/wxApp.png +share/boa-constructor-${PKGVERSION}/Images/Palette/wxBitmapButton.png +share/boa-constructor-${PKGVERSION}/Images/Palette/wxButton.png +share/boa-constructor-${PKGVERSION}/Images/Palette/wxCaret.png +share/boa-constructor-${PKGVERSION}/Images/Palette/wxCheckBox.png +share/boa-constructor-${PKGVERSION}/Images/Palette/wxCheckListBox.png +share/boa-constructor-${PKGVERSION}/Images/Palette/wxChoice.png +share/boa-constructor-${PKGVERSION}/Images/Palette/wxColorDialog.png +share/boa-constructor-${PKGVERSION}/Images/Palette/wxComboBox.png +share/boa-constructor-${PKGVERSION}/Images/Palette/wxContextHelpButton.png +share/boa-constructor-${PKGVERSION}/Images/Palette/wxCursor.png +share/boa-constructor-${PKGVERSION}/Images/Palette/wxDialog.png +share/boa-constructor-${PKGVERSION}/Images/Palette/wxDirDialog.png +share/boa-constructor-${PKGVERSION}/Images/Palette/wxDropTarget.png +share/boa-constructor-${PKGVERSION}/Images/Palette/wxDynamicSashWindow.png +share/boa-constructor-${PKGVERSION}/Images/Palette/wxEditableListBox.png +share/boa-constructor-${PKGVERSION}/Images/Palette/wxFileDialog.png +share/boa-constructor-${PKGVERSION}/Images/Palette/wxFileDropTarget.png +share/boa-constructor-${PKGVERSION}/Images/Palette/wxFontDialog.png +share/boa-constructor-${PKGVERSION}/Images/Palette/wxFrame.png +share/boa-constructor-${PKGVERSION}/Images/Palette/wxFramePanel.png +share/boa-constructor-${PKGVERSION}/Images/Palette/wxGauge.png +share/boa-constructor-${PKGVERSION}/Images/Palette/wxGenBitmapButton.png +share/boa-constructor-${PKGVERSION}/Images/Palette/wxGenBitmapTextButton.png +share/boa-constructor-${PKGVERSION}/Images/Palette/wxGenBitmapTextToggleButton.png +share/boa-constructor-${PKGVERSION}/Images/Palette/wxGenBitmapToggleButton.png +share/boa-constructor-${PKGVERSION}/Images/Palette/wxGenButton.png +share/boa-constructor-${PKGVERSION}/Images/Palette/wxGenToggleButton.png +share/boa-constructor-${PKGVERSION}/Images/Palette/wxGenericDirCtrl.png +share/boa-constructor-${PKGVERSION}/Images/Palette/wxGrid.png +share/boa-constructor-${PKGVERSION}/Images/Palette/wxHtmlWindow.png +share/boa-constructor-${PKGVERSION}/Images/Palette/wxImageList.png +share/boa-constructor-${PKGVERSION}/Images/Palette/wxLEDNumberCtrl.png +share/boa-constructor-${PKGVERSION}/Images/Palette/wxListBox.png +share/boa-constructor-${PKGVERSION}/Images/Palette/wxListCtrl.png +share/boa-constructor-${PKGVERSION}/Images/Palette/wxMDIChildFrame.png +share/boa-constructor-${PKGVERSION}/Images/Palette/wxMDIParentFrame.png +share/boa-constructor-${PKGVERSION}/Images/Palette/wxMainMenu.png +share/boa-constructor-${PKGVERSION}/Images/Palette/wxMenu.png +share/boa-constructor-${PKGVERSION}/Images/Palette/wxMenuBar.png +share/boa-constructor-${PKGVERSION}/Images/Palette/wxMessageDialog.png +share/boa-constructor-${PKGVERSION}/Images/Palette/wxMiniFrame.png +share/boa-constructor-${PKGVERSION}/Images/Palette/wxNotebook.png +share/boa-constructor-${PKGVERSION}/Images/Palette/wxOGL.png +share/boa-constructor-${PKGVERSION}/Images/Palette/wxOpenDialog.png +share/boa-constructor-${PKGVERSION}/Images/Palette/wxPageSetupDialog.png +share/boa-constructor-${PKGVERSION}/Images/Palette/wxPanel.png +share/boa-constructor-${PKGVERSION}/Images/Palette/wxPopupTransientWindow.png +share/boa-constructor-${PKGVERSION}/Images/Palette/wxPopupWindow.png +share/boa-constructor-${PKGVERSION}/Images/Palette/wxPrintDialog.png +share/boa-constructor-${PKGVERSION}/Images/Palette/wxRadioBox.png +share/boa-constructor-${PKGVERSION}/Images/Palette/wxRadioButton.png +share/boa-constructor-${PKGVERSION}/Images/Palette/wxSashLayoutWindow.png +share/boa-constructor-${PKGVERSION}/Images/Palette/wxSashWindow.png +share/boa-constructor-${PKGVERSION}/Images/Palette/wxScrollBar.png +share/boa-constructor-${PKGVERSION}/Images/Palette/wxScrolledWindow.png +share/boa-constructor-${PKGVERSION}/Images/Palette/wxSingleChoiceDialog.png +share/boa-constructor-${PKGVERSION}/Images/Palette/wxSlider.png +share/boa-constructor-${PKGVERSION}/Images/Palette/wxSpinButton.png +share/boa-constructor-${PKGVERSION}/Images/Palette/wxSpinCtrl.png +share/boa-constructor-${PKGVERSION}/Images/Palette/wxSplitterWindow.png +share/boa-constructor-${PKGVERSION}/Images/Palette/wxStaticBitmap.png +share/boa-constructor-${PKGVERSION}/Images/Palette/wxStaticBox.png +share/boa-constructor-${PKGVERSION}/Images/Palette/wxStaticLine.png +share/boa-constructor-${PKGVERSION}/Images/Palette/wxStaticText.png +share/boa-constructor-${PKGVERSION}/Images/Palette/wxStatusBar.png +share/boa-constructor-${PKGVERSION}/Images/Palette/wxStockCursor.png +share/boa-constructor-${PKGVERSION}/Images/Palette/wxStyledTextCtrl.png +share/boa-constructor-${PKGVERSION}/Images/Palette/wxTextCtrl.png +share/boa-constructor-${PKGVERSION}/Images/Palette/wxTextDropTarget.png +share/boa-constructor-${PKGVERSION}/Images/Palette/wxTextEntryDialog.png +share/boa-constructor-${PKGVERSION}/Images/Palette/wxTimer-old.png +share/boa-constructor-${PKGVERSION}/Images/Palette/wxTimer.png +share/boa-constructor-${PKGVERSION}/Images/Palette/wxToggleButton.png +share/boa-constructor-${PKGVERSION}/Images/Palette/wxToolBar.png +share/boa-constructor-${PKGVERSION}/Images/Palette/wxTreeCtrl.png +share/boa-constructor-${PKGVERSION}/Images/Palette/wxWindow.png +share/boa-constructor-${PKGVERSION}/Images/Shared/Boa.jpg +share/boa-constructor-${PKGVERSION}/Images/Shared/BoaLogo.png +share/boa-constructor-${PKGVERSION}/Images/Shared/Bookmark.png +share/boa-constructor-${PKGVERSION}/Images/Shared/ClassBrowser.png +share/boa-constructor-${PKGVERSION}/Images/Shared/CloseWindow.png +share/boa-constructor-${PKGVERSION}/Images/Shared/Compose.png +share/boa-constructor-${PKGVERSION}/Images/Shared/ContextHelp.png +share/boa-constructor-${PKGVERSION}/Images/Shared/Copy.png +share/boa-constructor-${PKGVERSION}/Images/Shared/CopyHelp.png +share/boa-constructor-${PKGVERSION}/Images/Shared/CustomHelp.png +share/boa-constructor-${PKGVERSION}/Images/Shared/Cut.png +share/boa-constructor-${PKGVERSION}/Images/Shared/Cyclops.png +share/boa-constructor-${PKGVERSION}/Images/Shared/Delete.png +share/boa-constructor-${PKGVERSION}/Images/Shared/DeleteItem.png +share/boa-constructor-${PKGVERSION}/Images/Shared/Designer.png +share/boa-constructor-${PKGVERSION}/Images/Shared/DropDownThin.png +share/boa-constructor-${PKGVERSION}/Images/Shared/Editor.png +share/boa-constructor-${PKGVERSION}/Images/Shared/Error.png +share/boa-constructor-${PKGVERSION}/Images/Shared/Find.png +share/boa-constructor-${PKGVERSION}/Images/Shared/FindAgain.png +share/boa-constructor-${PKGVERSION}/Images/Shared/Help.png +share/boa-constructor-${PKGVERSION}/Images/Shared/Home.png +share/boa-constructor-${PKGVERSION}/Images/Shared/Info.png +share/boa-constructor-${PKGVERSION}/Images/Shared/Inherit.png +share/boa-constructor-${PKGVERSION}/Images/Shared/Inspector.png +share/boa-constructor-${PKGVERSION}/Images/Shared/NewItem.png +share/boa-constructor-${PKGVERSION}/Images/Shared/Next.png +share/boa-constructor-${PKGVERSION}/Images/Shared/Paste.png +share/boa-constructor-${PKGVERSION}/Images/Shared/Preferences.png +share/boa-constructor-${PKGVERSION}/Images/Shared/PrefsSTCStyles.png +share/boa-constructor-${PKGVERSION}/Images/Shared/Previous.png +share/boa-constructor-${PKGVERSION}/Images/Shared/Print.png +share/boa-constructor-${PKGVERSION}/Images/Shared/PythonHelp.png +share/boa-constructor-${PKGVERSION}/Images/Shared/PythonPowered.gif +share/boa-constructor-${PKGVERSION}/Images/Shared/Redo.png +share/boa-constructor-${PKGVERSION}/Images/Shared/SCM.png +share/boa-constructor-${PKGVERSION}/Images/Shared/SCMPause.png +share/boa-constructor-${PKGVERSION}/Images/Shared/SCMStart.png +share/boa-constructor-${PKGVERSION}/Images/Shared/SCMStop.png +share/boa-constructor-${PKGVERSION}/Images/Shared/SmallPost.png +share/boa-constructor-${PKGVERSION}/Images/Shared/SystemObj.png +share/boa-constructor-${PKGVERSION}/Images/Shared/SystemObjBroken.png +share/boa-constructor-${PKGVERSION}/Images/Shared/SystemObjDisabled.png +share/boa-constructor-${PKGVERSION}/Images/Shared/SystemObjOrdered.png +share/boa-constructor-${PKGVERSION}/Images/Shared/SystemObjPending.png +share/boa-constructor-${PKGVERSION}/Images/Shared/Traceback.png +share/boa-constructor-${PKGVERSION}/Images/Shared/Traceback1.png +share/boa-constructor-${PKGVERSION}/Images/Shared/Undo.png +share/boa-constructor-${PKGVERSION}/Images/Shared/Warning.png +share/boa-constructor-${PKGVERSION}/Images/Shared/ZopeExport.png +share/boa-constructor-${PKGVERSION}/Images/Shared/ZopeImport.png +share/boa-constructor-${PKGVERSION}/Images/Shared/cancel.png +share/boa-constructor-${PKGVERSION}/Images/Shared/down.png +share/boa-constructor-${PKGVERSION}/Images/Shared/ellipsis.png +share/boa-constructor-${PKGVERSION}/Images/Shared/open.png +share/boa-constructor-${PKGVERSION}/Images/Shared/post.png +share/boa-constructor-${PKGVERSION}/Images/Shared/up.png +share/boa-constructor-${PKGVERSION}/Images/Shared/wxPyButton.png +share/boa-constructor-${PKGVERSION}/Images/Shared/wxWinButton.png +share/boa-constructor-${PKGVERSION}/Images/Shared/wxWinHelp.png +share/boa-constructor-${PKGVERSION}/Images/Views/Explore/attribute.png +share/boa-constructor-${PKGVERSION}/Images/Views/Explore/class.png +share/boa-constructor-${PKGVERSION}/Images/Views/Explore/dottedline.png +share/boa-constructor-${PKGVERSION}/Images/Views/Explore/event.png +share/boa-constructor-${PKGVERSION}/Images/Views/Explore/function.png +share/boa-constructor-${PKGVERSION}/Images/Views/Explore/global.png +share/boa-constructor-${PKGVERSION}/Images/Views/Explore/method.png +share/boa-constructor-${PKGVERSION}/Images/Views/Hierarchy/inherit.png +share/boa-constructor-${PKGVERSION}/Images/Views/Hierarchy/inherit_base.png +share/boa-constructor-${PKGVERSION}/Images/Views/Hierarchy/inherit_outside.png +share/boa-constructor-${PKGVERSION}/Images/Views/UML/attribute.png +share/boa-constructor-${PKGVERSION}/Images/Views/UML/method.png +share/boa-constructor-${PKGVERSION}/Images/Views/bfish.gif +share/boa-constructor-${PKGVERSION}/Images/ZOA/BaseClass.png +share/boa-constructor-${PKGVERSION}/Images/ZOA/ControlPanel_icon.png +share/boa-constructor-${PKGVERSION}/Images/ZOA/DatabaseManagement_icon.png +share/boa-constructor-${PKGVERSION}/Images/ZOA/DebugManager_icon.png +share/boa-constructor-${PKGVERSION}/Images/ZOA/EmailField.png +share/boa-constructor-${PKGVERSION}/Images/ZOA/Factory_icon.png +share/boa-constructor-${PKGVERSION}/Images/ZOA/File.png +share/boa-constructor-${PKGVERSION}/Images/ZOA/Folder.png +share/boa-constructor-${PKGVERSION}/Images/ZOA/FolderOpen.png +share/boa-constructor-${PKGVERSION}/Images/ZOA/HelpTopic_icon.png +share/boa-constructor-${PKGVERSION}/Images/ZOA/Image.png +share/boa-constructor-${PKGVERSION}/Images/ZOA/InstalledProduct_icon.png +share/boa-constructor-${PKGVERSION}/Images/ZOA/MailHost.png +share/boa-constructor-${PKGVERSION}/Images/ZOA/Methods_icon.png +share/boa-constructor-${PKGVERSION}/Images/ZOA/Permission_icon.png +share/boa-constructor-${PKGVERSION}/Images/ZOA/ProductFolder_icon.png +share/boa-constructor-${PKGVERSION}/Images/ZOA/ProductHelp_icon.png +share/boa-constructor-${PKGVERSION}/Images/ZOA/Product_icon.png +share/boa-constructor-${PKGVERSION}/Images/ZOA/PythonScript.png +share/boa-constructor-${PKGVERSION}/Images/ZOA/SmallZopeLogo.png +share/boa-constructor-${PKGVERSION}/Images/ZOA/StringField.png +share/boa-constructor-${PKGVERSION}/Images/ZOA/UserFolder_icon.png +share/boa-constructor-${PKGVERSION}/Images/ZOA/User_icon.png +share/boa-constructor-${PKGVERSION}/Images/ZOA/VersionManagement_icon.png +share/boa-constructor-${PKGVERSION}/Images/ZOA/ViewInBrowser.png +share/boa-constructor-${PKGVERSION}/Images/ZOA/Vocabulary.png +share/boa-constructor-${PKGVERSION}/Images/ZOA/ZCatalog.png +share/boa-constructor-${PKGVERSION}/Images/ZOA/ZClass_Icon.png +share/boa-constructor-${PKGVERSION}/Images/ZOA/Zope.png +share/boa-constructor-${PKGVERSION}/Images/ZOA/ZopePageTemplate.png +share/boa-constructor-${PKGVERSION}/Images/ZOA/attribute.png +share/boa-constructor-${PKGVERSION}/Images/ZOA/broken.png +share/boa-constructor-${PKGVERSION}/Images/ZOA/common.png +share/boa-constructor-${PKGVERSION}/Images/ZOA/datamgr.png +share/boa-constructor-${PKGVERSION}/Images/ZOA/davlocked.png +share/boa-constructor-${PKGVERSION}/Images/ZOA/db.png +share/boa-constructor-${PKGVERSION}/Images/ZOA/dtmldoc.png +share/boa-constructor-${PKGVERSION}/Images/ZOA/dtmlmethod.png +share/boa-constructor-${PKGVERSION}/Images/ZOA/error.png +share/boa-constructor-${PKGVERSION}/Images/ZOA/extmethod.png +share/boa-constructor-${PKGVERSION}/Images/ZOA/idmgr.png +share/boa-constructor-${PKGVERSION}/Images/ZOA/sqlmethod.png +share/boa-constructor-${PKGVERSION}/Images/ZOA/unknown.png +share/boa-constructor-${PKGVERSION}/Images/ZOA/upload_doc.png +share/boa-constructor-${PKGVERSION}/Images/ZOA/version.png +share/boa-constructor-${PKGVERSION}/Infofields.py +share/boa-constructor-${PKGVERSION}/Inspector.py +share/boa-constructor-${PKGVERSION}/KeyDefsDlg.py +share/boa-constructor-${PKGVERSION}/ModRunner.py +share/boa-constructor-${PKGVERSION}/Models/CPPSupport.py +share/boa-constructor-${PKGVERSION}/Models/ConfigSupport.py +share/boa-constructor-${PKGVERSION}/Models/Controllers.py +share/boa-constructor-${PKGVERSION}/Models/EditorHelper.py +share/boa-constructor-${PKGVERSION}/Models/EditorModels.py +share/boa-constructor-${PKGVERSION}/Models/HTMLSupport.py +share/boa-constructor-${PKGVERSION}/Models/PythonControllers.py +share/boa-constructor-${PKGVERSION}/Models/PythonEditorModels.py +share/boa-constructor-${PKGVERSION}/Models/XMLSupport.py +share/boa-constructor-${PKGVERSION}/Models/__init__.py +share/boa-constructor-${PKGVERSION}/Models/wxPythonControllers.py +share/boa-constructor-${PKGVERSION}/Models/wxPythonEditorModels.py +share/boa-constructor-${PKGVERSION}/PKG-INFO +share/boa-constructor-${PKGVERSION}/Palette.py +share/boa-constructor-${PKGVERSION}/PaletteMapping.py +share/boa-constructor-${PKGVERSION}/PaletteStore.py +share/boa-constructor-${PKGVERSION}/Plug-ins/AppTimeTrack.plug-in.py +share/boa-constructor-${PKGVERSION}/Plug-ins/CustomModuleInfo.plug-in.py +share/boa-constructor-${PKGVERSION}/Plug-ins/ExtraZopeCompanions.plug-in.py +share/boa-constructor-${PKGVERSION}/Plug-ins/ImageEditor.plug-in.py +share/boa-constructor-${PKGVERSION}/Plug-ins/Images/EditBitmap.png +share/boa-constructor-${PKGVERSION}/Plug-ins/Images/Modules/Java_s.png +share/boa-constructor-${PKGVERSION}/Plug-ins/Images/Modules/LinkApp_s.png +share/boa-constructor-${PKGVERSION}/Plug-ins/Images/Modules/Pascal_s.png +share/boa-constructor-${PKGVERSION}/Plug-ins/Images/Modules/Pyrex_s.png +share/boa-constructor-${PKGVERSION}/Plug-ins/Images/Modules/ZopePageTemplate_s.png +share/boa-constructor-${PKGVERSION}/Plug-ins/Images/Palette/Bitmap.png +share/boa-constructor-${PKGVERSION}/Plug-ins/Images/Palette/FormulatorField.png +share/boa-constructor-${PKGVERSION}/Plug-ins/Images/Palette/FormulatorForm.png +share/boa-constructor-${PKGVERSION}/Plug-ins/Images/Palette/Java.png +share/boa-constructor-${PKGVERSION}/Plug-ins/Images/Palette/LinkApp.png +share/boa-constructor-${PKGVERSION}/Plug-ins/Images/Palette/LocalFS.png +share/boa-constructor-${PKGVERSION}/Plug-ins/Images/Palette/Pascal.png +share/boa-constructor-${PKGVERSION}/Plug-ins/Images/Palette/Pyrex.png +share/boa-constructor-${PKGVERSION}/Plug-ins/Images/Palette/PythonMethod.png +share/boa-constructor-${PKGVERSION}/Plug-ins/Images/Palette/TransparentFolder.png +share/boa-constructor-${PKGVERSION}/Plug-ins/Images/Palette/XrcPanel.png +share/boa-constructor-${PKGVERSION}/Plug-ins/Images/Palette/ZODBCDA.png +share/boa-constructor-${PKGVERSION}/Plug-ins/Images/Palette/ZopePageTemplate.png +share/boa-constructor-${PKGVERSION}/Plug-ins/Images/Palette/wxCalendarCtrl.png +share/boa-constructor-${PKGVERSION}/Plug-ins/Images/Palette/wxStaticTextCtrl.png +share/boa-constructor-${PKGVERSION}/Plug-ins/Images/Palette/wxXmlResource.png +share/boa-constructor-${PKGVERSION}/Plug-ins/Images/ZOA/FormulatorField.png +share/boa-constructor-${PKGVERSION}/Plug-ins/Images/ZOA/FormulatorForm.png +share/boa-constructor-${PKGVERSION}/Plug-ins/Images/ZOA/ZopePageTemplate.png +share/boa-constructor-${PKGVERSION}/Plug-ins/Images/ZOA/fs.png +share/boa-constructor-${PKGVERSION}/Plug-ins/Images/ZOA/pymethod.png +share/boa-constructor-${PKGVERSION}/Plug-ins/JavaSupport.plug-in.py +share/boa-constructor-${PKGVERSION}/Plug-ins/LinkAppSupport.plug-in.py +share/boa-constructor-${PKGVERSION}/Plug-ins/PascalSupport.plug-in.py +share/boa-constructor-${PKGVERSION}/Plug-ins/ProdFormulator.plug-in.py +share/boa-constructor-${PKGVERSION}/Plug-ins/ProdPageTemplates.plug-in.py +share/boa-constructor-${PKGVERSION}/Plug-ins/PyrexSupport.plug-in.py +share/boa-constructor-${PKGVERSION}/Plug-ins/RegExplorer.plug-in.py +share/boa-constructor-${PKGVERSION}/Plug-ins/UserCompanions.plug-in.py +share/boa-constructor-${PKGVERSION}/Plug-ins/XRCSupport.plug-in.py +share/boa-constructor-${PKGVERSION}/Plug-ins/__init__.plug-in.py +share/boa-constructor-${PKGVERSION}/Plug-ins/stc-java.rc.cfg +share/boa-constructor-${PKGVERSION}/Plug-ins/stc-pascal.rc.cfg +share/boa-constructor-${PKGVERSION}/Plug-ins/stc-pyrex.rc.cfg +share/boa-constructor-${PKGVERSION}/Preferences.py +share/boa-constructor-${PKGVERSION}/ProcessProgressDlg.py +share/boa-constructor-${PKGVERSION}/PropEdit/Enumerations.py +share/boa-constructor-${PKGVERSION}/PropEdit/InspectorEditorControls.py +share/boa-constructor-${PKGVERSION}/PropEdit/PropertyEditors.py +share/boa-constructor-${PKGVERSION}/PropEdit/__init__.py +share/boa-constructor-${PKGVERSION}/README.txt +share/boa-constructor-${PKGVERSION}/RTTI.py +share/boa-constructor-${PKGVERSION}/RunCyclops.py +share/boa-constructor-${PKGVERSION}/Search.py +share/boa-constructor-${PKGVERSION}/ShellEditor.py +share/boa-constructor-${PKGVERSION}/Tests.py +share/boa-constructor-${PKGVERSION}/TranslateDlg.py +share/boa-constructor-${PKGVERSION}/Utils.py +share/boa-constructor-${PKGVERSION}/Views/AppViews.py +share/boa-constructor-${PKGVERSION}/Views/ClipboardPlus.py +share/boa-constructor-${PKGVERSION}/Views/CollectionEdit.py +share/boa-constructor-${PKGVERSION}/Views/CreationOrdDlg.py +share/boa-constructor-${PKGVERSION}/Views/CtrlAlign.py +share/boa-constructor-${PKGVERSION}/Views/CtrlSize.py +share/boa-constructor-${PKGVERSION}/Views/DataView.py +share/boa-constructor-${PKGVERSION}/Views/Designer.py +share/boa-constructor-${PKGVERSION}/Views/DiffView.py +share/boa-constructor-${PKGVERSION}/Views/EditorViews.py +share/boa-constructor-${PKGVERSION}/Views/InspectableViews.py +share/boa-constructor-${PKGVERSION}/Views/OGLViews.py +share/boa-constructor-${PKGVERSION}/Views/ObjCollection.py +share/boa-constructor-${PKGVERSION}/Views/ProfileView.py +share/boa-constructor-${PKGVERSION}/Views/PySourceView.py +share/boa-constructor-${PKGVERSION}/Views/STCStyleEditor.py +share/boa-constructor-${PKGVERSION}/Views/SelectionTags.py +share/boa-constructor-${PKGVERSION}/Views/SourceViews.py +share/boa-constructor-${PKGVERSION}/Views/StyledTextCtrls.py +share/boa-constructor-${PKGVERSION}/Views/XMLView.py +share/boa-constructor-${PKGVERSION}/Views/__init__.py +share/boa-constructor-${PKGVERSION}/ZopeLib/Client.py +share/boa-constructor-${PKGVERSION}/ZopeLib/DateTime/DateTime.py +share/boa-constructor-${PKGVERSION}/ZopeLib/DateTime/DateTimeZone.py +share/boa-constructor-${PKGVERSION}/ZopeLib/DateTime/__init__.py +share/boa-constructor-${PKGVERSION}/ZopeLib/ExtMethDlg.py +share/boa-constructor-${PKGVERSION}/ZopeLib/ImageViewer.py +share/boa-constructor-${PKGVERSION}/ZopeLib/LoginDialog.py +share/boa-constructor-${PKGVERSION}/ZopeLib/PropDlg.py +share/boa-constructor-${PKGVERSION}/ZopeLib/ZoaClient.py +share/boa-constructor-${PKGVERSION}/ZopeLib/ZopeCompanions.py +share/boa-constructor-${PKGVERSION}/ZopeLib/ZopeEditorModels.py +share/boa-constructor-${PKGVERSION}/ZopeLib/ZopeExplorer.py +share/boa-constructor-${PKGVERSION}/ZopeLib/ZopeFTP.py +share/boa-constructor-${PKGVERSION}/ZopeLib/ZopeFindDlg.py +share/boa-constructor-${PKGVERSION}/ZopeLib/ZopeViews.py +share/boa-constructor-${PKGVERSION}/ZopeLib/__init__.py +share/boa-constructor-${PKGVERSION}/ZopeLib/zoa/breakpoint.py +share/boa-constructor-${PKGVERSION}/ZopeLib/zoa/docsrc.py +share/boa-constructor-${PKGVERSION}/ZopeLib/zoa/filteredmetatypes.py +share/boa-constructor-${PKGVERSION}/ZopeLib/zoa/find.py +share/boa-constructor-${PKGVERSION}/ZopeLib/zoa/iconpath.py +share/boa-constructor-${PKGVERSION}/ZopeLib/zoa/items.py +share/boa-constructor-${PKGVERSION}/ZopeLib/zoa/metatype.py +share/boa-constructor-${PKGVERSION}/ZopeLib/zoa/metatypes.py +share/boa-constructor-${PKGVERSION}/ZopeLib/zoa/objectids.py +share/boa-constructor-${PKGVERSION}/ZopeLib/zoa/ownerinfo.py +share/boa-constructor-${PKGVERSION}/ZopeLib/zoa/properties.py +share/boa-constructor-${PKGVERSION}/ZopeLib/zoa/props/DBAdapter.py +share/boa-constructor-${PKGVERSION}/ZopeLib/zoa/props/DTMLMethod.py +share/boa-constructor-${PKGVERSION}/ZopeLib/zoa/props/ExternalMethod.py +share/boa-constructor-${PKGVERSION}/ZopeLib/zoa/props/Formulator/Field.py +share/boa-constructor-${PKGVERSION}/ZopeLib/zoa/props/Formulator/Form.py +share/boa-constructor-${PKGVERSION}/ZopeLib/zoa/props/Formulator/GroupedFields.py +share/boa-constructor-${PKGVERSION}/ZopeLib/zoa/props/Formulator/move_field.py +share/boa-constructor-${PKGVERSION}/ZopeLib/zoa/props/MailHost.py +share/boa-constructor-${PKGVERSION}/ZopeLib/zoa/props/PageTemplate.py +share/boa-constructor-${PKGVERSION}/ZopeLib/zoa/props/SQLMethod.py +share/boa-constructor-${PKGVERSION}/ZopeLib/zoa/props/SiteErrorLog.py +share/boa-constructor-${PKGVERSION}/ZopeLib/zoa/props/User.py +share/boa-constructor-${PKGVERSION}/ZopeLib/zoa/proxyroles.py +share/boa-constructor-${PKGVERSION}/ZopeLib/zoa/subobj_.py +share/boa-constructor-${PKGVERSION}/ZopeLib/zoa/undo.py +share/boa-constructor-${PKGVERSION}/ZopeLib/zoa/version.py +share/boa-constructor-${PKGVERSION}/__version__.py +share/boa-constructor-${PKGVERSION}/bcrtl/__init__.py +share/boa-constructor-${PKGVERSION}/bcrtl/activex/IE.py +share/boa-constructor-${PKGVERSION}/bcrtl/activex/__init__.py +share/boa-constructor-${PKGVERSION}/bcrtl/activex/acrobat.py +share/boa-constructor-${PKGVERSION}/bcrtl/user/ExampleST.py +share/boa-constructor-${PKGVERSION}/bcrtl/user/StaticTextCtrl.py +share/boa-constructor-${PKGVERSION}/bcrtl/user/__init__.py +share/boa-constructor-${PKGVERSION}/makepydialog.py +share/boa-constructor-${PKGVERSION}/methodparse.py +share/boa-constructor-${PKGVERSION}/moduleparse.py +share/boa-constructor-${PKGVERSION}/popen2import.py +share/boa-constructor-${PKGVERSION}/prefs.gtk.rc.py +share/boa-constructor-${PKGVERSION}/prefs.msw.rc.py +share/boa-constructor-${PKGVERSION}/prefs.rc.py +share/boa-constructor-${PKGVERSION}/prefskeys.rc.py +share/boa-constructor-${PKGVERSION}/properties.py +share/boa-constructor-${PKGVERSION}/relpath.py +share/boa-constructor-${PKGVERSION}/sender.py +share/boa-constructor-${PKGVERSION}/sourceconst.py +share/boa-constructor-${PKGVERSION}/stc-styles.rc.cfg +share/boa-constructor-${PKGVERSION}/wxNamespace.py +@dirrm share/boa-constructor-${PKGVERSION}/bcrtl/user +@dirrm share/boa-constructor-${PKGVERSION}/bcrtl/activex +@dirrm share/boa-constructor-${PKGVERSION}/bcrtl +@dirrm share/boa-constructor-${PKGVERSION}/ZopeLib/zoa/props/Formulator +@dirrm share/boa-constructor-${PKGVERSION}/ZopeLib/zoa/props +@dirrm share/boa-constructor-${PKGVERSION}/ZopeLib/zoa +@dirrm share/boa-constructor-${PKGVERSION}/ZopeLib/DateTime +@dirrm share/boa-constructor-${PKGVERSION}/ZopeLib +@dirrm share/boa-constructor-${PKGVERSION}/Views +@dirrm share/boa-constructor-${PKGVERSION}/PropEdit +@dirrm share/boa-constructor-${PKGVERSION}/Plug-ins/Images/ZOA +@dirrm share/boa-constructor-${PKGVERSION}/Plug-ins/Images/Palette +@dirrm share/boa-constructor-${PKGVERSION}/Plug-ins/Images/Modules +@dirrm share/boa-constructor-${PKGVERSION}/Plug-ins/Images +@dirrm share/boa-constructor-${PKGVERSION}/Plug-ins +@dirrm share/boa-constructor-${PKGVERSION}/Models +@dirrm share/boa-constructor-${PKGVERSION}/Images/ZOA +@dirrm share/boa-constructor-${PKGVERSION}/Images/Views/UML +@dirrm share/boa-constructor-${PKGVERSION}/Images/Views/Hierarchy +@dirrm share/boa-constructor-${PKGVERSION}/Images/Views/Explore +@dirrm share/boa-constructor-${PKGVERSION}/Images/Views +@dirrm share/boa-constructor-${PKGVERSION}/Images/Shared +@dirrm share/boa-constructor-${PKGVERSION}/Images/Palette +@dirrm share/boa-constructor-${PKGVERSION}/Images/Modules +@dirrm share/boa-constructor-${PKGVERSION}/Images/Inspector +@dirrm share/boa-constructor-${PKGVERSION}/Images/Icons +@dirrm share/boa-constructor-${PKGVERSION}/Images/Editor +@dirrm share/boa-constructor-${PKGVERSION}/Images/Debug +@dirrm share/boa-constructor-${PKGVERSION}/Images/CvsPics +@dirrm share/boa-constructor-${PKGVERSION}/Images +@dirrm share/boa-constructor-${PKGVERSION}/ExternalLib/WebDAV +@dirrm share/boa-constructor-${PKGVERSION}/ExternalLib +@dirrm share/boa-constructor-${PKGVERSION}/Explorers +@dirrm share/boa-constructor-${PKGVERSION}/Examples/xrc +@dirrm share/boa-constructor-${PKGVERSION}/Examples/notebook +@dirrm share/boa-constructor-${PKGVERSION}/Examples/mdi +@dirrm share/boa-constructor-${PKGVERSION}/Examples/layout +@dirrm share/boa-constructor-${PKGVERSION}/Examples/frames +@dirrm share/boa-constructor-${PKGVERSION}/Examples/advanced/SpecialAttributes +@dirrm share/boa-constructor-${PKGVERSION}/Examples/advanced/FramePanels +@dirrm share/boa-constructor-${PKGVERSION}/Examples/advanced/CustomClasses +@dirrm share/boa-constructor-${PKGVERSION}/Examples/advanced/AttrMixins +@dirrm share/boa-constructor-${PKGVERSION}/Examples/advanced +@dirrm share/boa-constructor-${PKGVERSION}/Examples +@dirrm share/boa-constructor-${PKGVERSION}/Docs/cache +@dirrm share/boa-constructor-${PKGVERSION}/Docs/boa/icons +@dirrm share/boa-constructor-${PKGVERSION}/Docs/boa/guide/image +@dirrm share/boa-constructor-${PKGVERSION}/Docs/boa/guide +@dirrm share/boa-constructor-${PKGVERSION}/Docs/boa/apphelp +@dirrm share/boa-constructor-${PKGVERSION}/Docs/boa +@dirrm share/boa-constructor-${PKGVERSION}/Docs +@dirrm share/boa-constructor-${PKGVERSION}/Debugger +@dirrm share/boa-constructor-${PKGVERSION}/Companions +@dirrm share/boa-constructor-${PKGVERSION} diff --git a/devel/boaconstructor/distinfo b/devel/boaconstructor/distinfo new file mode 100644 index 00000000000..fea0c9a126a --- /dev/null +++ b/devel/boaconstructor/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/08/27 15:07:12 drochner Exp $ + +SHA1 (boa-constructor-0.2.3.src.zip) = 0b7ff7c9bd133b1905b6febee038efb05b5d9f2c +Size (boa-constructor-0.2.3.src.zip) = 2464276 bytes diff --git a/devel/boaconstructor/files/Boa.sh b/devel/boaconstructor/files/Boa.sh new file mode 100644 index 00000000000..90e6151a978 --- /dev/null +++ b/devel/boaconstructor/files/Boa.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +exec @PYTHONBIN@ @PREFIX@/share/boa-constructor-0.2.3/Boa.py |