420dd1455a
Release notes: http://plone.org/products/plone/releases/4.3 http://plone.org/products/plone/releases/4.3.1 http://plone.org/products/plone/releases/4.3.2 This update includes: -devel/py-DateTime: 3.0 -> 3.0.3 -devel/py-Products.ATContentTypes: 2.1.12 -> 2.1.13 -devel/py-Products.Archetypes: 1.8.6 -> 1.9.4 -devel/py-Products.CMFDiffTool: 2.0.2 -> 2.1 -devel/py-Products.CMFDynamicViewFTI: 4.0.3 -> 4.0.5 -devel/py-Products.GenericSetup: 1.7.3 -> 1.7.4 -devel/py-Products.MimetypesRegistry: 2.0.4 -> 2.0.5 -devel/py-Products.PasswordResetTool: 2.0.12 -> 2.0.15 -devel/py-Products.PlacelessTranslationService: 2.0.3 -> 2.0.4 -devel/py-Products.PloneTestCase: 0.9.15 -> 0.9.17 -devel/py-Products.ResourceRegistries: 2.2.7 -> 2.2.9 -devel/py-Products.contentmigration: 2.1.3 -> 2.1.5 -devel/py-archetypes.querywidget: 1.0.8 -> 1.0.9 -devel/py-archetypes.referencebrowserwidget: 2.4.17 -> 2.4.19 -devel/py-collective.z3cform.datetimewidget: 1.2.3 -> 1.2.5 -devel/py-five.customerize: 1.0.3 -> 1.1 -devel/py-z3c.form: 2.5.1 -> 3.0.2 -devel/py-zope.schema: 4.2.1 -> 4.2.2 -security/py-AccessControl: 2.13.13 -> 3.0.8 -security/py-Products.PlonePAS: 4.0.16 -> 4.1.1 -www/py-Products.CMFPlone: 4.2.5 -> 4.3.2 -www/py-Products.TinyMCE: 1.2.16 -> 1.3.5 -www/py-plone.app.blob: 1.5.7 -> 1.5.8 -www/py-plone.app.caching: 1.1.3 -> 1.1.6 -www/py-plone.app.collection: 1.0.8 -> 1.0.11 -www/py-plone.app.content: 2.0.12 -> 2.1.3 -www/py-plone.app.contentlisting: 1.0.4 -> 1.0.5 -www/py-plone.app.contentrules: 2.1.9 -> 3.0.4 -www/py-plone.app.controlpanel: 2.2.11 -> 2.3.7 -www/py-plone.app.discussion: 2.1.9 -> 2.2.8 -www/py-plone.app.form: 2.1.2 -> 2.2.3 -www/py-plone.app.imaging: 1.0.7 -> 1.0.9 -www/py-plone.app.iterate: 2.1.9 -> 2.1.10 -www/py-plone.app.jquery: 1.4.4 -> 1.7.2 -www/py-plone.app.jquerytools: 1.3.2 -> 1.5.6 -www/py-plone.app.layout: 2.2.9 -> 2.3.7 -www/py-plone.app.linkintegrity: 1.5.1 -> 1.5.3 -www/py-plone.app.locales: 4.2.5 -> 4.3.2 -www/py-plone.app.portlets: 2.3.8 -> 2.4.5 -www/py-plone.app.querystring: 1.0.7 -> 1.0.8 -www/py-plone.app.redirector: 1.1.3 -> 1.2 -www/py-plone.app.registry: 1.1 -> 1.2.3 -www/py-plone.app.search: 1.0.8 -> 1.1.5 -www/py-plone.app.theming: 1.0.4 -> 1.1.1 -www/py-plone.app.upgrade: 1.2.5 -> 1.3.4 -www/py-plone.app.viewletmanager: 2.0.3 -> 2.0.4 -www/py-plone.app.vocabularies: 2.1.10 -> 2.1.11 -www/py-plone.app.workflow: 2.0.10 -> 2.1.6 -www/py-plone.app.z3cform: 0.6.2 -> 0.7.4 -www/py-plone.autoform: 1.3 -> 1.5 -www/py-plone.contentrules: 2.0.2 -> 2.0.3 -www/py-plone.i18n: 2.0.5 -> 2.0.9 -www/py-plone.outputfilters: 1.8 -> 1.11.1 -www/py-plone.portlet.collection: 2.1.3 -> 2.1.5 -www/py-plone.portlets: 2.1 -> 2.2 -www/py-plone.scale: 1.2.2 -> 1.3.2 -www/py-plone.stringinterp: 1.0.7 -> 1.0.10 -www/py-plone.supermodel: 1.1.4 -> 1.2.3 -www/py-plone.z3cform: 0.7.8 -> 0.8.0 -www/py-plonetheme.classic: 1.2.5 -> 1.3.2 -www/py-plonetheme.sunburst: 1.2.8 -> 1.4.5
124 lines
9.2 KiB
Makefile
124 lines
9.2 KiB
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Products.CMFPlone
|
|
PORTVERSION= 4.3.2
|
|
CATEGORIES= www python zope
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= zope@FreeBSD.org
|
|
COMMENT= Plone Content Management System (core)
|
|
|
|
LICENSE= GPLv2
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Acquisition>=0:${PORTSDIR}/devel/py-Acquisition \
|
|
${PYTHON_PKGNAMEPREFIX}DateTime>=0:${PORTSDIR}/devel/py-DateTime \
|
|
${PYTHON_PKGNAMEPREFIX}ExtensionClass>=0:${PORTSDIR}/devel/py-ExtensionClass \
|
|
${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow \
|
|
${PYTHON_PKGNAMEPREFIX}Products.ATContentTypes>=2.1.3:${PORTSDIR}/devel/py-Products.ATContentTypes \
|
|
${PYTHON_PKGNAMEPREFIX}Products.Archetypes>=0:${PORTSDIR}/devel/py-Products.Archetypes \
|
|
${PYTHON_PKGNAMEPREFIX}Products.CMFActionIcons>=0:${PORTSDIR}/devel/py-Products.CMFActionIcons \
|
|
${PYTHON_PKGNAMEPREFIX}Products.CMFCalendar>=0:${PORTSDIR}/devel/py-Products.CMFCalendar \
|
|
${PYTHON_PKGNAMEPREFIX}Products.CMFCore>=0:${PORTSDIR}/devel/py-Products.CMFCore \
|
|
${PYTHON_PKGNAMEPREFIX}Products.CMFDefault>=0:${PORTSDIR}/devel/py-Products.CMFDefault \
|
|
${PYTHON_PKGNAMEPREFIX}Products.CMFDiffTool>=0:${PORTSDIR}/devel/py-Products.CMFDiffTool \
|
|
${PYTHON_PKGNAMEPREFIX}Products.CMFDynamicViewFTI>=0:${PORTSDIR}/devel/py-Products.CMFDynamicViewFTI \
|
|
${PYTHON_PKGNAMEPREFIX}Products.CMFEditions>=0:${PORTSDIR}/devel/py-Products.CMFEditions \
|
|
${PYTHON_PKGNAMEPREFIX}Products.CMFFormController>=0:${PORTSDIR}/devel/py-Products.CMFFormController \
|
|
${PYTHON_PKGNAMEPREFIX}Products.CMFQuickInstallerTool>=0:${PORTSDIR}/devel/py-Products.CMFQuickInstallerTool \
|
|
${PYTHON_PKGNAMEPREFIX}Products.CMFUid>=0:${PORTSDIR}/devel/py-Products.CMFUid \
|
|
${PYTHON_PKGNAMEPREFIX}Products.DCWorkflow>=0:${PORTSDIR}/devel/py-Products.DCWorkflow \
|
|
${PYTHON_PKGNAMEPREFIX}Products.ExtendedPathIndex>=0:${PORTSDIR}/devel/py-Products.ExtendedPathIndex \
|
|
${PYTHON_PKGNAMEPREFIX}Products.ExternalEditor>=0:${PORTSDIR}/devel/py-Products.ExternalEditor \
|
|
${PYTHON_PKGNAMEPREFIX}Products.GenericSetup>=1.4:${PORTSDIR}/devel/py-Products.GenericSetup \
|
|
${PYTHON_PKGNAMEPREFIX}Products.MimetypesRegistry>=0:${PORTSDIR}/devel/py-Products.MimetypesRegistry \
|
|
${PYTHON_PKGNAMEPREFIX}Products.PasswordResetTool>=0:${PORTSDIR}/devel/py-Products.PasswordResetTool \
|
|
${PYTHON_PKGNAMEPREFIX}Products.PlacelessTranslationService>=0:${PORTSDIR}/devel/py-Products.PlacelessTranslationService \
|
|
${PYTHON_PKGNAMEPREFIX}Products.PloneLanguageTool>=0:${PORTSDIR}/devel/py-Products.PloneLanguageTool \
|
|
${PYTHON_PKGNAMEPREFIX}Products.PlonePAS>=0:${PORTSDIR}/security/py-Products.PlonePAS \
|
|
${PYTHON_PKGNAMEPREFIX}Products.PluggableAuthService>=0:${PORTSDIR}/security/py-Products.PluggableAuthService \
|
|
${PYTHON_PKGNAMEPREFIX}Products.PluginRegistry>=0:${PORTSDIR}/devel/py-Products.PluginRegistry \
|
|
${PYTHON_PKGNAMEPREFIX}Products.PortalTransforms>=0:${PORTSDIR}/devel/py-Products.PortalTransforms \
|
|
${PYTHON_PKGNAMEPREFIX}Products.ResourceRegistries>=0:${PORTSDIR}/devel/py-Products.ResourceRegistries \
|
|
${PYTHON_PKGNAMEPREFIX}Products.TinyMCE>=0:${PORTSDIR}/www/py-Products.TinyMCE \
|
|
${PYTHON_PKGNAMEPREFIX}Products.statusmessages>=0:${PORTSDIR}/devel/py-Products.statusmessages \
|
|
zodb${PYTHON_PKGNAMESUFFIX}>=0:${PORTSDIR}/databases/zodb3 \
|
|
${PYTHON_PKGNAMEPREFIX}archetypes.querywidget>0:${PORTSDIR}/devel/py-archetypes.querywidget \
|
|
${PYTHON_PKGNAMEPREFIX}archetypes.referencebrowserwidget>=0:${PORTSDIR}/devel/py-archetypes.referencebrowserwidget \
|
|
${PYTHON_PKGNAMEPREFIX}borg.localrole>=0:${PORTSDIR}/security/py-borg.localrole \
|
|
${PYTHON_PKGNAMEPREFIX}five.customerize>=0:${PORTSDIR}/devel/py-five.customerize \
|
|
${PYTHON_PKGNAMEPREFIX}five.localsitemanager>=0:${PORTSDIR}/devel/py-five.localsitemanager \
|
|
${PYTHON_PKGNAMEPREFIX}plone.app.blob>=0:${PORTSDIR}/www/py-plone.app.blob \
|
|
${PYTHON_PKGNAMEPREFIX}plone.app.collection>0:${PORTSDIR}/www/py-plone.app.collection \
|
|
${PYTHON_PKGNAMEPREFIX}plone.app.content>=0:${PORTSDIR}/www/py-plone.app.content \
|
|
${PYTHON_PKGNAMEPREFIX}plone.app.contentlisting>0:${PORTSDIR}/www/py-plone.app.contentlisting \
|
|
${PYTHON_PKGNAMEPREFIX}plone.app.contentmenu>=1.1.6:${PORTSDIR}/www/py-plone.app.contentmenu \
|
|
${PYTHON_PKGNAMEPREFIX}plone.app.contentrules>=0:${PORTSDIR}/www/py-plone.app.contentrules \
|
|
${PYTHON_PKGNAMEPREFIX}plone.app.controlpanel>=0:${PORTSDIR}/www/py-plone.app.controlpanel \
|
|
${PYTHON_PKGNAMEPREFIX}plone.app.customerize>=0:${PORTSDIR}/www/py-plone.app.customerize \
|
|
${PYTHON_PKGNAMEPREFIX}plone.app.discussion>=0:${PORTSDIR}/www/py-plone.app.discussion \
|
|
${PYTHON_PKGNAMEPREFIX}plone.app.folder>=0:${PORTSDIR}/www/py-plone.app.folder \
|
|
${PYTHON_PKGNAMEPREFIX}plone.app.form>=0:${PORTSDIR}/www/py-plone.app.form \
|
|
${PYTHON_PKGNAMEPREFIX}plone.app.i18n>=0:${PORTSDIR}/www/py-plone.app.i18n \
|
|
${PYTHON_PKGNAMEPREFIX}plone.app.jquery>0:${PORTSDIR}/www/py-plone.app.jquery \
|
|
${PYTHON_PKGNAMEPREFIX}plone.app.jquerytools>=0:${PORTSDIR}/www/py-plone.app.jquerytools \
|
|
${PYTHON_PKGNAMEPREFIX}plone.app.layout>=1.1.7:${PORTSDIR}/www/py-plone.app.layout \
|
|
${PYTHON_PKGNAMEPREFIX}plone.app.linkintegrity>=1.0.3:${PORTSDIR}/www/py-plone.app.linkintegrity \
|
|
${PYTHON_PKGNAMEPREFIX}plone.app.locales>=0:${PORTSDIR}/www/py-plone.app.locales \
|
|
${PYTHON_PKGNAMEPREFIX}plone.app.portlets>=0:${PORTSDIR}/www/py-plone.app.portlets \
|
|
${PYTHON_PKGNAMEPREFIX}plone.app.redirector>=0:${PORTSDIR}/www/py-plone.app.redirector \
|
|
${PYTHON_PKGNAMEPREFIX}plone.app.registry>=0:${PORTSDIR}/www/py-plone.app.registry \
|
|
${PYTHON_PKGNAMEPREFIX}plone.app.search>0:${PORTSDIR}/www/py-plone.app.search \
|
|
${PYTHON_PKGNAMEPREFIX}plone.app.upgrade>=0:${PORTSDIR}/www/py-plone.app.upgrade \
|
|
${PYTHON_PKGNAMEPREFIX}plone.app.users>=0:${PORTSDIR}/www/py-plone.app.users \
|
|
${PYTHON_PKGNAMEPREFIX}plone.app.uuid>=0:${PORTSDIR}/www/py-plone.app.uuid \
|
|
${PYTHON_PKGNAMEPREFIX}plone.app.viewletmanager>=0:${PORTSDIR}/www/py-plone.app.viewletmanager \
|
|
${PYTHON_PKGNAMEPREFIX}plone.app.vocabularies>=0:${PORTSDIR}/www/py-plone.app.vocabularies \
|
|
${PYTHON_PKGNAMEPREFIX}plone.app.workflow>=0:${PORTSDIR}/www/py-plone.app.workflow \
|
|
${PYTHON_PKGNAMEPREFIX}plone.batching>0:${PORTSDIR}/www/py-plone.batching \
|
|
${PYTHON_PKGNAMEPREFIX}plone.browserlayer>=1.0rc4:${PORTSDIR}/www/py-plone.browserlayer \
|
|
${PYTHON_PKGNAMEPREFIX}plone.contentrules>=0:${PORTSDIR}/www/py-plone.contentrules \
|
|
${PYTHON_PKGNAMEPREFIX}plone.fieldsets>=0:${PORTSDIR}/www/py-plone.fieldsets \
|
|
${PYTHON_PKGNAMEPREFIX}plone.i18n>=0:${PORTSDIR}/www/py-plone.i18n \
|
|
${PYTHON_PKGNAMEPREFIX}plone.indexer>=0:${PORTSDIR}/www/py-plone.indexer \
|
|
${PYTHON_PKGNAMEPREFIX}plone.intelligenttext>=0:${PORTSDIR}/www/py-plone.intelligenttext \
|
|
${PYTHON_PKGNAMEPREFIX}plone.locking>=0:${PORTSDIR}/www/py-plone.locking \
|
|
${PYTHON_PKGNAMEPREFIX}plone.memoize>=0:${PORTSDIR}/www/py-plone.memoize \
|
|
${PYTHON_PKGNAMEPREFIX}plone.portlet.collection>=0:${PORTSDIR}/www/py-plone.portlet.collection \
|
|
${PYTHON_PKGNAMEPREFIX}plone.portlet.static>=0:${PORTSDIR}/www/py-plone.portlet.static \
|
|
${PYTHON_PKGNAMEPREFIX}plone.portlets>=0:${PORTSDIR}/www/py-plone.portlets \
|
|
${PYTHON_PKGNAMEPREFIX}plone.protect>1.0:${PORTSDIR}/security/py-plone.protect \
|
|
${PYTHON_PKGNAMEPREFIX}plone.registry>=0:${PORTSDIR}/www/py-plone.registry \
|
|
${PYTHON_PKGNAMEPREFIX}plone.session>=0:${PORTSDIR}/security/py-plone.session \
|
|
${PYTHON_PKGNAMEPREFIX}plone.theme>=0:${PORTSDIR}/www/py-plone.theme \
|
|
${PYTHON_PKGNAMEPREFIX}plonetheme.classic>=0:${PORTSDIR}/www/py-plonetheme.classic \
|
|
${PYTHON_PKGNAMEPREFIX}plonetheme.sunburst>=0:${PORTSDIR}/www/py-plonetheme.sunburst \
|
|
${PYTHON_PKGNAMEPREFIX}transaction>=0:${PORTSDIR}/devel/py-transaction \
|
|
${PYTHON_PKGNAMEPREFIX}z3c.autoinclude>=0:${PORTSDIR}/devel/py-z3c.autoinclude \
|
|
${PYTHON_PKGNAMEPREFIX}zope.app.locales>=3.6.0:${PORTSDIR}/textproc/py-zope.app.locales \
|
|
${PYTHON_PKGNAMEPREFIX}zope.component>=0:${PORTSDIR}/devel/py-zope.component \
|
|
${PYTHON_PKGNAMEPREFIX}zope.container>=0:${PORTSDIR}/devel/py-zope.container \
|
|
${PYTHON_PKGNAMEPREFIX}zope.deferredimport>=0:${PORTSDIR}/devel/py-zope.deferredimport \
|
|
${PYTHON_PKGNAMEPREFIX}zope.deprecation>=0:${PORTSDIR}/devel/py-zope.deprecation \
|
|
${PYTHON_PKGNAMEPREFIX}zope.dottedname>=0:${PORTSDIR}/devel/py-zope.dottedname \
|
|
${PYTHON_PKGNAMEPREFIX}zope.event>=0:${PORTSDIR}/devel/py-zope.event \
|
|
${PYTHON_PKGNAMEPREFIX}zope.i18n>=0:${PORTSDIR}/devel/py-zope.i18n \
|
|
${PYTHON_PKGNAMEPREFIX}zope.i18nmessageid>=0:${PORTSDIR}/textproc/py-zope.i18nmessageid \
|
|
${PYTHON_PKGNAMEPREFIX}zope.interface>=0:${PORTSDIR}/devel/py-zope.interface \
|
|
${PYTHON_PKGNAMEPREFIX}zope.location>=0:${PORTSDIR}/devel/py-zope.location \
|
|
${PYTHON_PKGNAMEPREFIX}zope.pagetemplate>=0:${PORTSDIR}/devel/py-zope.pagetemplate \
|
|
${PYTHON_PKGNAMEPREFIX}zope.publisher>=0:${PORTSDIR}/devel/py-zope.publisher \
|
|
${PYTHON_PKGNAMEPREFIX}zope.site>=0:${PORTSDIR}/devel/py-zope.site \
|
|
${PYTHON_PKGNAMEPREFIX}zope.structuredtext>=0:${PORTSDIR}/textproc/py-zope.structuredtext \
|
|
${PYTHON_PKGNAMEPREFIX}zope.tal>=0:${PORTSDIR}/textproc/py-zope.tal \
|
|
${PYTHON_PKGNAMEPREFIX}zope.tales>=0:${PORTSDIR}/devel/py-zope.tales \
|
|
${PYTHON_PKGNAMEPREFIX}zope.traversing>=0:${PORTSDIR}/devel/py-zope.traversing
|
|
|
|
DIST_SUBDIR= zope
|
|
USE_PYTHON= -2.7
|
|
USE_PYDISTUTILS=easy_install
|
|
USE_ZIP= yes
|
|
|
|
NO_STAGE= yes
|
|
|
|
.include <bsd.port.mk>
|