1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00

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:	http://www.voidspace.org.uk/python/configobj.html

PR:		ports/104597
Submitted by:	Choe, Cheng-Dae
This commit is contained in:
Martin Wilke 2006-11-18 23:50:50 +00:00
parent 58dc95b9cc
commit 1ba663693e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=177545
5 changed files with 46 additions and 0 deletions

View File

@ -1681,6 +1681,7 @@
SUBDIR += py-cheetah
SUBDIR += py-ciphon
SUBDIR += py-clientcookie
SUBDIR += py-configobj
SUBDIR += py-coro
SUBDIR += py-ctypes
SUBDIR += py-cxx

View File

@ -0,0 +1,30 @@
# New ports collection makefile for: py-configobj
# Date created: 2006-10-20
# Whom: Choe, Cheng-Dae
#
# $FreeBSD$
#
PORTNAME= configobj
PORTVERSION= 4.3.2
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
PKGNAMEPREFIX= ${PYTHONPKGNAMEPREFIX}
MAINTAINER= whitekid@gmail.com
COMMENT= Simple but powerful config file reader and writer
USE_ZIP= yes
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PORTDOCS= *
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${CP} -r ${WRKSRC}/docs/* ${DOCSDIR}
.endif
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (configobj-4.3.2.zip) = d3ecc19bbc3180547432b8d688b384fe
SHA256 (configobj-4.3.2.zip) = 76ea5aaaff71641945f872ed771035770f2c620bfbb179fa9f1d62b512a378a9
SIZE (configobj-4.3.2.zip) = 270118

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: http://www.voidspace.org.uk/python/configobj.html

View File

@ -0,0 +1,7 @@
@comment $FreeBSD$
%%PYTHON_SITELIBDIR%%/configobj.py
%%PYTHON_SITELIBDIR%%/validate.py
%%PYTHON_SITELIBDIR%%/configobj.pyc
%%PYTHON_SITELIBDIR%%/validate.pyc
%%PYTHON_SITELIBDIR%%/configobj.pyo
%%PYTHON_SITELIBDIR%%/validate.pyo