Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Oct 2006 02:40:32 GMT
From:      "Choe, Cheng-Dae"<whitekid@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/104597: [NEW PORT] devel/py-configobj: Read and write config file
Message-ID:  <200610200240.k9K2eWnH081163@www.freebsd.org>
Resent-Message-ID: <200610200250.k9K2oHtK069014@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         104597
>Category:       ports
>Synopsis:       [NEW PORT] devel/py-configobj: Read and write config file
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 20 02:50:16 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     "Choe, Cheng-Dae"
>Release:        FreeBSD 6.2-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD comdongin.com 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #0: Fri Oct 13 18:28:52 KST 2006 root@comdongin.com:/usr/obj/usr/src/sys/CDI i386

>Description:
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 

>How-To-Repeat:
N/A
>Fix:
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	py-configobj
#	py-configobj/pkg-descr
#	py-configobj/Makefile
#	py-configobj/pkg-plist
#	py-configobj/distinfo
#
echo c - py-configobj
mkdir -p py-configobj > /dev/null 2>&1
echo x - py-configobj/pkg-descr
sed 's/^X//' >py-configobj/pkg-descr << 'END-of-py-configobj/pkg-descr'
XConfigObj is a simple but powerful config file reader and writer: an ini file
Xround tripper. Its main feature is that it is very easy to use, with a
Xstraightforward programmer's interface and a simple syntax for config file 
X
XWWW:	http://www.voidspace.org.uk/python/configobj.html
END-of-py-configobj/pkg-descr
echo x - py-configobj/Makefile
sed 's/^X//' >py-configobj/Makefile << 'END-of-py-configobj/Makefile'
X# New ports collection makefile for:	py-configobj
X# Date created:		2006-10-20
X# Whom:			Choe, Cheng-Dae
X#
X# $FreeBSD$
X#
X
XPORTNAME=	configobj
XPORTVERSION=	4.3.2
X#PORTREVISION=	0
X#PORTEPOCH=	0
XCATEGORIES=	devel python
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=	${PORTNAME}
XPKGNAMEPREFIX=	${PYTHONPKGNAMEPREFIX}
X
XMAINTAINER=	whitekid@gmail.com
XCOMMENT=	Simple but powerful config file reader and writer
X
XUSE_ZIP=	yes
XUSE_PYTHON=	yes
XUSE_PYDISTUTILS=	yes
X
XPORTDOCS=	*
X
Xpost-install:
X.if !defined(NOPORTDOCS)
X	${MKDIR} ${DOCSDIR}
X	${CP} -r ${WRKSRC}/docs/* ${DOCSDIR}
X.endif
X
X.include <bsd.port.mk>
END-of-py-configobj/Makefile
echo x - py-configobj/pkg-plist
sed 's/^X//' >py-configobj/pkg-plist << 'END-of-py-configobj/pkg-plist'
X@comment $FreeBSD$
X%%PYTHON_SITELIBDIR%%/configobj.py
X%%PYTHON_SITELIBDIR%%/validate.py
X%%PYTHON_SITELIBDIR%%/configobj.pyc
X%%PYTHON_SITELIBDIR%%/validate.pyc
X%%PYTHON_SITELIBDIR%%/configobj.pyo
X%%PYTHON_SITELIBDIR%%/validate.pyo
END-of-py-configobj/pkg-plist
echo x - py-configobj/distinfo
sed 's/^X//' >py-configobj/distinfo << 'END-of-py-configobj/distinfo'
XMD5 (configobj-4.3.2.zip) = d3ecc19bbc3180547432b8d688b384fe
XSHA256 (configobj-4.3.2.zip) = 76ea5aaaff71641945f872ed771035770f2c620bfbb179fa9f1d62b512a378a9
XSIZE (configobj-4.3.2.zip) = 270118
END-of-py-configobj/distinfo
exit
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200610200240.k9K2eWnH081163>