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,19 @@
# Created by: Landon Fuller <landonf@opendarwin.org>
# $FreeBSD: head/devel/py-zconfig/Makefile 391330 2015-07-04 21:07:29Z rm $
PORTNAME= zconfig
PORTVERSION= 3.0.4
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ZConfig-${PORTVERSION}
DIST_SUBDIR= zope
MAINTAINER= zope@FreeBSD.org
COMMENT= General use python configuration library
NO_ARCH= yes
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>

View File

@@ -0,0 +1,2 @@
SHA256 (zope/ZConfig-3.0.4.tar.gz) = 7db2f932e74730eb5302e16964f9997121b5381738ac87ddf9559b5df2a0bffe
SIZE (zope/ZConfig-3.0.4.tar.gz) = 260105

View File

@@ -0,0 +1,8 @@
ZConfig is a general use Python configuration library. It supports a
hierarchical schema-driven configuration model that allows a schema to
specify data conversion routines written in Python. ZConfig's model is
very different from the model support by the ConfigParser module
found in Python's standard library, and is more suitable to
configuration-intensive applications.
WWW: https://pypi.python.org/pypi/ZConfig/