Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Jan 2002 02:28:32 +0900 (KST)
From:      Hye-Shik Chang <perky@fallin.lv>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        "HAYASHI Yasushi" <yasi@yasi.to>, "Neil Blakey-Milner" <nbm@freebsd.org>
Subject:   ports/33844: Update port: www/zope (for python2.2 compatibility)
Message-ID:  <200201131728.g0DHSWi27253@akaraka.yonsei.ac.kr>

next in thread | raw e-mail | index | archive | help

>Number:         33844
>Category:       ports
>Synopsis:       Update port: www/zope (for python2.2 compatibility)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 13 09:30:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Hye-Shik Chang
>Release:        FreeBSD 4.5-PRERELEASE i386
>Organization:
Yonsei University
>Environment:
System: FreeBSD akaraka.yonsei.ac.kr 4.5-PRERELEASE FreeBSD 4.5-PRERELEASE #0: Mon Dec 24 06:07:50 KST 2001 root@akaraka.yonsei.ac.kr:/usr/src/sys/compile/RYOKO i386

>Description:
update to 2.5.0 beta 3 due to incompatibility of zope 2.4 with python2.2

Without this patch, www/zope must specify PYTHON_VERSION to python2.0

See Also: ports/33811, ports/33836

>How-To-Repeat:

>Fix:

diff -ruN zope.orig/Makefile zope/Makefile
--- zope.orig/Makefile	Sat Oct 20 06:09:35 2001
+++ zope/Makefile	Mon Jan 14 01:10:33 2002
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	zope
-PORTVERSION=	2.4.2
-PORTREVISION=	0
+PORTVERSION=	2.5.0b3
 CATEGORIES=	www python zope
 MASTER_SITES=	http://www.zope.org/Products/Zope/${PORTVERSION}/
 DISTNAME=	Zope-${PORTVERSION}-src
@@ -49,6 +48,16 @@
 		VERSION=${PORTVERSION} \
 		WEBBASEDIR=${WEBBASEDIR}
 
+.include <bsd.port.pre.mk>
+
+post-patch:
+.if ${PYTHON_REL} >= 220
+	@${SED} -e 's,.*config\(/Makefile.pre.in\).*,    return "${FILESDIR}/Makefile.pre.in",' \
+		-e 's,.*sys.version.*,,' \
+		${WRKSRC}/inst/do.py > ${WRKSRC}/inst/do.py.tmp \
+		&& ${MV} -f ${WRKSRC}/inst/do.py.tmp ${WRKSRC}/inst/do.py
+.endif
+
 # I decided to consider the whole souce tree to be part of the package
 # since in there, Zope can live on its own. I can use Zope's own building
 # mechanism.
@@ -121,4 +130,4 @@
 	@${ECHO} "===>   For Apache changes see ${APACHE_CONFDIR}/apache.conf.Zope-Changes."
 	@${ECHO} "===>   Zope.cgi and pcgi-wrapper live in ${CGIBINDIR}."
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff -ruN zope.orig/distinfo zope/distinfo
--- zope.orig/distinfo	Sat Oct 20 06:09:35 2001
+++ zope/distinfo	Mon Jan 14 00:58:20 2002
@@ -1 +1 @@
-MD5 (zope/Zope-2.4.2-src.tgz) = 9759b5609626308d1ae20047e6fed3cb
+MD5 (zope/Zope-2.5.0b3-src.tgz) = 6d44b5ddeb172643e2bbeadde1a3efb5
diff -ruN zope.orig/files/Makefile.pre.in zope/files/Makefile.pre.in
--- zope.orig/files/Makefile.pre.in	Thu Jan  1 09:00:00 1970
+++ zope/files/Makefile.pre.in	Mon Jan 14 01:07:44 2002
@@ -0,0 +1,232 @@
+# === Bootstrap variables (edited through "make boot") ===
+
+# The prefix used by "make inclinstall libainstall" of core python
+installdir=	/usr/local
+
+# The exec_prefix used by the same
+exec_installdir=$(installdir)
+
+# Source directory and VPATH in case you want to use VPATH.
+# (You will have to edit these two lines yourself -- there is no
+# automatic support as the Makefile is not generated by
+# config.status.)
+srcdir=		.
+VPATH=		.
+
+# === Variables that you may want to customize (rarely) ===
+
+# (Static) build target
+TARGET=		python
+
+# Installed python binary (used only by boot target)
+PYTHON=		python
+
+# Add more -I and -D options here
+CFLAGS=		$(OPT)
+CPPFLAGS=	-I$(INCLUDEPY) -I$(EXECINCLUDEPY) $(DEFS)
+
+# These two variables can be set in Setup to merge extensions.
+# See example[23].
+BASELIB=	
+BASESETUP=	
+
+# === Variables set by makesetup ===
+
+MODOBJS=	_MODOBJS_
+MODLIBS=	_MODLIBS_
+
+# === Definitions added by makesetup ===
+
+# === Variables from configure (through sedscript) ===
+
+VERSION=	@VERSION@
+CC=		@CC@
+LINKCC=		@LINKCC@
+SGI_ABI=	@SGI_ABI@
+OPT=		@OPT@
+LDFLAGS=	@LDFLAGS@
+LDLAST=		@LDLAST@
+DEFS=		@DEFS@
+LIBS=		@LIBS@
+LIBM=		@LIBM@
+LIBC=		@LIBC@
+RANLIB=		@RANLIB@
+MACHDEP=	@MACHDEP@
+SO=		@SO@
+LDSHARED=	@LDSHARED@
+CCSHARED=	@CCSHARED@
+LINKFORSHARED=	@LINKFORSHARED@
+CXX=		@CXX@
+
+# Install prefix for architecture-independent files
+prefix=		/usr/local
+
+# Install prefix for architecture-dependent files
+exec_prefix=	$(prefix)
+
+# Uncomment the following two lines for AIX
+#LINKCC= 	$(LIBPL)/makexp_aix $(LIBPL)/python.exp "" $(LIBRARY); $(PURIFY) $(CC)
+#LDSHARED=	$(LIBPL)/ld_so_aix $(CC) -bI:$(LIBPL)/python.exp
+
+# === Fixed definitions ===
+
+# Shell used by make (some versions default to the login shell, which is bad)
+SHELL=		/bin/sh
+
+# Expanded directories
+BINDIR=		$(exec_installdir)/bin
+LIBDIR=		$(exec_prefix)/lib
+MANDIR=		$(installdir)/man
+INCLUDEDIR=	$(installdir)/include
+SCRIPTDIR=	$(prefix)/lib
+
+# Detailed destination directories
+BINLIBDEST=	$(LIBDIR)/python$(VERSION)
+LIBDEST=	$(SCRIPTDIR)/python$(VERSION)
+INCLUDEPY=	$(INCLUDEDIR)/python$(VERSION)
+EXECINCLUDEPY=	$(exec_installdir)/include/python$(VERSION)
+LIBP=		$(exec_installdir)/lib/python$(VERSION)
+DESTSHARED=	$(BINLIBDEST)/site-packages
+
+LIBPL=		$(LIBP)/config
+
+PYTHONLIBS=	$(LIBPL)/libpython$(VERSION).a
+
+MAKESETUP=	$(LIBPL)/makesetup
+MAKEFILE=	$(LIBPL)/Makefile
+CONFIGC=	$(LIBPL)/config.c
+CONFIGCIN=	$(LIBPL)/config.c.in
+SETUP=		$(LIBPL)/Setup.config $(LIBPL)/Setup.local $(LIBPL)/Setup
+
+SYSLIBS=	$(LIBM) $(LIBC)
+
+ADDOBJS=	$(LIBPL)/python.o config.o
+
+# Portable install script (configure doesn't always guess right)
+INSTALL=	$(LIBPL)/install-sh -c
+# Shared libraries must be installed with executable mode on some systems;
+# rather than figuring out exactly which, we always give them executable mode.
+# Also, making them read-only seems to be a good idea...
+INSTALL_SHARED=	${INSTALL} -m 555
+
+# === Fixed rules ===
+
+# Default target.  This builds shared libraries only
+default:	sharedmods
+
+# Build everything
+all:		static sharedmods
+
+# Build shared libraries from our extension modules
+sharedmods:	$(SHAREDMODS)
+
+# Build a static Python binary containing our extension modules
+static:		$(TARGET)
+$(TARGET):	$(ADDOBJS) lib.a $(PYTHONLIBS) Makefile $(BASELIB)
+		$(LINKCC) $(LDFLAGS) $(LINKFORSHARED) \
+		 $(ADDOBJS) lib.a $(PYTHONLIBS) \
+		 $(LINKPATH) $(BASELIB) $(MODLIBS) $(LIBS) $(SYSLIBS) \
+		 -o $(TARGET) $(LDLAST)
+
+install:	sharedmods
+		if test ! -d $(DESTSHARED) ; then \
+			mkdir $(DESTSHARED) ; else true ; fi
+		-for i in X $(SHAREDMODS); do \
+			if test $$i != X; \
+			then $(INSTALL_SHARED) $$i $(DESTSHARED)/$$i; \
+			fi; \
+		done
+
+# Build the library containing our extension modules
+lib.a:		$(MODOBJS)
+		-rm -f lib.a
+		ar cr lib.a $(MODOBJS)
+		-$(RANLIB) lib.a 
+
+# This runs makesetup *twice* to use the BASESETUP definition from Setup
+config.c Makefile:	Makefile.pre Setup $(BASESETUP) $(MAKESETUP)
+		$(MAKESETUP) \
+		 -m Makefile.pre -c $(CONFIGCIN) Setup -n $(BASESETUP) $(SETUP)
+		$(MAKE) -f Makefile do-it-again
+
+# Internal target to run makesetup for the second time
+do-it-again:
+		$(MAKESETUP) \
+		 -m Makefile.pre -c $(CONFIGCIN) Setup -n $(BASESETUP) $(SETUP)
+
+# Make config.o from the config.c created by makesetup
+config.o:	config.c
+		$(CC) $(CFLAGS) $(CPPFLAGS) -c config.c
+
+# Setup is copied from Setup.in *only* if it doesn't yet exist
+Setup:
+		cp $(srcdir)/Setup.in Setup
+
+# Make the intermediate Makefile.pre from Makefile.pre.in
+Makefile.pre: Makefile.pre.in sedscript
+		sed -f sedscript $(srcdir)/Makefile.pre.in >Makefile.pre
+
+# Shortcuts to make the sed arguments on one line
+P=prefix
+E=exec_prefix
+H=Generated automatically from Makefile.pre.in by sedscript.
+L=LINKFORSHARED
+
+# Make the sed script used to create Makefile.pre from Makefile.pre.in
+sedscript:	$(MAKEFILE)
+	sed -n \
+	 -e '1s/.*/1i\\/p' \
+	 -e '2s%.*%# $H%p' \
+	 -e '/^VERSION=/s/^VERSION=[ 	]*\(.*\)/s%@VERSION[@]%\1%/p' \
+	 -e '/^CC=/s/^CC=[ 	]*\(.*\)/s%@CC[@]%\1%/p' \
+	 -e '/^CXX=/s/^CXX=[ 	]*\(.*\)/s%@CXX[@]%\1%/p' \
+	 -e '/^LINKCC=/s/^LINKCC=[ 	]*\(.*\)/s%@LINKCC[@]%\1%/p' \
+	 -e '/^OPT=/s/^OPT=[ 	]*\(.*\)/s%@OPT[@]%\1%/p' \
+	 -e '/^LDFLAGS=/s/^LDFLAGS=[ 	]*\(.*\)/s%@LDFLAGS[@]%\1%/p' \
+	 -e '/^LDLAST=/s/^LDLAST=[      ]*\(.*\)/s%@LDLAST[@]%\1%/p' \
+	 -e '/^DEFS=/s/^DEFS=[ 	]*\(.*\)/s%@DEFS[@]%\1%/p' \
+	 -e '/^LIBS=/s/^LIBS=[ 	]*\(.*\)/s%@LIBS[@]%\1%/p' \
+	 -e '/^LIBM=/s/^LIBM=[ 	]*\(.*\)/s%@LIBM[@]%\1%/p' \
+	 -e '/^LIBC=/s/^LIBC=[ 	]*\(.*\)/s%@LIBC[@]%\1%/p' \
+	 -e '/^RANLIB=/s/^RANLIB=[ 	]*\(.*\)/s%@RANLIB[@]%\1%/p' \
+	 -e '/^MACHDEP=/s/^MACHDEP=[ 	]*\(.*\)/s%@MACHDEP[@]%\1%/p' \
+	 -e '/^SO=/s/^SO=[ 	]*\(.*\)/s%@SO[@]%\1%/p' \
+	 -e '/^LDSHARED=/s/^LDSHARED=[ 	]*\(.*\)/s%@LDSHARED[@]%\1%/p' \
+	 -e '/^CCSHARED=/s/^CCSHARED=[ 	]*\(.*\)/s%@CCSHARED[@]%\1%/p' \
+	 -e '/^SGI_ABI=/s/^SGI_ABI=[ 	]*\(.*\)/s%@SGI_ABI[@]%\1%/p' \
+	 -e '/^$L=/s/^$L=[ 	]*\(.*\)/s%@$L[@]%\1%/p' \
+	 -e '/^$P=/s/^$P=\(.*\)/s%^$P=.*%$P=\1%/p' \
+	 -e '/^$E=/s/^$E=\(.*\)/s%^$E=.*%$E=\1%/p' \
+	 $(MAKEFILE) >sedscript
+	echo "/^installdir=/s%=.*%=	$(installdir)%" >>sedscript
+	echo "/^exec_installdir=/s%=.*%=$(exec_installdir)%" >>sedscript
+	echo "/^srcdir=/s%=.*%=		$(srcdir)%" >>sedscript
+	echo "/^VPATH=/s%=.*%=		$(VPATH)%" >>sedscript
+	echo "/^LINKPATH=/s%=.*%=	$(LINKPATH)%" >>sedscript
+	echo "/^BASELIB=/s%=.*%=	$(BASELIB)%" >>sedscript
+	echo "/^BASESETUP=/s%=.*%=	$(BASESETUP)%" >>sedscript
+
+# Bootstrap target
+boot:	clobber
+	VERSION=`$(PYTHON) -c "import sys; print sys.version[:3]"`; \
+	installdir=`$(PYTHON) -c "import sys; print sys.prefix"`; \
+	exec_installdir=`$(PYTHON) -c "import sys; print sys.exec_prefix"`; \
+	$(MAKE) -f $(srcdir)/Makefile.pre.in VPATH=$(VPATH) srcdir=$(srcdir) \
+		VERSION=$$VERSION \
+		installdir=$$installdir \
+		exec_installdir=$$exec_installdir \
+		Makefile
+
+# Handy target to remove intermediate files and backups
+clean:
+		-rm -f *.o *~
+
+# Handy target to remove everything that is easily regenerated
+clobber:	clean
+		-rm -f *.a tags TAGS config.c Makefile.pre $(TARGET) sedscript
+		-rm -f *.so *.sl so_locations
+
+
+# Handy target to remove everything you don't want to distribute
+distclean:	clobber
+		-rm -f Makefile Setup
diff -ruN zope.orig/pkg-plist zope/pkg-plist
--- zope.orig/pkg-plist	Sat Oct 20 06:09:35 2001
+++ zope/pkg-plist	Mon Jan 14 01:51:40 2002
@@ -45,6 +45,8 @@
 %%ZOPEBASEDIR%%/ZServer/medusa/__init__.pyc
 %%ZOPEBASEDIR%%/ZServer/medusa/asynchat.py
 %%ZOPEBASEDIR%%/ZServer/medusa/asynchat.pyc
