summaryrefslogtreecommitdiffstats
path: root/www/zope-archetypes
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2003-12-29 05:08:54 +0000
committeredwin <edwin@FreeBSD.org>2003-12-29 05:08:54 +0000
commitffcf7257d03a2d8197b44c603a62bf254434c98e (patch)
tree2b5debba1d43a256081823fec8b08ff2799f2fb6 /www/zope-archetypes
parent02633453c3b38bec7812d29480838bd207c1cbe2 (diff)
downloadFreeBSD-ports-ffcf7257d03a2d8197b44c603a62bf254434c98e.zip
FreeBSD-ports-ffcf7257d03a2d8197b44c603a62bf254434c98e.tar.gz
[NEW PORT] www/zope-archetypes
Archetypes is a framework for the development of new Content Types in Zope/CMF/Plone. PR: ports/59176 Submitted by: Filippo Natali <filippo@widestore.net>
Diffstat (limited to 'www/zope-archetypes')
-rw-r--r--www/zope-archetypes/Makefile42
-rw-r--r--www/zope-archetypes/distinfo1
-rw-r--r--www/zope-archetypes/pkg-descr6
-rw-r--r--www/zope-archetypes/pkg-plist335
4 files changed, 384 insertions, 0 deletions
diff --git a/www/zope-archetypes/Makefile b/www/zope-archetypes/Makefile
new file mode 100644
index 0000000..0bcd2c7
--- /dev/null
+++ b/www/zope-archetypes/Makefile
@@ -0,0 +1,42 @@
+# New ports collection makefile for: zope-archetypes
+# Date created: 11 Nov 2003
+# Whom: filippo@widestore.net
+#
+# $FreeBSD$
+#
+
+PORTNAME= archetypes
+PORTVERSION= 1.0.1
+CATEGORIES= www zope
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= archetypes
+PKGNAMEPREFIX= zope-
+DISTNAME= archetypes-${PORTVERSION}
+EXTRACT_SUFX= .tgz
+DIST_SUBDIR= zope
+
+MAINTAINER= filippo@widestore.net
+COMMENT= Framework for the development of new Content Types in Zope/CMF/Plone
+
+RUN_DEPENDS= ${LOCALBASE}/${SZOPEBASEDIR}/lib/python/Products/CMFPlone/__init__.py:${PORTSDIR}/www/plone
+
+USE_ZOPE= yes
+USE_PYTHON= yes
+
+MODULES= ArchExample ArchGenXML Archetypes
+PYTHON_MODULES= validation generator
+
+do-build:
+ @for m in ${MODULES}; do \
+ ${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}/$$m; \
+ done
+
+do-install:
+ @for pym in ${PYTHON_MODULES}; do \
+ cd ${WRKSRC}/$$pym && ${PYTHON_CMD} setup.py install; \
+ done
+ @${MKDIR} ${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}
+ @(cd ${WRKSRC} && ${CP} -R ${MODULES} \
+ ${ZOPEBASEDIR}/${ZOPEPRODUCTDIR})
+
+.include <bsd.port.mk>
diff --git a/www/zope-archetypes/distinfo b/www/zope-archetypes/distinfo
new file mode 100644
index 0000000..8d4249d
--- /dev/null
+++ b/www/zope-archetypes/distinfo
@@ -0,0 +1 @@
+MD5 (zope/archetypes-1.0.1.tgz) = 53f3ccf5a88ce3a91b50e8a82165c2de
diff --git a/www/zope-archetypes/pkg-descr b/www/zope-archetypes/pkg-descr
new file mode 100644
index 0000000..0385996
--- /dev/null
+++ b/www/zope-archetypes/pkg-descr
@@ -0,0 +1,6 @@
+Framework for the development of new Content Types in Zope/CMF/Plone.
+Schema driven automatic form generation, simple integration with rich
+content types, and a lower entry bar to the complex requirements Zope
+places on new content objects.
+
+WWW: http://sourceforge.net/projects/archetypes
diff --git a/www/zope-archetypes/pkg-plist b/www/zope-archetypes/pkg-plist
new file mode 100644
index 0000000..f619da1
--- /dev/null
+++ b/www/zope-archetypes/pkg-plist
@@ -0,0 +1,335 @@
+lib/%%PYTHON_VERSION%%/site-packages/validation/__init__.py
+lib/%%PYTHON_VERSION%%/site-packages/validation/__pkginfo__.py
+lib/%%PYTHON_VERSION%%/site-packages/validation/config.py
+lib/%%PYTHON_VERSION%%/site-packages/validation/interface.py
+lib/%%PYTHON_VERSION%%/site-packages/validation/interfaces.py
+lib/%%PYTHON_VERSION%%/site-packages/validation/service.py
+lib/%%PYTHON_VERSION%%/site-packages/validation/tests/__init__.py
+lib/%%PYTHON_VERSION%%/site-packages/validation/tests/test_validation.py
+lib/%%PYTHON_VERSION%%/site-packages/validation/tests/__init__.pyc
+lib/%%PYTHON_VERSION%%/site-packages/validation/tests/test_validation.pyc
+lib/%%PYTHON_VERSION%%/site-packages/validation/validators/__init__.py
+lib/%%PYTHON_VERSION%%/site-packages/validation/validators/validator.py
+lib/%%PYTHON_VERSION%%/site-packages/validation/validators/__init__.pyc
+lib/%%PYTHON_VERSION%%/site-packages/validation/validators/validator.pyc
+lib/%%PYTHON_VERSION%%/site-packages/validation/__init__.pyc
+lib/%%PYTHON_VERSION%%/site-packages/validation/__pkginfo__.pyc
+lib/%%PYTHON_VERSION%%/site-packages/validation/config.pyc
+lib/%%PYTHON_VERSION%%/site-packages/validation/interface.pyc
+lib/%%PYTHON_VERSION%%/site-packages/validation/interfaces.pyc
+lib/%%PYTHON_VERSION%%/site-packages/validation/service.pyc
+lib/%%PYTHON_VERSION%%/site-packages/generator/__init__.py
+lib/%%PYTHON_VERSION%%/site-packages/generator/__pkginfo__.py
+lib/%%PYTHON_VERSION%%/site-packages/generator/i18n.py
+lib/%%PYTHON_VERSION%%/site-packages/generator/renderer.py
+lib/%%PYTHON_VERSION%%/site-packages/generator/widget.py
+lib/%%PYTHON_VERSION%%/site-packages/generator/__init__.pyc
+lib/%%PYTHON_VERSION%%/site-packages/generator/__pkginfo__.pyc
+lib/%%PYTHON_VERSION%%/site-packages/generator/i18n.pyc
+lib/%%PYTHON_VERSION%%/site-packages/generator/renderer.pyc
+lib/%%PYTHON_VERSION%%/site-packages/generator/widget.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/ArchExample/Extensions/Install.py
+%%ZOPEBASEDIR%%/lib/python/Products/ArchExample/Extensions/Install.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/ArchExample/skins/archexample/article_view.pt
+%%ZOPEBASEDIR%%/lib/python/Products/ArchExample/Article.py
+%%ZOPEBASEDIR%%/lib/python/Products/ArchExample/ChangeLog
+%%ZOPEBASEDIR%%/lib/python/Products/ArchExample/__init__.py
+%%ZOPEBASEDIR%%/lib/python/Products/ArchExample/config.py
+%%ZOPEBASEDIR%%/lib/python/Products/ArchExample/__init__.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/ArchExample/config.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/ArchExample/Article.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/ArchGenXML/templates/Install.py
+%%ZOPEBASEDIR%%/lib/python/Products/ArchGenXML/templates/__init__.py
+%%ZOPEBASEDIR%%/lib/python/Products/ArchGenXML/samples/outline.xsd
+%%ZOPEBASEDIR%%/lib/python/Products/ArchGenXML/samples/mkdemo
+%%ZOPEBASEDIR%%/lib/python/Products/ArchGenXML/samples/outline.xml
+%%ZOPEBASEDIR%%/lib/python/Products/ArchGenXML/samples/outline.odm
+%%ZOPEBASEDIR%%/lib/python/Products/ArchGenXML/samples/outline.zargo
+%%ZOPEBASEDIR%%/lib/python/Products/ArchGenXML/samples/outline_od.xmi
+%%ZOPEBASEDIR%%/lib/python/Products/ArchGenXML/samples/outline_poseidon.zargo
+%%ZOPEBASEDIR%%/lib/python/Products/ArchGenXML/ArchGenXML.py
+%%ZOPEBASEDIR%%/lib/python/Products/ArchGenXML/README
+%%ZOPEBASEDIR%%/lib/python/Products/ArchGenXML/XMIParser.py
+%%ZOPEBASEDIR%%/lib/python/Products/ArchGenXML/XSDParser.py
+%%ZOPEBASEDIR%%/lib/python/Products/ArchGenXML/utils.py
+%%ZOPEBASEDIR%%/lib/python/Products/ArchGenXML/ArchGenXML.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/ArchGenXML/XMIParser.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/ArchGenXML/XSDParser.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/ArchGenXML/utils.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/ArchGenXML/.cvsignore
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/i18n/archetypes-bg.po
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/i18n/archetypes-pt-br.po
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/i18n/archetypes-sv.po
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/i18n/archetypes.pot
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/i18n/build.sh
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/content_driver/wvZope.xml
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/content_driver/ContentDriver.py
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/content_driver/ContentType.py
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/content_driver/DocBook.py
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/content_driver/Dumb.py
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/content_driver/HTML.py
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/content_driver/Image.py
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/content_driver/MSWord.py
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/content_driver/OfficeDocument.py
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/content_driver/OfficeDocumentCOM.py
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/content_driver/OfficeDocumentUNO.py
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/content_driver/PDF.py
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/content_driver/RTF.py
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/content_driver/ST.py
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/content_driver/UNO.py
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/content_driver/__init__.py
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/content_driver/html4zope.py
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/content_driver/reST.py
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/content_driver/uno.ini
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/content_driver/utils.py
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/content_driver/.DocBook.py.swp
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/content_driver/__init__.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/content_driver/ContentType.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/content_driver/HTML.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/content_driver/ContentDriver.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/content_driver/ST.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/content_driver/Dumb.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/content_driver/Image.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/content_driver/PDF.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/content_driver/RTF.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/content_driver/utils.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/content_driver/DocBook.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/content_driver/MSWord.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/content_driver/OfficeDocument.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/content_driver/reST.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/content_driver/OfficeDocumentCOM.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/content_driver/OfficeDocumentUNO.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/content_driver/UNO.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/content_driver/html4zope.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/docs/i18n-howto.rst
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/docs/archetypes_pres.ppt
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/docs/doc-guide.rst
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/docs/archetypes_paper.html
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/docs/known_issues.rst
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/docs/quickref.rst
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/docs/sqlstorage-howto.rst
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/examples/ComplexType.py
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/examples/DDocument.py
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/examples/Fact.py
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/examples/SimpleFolder.py
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/examples/SimpleType.py
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/examples/__init__.py
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/examples/__init__.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/examples/DDocument.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/examples/SimpleType.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/examples/Fact.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/examples/SimpleFolder.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/examples/ComplexType.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/Extensions/ArchetypeSite.py
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/Extensions/Install.py
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/Extensions/__init__.py
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/Extensions/utils.py
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/Extensions/__init__.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/Extensions/ArchetypeSite.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/Extensions/Install.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/Extensions/utils.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/interfaces/storage.py
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/interfaces/base.py
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/interfaces/field.py
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/interfaces/interface.py
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/interfaces/layer.py
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/interfaces/marshall.py
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/interfaces/metadata.py
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/interfaces/orderedfolder.py
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/interfaces/referenceable.py
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/interfaces/__init__.py
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/interfaces/__init__.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/interfaces/base.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/interfaces/interface.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/interfaces/referenceable.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/interfaces/metadata.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/interfaces/storage.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/interfaces/field.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/interfaces/layer.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/interfaces/marshall.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/interfaces/orderedfolder.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/skins/archetypes/widgets/zid.pt
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/skins/archetypes/widgets/calendar.pt
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/skins/archetypes/widgets/computed.pt
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/skins/archetypes/widgets/decimal.pt
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/skins/archetypes/widgets/field.pt
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/skins/archetypes/widgets/file.pt
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/skins/archetypes/widgets/image.pt
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/skins/archetypes/widgets/integer.pt
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/skins/archetypes/widgets/keyword.pt
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/skins/archetypes/widgets/label.pt
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/skins/archetypes/widgets/lines.pt
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/skins/archetypes/widgets/multiselection.pt
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/skins/archetypes/widgets/password.pt
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/skins/archetypes/widgets/reference.pt
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/skins/archetypes/widgets/rich.pt
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/skins/archetypes/widgets/selection.pt
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/skins/archetypes/widgets/string.pt
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/skins/archetypes/widgets/textarea.pt
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/skins/archetypes/widgets/visual.pt
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/skins/archetypes/widgets/boolean.pt
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/skins/archetypes/base_edit.pt
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/skins/archetypes/base_edit.pt.properties
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/skins/archetypes/base_metadata.pt
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/skins/archetypes/base_metadata.pt.properties
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/skins/archetypes/base_view.pt
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/skins/archetypes/base_view.pt.properties
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/skins/archetypes/checkSelected.py
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/skins/archetypes/collectKeywords.py
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/skins/archetypes/content_edit.py
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/skins/archetypes/deleteRef.py
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/skins/archetypes/displayValue.py
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/skins/archetypes/reference_edit.pt
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/skins/archetypes/reference_edit.pt.properties
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/skins/archetypes/reference_slot.pt
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/skins/archetypes/test_rview.pt
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/skins/archetypes/unicodeEncode.py
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/skins/archetypes/unicodeTestIn.py
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/skins/archetypes/validate_base.py
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/tests/input/rest1.rst
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/tests/input/rest1.tgz
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/tests/input/rest2.rst
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/tests/input/rest3.rst
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/tests/output/rest1.out
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/tests/output/rest2.out
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/tests/output/rest3.out
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/tests/__init__.py
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/tests/test_baseschema.py
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/tests/test_baseunit.py
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/tests/test_classgen.py
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/tests/test_contenttype.py
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/tests/test_fields.py
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/tests/test_referenceEngine.py
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/tests/test_referenceable.py
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/tests/test_rename.py
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/tests/test_schemata.py
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/tests/test_sitepolicy.py
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/tests/test_sqlstorage.py
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/tests/test_storage.py
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/tests/test_update_schema1.py
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/tests/test_update_schema2.py
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/tests/test_utils.py
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/tests/test_utils2.py
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/tests/test_vocabulary.py
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/tests/test_widgets.py
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/tests/utils.py
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/tests/test_all.py
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/tests/__init__.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/tests/test_all.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/tests/test_baseschema.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/tests/test_baseunit.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/tests/test_classgen.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/tests/test_contenttype.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/tests/test_fields.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/tests/test_referenceEngine.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/tests/test_referenceable.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/tests/test_rename.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/tests/test_schemata.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/tests/test_sitepolicy.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/tests/test_sqlstorage.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/tests/test_storage.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/tests/test_update_schema1.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/tests/test_update_schema2.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/tests/test_utils.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/tests/test_utils2.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/tests/test_vocabulary.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/tests/test_widgets.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/tests/utils.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/www/schema.zpt
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/www/generateDebug.zpt
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/www/manageTemplates.zpt
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/www/addSchema.zpt
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/www/selectConnections.dtml
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/www/updateSchemaForm.zpt
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/www/viewContents.zpt
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/ExtensibleMetadata.py
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/Field.py
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/LICENSE.GPL
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/Layer.py
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/Marshall.py
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/OrderedBaseFolder.py
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/README.txt
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/ReferenceEngine.py
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/Referenceable.py
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/Renderer.py
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/SQLMethod.py
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/SQLStorage.py
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/SQLStorageConfig.py
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/Schema.py
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/Storage.py
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/TODO.txt
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/TemplateMixin.py
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/Validators.py
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/BaseUnit.py
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/__init__.py
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/config.py
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/debug.py
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/exceptions.py
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/public.py
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/refresh.txt
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/tool.gif
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/utils.py
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/version.txt
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/Widget.py
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/AUTHORS
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/ArchetypeTool.py
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/BaseBTreeFolder.py
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/BaseContent.py
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/BaseFolder.py
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/BaseObject.py
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/ChangeLog
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/ClassGen.py
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/__init__.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/config.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/debug.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/Validators.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/ArchetypeTool.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/ClassGen.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/utils.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/ReferenceEngine.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/SQLStorageConfig.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/Renderer.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/public.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/BaseContent.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/BaseObject.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/Schema.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/BaseUnit.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/Storage.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/Layer.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/exceptions.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/Field.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/Widget.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/Marshall.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/Referenceable.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/ExtensibleMetadata.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/BaseFolder.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/BaseBTreeFolder.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/OrderedBaseFolder.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/TemplateMixin.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/SQLMethod.pyc
+%%ZOPEBASEDIR%%/lib/python/Products/Archetypes/SQLStorage.pyc
+@dirrm lib/%%PYTHON_VERSION%%/site-packages/generator
+@dirrm lib/%%PYTHON_VERSION%%/site-packages/validation/tests
+@dirrm lib/%%PYTHON_VERSION%%/site-packages/validation/validators
+@dirrm lib/%%PYTHON_VERSION%%/site-packages/validation
+@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ArchGenXML/samples
+@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ArchGenXML/templates
+@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ArchGenXML
+@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ArchExample/skins/archexample
+@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ArchExample/skins
+@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ArchExample/Extensions
+@dirrm %%ZOPEBASEDIR%%/lib/python/Products/ArchExample
+@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Archetypes/www
+@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Archetypes/tests/output
+@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Archetypes/tests/input
+@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Archetypes/tests
+@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Archetypes/skins/archetypes/widgets
+@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Archetypes/skins/archetypes
+@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Archetypes/skins
+@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Archetypes/interfaces
+@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Archetypes/Extensions
+@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Archetypes/content_driver
+@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Archetypes/examples
+@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Archetypes/docs
+@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Archetypes/i18n
+@dirrm %%ZOPEBASEDIR%%/lib/python/Products/Archetypes
OpenPOWER on IntegriCloud