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,20 @@
# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD: head/net/py-zope.proxy/Makefile 412348 2016-04-01 14:17:44Z mat $
PORTNAME= zope.proxy
PORTVERSION= 4.1.3
CATEGORIES= net python zope
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DIST_SUBDIR= zope
MAINTAINER= zope@FreeBSD.org
COMMENT= Generic Transparent Proxies
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zope.interface>=3.3.0:python/py-zope.interface@${PY_FLAVOR}
USES= python zip
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>
#EOF

View File

@@ -0,0 +1,2 @@
SHA256 (zope/zope.proxy-4.1.3.zip) = 24f028bd3d0e62d828d7f910be2abb9ed3486292beff77b9e1d627d8ce0016ce
SIZE (zope/zope.proxy-4.1.3.zip) = 41232

View File

@@ -0,0 +1,6 @@
Proxies are special objects which serve as mostly-transparent wrappers
around another object, intervening in the apparent behavior of the
wrapped object only when necessary to apply the policy (e.g., access
checking, location brokering, etc.) for which the proxy is responsible.
WWW: https://pypi.python.org/pypi/zope.proxy/