+%%ZOPEBASEDIR%%/ZServer/medusa/asyncore.py
+%%ZOPEBASEDIR%%/ZServer/medusa/asyncore.pyc
 %%ZOPEBASEDIR%%/ZServer/medusa/auth_handler.py
 %%ZOPEBASEDIR%%/ZServer/medusa/auth_handler.pyc
 %%ZOPEBASEDIR%%/ZServer/medusa/chat_server.py
@@ -171,9 +173,11 @@
 %%ZOPEBASEDIR%%/ZServer/medusa/virtual_handler.pyc
 %%ZOPEBASEDIR%%/ZServer/medusa/xmlrpc_handler.py
 %%ZOPEBASEDIR%%/ZServer/medusa/xmlrpc_handler.pyc
+%%ZOPEBASEDIR%%/access
 %%ZOPEBASEDIR%%/doc/CHANGES.txt
 %%ZOPEBASEDIR%%/doc/CREDITS.txt
 %%ZOPEBASEDIR%%/doc/DEBUGGING.txt
+%%ZOPEBASEDIR%%/doc/ENVIRONMENT.txt
 %%ZOPEBASEDIR%%/doc/FAQ.txt
 %%ZOPEBASEDIR%%/doc/HELPSYS.txt
 %%ZOPEBASEDIR%%/doc/HISTORY.txt
@@ -190,6 +194,7 @@
 %%ZOPEBASEDIR%%/doc/changenotes/010529-2.4-exreg.stx
 %%ZOPEBASEDIR%%/doc/changenotes/010529-2.4-pluggableindex.stx
 %%ZOPEBASEDIR%%/doc/changenotes/010620-2.4-btreeconflict.stx
+%%ZOPEBASEDIR%%/import/Examples.zexp
 %%ZOPEBASEDIR%%/import/README.txt
 %%ZOPEBASEDIR%%/import/ZopeTutorialExamples.zexp
 %%ZOPEBASEDIR%%/inst/binary_install.py
@@ -217,6 +222,7 @@
 %%ZOPEBASEDIR%%/lib/Components/BTree/Setup
 %%ZOPEBASEDIR%%/lib/Components/BTree/intSet.c
 %%ZOPEBASEDIR%%/lib/Components/BTree/intSet.h
+%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/.cvsignore
 %%ZOPEBASEDIR%%/lib/Components/ExtensionClass/COPYRIGHT.txt
 %%ZOPEBASEDIR%%/lib/Components/ExtensionClass/README
 %%ZOPEBASEDIR%%/lib/Components/ExtensionClass/Setup
@@ -237,6 +243,7 @@
 %%ZOPEBASEDIR%%/lib/Components/ExtensionClass/setup.py
 %%ZOPEBASEDIR%%/lib/Components/ExtensionClass/setup.pyc
 %%ZOPEBASEDIR%%/lib/Components/ExtensionClass/src/Acquisition.c
+%%ZOPEBASEDIR%%/lib/Components/ExtensionClass/src/Acquisition.h
 %%ZOPEBASEDIR%%/lib/Components/ExtensionClass/src/ComputedAttribute.c
 %%ZOPEBASEDIR%%/lib/Components/ExtensionClass/src/ExtensionClass.c
 %%ZOPEBASEDIR%%/lib/Components/ExtensionClass/src/ExtensionClass.h
@@ -316,6 +323,7 @@
 %%ZOPEBASEDIR%%/lib/Components/zlib/zutil.c
 %%ZOPEBASEDIR%%/lib/Components/zlib/zutil.h
 %%ZOPEBASEDIR%%/lib/python/.cvsignore
