svn commit: r358407 - in head/www/pyjamas: . files

Marcus von Appen mva at FreeBSD.org
Thu Jun 19 13:12:48 UTC 2014


Author: mva
Date: Thu Jun 19 13:12:47 2014
New Revision: 358407
URL: http://svnweb.freebsd.org/changeset/ports/358407
QAT: https://qat.redports.org/buildarchive/r358407/

Log:
  - Enable stagedir support
  - Remove easy_install dependency
  - Convert to PYDISTUTILS_AUTOPLIST
  - Bump PORTREVISION to enforce a cleanup for the easy_install references
  
  With hat:	python@
  Approved by:	portmgr (implicit)

Deleted:
  head/www/pyjamas/files/
Modified:
  head/www/pyjamas/Makefile
  head/www/pyjamas/pkg-plist

Modified: head/www/pyjamas/Makefile
==============================================================================
--- head/www/pyjamas/Makefile	Thu Jun 19 13:11:15 2014	(r358406)
+++ head/www/pyjamas/Makefile	Thu Jun 19 13:12:47 2014	(r358407)
@@ -3,10 +3,10 @@
 
 PORTNAME=	pyjamas
 PORTVERSION=	0.5
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	www python
 MASTER_SITES=	SF/${PORTNAME}/OldFiles
-DISTNAME=	${PYDISTUTILS_PKGNAME}-${PORTVERSION}
+DISTNAME=	Pyjamas-${PORTVERSION}
 
 MAINTAINER=	nivit at FreeBSD.org
 COMMENT=	A port of Google Web Toolkit to Python
@@ -14,26 +14,18 @@ COMMENT=	A port of Google Web Toolkit to
 USE_PYTHON=	yes
 # install/require some libraries in sys.prefix
 USE_PYTHON_PREFIX=	yes
-USE_PYDISTUTILS=	easy_install
-
-PYDISTUTILS_PKGNAME=	Pyjamas
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
 REINPLACE_ARGS=	-i '' -e 's,../../bin,${PREFIX}/bin,'
 
-NO_STAGE=	yes
 post-patch:
+	@${REINPLACE_CMD} -e 's|/usr/share/pyjamas|${DATADIR}|' ${WRKSRC}/setup.py
 	${FIND} ${WRKSRC}/examples -type f -name "build.sh" -print0 | ${XARGS} -0 ${REINPLACE_CMD}
 
 post-install:
