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: Choe, Cheng-Dae
# $FreeBSD: head/devel/py-configobj/Makefile 412346 2016-04-01 14:00:51Z mat $
PORTNAME= configobj
PORTVERSION= 5.0.6
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= nivit@FreeBSD.org
COMMENT= Simple but powerful config file reader and writer
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:python/py-six@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>
#EOF

View File

@@ -0,0 +1,2 @@
SHA256 (configobj-5.0.6.tar.gz) = a2f5650770e1c87fb335af19a9b7eb73fc05ccf22144eb68db7d00cd2bcb0902
SIZE (configobj-5.0.6.tar.gz) = 33248

View File

@@ -0,0 +1,5 @@
ConfigObj is a simple but powerful config file reader and writer: an ini
file round tripper. Its main feature is that it is very easy to use, with a
straightforward programmer's interface and a simple syntax for config file.
WWW: https://github.com/DiffSK/configobj/