create bsd12 branch

This commit is contained in:
ziggi
2019-12-26 07:26:06 +00:00
commit 5cfdab6bfe
14432 changed files with 2272620 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
# $FreeBSD: head/devel/py-zope.browserpage/Makefile 412346 2016-04-01 14:00:51Z mat $
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
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.pagetemplate>=0:python/py-zope.pagetemplate@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}zope.component>=3.7:python/py-zope.component@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}zope.configuration>=0:python/py-zope.configuration@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}zope.contenttype>=0:python/py-zope.contenttype@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}zope.interface>=0:python/py-zope.interface@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}zope.publisher>=3.8:python/py-zope.publisher@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}zope.schema>=0:python/py-zope.schema@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}zope.security>=3.8:python/py-zope.security@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}zope.traversing>=3.7:python/py-zope.traversing@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}zope.browsermenu>=0:python/py-zope.browsermenu@${PY_FLAVOR}
NO_ARCH= yes
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>

View File

@@ -0,0 +1,2 @@
SHA256 (zope/zope.browserpage-4.1.0.tar.gz) = 13b06d0aeefc315e918502cb373a655424eb416a346798ae6fa8bbec44dcc8c8
SIZE (zope/zope.browserpage-4.1.0.tar.gz) = 21926

View File

@@ -0,0 +1,3 @@
This package provides ZCML directives for configuring browser views.
WWW: https://pypi.python.org/pypi/zope.browserpage/