Index: head/devel/py-five.formlib/Makefile =================================================================== --- head/devel/py-five.formlib/Makefile (revision 523114) +++ head/devel/py-five.formlib/Makefile (revision 523115) @@ -1,33 +1,36 @@ # $FreeBSD$ PORTNAME= five.formlib PORTVERSION= 1.0.4 PORTREVISION= 1 CATEGORIES= devel python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DIST_SUBDIR= zope MAINTAINER= zope@FreeBSD.org COMMENT= zope.formlib integration for Zope 2 LICENSE= ZPL21 +DEPRECATED= Old, uses EOLed python27 +EXPIRATION_DATE= 2020-02-20 + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}transaction>=0:devel/py-transaction@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.app.form>=0:devel/py-zope.app.form@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.browser>=0:devel/py-zope.browser@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.component>=0:devel/py-zope.component@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.event>=0:devel/py-zope.event@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.formlib>=0:devel/py-zope.formlib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.i18nmessageid>=0:textproc/py-zope.i18nmessageid@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.lifecycleevent>=0:devel/py-zope.lifecycleevent@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.location>=0:devel/py-zope.location@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.publisher>=0:devel/py-zope.publisher@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.schema>=0:devel/py-zope.schema@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ExtensionClass>=0:devel/py-ExtensionClass@${PY_FLAVOR} USES= python:2.7 zip USE_PYTHON= distutils autoplist .include Index: head/devel/py-z3c.caching/Makefile =================================================================== --- head/devel/py-z3c.caching/Makefile (revision 523114) +++ head/devel/py-z3c.caching/Makefile (revision 523115) @@ -1,26 +1,29 @@ # $FreeBSD$ PORTNAME= z3c.caching PORTVERSION= 2.0a1 PORTREVISION= 1 CATEGORIES= devel python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DIST_SUBDIR= zope MAINTAINER= zope@FreeBSD.org COMMENT= Caching infrastructure for web apps LICENSE= ZPL21 +DEPRECATED= Old, uses EOLed python27 +EXPIRATION_DATE= 2020-02-20 + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.component>=0:devel/py-zope.component@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.event>=0:devel/py-zope.event@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.lifecycleevent>=0:devel/py-zope.lifecycleevent@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.browserpage>=0:devel/py-zope.browserpage@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.configuration>=0:devel/py-zope.configuration@${PY_FLAVOR} USES= python:2.7 USE_PYTHON= distutils autoplist .include Index: head/devel/py-zope.app.content/Makefile =================================================================== --- head/devel/py-zope.app.content/Makefile (revision 523114) +++ head/devel/py-zope.app.content/Makefile (revision 523115) @@ -1,24 +1,27 @@ # $FreeBSD$ PORTNAME= zope.app.content PORTVERSION= 3.5.1 PORTREVISION= 1 CATEGORIES= devel python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DIST_SUBDIR= zope MAINTAINER= zope@FreeBSD.org COMMENT= Zope Content Type LICENSE= ZPL21 +DEPRECATED= Old, uses EOLed python27 +EXPIRATION_DATE= 2020-02-20 + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.componentvocabulary>=0:devel/py-zope.componentvocabulary@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.schema>=0:devel/py-zope.schema@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.security>=0:security/py-zope.security@${PY_FLAVOR} USES= python:2.7 USE_PYTHON= distutils autoplist .include Index: head/devel/py-zope.app.exception/Makefile =================================================================== --- head/devel/py-zope.app.exception/Makefile (revision 523114) +++ head/devel/py-zope.app.exception/Makefile (revision 523115) @@ -1,27 +1,30 @@ # $FreeBSD$ PORTNAME= zope.app.exception PORTVERSION= 3.6.3 PORTREVISION= 1 CATEGORIES= devel python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DIST_SUBDIR= zope MAINTAINER= zope@FreeBSD.org COMMENT= Zope 3 exception views LICENSE= ZPL21 +DEPRECATED= Old, uses EOLed python27 +EXPIRATION_DATE= 2020-02-20 + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.publisher>=3.12:devel/py-zope.publisher@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.authentication>=0:security/py-zope.authentication@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.browser>=1.2:devel/py-zope.browser@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.browserpage>=3.11.0:devel/py-zope.browserpage@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.component>=0:devel/py-zope.component@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.security>=0:security/py-zope.security@${PY_FLAVOR} USES= python:2.7 USE_PYTHON= distutils autoplist .include Index: head/devel/py-zope.app.form/Makefile =================================================================== --- head/devel/py-zope.app.form/Makefile (revision 523114) +++ head/devel/py-zope.app.form/Makefile (revision 523115) @@ -1,35 +1,38 @@ # $FreeBSD$ PORTNAME= zope.app.form PORTVERSION= 4.0.2 PORTREVISION= 1 CATEGORIES= devel python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DIST_SUBDIR= zope MAINTAINER= zope@FreeBSD.org COMMENT= The Original Zope 3 Form Framework LICENSE= ZPL21 +DEPRECATED= Old, uses EOLed python27 +EXPIRATION_DATE= 2020-02-20 + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}transaction>=0:devel/py-transaction@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.formlib>=4.0:devel/py-zope.formlib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.browser>=1.1:devel/py-zope.browser@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.browserpage>=3.10.1:devel/py-zope.browserpage@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.browsermenu>=0:devel/py-zope.browsermenu@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.component>=0:devel/py-zope.component@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.configuration>=0:devel/py-zope.configuration@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.datetime>=0:devel/py-zope.datetime@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.exceptions>=0:devel/py-zope.exceptions@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.i18n>=0:devel/py-zope.i18n@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.proxy>=0:net/py-zope.proxy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.publisher>=0:devel/py-zope.publisher@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.schema>=0:devel/py-zope.schema@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.security>=3.5.1:security/py-zope.security@${PY_FLAVOR} USES= python:2.7 USE_PYTHON= distutils autoplist .include Index: head/devel/py-zope.app.pagetemplate/Makefile =================================================================== --- head/devel/py-zope.app.pagetemplate/Makefile (revision 523114) +++ head/devel/py-zope.app.pagetemplate/Makefile (revision 523115) @@ -1,32 +1,35 @@ # $FreeBSD$ PORTNAME= zope.app.pagetemplate PORTVERSION= 3.11.2 PORTREVISION= 1 CATEGORIES= devel python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DIST_SUBDIR= zope MAINTAINER= zope@FreeBSD.org COMMENT= PageTemplate integration for Zope 3 LICENSE= ZPL21 +DEPRECATED= Old, uses EOLed python27 +EXPIRATION_DATE= 2020-02-20 + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.browserpage>=3.12.0:devel/py-zope.browserpage@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.component>=0:devel/py-zope.component@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.configuration>=0:devel/py-zope.configuration@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.dublincore>=0:devel/py-zope.dublincore@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.i18nmessageid>=0:textproc/py-zope.i18nmessageid@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.pagetemplate>=3.5.0:devel/py-zope.pagetemplate@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.schema>=0:devel/py-zope.schema@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.security>=0:security/py-zope.security@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.size>=0:devel/py-zope.size@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.tales>=0:devel/py-zope.tales@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.traversing>=0:devel/py-zope.traversing@${PY_FLAVOR} USES= python:2.7 USE_PYTHON= distutils autoplist .include Index: head/devel/py-zope.app.publisher/Makefile =================================================================== --- head/devel/py-zope.app.publisher/Makefile (revision 523114) +++ head/devel/py-zope.app.publisher/Makefile (revision 523115) @@ -1,33 +1,36 @@ # $FreeBSD$ PORTNAME= zope.app.publisher PORTVERSION= 3.10.2 PORTREVISION= 1 CATEGORIES= devel python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DIST_SUBDIR= zope MAINTAINER= zope@FreeBSD.org COMMENT= Means for configuration of Zope 3 style views and resources LICENSE= ZPL21 +DEPRECATED= Old, uses EOLed python27 +EXPIRATION_DATE= 2020-02-20 + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.browsermenu>=0:devel/py-zope.browsermenu@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.browserpage>=0:devel/py-zope.browserpage@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.browserresource>=0:devel/py-zope.browserresource@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.component>=0:devel/py-zope.component@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.configuration>=0:devel/py-zope.configuration@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.datetime>=0:devel/py-zope.datetime@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.location>=0:devel/py-zope.location@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.ptresource>=0:devel/py-zope.ptresource@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.publisher>=3.12:devel/py-zope.publisher@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.schema>=0:devel/py-zope.schema@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.security>=0:security/py-zope.security@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.componentvocabulary>=0:devel/py-zope.componentvocabulary@${PY_FLAVOR} USES= python:2.7 zip USE_PYTHON= distutils autoplist .include Index: head/devel/py-zope.applicationcontrol/Makefile =================================================================== --- head/devel/py-zope.applicationcontrol/Makefile (revision 523114) +++ head/devel/py-zope.applicationcontrol/Makefile (revision 523115) @@ -1,25 +1,28 @@ # $FreeBSD$ PORTNAME= zope.applicationcontrol PORTVERSION= 3.5.5 PORTREVISION= 1 CATEGORIES= devel python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DIST_SUBDIR= zope MAINTAINER= zope@FreeBSD.org COMMENT= Zope applicationcontrol LICENSE= ZPL21 +DEPRECATED= Old, uses EOLed python27 +EXPIRATION_DATE= 2020-02-20 + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.component>=0:devel/py-zope.component@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.location>=0:devel/py-zope.location@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.security>=0:security/py-zope.security@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.traversing>=3.7.0:devel/py-zope.traversing@${PY_FLAVOR} USES= python:2.7 USE_PYTHON= distutils autoplist .include Index: head/devel/py-zope.browsermenu/Makefile =================================================================== --- head/devel/py-zope.browsermenu/Makefile (revision 523114) +++ head/devel/py-zope.browsermenu/Makefile (revision 523115) @@ -1,30 +1,33 @@ # $FreeBSD$ PORTNAME= zope.browsermenu PORTVERSION= 3.9.1 PORTREVISION= 1 CATEGORIES= devel python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DIST_SUBDIR= zope MAINTAINER= zope@FreeBSD.org COMMENT= Browser menu implementation for Zope LICENSE= ZPL21 +DEPRECATED= Old, uses EOLed python27 +EXPIRATION_DATE= 2020-02-20 + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.browser>=0:devel/py-zope.browser@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.component>=3.7:devel/py-zope.component@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.configuration>=0:devel/py-zope.configuration@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.i18nmessageid>=0:textproc/py-zope.i18nmessageid@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.schema>=0:devel/py-zope.schema@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.security>=0:security/py-zope.security@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.publisher>=0:devel/py-zope.publisher@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.traversing>=3.7:devel/py-zope.traversing@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.pagetemplate>=3.5:devel/py-zope.pagetemplate@${PY_FLAVOR} USES= python:2.7 zip USE_PYTHON= distutils autoplist .include Index: head/devel/py-zope.browserpage/Makefile =================================================================== --- head/devel/py-zope.browserpage/Makefile (revision 523114) +++ head/devel/py-zope.browserpage/Makefile (revision 523115) @@ -1,30 +1,33 @@ # $FreeBSD$ PORTNAME= zope.browserpage PORTVERSION= 4.1.0 CATEGORIES= devel python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DIST_SUBDIR= zope MAINTAINER= zope@FreeBSD.org COMMENT= ZCML directives for configuring browser views for Zope LICENSE= ZPL21 +DEPRECATED= Old, uses EOLed python27 +EXPIRATION_DATE= 2020-02-20 + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.pagetemplate>=0:devel/py-zope.pagetemplate@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.component>=3.7:devel/py-zope.component@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.configuration>=0:devel/py-zope.configuration@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.contenttype>=0:devel/py-zope.contenttype@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.publisher>=3.8:devel/py-zope.publisher@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.schema>=0:devel/py-zope.schema@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.security>=3.8:security/py-zope.security@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.traversing>=3.7:devel/py-zope.traversing@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.browsermenu>=0:devel/py-zope.browsermenu@${PY_FLAVOR} NO_ARCH= yes USES= python:2.7 USE_PYTHON= autoplist distutils .include Index: head/devel/py-zope.componentvocabulary/Makefile =================================================================== --- head/devel/py-zope.componentvocabulary/Makefile (revision 523114) +++ head/devel/py-zope.componentvocabulary/Makefile (revision 523115) @@ -1,25 +1,28 @@ # $FreeBSD$ PORTNAME= zope.componentvocabulary PORTVERSION= 1.0.1 PORTREVISION= 1 CATEGORIES= devel python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DIST_SUBDIR= zope MAINTAINER= zope@FreeBSD.org COMMENT= Zope Component vocabularies LICENSE= ZPL21 +DEPRECATED= Old, uses EOLed python27 +EXPIRATION_DATE= 2020-02-20 + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.component>=0:devel/py-zope.component@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.i18nmessageid>=0:textproc/py-zope.i18nmessageid@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.schema>=0:devel/py-zope.schema@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.security>=0:security/py-zope.security@${PY_FLAVOR} USES= python:2.7 USE_PYTHON= distutils autoplist .include Index: head/devel/py-zope.dublincore/Makefile =================================================================== --- head/devel/py-zope.dublincore/Makefile (revision 523114) +++ head/devel/py-zope.dublincore/Makefile (revision 523115) @@ -1,27 +1,30 @@ # $FreeBSD$ PORTNAME= zope.dublincore PORTVERSION= 3.8.2 PORTREVISION= 1 CATEGORIES= devel python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DIST_SUBDIR= zope MAINTAINER= zope@FreeBSD.org COMMENT= Zope Dublin Core implementation LICENSE= ZPL21 +DEPRECATED= Old, uses EOLed python27 +EXPIRATION_DATE= 2020-02-20 + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>=0:devel/py-pytz@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.component>=0:devel/py-zope.component@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.lifecycleevent>=0:devel/py-zope.lifecycleevent@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.location>=0:devel/py-zope.location@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.schema>=0:devel/py-zope.schema@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.security>=0:security/py-zope.security@${PY_FLAVOR} USES= python:2.7 USE_PYTHON= distutils autoplist .include Index: head/devel/py-zope.formlib/Makefile =================================================================== --- head/devel/py-zope.formlib/Makefile (revision 523114) +++ head/devel/py-zope.formlib/Makefile (revision 523115) @@ -1,35 +1,38 @@ # $FreeBSD$ PORTNAME= zope.formlib PORTVERSION= 4.3.0 CATEGORIES= devel python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DIST_SUBDIR= zope MAINTAINER= zope@FreeBSD.org COMMENT= Form generation and validation library for Zope LICENSE= ZPL21 LICENSE_FILE= ${WRKSRC}/LICENSE.txt +DEPRECATED= Old, uses EOLed python27 +EXPIRATION_DATE= 2020-02-20 + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>=0:devel/py-pytz@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.browser>=1.1:devel/py-zope.browser@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.browserpage>=3.11.0:devel/py-zope.browserpage@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.component>=0:devel/py-zope.component@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.event>=0:devel/py-zope.event@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.i18n>=0:devel/py-zope.i18n@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.i18nmessageid>=0:textproc/py-zope.i18nmessageid@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.lifecycleevent>=0:devel/py-zope.lifecycleevent@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.publisher>=0:devel/py-zope.publisher@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.schema>=3.5.1:devel/py-zope.schema@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.security>=0:security/py-zope.security@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.traversing>=0:devel/py-zope.traversing@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.datetime>=0:devel/py-zope.datetime@${PY_FLAVOR} NO_ARCH= yes USES= python:2.7 USE_PYTHON= autoplist distutils .include Index: head/devel/py-zope.pagetemplate/Makefile =================================================================== --- head/devel/py-zope.pagetemplate/Makefile (revision 523114) +++ head/devel/py-zope.pagetemplate/Makefile (revision 523115) @@ -1,28 +1,31 @@ # $FreeBSD$ PORTNAME= zope.pagetemplate PORTVERSION= 3.6.3 PORTREVISION= 1 CATEGORIES= devel python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DIST_SUBDIR= zope MAINTAINER= zope@FreeBSD.org COMMENT= Zope Page Templates LICENSE= ZPL21 +DEPRECATED= Old, uses EOLed python27 +EXPIRATION_DATE= 2020-02-20 + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.component>=0:devel/py-zope.component@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.security>=0:security/py-zope.security@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.tal>=0:textproc/py-zope.tal@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.tales>=0:devel/py-zope.tales@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.i18n>=0:devel/py-zope.i18n@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.i18nmessageid>=0:textproc/py-zope.i18nmessageid@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.traversing>=0:devel/py-zope.traversing@${PY_FLAVOR} USES= python:2.7 zip USE_PYTHON= distutils autoplist .include Index: head/devel/py-zope.ptresource/Makefile =================================================================== --- head/devel/py-zope.ptresource/Makefile (revision 523114) +++ head/devel/py-zope.ptresource/Makefile (revision 523115) @@ -1,25 +1,28 @@ # $FreeBSD$ PORTNAME= zope.ptresource PORTVERSION= 3.9.0 PORTREVISION= 1 CATEGORIES= devel python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DIST_SUBDIR= zope MAINTAINER= zope@FreeBSD.org COMMENT= Page template resource plugin for zope.browserresource LICENSE= ZPL21 +DEPRECATED= Old, uses EOLed python27 +EXPIRATION_DATE= 2020-02-20 + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.browserresource>=0:devel/py-zope.browserresource@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.pagetemplate>=0:devel/py-zope.pagetemplate@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.publisher>=0:devel/py-zope.publisher@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.security>=0:security/py-zope.security@${PY_FLAVOR} USES= python:2.7 USE_PYTHON= distutils autoplist .include Index: head/devel/py-zope.viewlet/Makefile =================================================================== --- head/devel/py-zope.viewlet/Makefile (revision 523114) +++ head/devel/py-zope.viewlet/Makefile (revision 523115) @@ -1,31 +1,34 @@ # $FreeBSD$ PORTNAME= zope.viewlet PORTVERSION= 3.7.2 PORTREVISION= 1 CATEGORIES= devel python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DIST_SUBDIR= zope MAINTAINER= zope@FreeBSD.org COMMENT= Zope Viewlets LICENSE= ZPL21 +DEPRECATED= Old, uses EOLed python27 +EXPIRATION_DATE= 2020-02-20 + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.browserpage>=3.10.1:devel/py-zope.browserpage@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.component>=0:devel/py-zope.component@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.configuration>=0:devel/py-zope.configuration@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.contentprovider>=0:devel/py-zope.contentprovider@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.event>=0:devel/py-zope.event@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.i18nmessageid>=0:textproc/py-zope.i18nmessageid@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.location>=0:devel/py-zope.location@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.publisher>=0:devel/py-zope.publisher@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.schema>=0:devel/py-zope.schema@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.security>=0:security/py-zope.security@${PY_FLAVOR} USES= python:2.7 USE_PYTHON= distutils autoplist .include Index: head/mail/py-zope.sendmail/Makefile =================================================================== --- head/mail/py-zope.sendmail/Makefile (revision 523114) +++ head/mail/py-zope.sendmail/Makefile (revision 523115) @@ -1,27 +1,30 @@ # $FreeBSD$ PORTNAME= zope.sendmail PORTVERSION= 3.7.5 PORTREVISION= 2 CATEGORIES= mail python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DIST_SUBDIR= zope MAINTAINER= zope@FreeBSD.org COMMENT= Zope sendmail LICENSE= ZPL21 +DEPRECATED= Old, uses EOLed python27 +EXPIRATION_DATE= 2020-02-20 + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}transaction>=0:devel/py-transaction@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.i18nmessageid>=0:textproc/py-zope.i18nmessageid@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.schema>=0:devel/py-zope.schema@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.component>=3.8.0:devel/py-zope.component@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.configuration>=0:devel/py-zope.configuration@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.security>=0:security/py-zope.security@${PY_FLAVOR} USES= python:2.7 USE_PYTHON= distutils autoplist .include Index: head/security/py-zope.authentication/Makefile =================================================================== --- head/security/py-zope.authentication/Makefile (revision 523114) +++ head/security/py-zope.authentication/Makefile (revision 523115) @@ -1,26 +1,29 @@ # $FreeBSD$ PORTNAME= zope.authentication PORTVERSION= 3.7.1 PORTREVISION= 1 CATEGORIES= security python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DIST_SUBDIR= zope MAINTAINER= zope@FreeBSD.org COMMENT= Definition of authentication basics for the Zope Framework LICENSE= ZPL21 +DEPRECATED= Old, uses EOLed python27 +EXPIRATION_DATE= 2020-02-20 + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.browser>=0:devel/py-zope.browser@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.component>=3.6.0:devel/py-zope.component@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.i18nmessageid>=0:textproc/py-zope.i18nmessageid@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.schema>=0:devel/py-zope.schema@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.security>=0:security/py-zope.security@${PY_FLAVOR} USES= python:2.7 zip USE_PYTHON= distutils autoplist .include Index: head/security/py-zope.login/Makefile =================================================================== --- head/security/py-zope.login/Makefile (revision 523114) +++ head/security/py-zope.login/Makefile (revision 523115) @@ -1,24 +1,27 @@ # $FreeBSD$ PORTNAME= zope.login PORTVERSION= 1.0.0 PORTREVISION= 1 CATEGORIES= security python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DIST_SUBDIR= zope MAINTAINER= zope@FreeBSD.org COMMENT= Login helpers for zope.publisher / authentication LICENSE= ZPL21 +DEPRECATED= Old, uses EOLed python27 +EXPIRATION_DATE= 2020-02-20 + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.authentication>=0:security/py-zope.authentication@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.component>=0:devel/py-zope.component@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.publisher>=0:devel/py-zope.publisher@${PY_FLAVOR} USES= python:2.7 zip USE_PYTHON= distutils autoplist .include Index: head/security/py-zope.principalregistry/Makefile =================================================================== --- head/security/py-zope.principalregistry/Makefile (revision 523114) +++ head/security/py-zope.principalregistry/Makefile (revision 523115) @@ -1,25 +1,28 @@ # $FreeBSD$ PORTNAME= zope.principalregistry PORTVERSION= 3.7.1 PORTREVISION= 1 CATEGORIES= security python zope MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DIST_SUBDIR= zope MAINTAINER= zope@FreeBSD.org COMMENT= Global principal registry component for Zope3 LICENSE= ZPL21 +DEPRECATED= Old, uses EOLed python27 +EXPIRATION_DATE= 2020-02-20 + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.authentication>=0:security/py-zope.authentication@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.component>=0:devel/py-zope.component@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.password>=0:security/py-zope.password@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.security>=0:security/py-zope.security@${PY_FLAVOR} USES= python:2.7 USE_PYTHON= distutils autoplist .include Index: head/security/py-zope.security/Makefile =================================================================== --- head/security/py-zope.security/Makefile (revision 523114) +++ head/security/py-zope.security/Makefile (revision 523115) @@ -1,30 +1,33 @@ # Created by: Wen Heping # $FreeBSD$ PORTNAME= zope.security PORTVERSION= 3.9.0 PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DIST_SUBDIR= zope MAINTAINER= zope@FreeBSD.org COMMENT= Zope Security Framework LICENSE= ZPL21 +DEPRECATED= Old, uses EOLed python27 +EXPIRATION_DATE= 2020-02-20 + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.component>=0:devel/py-zope.component@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.i18nmessageid>=0:textproc/py-zope.i18nmessageid@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.location>=0:devel/py-zope.location@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.proxy>3.4.2:net/py-zope.proxy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.schema>=0:devel/py-zope.schema@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}RestrictedPython>=0:security/py-RestrictedPython@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytz>=0:devel/py-pytz@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.configuration>=0:devel/py-zope.configuration@${PY_FLAVOR} USES= python:2.7 USE_PYTHON= distutils autoplist .include