+%%ZOPEBASEDIR%%/lib/python/AccessControl/.cvsignore
 %%ZOPEBASEDIR%%/lib/python/AccessControl/AccessControl.txt
 %%ZOPEBASEDIR%%/lib/python/AccessControl/AuthEncoding.py
 %%ZOPEBASEDIR%%/lib/python/AccessControl/AuthEncoding.pyc
@@ -323,6 +331,9 @@
 %%ZOPEBASEDIR%%/lib/python/AccessControl/DTML.pyc
 %%ZOPEBASEDIR%%/lib/python/AccessControl/IUserFolder.py
 %%ZOPEBASEDIR%%/lib/python/AccessControl/IUserFolder.pyc
+%%ZOPEBASEDIR%%/lib/python/AccessControl/Makefile
+%%ZOPEBASEDIR%%/lib/python/AccessControl/Makefile.pre
+%%ZOPEBASEDIR%%/lib/python/AccessControl/Makefile.pre.in
 %%ZOPEBASEDIR%%/lib/python/AccessControl/Owned.py
 %%ZOPEBASEDIR%%/lib/python/AccessControl/Owned.pyc
 %%ZOPEBASEDIR%%/lib/python/AccessControl/Permission.py
@@ -354,6 +365,9 @@
 %%ZOPEBASEDIR%%/lib/python/AccessControl/ZopeSecurityPolicy.pyc
 %%ZOPEBASEDIR%%/lib/python/AccessControl/__init__.py
 %%ZOPEBASEDIR%%/lib/python/AccessControl/__init__.pyc
+%%ZOPEBASEDIR%%/lib/python/AccessControl/cAccessControl.c
+%%ZOPEBASEDIR%%/lib/python/AccessControl/cAccessControl.so
+%%ZOPEBASEDIR%%/lib/python/AccessControl/config.c
 %%ZOPEBASEDIR%%/lib/python/AccessControl/dtml/access.dtml
 %%ZOPEBASEDIR%%/lib/python/AccessControl/dtml/acquiredEdit.dtml
 %%ZOPEBASEDIR%%/lib/python/AccessControl/dtml/addUser.dtml
@@ -365,10 +379,31 @@
 %%ZOPEBASEDIR%%/lib/python/AccessControl/dtml/owner.dtml
 %%ZOPEBASEDIR%%/lib/python/AccessControl/dtml/permissionEdit.dtml
 %%ZOPEBASEDIR%%/lib/python/AccessControl/dtml/roleEdit.dtml
-%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/framework.py
-%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/framework.pyc
+%%ZOPEBASEDIR%%/lib/python/AccessControl/dtml/userFolderProps.dtml
+%%ZOPEBASEDIR%%/lib/python/AccessControl/securitySuite/README
+%%ZOPEBASEDIR%%/lib/python/AccessControl/securitySuite/ResultObject.py
+%%ZOPEBASEDIR%%/lib/python/AccessControl/securitySuite/ResultObject.pyc
+%%ZOPEBASEDIR%%/lib/python/AccessControl/securitySuite/SecurityBase.py
+%%ZOPEBASEDIR%%/lib/python/AccessControl/securitySuite/SecurityBase.pyc
+%%ZOPEBASEDIR%%/lib/python/AccessControl/securitySuite/framework.py
+%%ZOPEBASEDIR%%/lib/python/AccessControl/securitySuite/framework.pyc
+%%ZOPEBASEDIR%%/lib/python/AccessControl/securitySuite/regressionSecurity.py
+%%ZOPEBASEDIR%%/lib/python/AccessControl/securitySuite/regressionSecurity.pyc
+%%ZOPEBASEDIR%%/lib/python/AccessControl/sedscript
+%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/testDeprecatedAPI.py
+%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/testDeprecatedAPI.pyc
+%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/testPasswordDigest.py
+%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/testPasswordDigest.pyc
+%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/testPermissionRole.py
+%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/testPermissionRole.pyc
 %%ZOPEBASEDIR%%/lib/python/AccessControl/tests/testSecurity.py
 %%ZOPEBASEDIR%%/lib/python/AccessControl/tests/testSecurity.pyc
+%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/testUserFolder.py
+%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/testUserFolder.pyc
+%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/testZopeSecurityPolicy.py
+%%ZOPEBASEDIR%%/lib/python/AccessControl/tests/testZopeSecurityPolicy.pyc
+%%ZOPEBASEDIR%%/lib/python/AccessControl/unauthorized.py
+%%ZOPEBASEDIR%%/lib/python/AccessControl/unauthorized.pyc
 %%ZOPEBASEDIR%%/lib/python/AccessControl/www/AccessControl_icon.gif
 %%ZOPEBASEDIR%%/lib/python/AccessControl/www/User_icon.gif
 %%ZOPEBASEDIR%%/lib/python/Acquisition.so
@@ -390,6 +425,8 @@
 %%ZOPEBASEDIR%%/lib/python/App/FactoryDispatcher.pyc
 %%ZOPEBASEDIR%%/lib/python/App/FindHomes.py
 %%ZOPEBASEDIR%%/lib/python/App/FindHomes.pyc
+%%ZOPEBASEDIR%%/lib/python/App/Hotfixes.py
+%%ZOPEBASEDIR%%/lib/python/App/Hotfixes.pyc
 %%ZOPEBASEDIR%%/lib/python/App/ImageFile.py
 %%ZOPEBASEDIR%%/lib/python/App/ImageFile.pyc
 %%ZOPEBASEDIR%%/lib/python/App/Management.py
@@ -521,6 +558,8 @@
 %%ZOPEBASEDIR%%/lib/python/BTrees/tests/__init__.pyc
 %%ZOPEBASEDIR%%/lib/python/BTrees/tests/testBTrees.py
 %%ZOPEBASEDIR%%/lib/python/BTrees/tests/testBTrees.pyc
+%%ZOPEBASEDIR%%/lib/python/BTrees/tests/testBTreesUnicode.py
+%%ZOPEBASEDIR%%/lib/python/BTrees/tests/testBTreesUnicode.pyc
 %%ZOPEBASEDIR%%/lib/python/BTrees/tests/testConflict.py
 %%ZOPEBASEDIR%%/lib/python/BTrees/tests/testConflict.pyc
 %%ZOPEBASEDIR%%/lib/python/ComputedAttribute.so
@@ -588,8 +627,8 @@
 %%ZOPEBASEDIR%%/lib/python/DocumentTemplate/sequence/SortEx.pyc
 %%ZOPEBASEDIR%%/lib/python/DocumentTemplate/sequence/__init__.py
 %%ZOPEBASEDIR%%/lib/python/DocumentTemplate/sequence/__init__.pyc
-%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/sequence/tests/framework.py
-%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/sequence/tests/framework.pyc
+%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/sequence/tests/__init__.py
+%%ZOPEBASEDIR%%/lib/python/DocumentTemplate/sequence/tests/__init__.pyc
 %%ZOPEBASEDIR%%/lib/python/DocumentTemplate/sequence/tests/results.py
 %%ZOPEBASEDIR%%/lib/python/DocumentTemplate/sequence/tests/results.pyc
 %%ZOPEBASEDIR%%/lib/python/DocumentTemplate/sequence/tests/testSequence.py
@@ -775,10 +814,15 @@
 %%ZOPEBASEDIR%%/lib/python/OFS/ndiff.pyc
 %%ZOPEBASEDIR%%/lib/python/OFS/rPickle.py
 %%ZOPEBASEDIR%%/lib/python/OFS/rPickle.pyc
+%%ZOPEBASEDIR%%/lib/python/OFS/standard/index_html.dtml
+%%ZOPEBASEDIR%%/lib/python/OFS/standard/standard_error_message.dtml
+%%ZOPEBASEDIR%%/lib/python/OFS/standard/standard_html_footer.dtml
+%%ZOPEBASEDIR%%/lib/python/OFS/standard/standard_html_header.dtml
+%%ZOPEBASEDIR%%/lib/python/OFS/standard/standard_template.pt
 %%ZOPEBASEDIR%%/lib/python/OFS/tests/__init__.py
 %%ZOPEBASEDIR%%/lib/python/OFS/tests/__init__.pyc
-%%ZOPEBASEDIR%%/lib/python/OFS/tests/framework.py
-%%ZOPEBASEDIR%%/lib/python/OFS/tests/framework.pyc
+%%ZOPEBASEDIR%%/lib/python/OFS/tests/testCopySupport.py
+%%ZOPEBASEDIR%%/lib/python/OFS/tests/testCopySupport.pyc
 %%ZOPEBASEDIR%%/lib/python/OFS/tests/testRanges.py
 %%ZOPEBASEDIR%%/lib/python/OFS/tests/testRanges.pyc
 %%ZOPEBASEDIR%%/lib/python/OFS/www/ControlPanel_icon.gif
@@ -794,8 +838,8 @@
 %%ZOPEBASEDIR%%/lib/python/OFS/www/properties.jpg
 %%ZOPEBASEDIR%%/lib/python/OFS/www/r_arrow.gif
 %%ZOPEBASEDIR%%/lib/python/OIBTree.so
-%%ZOPEBASEDIR%%/lib/python/Persistence.py
-%%ZOPEBASEDIR%%/lib/python/Persistence.pyc
+%%ZOPEBASEDIR%%/lib/python/Persistence/__init__.py
+%%ZOPEBASEDIR%%/lib/python/Persistence/__init__.pyc
 %%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/CHANGES.txt
 %%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/ExternalMethod.py
 %%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/ExternalMethod.pyc
