[96564] trunk/dports/python

ryandesign at macports.org ryandesign at macports.org
Tue Aug 14 11:29:14 PDT 2012


Revision: 96564
          https://trac.macports.org/changeset/96564
Author:   ryandesign at macports.org
Date:     2012-08-14 11:29:13 -0700 (Tue, 14 Aug 2012)
Log Message:
-----------
py*-mx-base: whitespace and formatting adjustment; add modeline

Modified Paths:
--------------
    trunk/dports/python/py25-mx-base/Portfile
    trunk/dports/python/py26-mx-base/Portfile
    trunk/dports/python/py27-mx-base/Portfile

Modified: trunk/dports/python/py25-mx-base/Portfile
===================================================================
--- trunk/dports/python/py25-mx-base/Portfile	2012-08-14 18:28:49 UTC (rev 96563)
+++ trunk/dports/python/py25-mx-base/Portfile	2012-08-14 18:29:13 UTC (rev 96564)
@@ -1,27 +1,29 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem 1.0
-PortGroup python25 1.0
+PortSystem          1.0
+PortGroup           python25 1.0
 
-name			py25-mx-base
+name                py25-mx-base
 version             3.2.4
-categories		python
-platforms		darwin
-maintainers		nomaintainer
-description		eGenix.com mx Extensions for Python - base package
-long_description	collection of Python software tools which enhance Python's \
-				usability in many important areas such as ODBC database \
-				connectivity, fast text processing, date/time processing and \
-				web site programming.
+categories          python
+platforms           darwin
+maintainers         nomaintainer
 
-homepage		http://www.egenix.com/products/python/mxBase/
-master_sites	http://www.egenix.com/files/python/
-distname		egenix-mx-base-${version}
+description         eGenix.com mx Extensions for Python - base package
 
+long_description    collection of Python software tools which enhance Python's \
+                    usability in many important areas such as ODBC database \
+                    connectivity, fast text processing, date/time processing \
+                    and web site programming.
+
+homepage            http://www.egenix.com/products/python/mxBase/
+master_sites        http://www.egenix.com/files/python/
+distname            egenix-mx-base-${version}
+
 checksums           rmd160  4ba81b9e7157e44371987df0e638b6ebeb513d4c \
                     sha256  bfbb9519994c33e470d58b0c7b8167e25ce7a1bbf24f2533ea1e1cc235c570f0
 
-livecheck.type	regex
-livecheck.url	${homepage}
-livecheck.regex	Version: (\[0-9\\.\]+)
-
+livecheck.type      regex
+livecheck.url       ${homepage}
+livecheck.regex     Version: (\[0-9\\.\]+)

Modified: trunk/dports/python/py26-mx-base/Portfile
===================================================================
--- trunk/dports/python/py26-mx-base/Portfile	2012-08-14 18:28:49 UTC (rev 96563)
+++ trunk/dports/python/py26-mx-base/Portfile	2012-08-14 18:29:13 UTC (rev 96564)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem          1.0
@@ -2,14 +3,16 @@
 PortGroup           python26 1.0
+
 name                py26-mx-base
 version             3.2.4
+platforms           darwin
 license             Permissive
 #http://www.egenix.com/products/python/mxBase/eGenix.com-Public-License-1.1.0.pdf
 maintainers         nomaintainer
+
 description         eGenix.com mx Extensions for Python - base package
-long_description \
-   Collection of Python software tools which enhance Python's usability in \
-   many important areas such as ODBC database connectivity, fast text \
-   processing, date/time processing and web site programming.
 
-platforms           darwin
+long_description    collection of Python software tools which enhance Python's \
+                    usability in many important areas such as ODBC database \
+                    connectivity, fast text processing, date/time processing \
+                    and web site programming.
 
@@ -25,4 +28,3 @@
 livecheck.type      regex
 livecheck.url       ${homepage}
 livecheck.regex     Version: (\[0-9\\.\]+)
-

Modified: trunk/dports/python/py27-mx-base/Portfile
===================================================================
--- trunk/dports/python/py27-mx-base/Portfile	2012-08-14 18:28:49 UTC (rev 96563)
+++ trunk/dports/python/py27-mx-base/Portfile	2012-08-14 18:29:13 UTC (rev 96564)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem          1.0
@@ -2,14 +3,16 @@
 PortGroup           python27 1.0
+
 name                py27-mx-base
 version             3.2.4
+platforms           darwin
 license             Permissive
 #http://www.egenix.com/products/python/mxBase/eGenix.com-Public-License-1.1.0.pdf
 maintainers         nomaintainer
+
 description         eGenix.com mx Extensions for Python - base package
-long_description \
-   Collection of Python software tools which enhance Python's usability in \
-   many important areas such as ODBC database connectivity, fast text \
-   processing, date/time processing and web site programming.
 
-platforms           darwin
+long_description    collection of Python software tools which enhance Python's \
+                    usability in many important areas such as ODBC database \
+                    connectivity, fast text processing, date/time processing \
+                    and web site programming.
 
@@ -25,4 +28,3 @@
 livecheck.type      regex
 livecheck.url       ${homepage}
 livecheck.regex     Version: (\[0-9\\.\]+)
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120814/28483d37/attachment.html>


More information about the macports-changes mailing list