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,26 @@
# $FreeBSD: head/devel/py-zope.browserresource/Makefile 412346 2016-04-01 14:00:51Z mat $
PORTNAME= zope.browserresource
PORTVERSION= 3.10.3
CATEGORIES= devel python zope
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DIST_SUBDIR= zope
MAINTAINER= zope@FreeBSD.org
COMMENT= Browser resources implementation for Zope
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.component>=3.8.0: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.i18n>=0:python/py-zope.i18n@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}zope.interface>=0:python/py-zope.interface@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}zope.location>=0:python/py-zope.location@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}zope.schema>=0:python/py-zope.schema@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}zope.publisher>=3.8:python/py-zope.publisher@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}zope.traversing>3.7:python/py-zope.traversing@${PY_FLAVOR}
USES= python zip
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>

View File

@@ -0,0 +1,2 @@
SHA256 (zope/zope.browserresource-3.10.3.zip) = 95ca1648ab53b43e9c1d728e075e7fdc4ec3e7533c00cf21b6c28bf43011112f
SIZE (zope/zope.browserresource-3.10.3.zip) = 43274

View File

@@ -0,0 +1,5 @@
This package provides an implementation of browser resources.
It also provides directives for defining those resources using
ZCML.
WWW: https://pypi.python.org/pypi/zope.browserresource/