@@ -854,6 +898,8 @@
 %%ZOPEBASEDIR%%/lib/python/Products/OFSP/dtml/versionAdd.dtml
 %%ZOPEBASEDIR%%/lib/python/Products/OFSP/dtml/versionEdit.dtml
 %%ZOPEBASEDIR%%/lib/python/Products/OFSP/dtml/versionEnd.dtml
+%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/AccessControl.py
+%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/AccessControl.pyc
 %%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/AuthenticatedUser.py
 %%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/AuthenticatedUser.pyc
 %%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/CacheManager-associate.stx
@@ -939,6 +985,9 @@
 %%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/User-Folder_Add-User.stx
 %%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/User-Folder_Contents.stx
 %%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/User-Folder_Edit-User.stx
+%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/User-Folder_Properties.stx
+%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/UserFolder.py
+%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/UserFolder.pyc
 %%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Version-Management.stx
 %%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Version-Management_Version.stx
 %%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/Version.stx
@@ -968,22 +1017,26 @@
 %%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-if.stx
 %%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-in.stx
 %%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-let.stx
-%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-math.stx
 %%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-mime.stx
 %%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-raise.stx
-%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-random.stx
 %%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-return.stx
 %%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-sendmail.stx
-%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-sequence.stx
 %%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-sqlgroup.stx
 %%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-sqltest.stx
 %%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-sqlvar.stx
-%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-string.stx
 %%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-tree.stx
 %%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-try.stx
 %%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-unless.stx
 %%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-var.stx
 %%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/dtml-with.stx
+%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/math.py
+%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/math.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/random.py
+%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/random.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/sequence.py
+%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/sequence.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/string.py
+%%ZOPEBASEDIR%%/lib/python/Products/OFSP/help/string.pyc
 %%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/File_icon.gif
 %%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/Folder_icon.gif
 %%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/Image_icon.gif
@@ -993,6 +1046,110 @@
 %%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/dtmlmethod.gif
 %%ZOPEBASEDIR%%/lib/python/Products/OFSP/images/version.gif
 %%ZOPEBASEDIR%%/lib/python/Products/OFSP/version.txt
+%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/CHANGES.txt
+%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/Expressions.py
+%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/Expressions.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/HISTORY.txt
+%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/PageTemplate.py
+%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/PageTemplate.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/PageTemplateFile.py
+%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/PageTemplateFile.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/PathIterator.py
+%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/PathIterator.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/PythonExpr.py
+%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/PythonExpr.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/README.txt
+%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/TALES.py
+%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/TALES.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/ZPythonExpr.py
+%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/ZPythonExpr.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/ZRPythonExpr.py
+%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/ZRPythonExpr.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/ZopePageTemplate.py
+%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/ZopePageTemplate.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/__init__.py
+%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/__init__.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/examples/index.xml
+%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/examples/zpt_examples.zexp
+%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/PageTemplate_Edit.stx
+%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/ZTUtils.py
+%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/ZTUtils.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/metal-define-macro.stx
+%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/metal-define-slot.stx
+%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/metal-fill-slot.stx
+%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/metal-use-macro.stx
+%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/metal.stx
+%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tal-attributes.stx
+%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tal-condition.stx
+%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tal-content.stx
+%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tal-define.stx
+%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tal-omit-tag.stx
+%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tal-on-error.stx
+%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tal-repeat.stx
+%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tal-replace.stx
+%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tal.stx
+%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tales-exists.stx
+%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tales-nocall.stx
+%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tales-not.stx
+%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tales-path.stx
+%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tales-python.stx
+%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tales-string.stx
+%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help/tales.stx
+%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/__init__.py
+%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/__init__.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/batch.py
+%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/batch.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/framework.py
+%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/framework.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/CheckBatchIteration.html
+%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/CheckNotExpression.html
+%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/CheckNothing.html
+%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/CheckPathAlt.html
+%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/CheckPathNothing.html
+%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/CheckWithXMLHeader.html
+%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/DTML1.html
+%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/DTML3.html
+%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/GlobalsShadowLocals.html
+%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/Loop1.html
+%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/Loop2.html
+%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/StringExpression.html
+%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/TeeShop1.html
+%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/TeeShop2.html
+%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input/TeeShopLAF.html
+%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/CheckBatchIteration.html
+%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/CheckNotExpression.html
+%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/CheckNothing.html
+%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/CheckPathAlt.html
+%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/CheckPathNothing.html
+%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/CheckWithXMLHeader.html
+%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/DTML1a.html
+%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/DTML1b.html
+%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/DTML3.html
+%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/GlobalsShadowLocals.html
+%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/Loop1.html
+%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/Loop2.html
+%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/StringExpression.html
+%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/TeeShop1.html
+%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/TeeShop2.html
+%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output/TeeShopLAF.html
+%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/run.py
+%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/run.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/testDTMLTests.py
+%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/testDTMLTests.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/testExpressions.py
+%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/testExpressions.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/testHTMLTests.py
+%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/testHTMLTests.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/testTALES.py
+%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/testTALES.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/util.py
+%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/util.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/version.txt
+%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/www/default.html
+%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/www/exclamation.gif
+%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/www/ptAdd.zpt
+%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/www/ptEdit.zpt
+%%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/www/zpt.gif
 %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/FieldIndex/FieldIndex.py
 %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/FieldIndex/FieldIndex.pyc
 %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/FieldIndex/__init__.py
@@ -1000,6 +1157,8 @@
 %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/FieldIndex/dtml/addFieldIndex.dtml
 %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/FieldIndex/dtml/manageFieldIndex.dtml
 %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/FieldIndex/help/FieldIndex_searchResults.stx
+%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/FieldIndex/tests/testFieldIndex.py
+%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/FieldIndex/tests/testFieldIndex.pyc
 %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/KeywordIndex/KeywordIndex.py
 %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/KeywordIndex/KeywordIndex.pyc
 %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/KeywordIndex/__init__.py
@@ -1007,6 +1166,8 @@
 %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/KeywordIndex/dtml/addKeywordIndex.dtml
 %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/KeywordIndex/dtml/manageKeywordIndex.dtml
 %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/KeywordIndex/help/KeywordIndex_searchResults.stx
+%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/KeywordIndex/tests/testKeywordIndex.py
+%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/KeywordIndex/tests/testKeywordIndex.pyc
 %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/PathIndex/PathIndex.py
 %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/PathIndex/PathIndex.pyc
 %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/PathIndex/PathIndex.txt
@@ -1015,11 +1176,14 @@
 %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/PathIndex/dtml/addPathIndex.dtml
 %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/PathIndex/dtml/managePathIndex.dtml
 %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/PathIndex/help/PathIndex_searchResults.stx
+%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/PathIndex/tests/testPathIndex.py
+%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/PathIndex/tests/testPathIndex.pyc
 %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/README.txt
 %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/GlobbingLexicon.py
 %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/GlobbingLexicon.pyc
 %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Lexicon.py
 %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Lexicon.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter/.cvsignore
 %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter/ISO_8859_1_Splitter.so
 %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter/Makefile
 %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter/Makefile.pre
@@ -1030,6 +1194,22 @@
 %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter/config.c
 %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter/sedscript
 %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter/src/ISO_8859_1_Splitter.c
+%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/.cvsignore
+%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/Makefile
+%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/Makefile.pre
+%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/Makefile.pre.in
+%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/Setup
+%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/UnicodeSplitter.so
+%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/__init__.py
+%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/__init__.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/config.c
+%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/sedscript
+%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/src/UnicodeSplitter.c
+%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/tests/__init__.py
+%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/tests/__init__.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/tests/testUnicodeSplitter.py
+%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/tests/testUnicodeSplitter.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter/.cvsignore
 %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter/Makefile
 %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter/Makefile.pre
 %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter/Makefile.pre.in
@@ -1059,6 +1239,10 @@
 %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/help/TextIndex_searchResults.stx
 %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/randid.py
 %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/randid.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/tests/testSplitter.py
+%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/tests/testSplitter.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/tests/testTextIndex.py
+%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/tests/testTextIndex.pyc
 %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/__init__.py
 %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/__init__.pyc
 %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/common/PluggableIndex.py
@@ -1074,18 +1258,6 @@
 %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/common/util.py
 %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/common/util.pyc
 %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/help/placeholder.txt
-%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/tests/framework.py
-%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/tests/framework.pyc
-%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/tests/testFieldIndex.py
-%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/tests/testFieldIndex.pyc
-%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/tests/testKeywordIndex.py
-%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/tests/testKeywordIndex.pyc
-%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/tests/testPathIndex.py
-%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/tests/testPathIndex.pyc
-%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/tests/testSplitter.py
-%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/tests/testSplitter.pyc
-%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/tests/testTextIndex.py
-%%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/tests/testTextIndex.pyc
 %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/www/index.gif
 %%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/CHANGES.txt
 %%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/Extensions/RemotePS.py
@@ -1105,12 +1277,14 @@
 %%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/help/PythonScript_test.stx
 %%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/help/Script.py
 %%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/help/Script.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/help/standard.py
+%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/help/standard.pyc
 %%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/module_access_examples.py
 %%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/module_access_examples.pyc
 %%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/standard.py
 %%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/standard.pyc
-%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/tests/framework.py
-%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/tests/framework.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/tests/__init__.py
+%%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/tests/__init__.pyc
 %%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/tests/testPythonScript.py
 %%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/tests/testPythonScript.pyc
 %%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/tests/tscripts/big_boolean.ps
@@ -1130,6 +1304,36 @@
 %%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/www/pyScriptEdit.dtml
 %%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/www/pyScriptProxy.dtml
 %%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/www/pyscript.gif
