Another missing dependency of www/zope-pluggableauthservice.
Noted by naddy.
This commit is contained in:
parent
0930a718a4
commit
70786a2714
27
www/zope-genericsetup/Makefile
Normal file
27
www/zope-genericsetup/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2008/11/01 19:21:40 mbalmer Exp $
|
||||
|
||||
COMMENT= framework for expressing the configured state of a Zope Site
|
||||
|
||||
DISTNAME= GenericSetup-1.2
|
||||
PKGNAME= zope-${DISTNAME:L}
|
||||
CATEGORIES= www
|
||||
|
||||
HOMEPAGE= http://www.zope.org/Products/GenericSetup/
|
||||
|
||||
# GPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= http://www.zope.org/Products/GenericSetup/${DISTNAME}/
|
||||
|
||||
MODULES= www/zope
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${MODZOPE_PRODUCTSDIR}
|
||||
cd ${WRKDIR}; \
|
||||
tar -cs /${DISTNAME}/${DISTNAME:C/-.*//g}/ -f - ${DISTNAME} | \
|
||||
tar xf - -C ${MODZOPE_PRODUCTSDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
5
www/zope-genericsetup/distinfo
Normal file
5
www/zope-genericsetup/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (GenericSetup-1.2.tar.gz) = +IDrV0GBWh96mSOQEwyvJQ==
|
||||
RMD160 (GenericSetup-1.2.tar.gz) = w7KJWxnCojqsGWueFEqD4ctVTJk=
|
||||
SHA1 (GenericSetup-1.2.tar.gz) = UDolDO0LIlDm2Nxnw47OZ1u0TM4=
|
||||
SHA256 (GenericSetup-1.2.tar.gz) = 8jXtcRe2NmDMbl2MGjNWnOlwuD0S5+nxiIATBOgCswM=
|
||||
SIZE (GenericSetup-1.2.tar.gz) = 82956
|
5
www/zope-genericsetup/pkg/DESCR
Normal file
5
www/zope-genericsetup/pkg/DESCR
Normal file
@ -0,0 +1,5 @@
|
||||
This product provides a mini-framework for expressing the configured
|
||||
state of a Zope Site as a set of filesystem artifacts. These artifacts
|
||||
consist of declarative XML files, which spell out the configuration
|
||||
settings for each "tool" in the site , and supporting scripts /
|
||||
templates, in their "canonical" filesystem representations.
|
3
www/zope-genericsetup/pkg/MESSAGE
Normal file
3
www/zope-genericsetup/pkg/MESSAGE
Normal file
@ -0,0 +1,3 @@
|
||||
If you already have Zope running on your machine, you should restart
|
||||
it, this can be done from the Zope Control Panel in the Zope
|
||||
management interface.
|
195
www/zope-genericsetup/pkg/PLIST
Normal file
195
www/zope-genericsetup/pkg/PLIST
Normal file
@ -0,0 +1,195 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2008/11/01 19:21:40 mbalmer Exp $
|
||||
lib/zope/lib/python/Products/GenericSetup/
|
||||
lib/zope/lib/python/Products/GenericSetup/CHANGES.txt
|
||||
lib/zope/lib/python/Products/GenericSetup/CREDITS.txt
|
||||
lib/zope/lib/python/Products/GenericSetup/DEPENDENCIES.txt
|
||||
lib/zope/lib/python/Products/GenericSetup/MailHost/
|
||||
lib/zope/lib/python/Products/GenericSetup/MailHost/__init__.py
|
||||
lib/zope/lib/python/Products/GenericSetup/MailHost/__init__.pyc
|
||||
lib/zope/lib/python/Products/GenericSetup/MailHost/configure.zcml
|
||||
lib/zope/lib/python/Products/GenericSetup/MailHost/exportimport.py
|
||||
lib/zope/lib/python/Products/GenericSetup/MailHost/exportimport.pyc
|
||||
lib/zope/lib/python/Products/GenericSetup/MailHost/tests/
|
||||
lib/zope/lib/python/Products/GenericSetup/MailHost/tests/__init__.py
|
||||
lib/zope/lib/python/Products/GenericSetup/MailHost/tests/__init__.pyc
|
||||
lib/zope/lib/python/Products/GenericSetup/MailHost/tests/test_exportimport.py
|
||||
lib/zope/lib/python/Products/GenericSetup/MailHost/tests/test_exportimport.pyc
|
||||
lib/zope/lib/python/Products/GenericSetup/OFSP/
|
||||
lib/zope/lib/python/Products/GenericSetup/OFSP/__init__.py
|
||||
lib/zope/lib/python/Products/GenericSetup/OFSP/__init__.pyc
|
||||
lib/zope/lib/python/Products/GenericSetup/OFSP/configure.zcml
|
||||
lib/zope/lib/python/Products/GenericSetup/OFSP/exportimport.py
|
||||
lib/zope/lib/python/Products/GenericSetup/OFSP/exportimport.pyc
|
||||
lib/zope/lib/python/Products/GenericSetup/OFSP/tests/
|
||||
lib/zope/lib/python/Products/GenericSetup/OFSP/tests/__init__.py
|
||||
lib/zope/lib/python/Products/GenericSetup/OFSP/tests/__init__.pyc
|
||||
lib/zope/lib/python/Products/GenericSetup/OFSP/tests/test_exportimport.py
|
||||
lib/zope/lib/python/Products/GenericSetup/OFSP/tests/test_exportimport.pyc
|
||||
lib/zope/lib/python/Products/GenericSetup/PageTemplates/
|
||||
lib/zope/lib/python/Products/GenericSetup/PageTemplates/__init__.py
|
||||
lib/zope/lib/python/Products/GenericSetup/PageTemplates/__init__.pyc
|
||||
lib/zope/lib/python/Products/GenericSetup/PageTemplates/configure.zcml
|
||||
lib/zope/lib/python/Products/GenericSetup/PageTemplates/exportimport.py
|
||||
lib/zope/lib/python/Products/GenericSetup/PageTemplates/exportimport.pyc
|
||||
lib/zope/lib/python/Products/GenericSetup/PageTemplates/interfaces.py
|
||||
lib/zope/lib/python/Products/GenericSetup/PageTemplates/interfaces.pyc
|
||||
lib/zope/lib/python/Products/GenericSetup/PageTemplates/tests/
|
||||
lib/zope/lib/python/Products/GenericSetup/PageTemplates/tests/__init__.py
|
||||
lib/zope/lib/python/Products/GenericSetup/PageTemplates/tests/__init__.pyc
|
||||
lib/zope/lib/python/Products/GenericSetup/PageTemplates/tests/test_exportimport.py
|
||||
lib/zope/lib/python/Products/GenericSetup/PageTemplates/tests/test_exportimport.pyc
|
||||
lib/zope/lib/python/Products/GenericSetup/PluginIndexes/
|
||||
lib/zope/lib/python/Products/GenericSetup/PluginIndexes/__init__.py
|
||||
lib/zope/lib/python/Products/GenericSetup/PluginIndexes/__init__.pyc
|
||||
lib/zope/lib/python/Products/GenericSetup/PluginIndexes/configure.zcml
|
||||
lib/zope/lib/python/Products/GenericSetup/PluginIndexes/exportimport.py
|
||||
lib/zope/lib/python/Products/GenericSetup/PluginIndexes/exportimport.pyc
|
||||
lib/zope/lib/python/Products/GenericSetup/PluginIndexes/tests/
|
||||
lib/zope/lib/python/Products/GenericSetup/PluginIndexes/tests/__init__.py
|
||||
lib/zope/lib/python/Products/GenericSetup/PluginIndexes/tests/__init__.pyc
|
||||
lib/zope/lib/python/Products/GenericSetup/PluginIndexes/tests/test_exportimport.py
|
||||
lib/zope/lib/python/Products/GenericSetup/PluginIndexes/tests/test_exportimport.pyc
|
||||
lib/zope/lib/python/Products/GenericSetup/PythonScripts/
|
||||
lib/zope/lib/python/Products/GenericSetup/PythonScripts/__init__.py
|
||||
lib/zope/lib/python/Products/GenericSetup/PythonScripts/__init__.pyc
|
||||
lib/zope/lib/python/Products/GenericSetup/PythonScripts/configure.zcml
|
||||
lib/zope/lib/python/Products/GenericSetup/PythonScripts/exportimport.py
|
||||
lib/zope/lib/python/Products/GenericSetup/PythonScripts/exportimport.pyc
|
||||
lib/zope/lib/python/Products/GenericSetup/PythonScripts/interfaces.py
|
||||
lib/zope/lib/python/Products/GenericSetup/PythonScripts/interfaces.pyc
|
||||
lib/zope/lib/python/Products/GenericSetup/PythonScripts/tests/
|
||||
lib/zope/lib/python/Products/GenericSetup/PythonScripts/tests/__init__.py
|
||||
lib/zope/lib/python/Products/GenericSetup/PythonScripts/tests/__init__.pyc
|
||||
lib/zope/lib/python/Products/GenericSetup/PythonScripts/tests/test_exportimport.py
|
||||
lib/zope/lib/python/Products/GenericSetup/PythonScripts/tests/test_exportimport.pyc
|
||||
lib/zope/lib/python/Products/GenericSetup/README.txt
|
||||
lib/zope/lib/python/Products/GenericSetup/ZCTextIndex/
|
||||
lib/zope/lib/python/Products/GenericSetup/ZCTextIndex/__init__.py
|
||||
lib/zope/lib/python/Products/GenericSetup/ZCTextIndex/__init__.pyc
|
||||
lib/zope/lib/python/Products/GenericSetup/ZCTextIndex/configure.zcml
|
||||
lib/zope/lib/python/Products/GenericSetup/ZCTextIndex/exportimport.py
|
||||
lib/zope/lib/python/Products/GenericSetup/ZCTextIndex/exportimport.pyc
|
||||
lib/zope/lib/python/Products/GenericSetup/ZCTextIndex/tests/
|
||||
lib/zope/lib/python/Products/GenericSetup/ZCTextIndex/tests/__init__.py
|
||||
lib/zope/lib/python/Products/GenericSetup/ZCTextIndex/tests/__init__.pyc
|
||||
lib/zope/lib/python/Products/GenericSetup/ZCTextIndex/tests/test_exportimport.py
|
||||
lib/zope/lib/python/Products/GenericSetup/ZCTextIndex/tests/test_exportimport.pyc
|
||||
lib/zope/lib/python/Products/GenericSetup/ZCatalog/
|
||||
lib/zope/lib/python/Products/GenericSetup/ZCatalog/__init__.py
|
||||
lib/zope/lib/python/Products/GenericSetup/ZCatalog/__init__.pyc
|
||||
lib/zope/lib/python/Products/GenericSetup/ZCatalog/configure.zcml
|
||||
lib/zope/lib/python/Products/GenericSetup/ZCatalog/exportimport.py
|
||||
lib/zope/lib/python/Products/GenericSetup/ZCatalog/exportimport.pyc
|
||||
lib/zope/lib/python/Products/GenericSetup/ZCatalog/tests/
|
||||
lib/zope/lib/python/Products/GenericSetup/ZCatalog/tests/__init__.py
|
||||
lib/zope/lib/python/Products/GenericSetup/ZCatalog/tests/__init__.pyc
|
||||
lib/zope/lib/python/Products/GenericSetup/ZCatalog/tests/test_exportimport.py
|
||||
lib/zope/lib/python/Products/GenericSetup/ZCatalog/tests/test_exportimport.pyc
|
||||
lib/zope/lib/python/Products/GenericSetup/__init__.py
|
||||
lib/zope/lib/python/Products/GenericSetup/__init__.pyc
|
||||
lib/zope/lib/python/Products/GenericSetup/bbb/
|
||||
lib/zope/lib/python/Products/GenericSetup/bbb/__init__.py
|
||||
lib/zope/lib/python/Products/GenericSetup/bbb/__init__.pyc
|
||||
lib/zope/lib/python/Products/GenericSetup/bbb/registry.py
|
||||
lib/zope/lib/python/Products/GenericSetup/bbb/registry.pyc
|
||||
lib/zope/lib/python/Products/GenericSetup/bbb/tool.py
|
||||
lib/zope/lib/python/Products/GenericSetup/bbb/tool.pyc
|
||||
lib/zope/lib/python/Products/GenericSetup/browser/
|
||||
lib/zope/lib/python/Products/GenericSetup/browser/__init__.py
|
||||
lib/zope/lib/python/Products/GenericSetup/browser/__init__.pyc
|
||||
lib/zope/lib/python/Products/GenericSetup/browser/addWithPresettings.pt
|
||||
lib/zope/lib/python/Products/GenericSetup/browser/utils.py
|
||||
lib/zope/lib/python/Products/GenericSetup/browser/utils.pyc
|
||||
lib/zope/lib/python/Products/GenericSetup/configure.zcml
|
||||
lib/zope/lib/python/Products/GenericSetup/content.py
|
||||
lib/zope/lib/python/Products/GenericSetup/content.pyc
|
||||
lib/zope/lib/python/Products/GenericSetup/context.py
|
||||
lib/zope/lib/python/Products/GenericSetup/context.pyc
|
||||
lib/zope/lib/python/Products/GenericSetup/differ.py
|
||||
lib/zope/lib/python/Products/GenericSetup/differ.pyc
|
||||
lib/zope/lib/python/Products/GenericSetup/doc/
|
||||
lib/zope/lib/python/Products/GenericSetup/doc/SampleSite/
|
||||
lib/zope/lib/python/Products/GenericSetup/doc/SampleSite/README.txt
|
||||
lib/zope/lib/python/Products/GenericSetup/doc/SampleSite/__init__.py
|
||||
lib/zope/lib/python/Products/GenericSetup/doc/SampleSite/__init__.pyc
|
||||
lib/zope/lib/python/Products/GenericSetup/doc/SampleSite/configure.zcml
|
||||
lib/zope/lib/python/Products/GenericSetup/doc/SampleSite/exportimport.py
|
||||
lib/zope/lib/python/Products/GenericSetup/doc/SampleSite/exportimport.pyc
|
||||
lib/zope/lib/python/Products/GenericSetup/doc/SampleSite/profiles/
|
||||
lib/zope/lib/python/Products/GenericSetup/doc/SampleSite/profiles/default/
|
||||
lib/zope/lib/python/Products/GenericSetup/doc/SampleSite/profiles/default/export_steps.xml
|
||||
lib/zope/lib/python/Products/GenericSetup/doc/SampleSite/profiles/default/import_steps.xml
|
||||
lib/zope/lib/python/Products/GenericSetup/doc/SampleSite/profiles/default/rolemap.xml
|
||||
lib/zope/lib/python/Products/GenericSetup/doc/SampleSite/profiles/default/siteroot/
|
||||
lib/zope/lib/python/Products/GenericSetup/doc/SampleSite/profiles/default/siteroot.xml
|
||||
lib/zope/lib/python/Products/GenericSetup/doc/SampleSite/profiles/default/siteroot/bar.py
|
||||
lib/zope/lib/python/Products/GenericSetup/doc/SampleSite/profiles/default/siteroot/catalog.xml
|
||||
lib/zope/lib/python/Products/GenericSetup/doc/SampleSite/profiles/default/siteroot/foo.xml
|
||||
lib/zope/lib/python/Products/GenericSetup/doc/SampleSite/profiles/default/siteroot/index_html.pt
|
||||
lib/zope/lib/python/Products/GenericSetup/doc/SampleSite/profiles/default/siteroot/mailhost.xml
|
||||
lib/zope/lib/python/Products/GenericSetup/doc/handlers.txt
|
||||
lib/zope/lib/python/Products/GenericSetup/doc/profiles.txt
|
||||
lib/zope/lib/python/Products/GenericSetup/exceptions.py
|
||||
lib/zope/lib/python/Products/GenericSetup/exceptions.pyc
|
||||
lib/zope/lib/python/Products/GenericSetup/interfaces.py
|
||||
lib/zope/lib/python/Products/GenericSetup/interfaces.pyc
|
||||
lib/zope/lib/python/Products/GenericSetup/meta.zcml
|
||||
lib/zope/lib/python/Products/GenericSetup/permissions.py
|
||||
lib/zope/lib/python/Products/GenericSetup/permissions.pyc
|
||||
lib/zope/lib/python/Products/GenericSetup/registry.py
|
||||
lib/zope/lib/python/Products/GenericSetup/registry.pyc
|
||||
lib/zope/lib/python/Products/GenericSetup/rolemap.py
|
||||
lib/zope/lib/python/Products/GenericSetup/rolemap.pyc
|
||||
lib/zope/lib/python/Products/GenericSetup/testing.py
|
||||
lib/zope/lib/python/Products/GenericSetup/testing.pyc
|
||||
lib/zope/lib/python/Products/GenericSetup/tests/
|
||||
lib/zope/lib/python/Products/GenericSetup/tests/__init__.py
|
||||
lib/zope/lib/python/Products/GenericSetup/tests/__init__.pyc
|
||||
lib/zope/lib/python/Products/GenericSetup/tests/common.py
|
||||
lib/zope/lib/python/Products/GenericSetup/tests/common.pyc
|
||||
lib/zope/lib/python/Products/GenericSetup/tests/conformance.py
|
||||
lib/zope/lib/python/Products/GenericSetup/tests/conformance.pyc
|
||||
lib/zope/lib/python/Products/GenericSetup/tests/default_profile/
|
||||
lib/zope/lib/python/Products/GenericSetup/tests/default_profile/export_steps.xml
|
||||
lib/zope/lib/python/Products/GenericSetup/tests/default_profile/import_steps.xml
|
||||
lib/zope/lib/python/Products/GenericSetup/tests/default_profile/profile.ini
|
||||
lib/zope/lib/python/Products/GenericSetup/tests/default_profile/toolset.xml
|
||||
lib/zope/lib/python/Products/GenericSetup/tests/faux_objects.py
|
||||
lib/zope/lib/python/Products/GenericSetup/tests/faux_objects.pyc
|
||||
lib/zope/lib/python/Products/GenericSetup/tests/simple.png
|
||||
lib/zope/lib/python/Products/GenericSetup/tests/test_content.py
|
||||
lib/zope/lib/python/Products/GenericSetup/tests/test_content.pyc
|
||||
lib/zope/lib/python/Products/GenericSetup/tests/test_context.py
|
||||
lib/zope/lib/python/Products/GenericSetup/tests/test_context.pyc
|
||||
lib/zope/lib/python/Products/GenericSetup/tests/test_differ.py
|
||||
lib/zope/lib/python/Products/GenericSetup/tests/test_differ.pyc
|
||||
lib/zope/lib/python/Products/GenericSetup/tests/test_registry.py
|
||||
lib/zope/lib/python/Products/GenericSetup/tests/test_registry.pyc
|
||||
lib/zope/lib/python/Products/GenericSetup/tests/test_rolemap.py
|
||||
lib/zope/lib/python/Products/GenericSetup/tests/test_rolemap.pyc
|
||||
lib/zope/lib/python/Products/GenericSetup/tests/test_tool.py
|
||||
lib/zope/lib/python/Products/GenericSetup/tests/test_tool.pyc
|
||||
lib/zope/lib/python/Products/GenericSetup/tests/test_utils.py
|
||||
lib/zope/lib/python/Products/GenericSetup/tests/test_utils.pyc
|
||||
lib/zope/lib/python/Products/GenericSetup/tests/test_zcml.py
|
||||
lib/zope/lib/python/Products/GenericSetup/tests/test_zcml.pyc
|
||||
lib/zope/lib/python/Products/GenericSetup/tool.py
|
||||
lib/zope/lib/python/Products/GenericSetup/tool.pyc
|
||||
lib/zope/lib/python/Products/GenericSetup/utils.py
|
||||
lib/zope/lib/python/Products/GenericSetup/utils.pyc
|
||||
lib/zope/lib/python/Products/GenericSetup/version.txt
|
||||
lib/zope/lib/python/Products/GenericSetup/www/
|
||||
lib/zope/lib/python/Products/GenericSetup/www/sutCompare.zpt
|
||||
lib/zope/lib/python/Products/GenericSetup/www/sutExportSteps.zpt
|
||||
lib/zope/lib/python/Products/GenericSetup/www/sutImportSteps.zpt
|
||||
lib/zope/lib/python/Products/GenericSetup/www/sutProperties.zpt
|
||||
lib/zope/lib/python/Products/GenericSetup/www/sutSnapshots.zpt
|
||||
lib/zope/lib/python/Products/GenericSetup/www/tool.png
|
||||
lib/zope/lib/python/Products/GenericSetup/www/toolAdd.zpt
|
||||
lib/zope/lib/python/Products/GenericSetup/xml/
|
||||
lib/zope/lib/python/Products/GenericSetup/xml/esrExport.xml
|
||||
lib/zope/lib/python/Products/GenericSetup/xml/isrExport.xml
|
||||
lib/zope/lib/python/Products/GenericSetup/xml/rmeExport.xml
|
||||
lib/zope/lib/python/Products/GenericSetup/xml/tscExport.xml
|
||||
lib/zope/lib/python/Products/GenericSetup/zcml.py
|
||||
lib/zope/lib/python/Products/GenericSetup/zcml.pyc
|
Loading…
x
Reference in New Issue
Block a user