[47940] trunk/dports/python
snc at macports.org
snc at macports.org
Tue Mar 10 11:21:47 PDT 2009
Revision: 47940
http://trac.macports.org/changeset/47940
Author: snc at macports.org
Date: 2009-03-10 11:21:46 -0700 (Tue, 10 Mar 2009)
Log Message:
-----------
created py26-configobj, ticket #18558
Added Paths:
-----------
trunk/dports/python/py26-configobj/
trunk/dports/python/py26-configobj/Portfile
Added: trunk/dports/python/py26-configobj/Portfile
===================================================================
--- trunk/dports/python/py26-configobj/Portfile (rev 0)
+++ trunk/dports/python/py26-configobj/Portfile 2009-03-10 18:21:46 UTC (rev 47940)
@@ -0,0 +1,50 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+PortGroup python26 1.0
+
+name py26-configobj
+version 4.5.2
+maintainers akitada openmaintainer
+description Config file reading, writing and validation.
+long_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 files. \
+ It has lots of other features though : \
+ \
+ * Nested sections (subsections), to any level \
+ * List values \
+ * Multiple line values \
+ * String interpolation (substitution) \
+ * Integrated with a powerful validation system \
+ \
+ - including automatic type checking/conversion \
+ - repeated sections \
+ - and allowing default values \
+ \
+ * When writing out config files, ConfigObj \
+ preserves all comments and the order of members \
+ and sections \
+ * Many useful methods and options for working with \
+ configuration files (like the 'reload' method) \
+ * Full Unicode support
+homepage http://www.voidspace.org.uk/python/configobj.html
+
+platforms darwin
+
+master_sites sourceforge:configobj
+distname configobj-${version}
+use_zip yes
+
+checksums md5 b84e6ce4f8ef5fa1c466cc3561099a66 \
+ sha1 6a9e72cf55156a35abb7eb4df756b6884cfb77b6 \
+ rmd160 a69935ec51fd267070d8c0517b1b39adfdd5c275
+
+post-destroot {
+ foreach f [glob -directory ${worksrcpath}/docs *] {
+ copy $f ${destroot}${prefix}/share/doc/${name}/[file tail $f]
+ }
+}
Property changes on: trunk/dports/python/py26-configobj/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090310/b50aedb8/attachment.html>
More information about the macports-changes
mailing list