+%%ZOPEBASEDIR%%/lib/python/Products/Sessions/BrowserIdManager.py
+%%ZOPEBASEDIR%%/lib/python/Products/Sessions/BrowserIdManager.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/Sessions/SessionDataManager.py
+%%ZOPEBASEDIR%%/lib/python/Products/Sessions/SessionDataManager.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/Sessions/SessionInterfaces.py
+%%ZOPEBASEDIR%%/lib/python/Products/Sessions/SessionInterfaces.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/Sessions/SessionPermissions.py
+%%ZOPEBASEDIR%%/lib/python/Products/Sessions/SessionPermissions.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/Sessions/__init__.py
+%%ZOPEBASEDIR%%/lib/python/Products/Sessions/__init__.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/Sessions/common.py
+%%ZOPEBASEDIR%%/lib/python/Products/Sessions/common.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/Sessions/dtml/addDataManager.dtml
+%%ZOPEBASEDIR%%/lib/python/Products/Sessions/dtml/addIdManager.dtml
+%%ZOPEBASEDIR%%/lib/python/Products/Sessions/dtml/manageDataManager.dtml
+%%ZOPEBASEDIR%%/lib/python/Products/Sessions/dtml/manageIdManager.dtml
+%%ZOPEBASEDIR%%/lib/python/Products/Sessions/help/SessionInterfaces.py
+%%ZOPEBASEDIR%%/lib/python/Products/Sessions/help/SessionInterfaces.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/Sessions/help/browser-add.stx
+%%ZOPEBASEDIR%%/lib/python/Products/Sessions/help/browser-change.stx
+%%ZOPEBASEDIR%%/lib/python/Products/Sessions/help/session-add.stx
+%%ZOPEBASEDIR%%/lib/python/Products/Sessions/help/session-change.stx
+%%ZOPEBASEDIR%%/lib/python/Products/Sessions/stresstests/stresstestMultiThread.py
+%%ZOPEBASEDIR%%/lib/python/Products/Sessions/stresstests/stresstestMultiThread.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/Sessions/tests/testBrowserIdManager.py
+%%ZOPEBASEDIR%%/lib/python/Products/Sessions/tests/testBrowserIdManager.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/Sessions/tests/testSessionDataManager.py
+%%ZOPEBASEDIR%%/lib/python/Products/Sessions/tests/testSessionDataManager.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/Sessions/www/datamgr.gif
+%%ZOPEBASEDIR%%/lib/python/Products/Sessions/www/idmgr.gif
 %%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/AccessRule.py
 %%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/AccessRule.pyc
 %%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/CHANGES.txt
@@ -1174,6 +1378,45 @@
 %%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/help/Accel.stx
 %%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/help/RAM.stx
 %%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/version.txt
+%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/LowConflictConnection.py
+%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/LowConflictConnection.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/TemporaryFolder.py
+%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/TemporaryFolder.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/TemporaryStorage.py
+%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/TemporaryStorage.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/__init__.py
+%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/__init__.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/dtml/addTemporaryFolder.dtml
+%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/dtml/mountfail.dtml
+%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/help/TemporaryFolder.stx
+%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/patchfs.py
+%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/patchfs.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/tests/testTemporaryStorage.py
+%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/tests/testTemporaryStorage.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/www/tempfolder.gif
+%%ZOPEBASEDIR%%/lib/python/Products/Transience/Transience.py
+%%ZOPEBASEDIR%%/lib/python/Products/Transience/Transience.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/Transience/TransienceInterfaces.py
+%%ZOPEBASEDIR%%/lib/python/Products/Transience/TransienceInterfaces.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/Transience/TransientObject.py
+%%ZOPEBASEDIR%%/lib/python/Products/Transience/TransientObject.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/Transience/__init__.py
+%%ZOPEBASEDIR%%/lib/python/Products/Transience/__init__.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/Transience/dtml/addTransientObjectContainer.dtml
+%%ZOPEBASEDIR%%/lib/python/Products/Transience/dtml/manageTransientObjectContainer.dtml
+%%ZOPEBASEDIR%%/lib/python/Products/Transience/help/Transience-add.stx
+%%ZOPEBASEDIR%%/lib/python/Products/Transience/help/Transience-change.stx
+%%ZOPEBASEDIR%%/lib/python/Products/Transience/help/TransienceInterfaces.py
+%%ZOPEBASEDIR%%/lib/python/Products/Transience/help/TransienceInterfaces.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/Transience/tests/fauxtime.py
+%%ZOPEBASEDIR%%/lib/python/Products/Transience/tests/fauxtime.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/Transience/tests/testTimeoutRelated.py
+%%ZOPEBASEDIR%%/lib/python/Products/Transience/tests/testTimeoutRelated.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/Transience/tests/testTransientObject.py
+%%ZOPEBASEDIR%%/lib/python/Products/Transience/tests/testTransientObject.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/Transience/tests/testTransientObjectContainer.py
+%%ZOPEBASEDIR%%/lib/python/Products/Transience/tests/testTransientObjectContainer.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/Transience/www/datacontainer.gif
 %%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/CHANGES.txt
 %%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/Catalog.gif
 %%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/Catalog.py
@@ -1242,8 +1485,11 @@
 %%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/regressiontests/regressionCatalog.pyc
 %%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/regressiontests/regressionCatalogTiming.py
 %%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/regressiontests/regressionCatalogTiming.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/regressiontests/regressionUnicode.py
+%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/regressiontests/regressionUnicode.pyc
 %%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/regressiontests/unittest_patched.py
 %%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/regressiontests/unittest_patched.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/tests/.cvsignore
 %%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/tests/__init__.py
 %%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/tests/__init__.pyc
 %%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/tests/testCatalog.py
@@ -1378,8 +1624,6 @@
 %%ZOPEBASEDIR%%/lib/python/Products/__init__.py
 %%ZOPEBASEDIR%%/lib/python/Products/__init__.pyc
 %%ZOPEBASEDIR%%/lib/python/Record.so
-%%ZOPEBASEDIR%%/lib/python/RestrictedPython/Compilers.py
-%%ZOPEBASEDIR%%/lib/python/RestrictedPython/Compilers.pyc
 %%ZOPEBASEDIR%%/lib/python/RestrictedPython/Eval.py
 %%ZOPEBASEDIR%%/lib/python/RestrictedPython/Eval.pyc
 %%ZOPEBASEDIR%%/lib/python/RestrictedPython/Guards.py
@@ -1390,36 +1634,43 @@
 %%ZOPEBASEDIR%%/lib/python/RestrictedPython/MutatingWalker.pyc
 %%ZOPEBASEDIR%%/lib/python/RestrictedPython/PrintCollector.py
 %%ZOPEBASEDIR%%/lib/python/RestrictedPython/PrintCollector.pyc
+%%ZOPEBASEDIR%%/lib/python/RestrictedPython/RCompile.py
+%%ZOPEBASEDIR%%/lib/python/RestrictedPython/RCompile.pyc
+%%ZOPEBASEDIR%%/lib/python/RestrictedPython/RCompile_2_1.py
+%%ZOPEBASEDIR%%/lib/python/RestrictedPython/RCompile_2_1.pyc
 %%ZOPEBASEDIR%%/lib/python/RestrictedPython/RestrictionMutator.py
 %%ZOPEBASEDIR%%/lib/python/RestrictedPython/RestrictionMutator.pyc
 %%ZOPEBASEDIR%%/lib/python/RestrictedPython/SafeMapping.py
 %%ZOPEBASEDIR%%/lib/python/RestrictedPython/SafeMapping.pyc
+%%ZOPEBASEDIR%%/lib/python/RestrictedPython/SelectCompiler.py
+%%ZOPEBASEDIR%%/lib/python/RestrictedPython/SelectCompiler.pyc
 %%ZOPEBASEDIR%%/lib/python/RestrictedPython/Utilities.py
 %%ZOPEBASEDIR%%/lib/python/RestrictedPython/Utilities.pyc
 %%ZOPEBASEDIR%%/lib/python/RestrictedPython/__init__.py
 %%ZOPEBASEDIR%%/lib/python/RestrictedPython/__init__.pyc
-%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler/__init__.py
-%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler/__init__.pyc
-%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler/ast.py
-%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler/ast.pyc
-%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler/astgen.py
-%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler/astgen.pyc
-%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler/consts.py
-%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler/consts.pyc
-%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler/future.py
-%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler/future.pyc
-%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler/misc.py
-%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler/misc.pyc
-%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler/pyassem.py
-%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler/pyassem.pyc
-%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler/pycodegen.py
-%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler/pycodegen.pyc
-%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler/symbols.py
-%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler/symbols.pyc
-%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler/transformer.py
-%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler/transformer.pyc
-%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler/visitor.py
-%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler/visitor.pyc
+%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/__init__.py
+%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/__init__.pyc
+%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/ast.py
+%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/ast.pyc
+%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/ast.txt
+%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/astgen.py
+%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/astgen.pyc
+%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/consts.py
+%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/consts.pyc
+%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/future.py
+%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/future.pyc
+%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/misc.py
+%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/misc.pyc
+%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/pyassem.py
+%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/pyassem.pyc
+%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/pycodegen.py
+%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/pycodegen.pyc
+%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/symbols.py
+%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/symbols.pyc
+%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/transformer.py
+%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/transformer.pyc
+%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/visitor.py
+%%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1/visitor.pyc
 %%ZOPEBASEDIR%%/lib/python/RestrictedPython/tests/__init__.py
 %%ZOPEBASEDIR%%/lib/python/RestrictedPython/tests/__init__.pyc
 %%ZOPEBASEDIR%%/lib/python/RestrictedPython/tests/restricted_module.py