-.if !defined(NOPORTEXAMPLES)
-	${MV} ${PYTHONPREFIX_SITELIBDIR}/${PYEASYINSTALL_EGG}/share/pyjamas/examples ${EXAMPLESDIR}
-.endif	
-	${MV} ${PYTHONPREFIX_SITELIBDIR}/${PYEASYINSTALL_EGG}/share/pyjamas ${DATADIR}
-	${RMDIR} ${PYTHONPREFIX_SITELIBDIR}/${PYEASYINSTALL_EGG}/share
-
-.if !defined(NOPORTDOCS)
-	${MKDIR} ${DOCSDIR}/img
-	cd ${WRKSRC}/doc && ${CP} *.html ${DOCSDIR} && ${CP} img/* ${DOCSDIR}/img
-.endif
+	${MKDIR} ${STAGEDIR}${DOCSDIR}/img
+	cd ${WRKSRC}/doc && ${CP} *.html ${STAGEDIR}${DOCSDIR} && \
+		${CP} img/* ${STAGEDIR}${DOCSDIR}/img
 
 .include <bsd.port.mk>

Modified: head/www/pyjamas/pkg-plist
==============================================================================
--- head/www/pyjamas/pkg-plist	Thu Jun 19 13:11:15 2014	(r358406)
+++ head/www/pyjamas/pkg-plist	Thu Jun 19 13:12:47 2014	(r358407)
@@ -1,20 +1,3 @@
-bin/pyjsbuild
-bin/pyjscompile
-%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/PKG-INFO
-%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/SOURCES.txt
-%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/dependency_links.txt
-%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/entry_points.txt
-%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/not-zip-safe
-%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/top_level.txt
-%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pyjs/__init__.py
-%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pyjs/__init__.pyc
-%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pyjs/__init__.pyo
-%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pyjs/build.py
-%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pyjs/build.pyc
-%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pyjs/build.pyo
-%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pyjs/pyjs.py
-%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pyjs/pyjs.pyc
-%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pyjs/pyjs.pyo
 %%PORTDOCS%%%%DOCSDIR%%/getting_started.html
 %%PORTDOCS%%%%DOCSDIR%%/index.html
 %%PORTDOCS%%%%DOCSDIR%%/img/UIClassHierarchy.png
@@ -24,1398 +7,5 @@ bin/pyjscompile
 %%PORTDOCS%%%%DOCSDIR%%/img/num4.png
 %%PORTDOCS%%%%DOCSDIR%%/img/overview.png
 %%PORTDOCS%%%%DOCSDIR%%/uiHierarchy.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/README
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/addonsgallery/AddonsGallery.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/addonsgallery/AddonsGallery.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/addonsgallery/AddonsGallery.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/addonsgallery/AutoCompleteTab.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/addonsgallery/AutoCompleteTab.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/addonsgallery/AutoCompleteTab.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/addonsgallery/CanvasTab.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/addonsgallery/CanvasTab.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/addonsgallery/CanvasTab.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/addonsgallery/IntroTab.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/addonsgallery/IntroTab.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/addonsgallery/IntroTab.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/addonsgallery/Sink.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/addonsgallery/Sink.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/addonsgallery/Sink.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/addonsgallery/SinkList.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/addonsgallery/SinkList.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/addonsgallery/SinkList.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/addonsgallery/TooltipTab.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/addonsgallery/TooltipTab.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/addonsgallery/TooltipTab.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/addonsgallery/build.sh
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/addonsgallery/public/AddonsGallery.css
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/addonsgallery/public/AddonsGallery.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/addonsgallery/public/excanvas.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/addonsgallery/public/images/earth.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/addonsgallery/public/images/moon.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/addonsgallery/public/images/num1.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/addonsgallery/public/images/num2.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/addonsgallery/public/images/sun.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/addonsgallery/public/images/wallpaper.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ajaxlibtest/AjaxTest.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ajaxlibtest/AjaxTest.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ajaxlibtest/AjaxTest.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ajaxlibtest/build.sh
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ajaxlibtest/public/AjaxTest.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ajaxlibtest/public/test.cache.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/browserdetect/BrowserDetect.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/browserdetect/BrowserDetect.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/browserdetect/BrowserDetect.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/browserdetect/BrowserDetect.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/browserdetect/build.sh
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/browserdetect/platform/BrowserDetectIE6.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/browserdetect/platform/BrowserDetectIE6.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/browserdetect/platform/BrowserDetectIE6.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/browserdetect/platform/BrowserDetectMozilla.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/browserdetect/platform/BrowserDetectMozilla.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/browserdetect/platform/BrowserDetectMozilla.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/browserdetect/platform/BrowserDetectOldMoz.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/browserdetect/platform/BrowserDetectOldMoz.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/browserdetect/platform/BrowserDetectOldMoz.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/browserdetect/platform/BrowserDetectOpera.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/browserdetect/platform/BrowserDetectOpera.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/browserdetect/platform/BrowserDetectOpera.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/browserdetect/platform/BrowserDetectSafari.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/browserdetect/platform/BrowserDetectSafari.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/browserdetect/platform/BrowserDetectSafari.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/buildall.sh
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/controls/ControlDemo.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/controls/ControlDemo.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/controls/ControlDemo.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/controls/ControlDemo.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/controls/build.sh
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamictable/DayFilterWidget.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamictable/DayFilterWidget.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamictable/DayFilterWidget.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamictable/DynaTable.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamictable/DynaTable.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamictable/DynaTable.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamictable/DynaTableWidget.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamictable/DynaTableWidget.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamictable/DynaTableWidget.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamictable/Person.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamictable/Person.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamictable/Person.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamictable/Professor.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamictable/Professor.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamictable/Professor.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamictable/Schedule.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamictable/Schedule.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamictable/Schedule.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamictable/SchoolCalendarService.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamictable/SchoolCalendarService.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamictable/SchoolCalendarService.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamictable/SchoolCalendarWidget.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamictable/SchoolCalendarWidget.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamictable/SchoolCalendarWidget.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamictable/Student.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamictable/Student.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamictable/Student.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamictable/TimeSlot.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamictable/TimeSlot.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamictable/TimeSlot.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamictable/build.sh
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamictable/public/DynaTable.css
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamictable/public/DynaTable.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamictable/public/SchoolCalendarService.php
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamictable/public/phpolait/JSON.php
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamictable/public/phpolait/copying.txt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamictable/public/phpolait/httpwrap.php
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamictable/public/phpolait/jsolait/init.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamictable/public/phpolait/jsolait/lib/codecs.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamictable/public/phpolait/jsolait/lib/crypto.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamictable/public/phpolait/jsolait/lib/iter.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamictable/public/phpolait/jsolait/lib/jsonrpc.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamictable/public/phpolait/jsolait/lib/lang.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamictable/public/phpolait/jsolait/lib/urllib.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamictable/public/phpolait/jsolait/lib/xml.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamictable/public/phpolait/jsolait/lib/xmlrpc.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamictable/public/phpolait/jsolait/missingmixin.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamictable/public/phpolait/phpolait.php
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamictable/public/phpolait/rpcproxy.php4
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamictable/public/phpolait/rpcproxy.php5
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamictable/public/phpolait/rpcproxy_call_method.php
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamictable/public/phpolait/rpcproxy_constructor.php
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamictable/testjsonservice.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamictable/testjsonservice.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dynamictable/testjsonservice.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/formpanel/FormPanelExample.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/formpanel/FormPanelExample.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/formpanel/FormPanelExample.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/formpanel/FormPanelExample.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/formpanel/build.sh
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/getattr/MainTest.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/getattr/MainTest.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/getattr/MainTest.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/getattr/MainTest.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/getattr/build.sh
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gridedit/GridEdit.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gridedit/GridEdit.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gridedit/GridEdit.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gridedit/GridEdit.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gridedit/build.sh
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gridtest/GridTest.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gridtest/GridTest.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gridtest/GridTest.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gridtest/GridTest.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/gridtest/build.sh
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/helloworld/Hello.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/helloworld/Hello.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/helloworld/Hello.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/helloworld/README
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/helloworld/build.sh
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/helloworld/public/Hello.css
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/index.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/infohierarchy/InfoDirectory.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/infohierarchy/InfoDirectory.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/infohierarchy/InfoDirectory.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/infohierarchy/README
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/infohierarchy/Trees.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/infohierarchy/Trees.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/infohierarchy/Trees.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/infohierarchy/build.sh
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/infohierarchy/public/InfoDirectory.css
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/infohierarchy/public/InfoDirectory.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/infohierarchy/public/images/cancel.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/infohierarchy/public/images/hborder.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/infohierarchy/public/images/vborder.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/infohierarchy/public/services/EchoService.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/infohierarchy/public/services/EchoService.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/infohierarchy/public/services/EchoService.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/infohierarchy/public/services/data/dataset1/001.text1.txt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/infohierarchy/public/services/data/dataset1/002.data1.txt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/infohierarchy/public/services/data/dataset1/004.data2.txt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/infohierarchy/public/services/data/dataset2/data4.txt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/infohierarchy/public/services/data/dataset2/test1.txt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/infohierarchy/public/services/data/dataset2/test2.txt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/infohierarchy/public/services/data/dataset3/test1.txt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/infohierarchy/public/services/jsonrpc/__init__.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/infohierarchy/public/services/jsonrpc/__init__.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/infohierarchy/public/services/jsonrpc/__init__.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/infohierarchy/public/services/jsonrpc/apacheServiceHandler.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/infohierarchy/public/services/jsonrpc/apacheServiceHandler.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/infohierarchy/public/services/jsonrpc/apacheServiceHandler.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/infohierarchy/public/services/jsonrpc/cgihandler.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/infohierarchy/public/services/jsonrpc/cgihandler.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/infohierarchy/public/services/jsonrpc/cgihandler.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/infohierarchy/public/services/jsonrpc/errors.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/infohierarchy/public/services/jsonrpc/errors.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/infohierarchy/public/services/jsonrpc/errors.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/infohierarchy/public/services/jsonrpc/http.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/infohierarchy/public/services/jsonrpc/http.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/infohierarchy/public/services/jsonrpc/http.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/infohierarchy/public/services/jsonrpc/proxy.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/infohierarchy/public/services/jsonrpc/proxy.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/infohierarchy/public/services/jsonrpc/proxy.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/infohierarchy/public/services/jsonrpc/socketserver.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/infohierarchy/public/services/jsonrpc/socketserver.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/infohierarchy/public/services/jsonrpc/socketserver.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/infohierarchy/public/services/structure/info2/Test1
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/infohierarchy/public/services/structure/test2/test3/Test1
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/infohierarchy/public/splitPanelThumb.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsobject/TestDict.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsobject/TestDict.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsobject/TestDict.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsobject/TestRect.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsobject/TestRect.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsobject/TestRect.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsobject/build.sh
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsobject/horribletest.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsobject/horribletest.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsobject/horribletest.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsobject/jsdicttest.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsobject/jsrecttest.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsobject/public/TestDict.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsobject/public/TestRect.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/JSONRPCExample.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/JSONRPCExample.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/JSONRPCExample.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/build.sh
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/JSONRPCExample.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/EchoService.php
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/EchoService.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/EchoService.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/EchoService.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/jsonrpc/__init__.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/jsonrpc/__init__.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/jsonrpc/__init__.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/jsonrpc/apacheServiceHandler.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/jsonrpc/apacheServiceHandler.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/jsonrpc/apacheServiceHandler.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/jsonrpc/cgihandler.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/jsonrpc/cgihandler.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/jsonrpc/cgihandler.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/jsonrpc/errors.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/jsonrpc/errors.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/jsonrpc/errors.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/jsonrpc/http.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/jsonrpc/http.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/jsonrpc/http.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/jsonrpc/proxy.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/jsonrpc/proxy.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/jsonrpc/proxy.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/jsonrpc/socketserver.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/jsonrpc/socketserver.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/jsonrpc/socketserver.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/phpolait/JSON.php
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/phpolait/copying.txt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/phpolait/httpwrap.php
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/phpolait/jsolait/init.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/phpolait/jsolait/lib/codecs.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/phpolait/jsolait/lib/crypto.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/phpolait/jsolait/lib/iter.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/phpolait/jsolait/lib/jsonrpc.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/phpolait/jsolait/lib/lang.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/phpolait/jsolait/lib/urllib.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/phpolait/jsolait/lib/xml.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/phpolait/jsolait/lib/xmlrpc.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/phpolait/jsolait/missingmixin.js
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/phpolait/phpolait.php
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/phpolait/rpcproxy.php4
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/phpolait/rpcproxy.php5
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/phpolait/rpcproxy_call_method.php
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/phpolait/rpcproxy_constructor.php
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/simplejson/__init__.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/simplejson/__init__.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/simplejson/__init__.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/simplejson/decoder.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/simplejson/decoder.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/simplejson/decoder.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/simplejson/encoder.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/simplejson/encoder.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/simplejson/encoder.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/simplejson/jsonfilter.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/simplejson/jsonfilter.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/simplejson/jsonfilter.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/simplejson/scanner.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/simplejson/scanner.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/jsonrpc/public/services/simplejson/scanner.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/Buttons.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/Buttons.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/Buttons.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/Frames.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/Frames.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/Frames.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/Images.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/Images.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/Images.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/Info.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/Info.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/Info.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/KitchenSink.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/KitchenSink.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/KitchenSink.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/Layouts.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/Layouts.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/Layouts.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/Lists.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/Lists.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/Lists.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/Logger.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/Logger.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/Logger.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/Menus.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/Menus.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/Menus.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/Popups.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/Popups.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/Popups.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/Sink.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/Sink.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/Sink.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/SinkList.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/SinkList.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/SinkList.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/Tables.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/Tables.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/Tables.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/Tabs.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/Tabs.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/Tabs.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/Text.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/Text.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/Text.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/Trees.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/Trees.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/Trees.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/build.sh
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/public/KitchenSink.css
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/public/KitchenSink.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/public/images/blanksearching.gif
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/public/images/searching.gif
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/public/rembrandt/JohannesElison.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/public/rembrandt/JohannesElison.jpg
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/public/rembrandt/LaMarcheNocturne.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/public/rembrandt/LaMarcheNocturne.jpg
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/public/rembrandt/SelfPortrait1628.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/public/rembrandt/SelfPortrait1628.jpg
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/public/rembrandt/SelfPortrait1640.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/public/rembrandt/SelfPortrait1640.jpg
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/public/rembrandt/TheArtistInHisStudio.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/public/rembrandt/TheArtistInHisStudio.jpg
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/public/rembrandt/TheReturnOfTheProdigalSon.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/public/rembrandt/TheReturnOfTheProdigalSon.jpg
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/public/rembrandt/back.gif
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/public/rembrandt/forward.gif
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/kitchensink/public/rembrandt/rembrandt.css
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libtest/ArgsTest.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libtest/ArgsTest.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libtest/ArgsTest.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libtest/AttributeTest.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libtest/AttributeTest.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libtest/AttributeTest.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libtest/BoolTest.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libtest/BoolTest.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libtest/BoolTest.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libtest/ClassTest.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libtest/ClassTest.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libtest/ClassTest.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libtest/DictTest.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libtest/DictTest.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libtest/DictTest.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libtest/ExceptionTest.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libtest/ExceptionTest.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libtest/ExceptionTest.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libtest/FunctionTest.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libtest/FunctionTest.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libtest/FunctionTest.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libtest/LibTest.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libtest/LibTest.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libtest/LibTest.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libtest/LibTest.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libtest/ListTest.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libtest/ListTest.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libtest/ListTest.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libtest/NameTest.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libtest/NameTest.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libtest/NameTest.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libtest/SetTest.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libtest/SetTest.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libtest/SetTest.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libtest/StringTest.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libtest/StringTest.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libtest/StringTest.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libtest/UnitTest.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libtest/UnitTest.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libtest/UnitTest.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libtest/VarsTest.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libtest/VarsTest.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libtest/VarsTest.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libtest/build.sh
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libtest/foo.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libtest/foo.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libtest/foo.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libtest/write.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libtest/write.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/libtest/write.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mail/AboutDialog.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mail/AboutDialog.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mail/AboutDialog.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mail/Contacts.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mail/Contacts.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mail/Contacts.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mail/Logger.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mail/Logger.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mail/Logger.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mail/Mail.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mail/Mail.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mail/Mail.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mail/MailDetail.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mail/MailDetail.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mail/MailDetail.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mail/MailItem.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mail/MailItem.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mail/MailItem.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mail/MailItems.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mail/MailItems.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mail/MailItems.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mail/MailList.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mail/MailList.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mail/MailList.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mail/Mailboxes.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mail/Mailboxes.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mail/Mailboxes.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mail/Shortcuts.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mail/Shortcuts.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mail/Shortcuts.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mail/Tasks.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mail/Tasks.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mail/Tasks.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mail/TopPanel.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mail/TopPanel.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mail/TopPanel.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mail/build.sh
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mail/public/Mail.css
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mail/public/Mail.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mail/public/contactsgroup.gif
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mail/public/default_photo.jpg
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mail/public/drafts.gif
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mail/public/gradient.gif
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mail/public/home.gif
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mail/public/inbox.gif
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mail/public/leftCorner.gif
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mail/public/mailgroup.gif
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mail/public/rightCorner.gif
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mail/public/sent.gif
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mail/public/tasksgroup.gif
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mail/public/templates.gif
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mail/public/trash.gif
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/onclicktest/OnClickTest.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/onclicktest/OnClickTest.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/onclicktest/OnClickTest.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/onclicktest/OnClickTest.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/onclicktest/build.sh
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scoping/Foo.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scoping/Foo.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scoping/Foo.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scoping/Scope.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scoping/Scope.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scoping/Scope.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scoping/Scope.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scoping/build.sh
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/README.txt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/compile.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/compile.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/compile.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/pyColourize.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/pyColourize.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/pyColourize.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/Showcase.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/Showcase.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/Showcase.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_panels/absolutePanel.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_panels/absolutePanel.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_panels/absolutePanel.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_panels/captionPanel.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_panels/captionPanel.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_panels/captionPanel.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_panels/dialogBox.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_panels/dialogBox.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_panels/dialogBox.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_panels/dockPanel.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_panels/dockPanel.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_panels/dockPanel.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_panels/flexTable.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_panels/flexTable.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_panels/flexTable.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_panels/flowPanel.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_panels/flowPanel.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_panels/flowPanel.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_panels/formPanel.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_panels/formPanel.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_panels/formPanel.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_panels/grid.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_panels/grid.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_panels/grid.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_panels/horizontalPanel.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_panels/horizontalPanel.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_panels/horizontalPanel.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_panels/htmlPanel.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_panels/htmlPanel.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_panels/htmlPanel.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_panels/popupPanel.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_panels/popupPanel.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_panels/popupPanel.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_panels/scrollPanel.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_panels/scrollPanel.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_panels/scrollPanel.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_panels/stackPanel.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_panels/stackPanel.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_panels/stackPanel.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_panels/tabPanel.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_panels/tabPanel.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_panels/tabPanel.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_panels/verticalPanel.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_panels/verticalPanel.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_panels/verticalPanel.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_widgets/button.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_widgets/button.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_widgets/button.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_widgets/checkBox.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_widgets/checkBox.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_widgets/checkBox.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_widgets/fileUpload.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_widgets/fileUpload.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_widgets/fileUpload.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_widgets/frame.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_widgets/frame.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_widgets/frame.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_widgets/hidden.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_widgets/hidden.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_widgets/hidden.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_widgets/html.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_widgets/html.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_widgets/html.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_widgets/hyperlink.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_widgets/hyperlink.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_widgets/hyperlink.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_widgets/image.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_widgets/image.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_widgets/image.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_widgets/label.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_widgets/label.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_widgets/label.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_widgets/listBox.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_widgets/listBox.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_widgets/listBox.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_widgets/menubar.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_widgets/menubar.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_widgets/menubar.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_widgets/namedFrame.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_widgets/namedFrame.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_widgets/namedFrame.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_widgets/passwordTextBox.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_widgets/passwordTextBox.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_widgets/passwordTextBox.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_widgets/radioButton.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_widgets/radioButton.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_widgets/radioButton.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_widgets/textArea.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_widgets/textArea.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_widgets/textArea.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_widgets/textBox.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_widgets/textBox.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_widgets/textBox.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_widgets/tree.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_widgets/tree.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/demos_widgets/tree.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/public/Showcase.css
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/public/Showcase.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/public/images/myImage.jpg
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/uiHelpers.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/uiHelpers.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/showcase/src/uiHelpers.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/slideshow/README.txt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/slideshow/Sink.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/slideshow/Sink.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/slideshow/Sink.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/slideshow/SinkList.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/slideshow/SinkList.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/slideshow/SinkList.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/slideshow/Slide.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/slideshow/Slide.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/slideshow/Slide.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/slideshow/SlideLoader.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/slideshow/SlideLoader.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/slideshow/SlideLoader.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/slideshow/Slideshow.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/slideshow/Slideshow.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/slideshow/Slideshow.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/slideshow/build.sh
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/slideshow/public/Slideshow.css
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/slideshow/public/Slideshow.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/slideshow/public/alternatives.txt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/slideshow/public/compiler_tech.txt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/slideshow/public/cool_stuff.txt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/slideshow/public/demo_sites.txt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/slideshow/public/demonstrations.txt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/slideshow/public/documentation.txt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/slideshow/public/dom_modelling.txt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/slideshow/public/frameworks.txt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/slideshow/public/future.txt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/slideshow/public/hello_world.txt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/slideshow/public/introduction.txt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/slideshow/public/misconceptions.txt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/slideshow/public/pygtk2.txt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/slideshow/public/pyjamas.txt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/slideshow/public/pyqt4.txt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/slideshow/public/python_kde.txt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/slideshow/public/reverse_tech.txt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/slideshow/public/slides.txt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/slideshow/public/webkit.txt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/slideshow/public/what_is_it.txt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/slideshow/public/what_is_pyjd.txt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/slideshow/public/what_is_pyjw.txt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/slideshow/public/whats_in_it.txt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/slideshow/public/xulrunner.txt
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/splitpanel/SplitPanel.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/splitpanel/SplitPanel.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/splitpanel/SplitPanel.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/splitpanel/build.sh
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/splitpanel/public/SplitPanel.css
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/splitpanel/public/SplitPanel.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/splitpanel/public/images/hborder.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/splitpanel/public/images/vborder.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/splitpanel/public/splitPanelThumb.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/Tabs.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/Tabs.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/Tabs.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/build.sh
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/public/Tabs.css
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/public/Tabs.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/public/images/blue_arrow.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/public/images/blue_arrow_top2_left.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/public/images/blue_arrow_top2_mid.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/public/images/blue_arrow_top2_middle.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/public/images/blue_arrow_top2_right.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/public/images/blue_arrow_top_left.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/public/images/blue_arrow_top_middle.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/public/images/blue_arrow_top_right.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/public/images/bottom_left.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/public/images/bottom_right.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/public/images/corner_dialog_bottomleft.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/public/images/corner_dialog_bottomleft_black.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/public/images/corner_dialog_bottomright.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/public/images/corner_dialog_bottomright_black.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/public/images/corner_dialog_edge.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/public/images/corner_dialog_edge_black.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/public/images/corner_dialog_topleft.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/public/images/corner_dialog_topleft_black.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/public/images/corner_dialog_topright.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/public/images/corner_dialog_topright_black.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/public/images/green_arrow_top_left.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/public/images/green_bubble_top_left.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/public/images/green_top_right copy.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/public/images/green_top_right.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/public/images/panel_bottom_left.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/public/images/panel_bottom_middle.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/public/images/panel_bottom_right.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/public/images/panel_middle_left.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/public/images/panel_middle_middle.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/public/images/panel_middle_right.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/public/images/user_gray.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/public/images/user_green.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/public/images/user_orange.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/public/images/user_red.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/public/images/user_suit.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/public/rembrandt/JohannesElison.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/public/rembrandt/JohannesElison.jpg
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/public/rembrandt/LaMarcheNocturne.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/public/rembrandt/LaMarcheNocturne.jpg
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/public/rembrandt/SelfPortrait1628.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/public/rembrandt/SelfPortrait1628.jpg
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/public/rembrandt/SelfPortrait1640.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/public/rembrandt/SelfPortrait1640.jpg
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/public/rembrandt/TheArtistInHisStudio.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/public/rembrandt/TheArtistInHisStudio.jpg
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/public/rembrandt/TheReturnOfTheProdigalSon.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/public/rembrandt/TheReturnOfTheProdigalSon.jpg
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/public/rembrandt/back.gif
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/public/rembrandt/forward.gif
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tabpanelwidget/public/rembrandt/rembrandt.css
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgets/README
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgets/Widgets.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgets/Widgets.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgets/Widgets.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgets/Widgets.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgets/build.sh
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgets/public/Widgets.css
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgets/public/images/Clock.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/widgets/public/images/chrome_clock.png
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/xmldoc/XMLload.py
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/xmldoc/XMLload.pyc
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/xmldoc/XMLload.pyo
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/xmldoc/build.sh
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/xmldoc/public/XMLload.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/xmldoc/public/contacts.xml
-%%DATADIR%%/addons/AutoComplete.py
-%%DATADIR%%/addons/AutoComplete.pyc
-%%DATADIR%%/addons/AutoComplete.pyo
-%%DATADIR%%/addons/BoundMethod.py
-%%DATADIR%%/addons/BoundMethod.pyc
-%%DATADIR%%/addons/BoundMethod.pyo
-%%DATADIR%%/addons/Canvas.py
-%%DATADIR%%/addons/Canvas.pyc
-%%DATADIR%%/addons/Canvas.pyo
-%%DATADIR%%/addons/CountryListBox.py
-%%DATADIR%%/addons/CountryListBox.pyc
-%%DATADIR%%/addons/CountryListBox.pyo
-%%DATADIR%%/addons/EventDelegate.py
-%%DATADIR%%/addons/EventDelegate.pyc
-%%DATADIR%%/addons/EventDelegate.pyo
-%%DATADIR%%/addons/RichTextEditor.py
-%%DATADIR%%/addons/RichTextEditor.pyc
-%%DATADIR%%/addons/RichTextEditor.pyo
-%%DATADIR%%/addons/TemplatePanel.py
-%%DATADIR%%/addons/TemplatePanel.pyc
-%%DATADIR%%/addons/TemplatePanel.pyo
-%%DATADIR%%/addons/Tooltip.py
-%%DATADIR%%/addons/Tooltip.pyc
-%%DATADIR%%/addons/Tooltip.pyo
-%%DATADIR%%/builder/boilerplate/all.cache.html
-%%DATADIR%%/builder/boilerplate/app.html
-%%DATADIR%%/builder/boilerplate/corner_dialog_bottomleft.png
-%%DATADIR%%/builder/boilerplate/corner_dialog_bottomleft_black.png
-%%DATADIR%%/builder/boilerplate/corner_dialog_bottomright.png
-%%DATADIR%%/builder/boilerplate/corner_dialog_bottomright_black.png
-%%DATADIR%%/builder/boilerplate/corner_dialog_edge.png
-%%DATADIR%%/builder/boilerplate/corner_dialog_edge_black.png
-%%DATADIR%%/builder/boilerplate/corner_dialog_topleft.png
-%%DATADIR%%/builder/boilerplate/corner_dialog_topleft_black.png
-%%DATADIR%%/builder/boilerplate/corner_dialog_topright.png
-%%DATADIR%%/builder/boilerplate/corner_dialog_topright_black.png
-%%DATADIR%%/builder/boilerplate/history.html
-%%DATADIR%%/builder/boilerplate/home.nocache.html
-%%DATADIR%%/builder/boilerplate/index.html
-%%DATADIR%%/builder/boilerplate/mod.cache.html
-%%DATADIR%%/builder/boilerplate/pygwt.js
-%%DATADIR%%/builder/boilerplate/tree_closed.gif
-%%DATADIR%%/builder/boilerplate/tree_open.gif
-%%DATADIR%%/builder/boilerplate/tree_white.gif
-%%DATADIR%%/library/Cookies.py
-%%DATADIR%%/library/Cookies.pyc
-%%DATADIR%%/library/Cookies.pyo
-%%DATADIR%%/library/DOM.py
-%%DATADIR%%/library/DOM.pyc
-%%DATADIR%%/library/DOM.pyo
-%%DATADIR%%/library/DeferredCommand.py
-%%DATADIR%%/library/DeferredCommand.pyc
-%%DATADIR%%/library/DeferredCommand.pyo
-%%DATADIR%%/library/HTTPRequest.py
-%%DATADIR%%/library/HTTPRequest.pyc
-%%DATADIR%%/library/HTTPRequest.pyo
-%%DATADIR%%/library/History.py
-%%DATADIR%%/library/History.pyc
-%%DATADIR%%/library/History.pyo
-%%DATADIR%%/library/JSONParser.py
-%%DATADIR%%/library/JSONParser.pyc
-%%DATADIR%%/library/JSONParser.pyo
-%%DATADIR%%/library/JSONService.py
-%%DATADIR%%/library/JSONService.pyc
-%%DATADIR%%/library/JSONService.pyo
-%%DATADIR%%/library/Location.py
-%%DATADIR%%/library/Location.pyc
-%%DATADIR%%/library/Location.pyo
-%%DATADIR%%/library/PyExternalMod.py
-%%DATADIR%%/library/PyExternalMod.pyc
-%%DATADIR%%/library/PyExternalMod.pyo
-%%DATADIR%%/library/Timer.py
-%%DATADIR%%/library/Timer.pyc
-%%DATADIR%%/library/Timer.pyo
-%%DATADIR%%/library/Window.py
-%%DATADIR%%/library/Window.pyc
-%%DATADIR%%/library/Window.pyo
-%%DATADIR%%/library/__pyjamas__.py
-%%DATADIR%%/library/__pyjamas__.pyc
-%%DATADIR%%/library/__pyjamas__.pyo
-%%DATADIR%%/library/_pyjs.js
-%%DATADIR%%/library/browser.py
-%%DATADIR%%/library/browser.pyc
-%%DATADIR%%/library/browser.pyo
-%%DATADIR%%/library/builtins/math.py
-%%DATADIR%%/library/builtins/math.pyc
-%%DATADIR%%/library/builtins/math.pyo
-%%DATADIR%%/library/builtins/sets.py
-%%DATADIR%%/library/builtins/sets.pyc
-%%DATADIR%%/library/builtins/sets.pyo
-%%DATADIR%%/library/datetime.py
-%%DATADIR%%/library/datetime.pyc
-%%DATADIR%%/library/datetime.pyo
-%%DATADIR%%/library/dynamicajax.js
-%%DATADIR%%/library/gdk.py
-%%DATADIR%%/library/gdk.pyc
-%%DATADIR%%/library/gdk.pyo
-%%DATADIR%%/library/gtk.py
-%%DATADIR%%/library/gtk.pyc
-%%DATADIR%%/library/gtk.pyo
-%%DATADIR%%/library/loader.py
-%%DATADIR%%/library/loader.pyc
-%%DATADIR%%/library/loader.pyo
-%%DATADIR%%/library/platform/DOMIE6.py
-%%DATADIR%%/library/platform/DOMIE6.pyc
-%%DATADIR%%/library/platform/DOMIE6.pyo
-%%DATADIR%%/library/platform/DOMMozilla.py
-%%DATADIR%%/library/platform/DOMMozilla.pyc
-%%DATADIR%%/library/platform/DOMMozilla.pyo
-%%DATADIR%%/library/platform/DOMOldMoz.py
-%%DATADIR%%/library/platform/DOMOldMoz.pyc
-%%DATADIR%%/library/platform/DOMOldMoz.pyo
-%%DATADIR%%/library/platform/DOMOpera.py
-%%DATADIR%%/library/platform/DOMOpera.pyc
-%%DATADIR%%/library/platform/DOMOpera.pyo
-%%DATADIR%%/library/platform/DOMSafari.py
-%%DATADIR%%/library/platform/DOMSafari.pyc
-%%DATADIR%%/library/platform/DOMSafari.pyo
-%%DATADIR%%/library/platform/HTTPRequestIE6.py
-%%DATADIR%%/library/platform/HTTPRequestIE6.pyc
-%%DATADIR%%/library/platform/HTTPRequestIE6.pyo
-%%DATADIR%%/library/platform/HistoryIE6.py
-%%DATADIR%%/library/platform/HistoryIE6.pyc
-%%DATADIR%%/library/platform/HistoryIE6.pyo
-%%DATADIR%%/library/platform/HistorySafari.py
-%%DATADIR%%/library/platform/HistorySafari.pyc
-%%DATADIR%%/library/platform/HistorySafari.pyo
-%%DATADIR%%/library/platform/LocationIE6.py
-%%DATADIR%%/library/platform/LocationIE6.pyc
-%%DATADIR%%/library/platform/LocationIE6.pyo
-%%DATADIR%%/library/platform/LocationOpera.py
-%%DATADIR%%/library/platform/LocationOpera.pyc
-%%DATADIR%%/library/platform/LocationOpera.pyo
-%%DATADIR%%/library/platform/pyjslibMozilla.py
-%%DATADIR%%/library/platform/pyjslibMozilla.pyc
-%%DATADIR%%/library/platform/pyjslibMozilla.pyo
-%%DATADIR%%/library/platform/pyjslibPyV8.py
-%%DATADIR%%/library/platform/pyjslibPyV8.pyc
-%%DATADIR%%/library/platform/pyjslibPyV8.pyo
-%%DATADIR%%/library/pygtk.py
-%%DATADIR%%/library/pygtk.pyc
-%%DATADIR%%/library/pygtk.pyo
-%%DATADIR%%/library/pygwt.py
-%%DATADIR%%/library/pygwt.pyc
-%%DATADIR%%/library/pygwt.pyo
-%%DATADIR%%/library/pyjamas.py
-%%DATADIR%%/library/pyjamas.pyc
-%%DATADIR%%/library/pyjamas.pyo
-%%DATADIR%%/library/pyjamas/__init__.py
-%%DATADIR%%/library/pyjamas/__init__.pyc
-%%DATADIR%%/library/pyjamas/__init__.pyo
-%%DATADIR%%/library/pyjslib.py
-%%DATADIR%%/library/pyjslib.pyc
-%%DATADIR%%/library/pyjslib.pyo
-%%DATADIR%%/library/sprintf.js
-%%DATADIR%%/library/sys.py
-%%DATADIR%%/library/sys.pyc
-%%DATADIR%%/library/sys.pyo
-%%DATADIR%%/library/ui/AbsolutePanel.py
-%%DATADIR%%/library/ui/AbsolutePanel.pyc
-%%DATADIR%%/library/ui/AbsolutePanel.pyo
-%%DATADIR%%/library/ui/Button.py
-%%DATADIR%%/library/ui/Button.pyc
-%%DATADIR%%/library/ui/Button.pyo
-%%DATADIR%%/library/ui/ButtonBase.py
-%%DATADIR%%/library/ui/ButtonBase.pyc
-%%DATADIR%%/library/ui/ButtonBase.pyo
-%%DATADIR%%/library/ui/CaptionPanel.py
-%%DATADIR%%/library/ui/CaptionPanel.pyc
-%%DATADIR%%/library/ui/CaptionPanel.pyo
-%%DATADIR%%/library/ui/CellFormatter.py
-%%DATADIR%%/library/ui/CellFormatter.pyc
-%%DATADIR%%/library/ui/CellFormatter.pyo
-%%DATADIR%%/library/ui/CellPanel.py
-%%DATADIR%%/library/ui/CellPanel.pyc
-%%DATADIR%%/library/ui/CellPanel.pyo
-%%DATADIR%%/library/ui/CheckBox.py
-%%DATADIR%%/library/ui/CheckBox.pyc
-%%DATADIR%%/library/ui/CheckBox.pyo
-%%DATADIR%%/library/ui/ClickDelegatePanel.py
-%%DATADIR%%/library/ui/ClickDelegatePanel.pyc
-%%DATADIR%%/library/ui/ClickDelegatePanel.pyo
-%%DATADIR%%/library/ui/ClickableHeader.py
-%%DATADIR%%/library/ui/ClickableHeader.pyc
-%%DATADIR%%/library/ui/ClickableHeader.pyo
-%%DATADIR%%/library/ui/ComplexPanel.py
-%%DATADIR%%/library/ui/ComplexPanel.pyc
-%%DATADIR%%/library/ui/ComplexPanel.pyo
-%%DATADIR%%/library/ui/Composite.py
-%%DATADIR%%/library/ui/Composite.pyc
-%%DATADIR%%/library/ui/Composite.pyo
-%%DATADIR%%/library/ui/Controls.py
-%%DATADIR%%/library/ui/Controls.pyc
-%%DATADIR%%/library/ui/Controls.pyo
-%%DATADIR%%/library/ui/DeckPanel.py
-%%DATADIR%%/library/ui/DeckPanel.pyc
-%%DATADIR%%/library/ui/DeckPanel.pyo
-%%DATADIR%%/library/ui/DefaultHeader.py
-%%DATADIR%%/library/ui/DefaultHeader.pyc
-%%DATADIR%%/library/ui/DefaultHeader.pyo
-%%DATADIR%%/library/ui/DialogBox.py
-%%DATADIR%%/library/ui/DialogBox.pyc
-%%DATADIR%%/library/ui/DialogBox.pyo
-%%DATADIR%%/library/ui/DisclosurePanel.py
-%%DATADIR%%/library/ui/DisclosurePanel.pyc
-%%DATADIR%%/library/ui/DisclosurePanel.pyo
-%%DATADIR%%/library/ui/DockPanel.py
-%%DATADIR%%/library/ui/DockPanel.pyc
-%%DATADIR%%/library/ui/DockPanel.pyo
-%%DATADIR%%/library/ui/Event.py
-%%DATADIR%%/library/ui/Event.pyc
-%%DATADIR%%/library/ui/Event.pyo
-%%DATADIR%%/library/ui/EventObject.py
-%%DATADIR%%/library/ui/EventObject.pyc
-%%DATADIR%%/library/ui/EventObject.pyo
-%%DATADIR%%/library/ui/FileUpload.py
-%%DATADIR%%/library/ui/FileUpload.pyc
-%%DATADIR%%/library/ui/FileUpload.pyo
-%%DATADIR%%/library/ui/FlexCellFormatter.py
-%%DATADIR%%/library/ui/FlexCellFormatter.pyc
-%%DATADIR%%/library/ui/FlexCellFormatter.pyo
-%%DATADIR%%/library/ui/FlexTable.py
-%%DATADIR%%/library/ui/FlexTable.pyc
-%%DATADIR%%/library/ui/FlexTable.pyo
-%%DATADIR%%/library/ui/FlowPanel.py
-%%DATADIR%%/library/ui/FlowPanel.pyc
-%%DATADIR%%/library/ui/FlowPanel.pyo
-%%DATADIR%%/library/ui/Focus.py
-%%DATADIR%%/library/ui/Focus.pyc
-%%DATADIR%%/library/ui/Focus.pyo
-%%DATADIR%%/library/ui/FocusListener.py
-%%DATADIR%%/library/ui/FocusListener.pyc
-%%DATADIR%%/library/ui/FocusListener.pyo
-%%DATADIR%%/library/ui/FocusPanel.py
-%%DATADIR%%/library/ui/FocusPanel.pyc
-%%DATADIR%%/library/ui/FocusPanel.pyo
-%%DATADIR%%/library/ui/FocusWidget.py

*** DIFF OUTPUT TRUNCATED AT 1000 LINES ***


More information about the svn-ports-head mailing list