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

24
python/zodb3/Makefile Normal file
View File

@@ -0,0 +1,24 @@
# Created by: Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
# $FreeBSD: head/databases/zodb3/Makefile 412346 2016-04-01 14:00:51Z mat $
PORTNAME= zodb
PORTVERSION= 3.10.5
CATEGORIES= databases
MASTER_SITES= CHEESESHOP
PKGNAMESUFFIX= -py${PYTHON_SUFFIX}
DISTNAME= ZODB3-${PORTVERSION}
MAINTAINER= zope@FreeBSD.org
COMMENT= Z - Object Database for python
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zconfig>=0:python/py-zconfig@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}zdaemon>=0:python/py-zdaemon@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}zope.interface>=0:python/py-zope.interface@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}transaction>=1.1.0:python/py-transaction@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}zclockfile>=1.0.0:python/py-zclockfile@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}zope.event>=1.0.0:python/py-zope.event@${PY_FLAVOR}
USES= python:2.7
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>

2
python/zodb3/distinfo Normal file
View File

@@ -0,0 +1,2 @@
SHA256 (ZODB3-3.10.5.tar.gz) = c857d8a97d331351a3b964f841c263ebf39c862fe1103563fa020a7df1137338
SIZE (ZODB3-3.10.5.tar.gz) = 706036

6
python/zodb3/pkg-descr Normal file
View File

@@ -0,0 +1,6 @@
The ZODB package is a Python object persistence system.
It provides the Z Object Database separately from Zope so
it can be used in non-Zope related Python applications to
provide transparent object-oriented persistency.
WWW: http://www.zodb.org/