@@ -1429,6 +1680,7 @@
 %%ZOPEBASEDIR%%/lib/python/RestrictedPython/tests/testRestrictions.py
 %%ZOPEBASEDIR%%/lib/python/RestrictedPython/tests/testRestrictions.pyc
 %%ZOPEBASEDIR%%/lib/python/SearchIndex/.cvsignore
+%%ZOPEBASEDIR%%/lib/python/SearchIndex/.testinfo
 %%ZOPEBASEDIR%%/lib/python/SearchIndex/GlobbingLexicon.py
 %%ZOPEBASEDIR%%/lib/python/SearchIndex/GlobbingLexicon.pyc
 %%ZOPEBASEDIR%%/lib/python/SearchIndex/Index.py
@@ -1440,6 +1692,7 @@
 %%ZOPEBASEDIR%%/lib/python/SearchIndex/Makefile.pre.in
 %%ZOPEBASEDIR%%/lib/python/SearchIndex/PluggableIndex.py
 %%ZOPEBASEDIR%%/lib/python/SearchIndex/PluggableIndex.pyc
+%%ZOPEBASEDIR%%/lib/python/SearchIndex/README.txt
 %%ZOPEBASEDIR%%/lib/python/SearchIndex/ResultList.py
 %%ZOPEBASEDIR%%/lib/python/SearchIndex/ResultList.pyc
 %%ZOPEBASEDIR%%/lib/python/SearchIndex/Setup
@@ -1512,6 +1765,7 @@
 %%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/dtml/connectionStatus.dtml
 %%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/dtml/connectionTestForm.dtml
 %%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/dtml/customDefaultReport.dtml
+%%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/dtml/customDefaultZPTReport.dtml
 %%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/dtml/searchAdd.dtml
 %%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/sqlgroup.py
 %%ZOPEBASEDIR%%/lib/python/Shared/DC/ZRDB/sqlgroup.pyc
@@ -1604,10 +1858,14 @@
 %%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/Acquisition.stx
 %%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/ExtensionClass.ref
 %%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/ExtensionClass.stx
+%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/InnerLinks.ref
+%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/InnerLinks.stx
 %%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/Links.ref
 %%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/Links.stx
 %%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/MultiMapping.ref
 %%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/MultiMapping.stx
+%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/create_referencesfiles.py
+%%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/create_referencesfiles.pyc
 %%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/examples.ref
 %%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/examples.stx
 %%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/examples1.ref
@@ -1616,11 +1874,153 @@
 %%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/index.stx
 %%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/table.ref
 %%ZOPEBASEDIR%%/lib/python/StructuredText/regressions/table.stx
-%%ZOPEBASEDIR%%/lib/python/StructuredText/tests/framework.py
-%%ZOPEBASEDIR%%/lib/python/StructuredText/tests/framework.pyc
 %%ZOPEBASEDIR%%/lib/python/StructuredText/tests/testStructuredText.py
 %%ZOPEBASEDIR%%/lib/python/StructuredText/tests/testStructuredText.pyc
 %%ZOPEBASEDIR%%/lib/python/Sync.so
+%%ZOPEBASEDIR%%/lib/python/TAL/.cvsignore
+%%ZOPEBASEDIR%%/lib/python/TAL/CHANGES.txt
+%%ZOPEBASEDIR%%/lib/python/TAL/DummyEngine.py
+%%ZOPEBASEDIR%%/lib/python/TAL/DummyEngine.pyc
+%%ZOPEBASEDIR%%/lib/python/TAL/HISTORY.txt
+%%ZOPEBASEDIR%%/lib/python/TAL/HTMLParser.py
+%%ZOPEBASEDIR%%/lib/python/TAL/HTMLParser.pyc
+%%ZOPEBASEDIR%%/lib/python/TAL/HTMLTALParser.py
+%%ZOPEBASEDIR%%/lib/python/TAL/HTMLTALParser.pyc
+%%ZOPEBASEDIR%%/lib/python/TAL/README.txt
+%%ZOPEBASEDIR%%/lib/python/TAL/TALDefs.py
+%%ZOPEBASEDIR%%/lib/python/TAL/TALDefs.pyc
+%%ZOPEBASEDIR%%/lib/python/TAL/TALGenerator.py
+%%ZOPEBASEDIR%%/lib/python/TAL/TALGenerator.pyc
+%%ZOPEBASEDIR%%/lib/python/TAL/TALInterpreter.py
+%%ZOPEBASEDIR%%/lib/python/TAL/TALInterpreter.pyc
+%%ZOPEBASEDIR%%/lib/python/TAL/TALParser.py
+%%ZOPEBASEDIR%%/lib/python/TAL/TALParser.pyc
+%%ZOPEBASEDIR%%/lib/python/TAL/XMLParser.py
+%%ZOPEBASEDIR%%/lib/python/TAL/XMLParser.pyc
+%%ZOPEBASEDIR%%/lib/python/TAL/__init__.py
+%%ZOPEBASEDIR%%/lib/python/TAL/__init__.pyc
+%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/dtml01.html
+%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/dtml02.html
+%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/dtml03.html
+%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/dtml04.html
+%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/dtml05.html
+%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/dtml06.html
+%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/dtml07.html
+%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/dtml08.html
+%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/dtml09.html
+%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/dtml10.html
+%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/dtml11.html
+%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/dtml12.html
+%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/tal01.html
+%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/tal02.html
+%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/tal03.html
+%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/tal04.html
+%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/tal05.html
+%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/tal06.html
+%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/tal07.html
+%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/tal08.html
+%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/tal09.html
+%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/tal10.html
+%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/tal11.html
+%%ZOPEBASEDIR%%/lib/python/TAL/benchmark/tal12.html
+%%ZOPEBASEDIR%%/lib/python/TAL/driver.py
+%%ZOPEBASEDIR%%/lib/python/TAL/driver.pyc
+%%ZOPEBASEDIR%%/lib/python/TAL/markbench.py
+%%ZOPEBASEDIR%%/lib/python/TAL/markbench.pyc
+%%ZOPEBASEDIR%%/lib/python/TAL/markupbase.py
+%%ZOPEBASEDIR%%/lib/python/TAL/markupbase.pyc
+%%ZOPEBASEDIR%%/lib/python/TAL/ndiff.py
+%%ZOPEBASEDIR%%/lib/python/TAL/ndiff.pyc
+%%ZOPEBASEDIR%%/lib/python/TAL/runtest.py
+%%ZOPEBASEDIR%%/lib/python/TAL/runtest.pyc
+%%ZOPEBASEDIR%%/lib/python/TAL/setpath.py
+%%ZOPEBASEDIR%%/lib/python/TAL/setpath.pyc
+%%ZOPEBASEDIR%%/lib/python/TAL/tests/__init__.py
+%%ZOPEBASEDIR%%/lib/python/TAL/tests/__init__.pyc
+%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test01.html
+%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test01.xml
+%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test02.html
+%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test02.xml
+%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test03.html
+%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test03.xml
+%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test04.html
+%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test04.xml
+%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test05.html
+%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test05.xml
+%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test06.html
+%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test06.xml
+%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test07.html
+%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test07.xml
+%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test08.html
+%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test08.xml
+%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test09.html
+%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test09.xml
+%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test10.html
+%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test11.html
+%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test11.xml
+%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test12.html
+%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test13.html
+%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test14.html
+%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test14.xml
+%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test15.html
+%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test16.html
+%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test17.html
+%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test17.xml
+%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test18.html
+%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test18.xml
+%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test_metal1.html
+%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test_metal2.html
+%%ZOPEBASEDIR%%/lib/python/TAL/tests/input/test_metal3.html
+%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test01.html
+%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test01.xml
+%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test02.html
+%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test02.xml
+%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test03.html
+%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test03.xml
+%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test04.html
+%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test04.xml
+%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test05.html
+%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test05.xml
+%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test06.html
+%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test06.xml
+%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test07.html
+%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test07.xml
+%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test08.html
+%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test08.xml
+%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test09.html
+%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test09.xml
+%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test10.html
+%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test11.html
+%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test11.xml
+%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test12.html
+%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test13.html
+%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test14.html
+%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test14.xml
+%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test15.html
+%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test16.html
+%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test17.html
+%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test17.xml
+%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test18.html
+%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test18.xml
+%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test_metal1.html
+%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test_metal2.html
+%%ZOPEBASEDIR%%/lib/python/TAL/tests/output/test_metal3.html
+%%ZOPEBASEDIR%%/lib/python/TAL/tests/run.py
+%%ZOPEBASEDIR%%/lib/python/TAL/tests/run.pyc
+%%ZOPEBASEDIR%%/lib/python/TAL/tests/test_files.py
+%%ZOPEBASEDIR%%/lib/python/TAL/tests/test_files.pyc
+%%ZOPEBASEDIR%%/lib/python/TAL/tests/test_htmlparser.py
+%%ZOPEBASEDIR%%/lib/python/TAL/tests/test_htmlparser.pyc
+%%ZOPEBASEDIR%%/lib/python/TAL/tests/test_htmltalparser.py
+%%ZOPEBASEDIR%%/lib/python/TAL/tests/test_htmltalparser.pyc
+%%ZOPEBASEDIR%%/lib/python/TAL/tests/test_talinterpreter.py
+%%ZOPEBASEDIR%%/lib/python/TAL/tests/test_talinterpreter.pyc
+%%ZOPEBASEDIR%%/lib/python/TAL/tests/test_xmlparser.py
+%%ZOPEBASEDIR%%/lib/python/TAL/tests/test_xmlparser.pyc
+%%ZOPEBASEDIR%%/lib/python/TAL/tests/utils.py
+%%ZOPEBASEDIR%%/lib/python/TAL/tests/utils.pyc
+%%ZOPEBASEDIR%%/lib/python/TAL/timer.py
+%%ZOPEBASEDIR%%/lib/python/TAL/timer.pyc
 %%ZOPEBASEDIR%%/lib/python/Testing/README.txt
 %%ZOPEBASEDIR%%/lib/python/Testing/ZODButil.py
 %%ZOPEBASEDIR%%/lib/python/Testing/ZODButil.pyc
