[35545] trunk/dports/python

akira at macports.org akira at macports.org
Sat Mar 29 18:46:29 PDT 2008


Revision: 35545
          http://trac.macosforge.org/projects/macports/changeset/35545
Author:   akira at macports.org
Date:     2008-03-29 18:46:27 -0700 (Sat, 29 Mar 2008)

Log Message:
-----------
Added ConfigObj port for Python 2.4 and 2.5

Added Paths:
-----------
    trunk/dports/python/py-configobj/
    trunk/dports/python/py-configobj/Portfile
    trunk/dports/python/py25-configobj/
    trunk/dports/python/py25-configobj/Portfile

Added: trunk/dports/python/py-configobj/Portfile
===================================================================
--- trunk/dports/python/py-configobj/Portfile	                        (rev 0)
+++ trunk/dports/python/py-configobj/Portfile	2008-03-30 01:46:27 UTC (rev 35545)
@@ -0,0 +1,46 @@
+# -*- 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           python24 1.0
+
+name                py-configobj
+version             4.5.2
+maintainers         akira 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
+platforms           darwin
+homepage            http://www.voidspace.org.uk/python/configobj.html
+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/py-configobj/Portfile
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

Added: trunk/dports/python/py25-configobj/Portfile
===================================================================
--- trunk/dports/python/py25-configobj/Portfile	                        (rev 0)
+++ trunk/dports/python/py25-configobj/Portfile	2008-03-30 01:46:27 UTC (rev 35545)
@@ -0,0 +1,46 @@
+# -*- 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           python25 1.0
+
+name                py25-configobj
+version             4.5.2
+maintainers         akira 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
+platforms           darwin
+homepage            http://www.voidspace.org.uk/python/configobj.html
+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/py25-configobj/Portfile
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080329/7e075ebb/attachment.html


More information about the macports-changes mailing list