@@ -1635,8 +2035,10 @@
 %%ZOPEBASEDIR%%/lib/python/Testing/makerequest.py
 %%ZOPEBASEDIR%%/lib/python/Testing/makerequest.pyc
 %%ZOPEBASEDIR%%/lib/python/ThreadLock.so
-%%ZOPEBASEDIR%%/lib/python/ThreadedAsync.py
-%%ZOPEBASEDIR%%/lib/python/ThreadedAsync.pyc
+%%ZOPEBASEDIR%%/lib/python/ThreadedAsync/LoopCallback.py
+%%ZOPEBASEDIR%%/lib/python/ThreadedAsync/LoopCallback.pyc
+%%ZOPEBASEDIR%%/lib/python/ThreadedAsync/__init__.py
+%%ZOPEBASEDIR%%/lib/python/ThreadedAsync/__init__.pyc
 %%ZOPEBASEDIR%%/lib/python/TreeDisplay/TreeTag.py
 %%ZOPEBASEDIR%%/lib/python/TreeDisplay/TreeTag.pyc
 %%ZOPEBASEDIR%%/lib/python/TreeDisplay/__init__.py
@@ -1744,10 +2146,13 @@
 %%ZOPEBASEDIR%%/lib/python/ZODB/referencesf.py
 %%ZOPEBASEDIR%%/lib/python/ZODB/referencesf.pyc
 %%ZOPEBASEDIR%%/lib/python/ZODB/sedscript
+%%ZOPEBASEDIR%%/lib/python/ZODB/tests/.cvsignore
 %%ZOPEBASEDIR%%/lib/python/ZODB/tests/BasicStorage.py
 %%ZOPEBASEDIR%%/lib/python/ZODB/tests/BasicStorage.pyc
 %%ZOPEBASEDIR%%/lib/python/ZODB/tests/ConflictResolution.py
 %%ZOPEBASEDIR%%/lib/python/ZODB/tests/ConflictResolution.pyc
+%%ZOPEBASEDIR%%/lib/python/ZODB/tests/Corruption.py
+%%ZOPEBASEDIR%%/lib/python/ZODB/tests/Corruption.pyc
 %%ZOPEBASEDIR%%/lib/python/ZODB/tests/HistoryStorage.py
 %%ZOPEBASEDIR%%/lib/python/ZODB/tests/HistoryStorage.pyc
 %%ZOPEBASEDIR%%/lib/python/ZODB/tests/IteratorStorage.py
@@ -1758,6 +2163,10 @@
 %%ZOPEBASEDIR%%/lib/python/ZODB/tests/MinPO.pyc
 %%ZOPEBASEDIR%%/lib/python/ZODB/tests/PackableStorage.py
 %%ZOPEBASEDIR%%/lib/python/ZODB/tests/PackableStorage.pyc
+%%ZOPEBASEDIR%%/lib/python/ZODB/tests/PersistentStorage.py
+%%ZOPEBASEDIR%%/lib/python/ZODB/tests/PersistentStorage.pyc
+%%ZOPEBASEDIR%%/lib/python/ZODB/tests/RevisionStorage.py
+%%ZOPEBASEDIR%%/lib/python/ZODB/tests/RevisionStorage.pyc
 %%ZOPEBASEDIR%%/lib/python/ZODB/tests/StorageTestBase.py
 %%ZOPEBASEDIR%%/lib/python/ZODB/tests/StorageTestBase.pyc
 %%ZOPEBASEDIR%%/lib/python/ZODB/tests/Synchronization.py
@@ -1772,10 +2181,16 @@
 %%ZOPEBASEDIR%%/lib/python/ZODB/tests/__init__.pyc
 %%ZOPEBASEDIR%%/lib/python/ZODB/tests/speed.py
 %%ZOPEBASEDIR%%/lib/python/ZODB/tests/speed.pyc
+%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testDemoStorage.py
+%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testDemoStorage.pyc
 %%ZOPEBASEDIR%%/lib/python/ZODB/tests/testFileStorage.py
 %%ZOPEBASEDIR%%/lib/python/ZODB/tests/testFileStorage.pyc
+%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testMappingStorage.py
+%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testMappingStorage.pyc
 %%ZOPEBASEDIR%%/lib/python/ZODB/tests/testTransaction.py
 %%ZOPEBASEDIR%%/lib/python/ZODB/tests/testTransaction.pyc
+%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testUtils.py
+%%ZOPEBASEDIR%%/lib/python/ZODB/tests/testUtils.pyc
 %%ZOPEBASEDIR%%/lib/python/ZODB/tests/testZODB.py
 %%ZOPEBASEDIR%%/lib/python/ZODB/tests/testZODB.pyc
 %%ZOPEBASEDIR%%/lib/python/ZODB/utils.py
@@ -1820,6 +2235,26 @@
 %%ZOPEBASEDIR%%/lib/python/ZPublisher/tests/testHTTPRangeSupport.pyc
 %%ZOPEBASEDIR%%/lib/python/ZPublisher/xmlrpc.py
 %%ZOPEBASEDIR%%/lib/python/ZPublisher/xmlrpc.pyc
+%%ZOPEBASEDIR%%/lib/python/ZTUtils/Batch.py
+%%ZOPEBASEDIR%%/lib/python/ZTUtils/Batch.pyc
+%%ZOPEBASEDIR%%/lib/python/ZTUtils/CHANGES.txt
+%%ZOPEBASEDIR%%/lib/python/ZTUtils/HISTORY.txt
+%%ZOPEBASEDIR%%/lib/python/ZTUtils/Iterator.py
+%%ZOPEBASEDIR%%/lib/python/ZTUtils/Iterator.pyc
+%%ZOPEBASEDIR%%/lib/python/ZTUtils/SimpleTree.py
+%%ZOPEBASEDIR%%/lib/python/ZTUtils/SimpleTree.pyc
+%%ZOPEBASEDIR%%/lib/python/ZTUtils/Tree.py
+%%ZOPEBASEDIR%%/lib/python/ZTUtils/Tree.pyc
+%%ZOPEBASEDIR%%/lib/python/ZTUtils/Zope.py
+%%ZOPEBASEDIR%%/lib/python/ZTUtils/Zope.pyc
+%%ZOPEBASEDIR%%/lib/python/ZTUtils/__init__.py
+%%ZOPEBASEDIR%%/lib/python/ZTUtils/__init__.pyc
+%%ZOPEBASEDIR%%/lib/python/ZTUtils/tests/run.py
+%%ZOPEBASEDIR%%/lib/python/ZTUtils/tests/run.pyc
+%%ZOPEBASEDIR%%/lib/python/ZTUtils/tests/testBatch.py
+%%ZOPEBASEDIR%%/lib/python/ZTUtils/tests/testBatch.pyc
+%%ZOPEBASEDIR%%/lib/python/ZTUtils/tests/testIterator.py
+%%ZOPEBASEDIR%%/lib/python/ZTUtils/tests/testIterator.pyc
 %%ZOPEBASEDIR%%/lib/python/Zope/ClassFactory.py
 %%ZOPEBASEDIR%%/lib/python/Zope/ClassFactory.pyc
 %%ZOPEBASEDIR%%/lib/python/Zope/__init__.py
@@ -1864,10 +2299,28 @@
 %%ZOPEBASEDIR%%/lib/python/webdav/xmltools.pyc
 %%ZOPEBASEDIR%%/lib/python/xmlrpclib.py
 %%ZOPEBASEDIR%%/lib/python/xmlrpclib.pyc
-%%ZOPEBASEDIR%%/lib/python/zLOG.py
-%%ZOPEBASEDIR%%/lib/python/zLOG.pyc
-%%ZOPEBASEDIR%%/lib/python/zdaemon.py
-%%ZOPEBASEDIR%%/lib/python/zdaemon.pyc
+%%ZOPEBASEDIR%%/lib/python/zExceptions/__init__.py
+%%ZOPEBASEDIR%%/lib/python/zExceptions/__init__.pyc
+%%ZOPEBASEDIR%%/lib/python/zExceptions/unauthorized.py
+%%ZOPEBASEDIR%%/lib/python/zExceptions/unauthorized.pyc
+%%ZOPEBASEDIR%%/lib/python/zLOG/FormatException.py
+%%ZOPEBASEDIR%%/lib/python/zLOG/FormatException.pyc
+%%ZOPEBASEDIR%%/lib/python/zLOG/MinimalLogger.py
+%%ZOPEBASEDIR%%/lib/python/zLOG/MinimalLogger.pyc
+%%ZOPEBASEDIR%%/lib/python/zLOG/__init__.py
+%%ZOPEBASEDIR%%/lib/python/zLOG/__init__.pyc
+%%ZOPEBASEDIR%%/lib/python/zLOG/tests/__init__.py
+%%ZOPEBASEDIR%%/lib/python/zLOG/tests/__init__.pyc
+%%ZOPEBASEDIR%%/lib/python/zLOG/tests/testzLog.py
+%%ZOPEBASEDIR%%/lib/python/zLOG/tests/testzLog.pyc
+%%ZOPEBASEDIR%%/lib/python/zdaemon/Daemon.py
+%%ZOPEBASEDIR%%/lib/python/zdaemon/Daemon.pyc
+%%ZOPEBASEDIR%%/lib/python/zdaemon/Heartbeat.py
+%%ZOPEBASEDIR%%/lib/python/zdaemon/Heartbeat.pyc
+%%ZOPEBASEDIR%%/lib/python/zdaemon/ZDaemonLogging.py
+%%ZOPEBASEDIR%%/lib/python/zdaemon/ZDaemonLogging.pyc
+%%ZOPEBASEDIR%%/lib/python/zdaemon/__init__.py
+%%ZOPEBASEDIR%%/lib/python/zdaemon/__init__.pyc
 %%ZOPEBASEDIR%%/lib/python/zlib.so
 %%ZOPEBASEDIR%%/pcgi/.cvsignore
 %%ZOPEBASEDIR%%/pcgi/Example/pcgitest
@@ -1915,6 +2368,8 @@
 %%ZOPEBASEDIR%%/utilities/README.txt
 %%ZOPEBASEDIR%%/utilities/bbb.py
 %%ZOPEBASEDIR%%/utilities/bbb.pyc
+%%ZOPEBASEDIR%%/utilities/check_catalog.py
+%%ZOPEBASEDIR%%/utilities/check_catalog.pyc
 %%ZOPEBASEDIR%%/utilities/fixbbbts.py
 %%ZOPEBASEDIR%%/utilities/fixbbbts.pyc
 %%ZOPEBASEDIR%%/utilities/load_site.py
@@ -1923,6 +2378,7 @@
 %%ZOPEBASEDIR%%/utilities/requestprofiler.pyc
 %%ZOPEBASEDIR%%/utilities/testrunner.py
 %%ZOPEBASEDIR%%/utilities/testrunner.pyc
+%%ZOPEBASEDIR%%/var/Data.fs
 %%ZOPEBASEDIR%%/var/Data.fs.in
 @exec if [ ! -f %B/Data.fs ]; then cp %B/%f %B/Data.fs; fi
 %%ZOPEBASEDIR%%/w_pcgi.py
@@ -1949,10 +2405,16 @@
 @dirrm %%ZOPEBASEDIR%%/pcgi/MrCreosote
 @dirrm %%ZOPEBASEDIR%%/pcgi/Example
 @dirrm %%ZOPEBASEDIR%%/pcgi
+@dirrm %%ZOPEBASEDIR%%/lib/python/zdaemon
+@dirrm %%ZOPEBASEDIR%%/lib/python/zLOG/tests
+@dirrm %%ZOPEBASEDIR%%/lib/python/zLOG
+@dirrm %%ZOPEBASEDIR%%/lib/python/zExceptions
 @dirrm %%ZOPEBASEDIR%%/lib/python/webdav/www
 @dirrm %%ZOPEBASEDIR%%/lib/python/webdav/dtml
 @dirrm %%ZOPEBASEDIR%%/lib/python/webdav
 @dirrm %%ZOPEBASEDIR%%/lib/python/Zope
+@dirrm %%ZOPEBASEDIR%%/lib/python/ZTUtils/tests
+@dirrm %%ZOPEBASEDIR%%/lib/python/ZTUtils
 @dirrm %%ZOPEBASEDIR%%/lib/python/ZPublisher/tests
 @dirrm %%ZOPEBASEDIR%%/lib/python/ZPublisher
 @dirrm %%ZOPEBASEDIR%%/lib/python/ZODB/tests
@@ -1962,7 +2424,13 @@
 @dirrm %%ZOPEBASEDIR%%/lib/python/ZClasses
 @dirrm %%ZOPEBASEDIR%%/lib/python/TreeDisplay/www
 @dirrm %%ZOPEBASEDIR%%/lib/python/TreeDisplay
+@dirrm %%ZOPEBASEDIR%%/lib/python/ThreadedAsync
 @dirrm %%ZOPEBASEDIR%%/lib/python/Testing
+@dirrm %%ZOPEBASEDIR%%/lib/python/TAL/tests/output
+@dirrm %%ZOPEBASEDIR%%/lib/python/TAL/tests/input
+@dirrm %%ZOPEBASEDIR%%/lib/python/TAL/tests
+@dirrm %%ZOPEBASEDIR%%/lib/python/TAL/benchmark
+@dirrm %%ZOPEBASEDIR%%/lib/python/TAL
 @dirrm %%ZOPEBASEDIR%%/lib/python/StructuredText/tests
 @dirrm %%ZOPEBASEDIR%%/lib/python/StructuredText/regressions
 @dirrm %%ZOPEBASEDIR%%/lib/python/StructuredText
@@ -1981,7 +2449,7 @@
 @dirrm %%ZOPEBASEDIR%%/lib/python/SearchIndex/tests
 @dirrm %%ZOPEBASEDIR%%/lib/python/SearchIndex
 @dirrm %%ZOPEBASEDIR%%/lib/python/RestrictedPython/tests
-@dirrm %%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler
+@dirrm %%ZOPEBASEDIR%%/lib/python/RestrictedPython/compiler_2_1
 @dirrm %%ZOPEBASEDIR%%/lib/python/RestrictedPython
 @dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZopeTutorial/dtml
 @dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZopeTutorial
@@ -1998,6 +2466,16 @@
 @dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/help
 @dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZCatalog/dtml
 @dirrm %%ZOPEBASEDIR%%/lib/python/Products/ZCatalog
+@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Transience/www
+@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Transience/tests
+@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Transience/help
+@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Transience/dtml
+@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Transience
+@dirrm %%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/www
+@dirrm %%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/tests
+@dirrm %%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/help
+@dirrm %%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder/dtml
+@dirrm %%ZOPEBASEDIR%%/lib/python/Products/TemporaryFolder
 @dirrm %%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/help
 @dirrm %%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers/dtml
 @dirrm %%ZOPEBASEDIR%%/lib/python/Products/StandardCacheManagers
@@ -2006,6 +2484,12 @@
 @dirrm %%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/doc
 @dirrm %%ZOPEBASEDIR%%/lib/python/Products/SiteAccess/Extensions
 @dirrm %%ZOPEBASEDIR%%/lib/python/Products/SiteAccess
+@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Sessions/www
+@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Sessions/tests
+@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Sessions/stresstests
+@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Sessions/help
+@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Sessions/dtml
+@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Sessions
 @dirrm %%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/www
 @dirrm %%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/tests/tscripts
 @dirrm %%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/tests
@@ -2013,27 +2497,40 @@
 @dirrm %%ZOPEBASEDIR%%/lib/python/Products/PythonScripts/Extensions
 @dirrm %%ZOPEBASEDIR%%/lib/python/Products/PythonScripts
 @dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/www
-@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/tests
 @dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/help
 @dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/common
+@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/tests
 @dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/help
 @dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/dtml
 @dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter/src
 @dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter
+@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/tests
+@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/src
+@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter
 @dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter/src
 @dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter
 @dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex/Splitter
 @dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/TextIndex
+@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/PathIndex/tests
 @dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/PathIndex/help
 @dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/PathIndex/dtml
 @dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/PathIndex
+@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/KeywordIndex/tests
 @dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/KeywordIndex/help
 @dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/KeywordIndex/dtml
 @dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/KeywordIndex
+@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/FieldIndex/tests
 @dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/FieldIndex/help
 @dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/FieldIndex/dtml
 @dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes/FieldIndex
 @dirrm %%ZOPEBASEDIR%%/lib/python/Products/PluginIndexes
+@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/www
+@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/output
+@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests/input
+@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/tests
+@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/help
+@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PageTemplates/examples
+@dirrm %%ZOPEBASEDIR%%/lib/python/Products/PageTemplates
 @dirrm %%ZOPEBASEDIR%%/lib/python/Products/OFSP/images
 @dirrm %%ZOPEBASEDIR%%/lib/python/Products/OFSP/help
 @dirrm %%ZOPEBASEDIR%%/lib/python/Products/OFSP/dtml
@@ -2050,8 +2547,10 @@
 @dirrm %%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod/dtml
 @dirrm %%ZOPEBASEDIR%%/lib/python/Products/ExternalMethod
 @dirrm %%ZOPEBASEDIR%%/lib/python/Products
+@dirrm %%ZOPEBASEDIR%%/lib/python/Persistence
 @dirrm %%ZOPEBASEDIR%%/lib/python/OFS/www
 @dirrm %%ZOPEBASEDIR%%/lib/python/OFS/tests
+@dirrm %%ZOPEBASEDIR%%/lib/python/OFS/standard
 @dirrm %%ZOPEBASEDIR%%/lib/python/OFS/dtml
 @dirrm %%ZOPEBASEDIR%%/lib/python/OFS
 @dirrm %%ZOPEBASEDIR%%/lib/python/Interface
@@ -2071,6 +2570,7 @@
 @dirrm %%ZOPEBASEDIR%%/lib/python/App
 @dirrm %%ZOPEBASEDIR%%/lib/python/AccessControl/www
 @dirrm %%ZOPEBASEDIR%%/lib/python/AccessControl/tests
+@dirrm %%ZOPEBASEDIR%%/lib/python/AccessControl/securitySuite
 @dirrm %%ZOPEBASEDIR%%/lib/python/AccessControl/dtml
 @dirrm %%ZOPEBASEDIR%%/lib/python/AccessControl
 @dirrm %%ZOPEBASEDIR%%/lib/python
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200201131728.g0DHSWi27253>