[100971] users/g5pw/dports/python/py-pyobjc/Portfile

g5pw at macports.org g5pw at macports.org
Wed Jan 2 05:05:26 PST 2013


Revision: 100971
          https://trac.macports.org/changeset/100971
Author:   g5pw at macports.org
Date:     2013-01-02 05:05:26 -0800 (Wed, 02 Jan 2013)
Log Message:
-----------
python/py-pyobjc:
  whitespace fix

Modified Paths:
--------------
    users/g5pw/dports/python/py-pyobjc/Portfile

Modified: users/g5pw/dports/python/py-pyobjc/Portfile
===================================================================
--- users/g5pw/dports/python/py-pyobjc/Portfile	2013-01-02 12:58:11 UTC (rev 100970)
+++ users/g5pw/dports/python/py-pyobjc/Portfile	2013-01-02 13:05:26 UTC (rev 100971)
@@ -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=portfile:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem 1.0
@@ -3,23 +4,23 @@
 PortGroup python24 1.0
 
-name			py-pyobjc
-version			1.4
-categories		python devel
-license         MIT
-maintainers		nomaintainer
-platforms		darwin
-description		bidirectional bridge between python and Objective C
+name                py-pyobjc
+version             1.4
+categories          python devel
+license             MIT
+maintainers         nomaintainer
+platforms           darwin
+description         bidirectional bridge between python and Objective C
 long_description	The PyObjC project aims to provide a bridge between \
-				the Python and Objective-C programming languages. The \
-				bridge is intended to be fully bidirectional, allowing \
-				the Python programmer to take full advantage of the \
-				power provided by various Objective-C based toolkits \
-				and the Objective-C programmer transparent access to \
-				Python based functionality.
+                    the Python and Objective-C programming languages. The \
+                    bridge is intended to be fully bidirectional, allowing \
+                    the Python programmer to take full advantage of the \
+                    power provided by various Objective-C based toolkits \
+                    and the Objective-C programmer transparent access to \
+                    Python based functionality.
 
-homepage		http://pyobjc.sourceforge.net/
-master_sites	http://pyobjc.sourceforge.net/software/
-distname		pyobjc-${version}
-checksums		sha1 6f83b13b78e19f390709eaedf3004c81d983dc5d
+homepage            http://pyobjc.sourceforge.net/
+master_sites        http://pyobjc.sourceforge.net/software/
+distname            pyobjc-${version}
+checksums           sha1 6f83b13b78e19f390709eaedf3004c81d983dc5d
 
 if {${os.major} > 8} {
@@ -30,11 +31,11 @@
 }
 
 post-destroot {
-	xinstall -m 644 -W ${worksrcpath} HISTORIC.txt Install.html Install.txt \
-		License.txt NEWS.html NEWS.txt README.txt ReadMe.html \
-		${destroot}${prefix}/share/doc/${name}
-	file copy ${worksrcpath}/Doc ${destroot}${prefix}/share/doc/${name}/html
-	file delete ${destroot}${prefix}/share/doc/${name}/examples
-	file copy ${worksrcpath}/Examples \
-		${destroot}${prefix}/share/doc/${name}/examples
+    xinstall -m 644 -W ${worksrcpath} HISTORIC.txt Install.html Install.txt \
+            License.txt NEWS.html NEWS.txt README.txt ReadMe.html \
+            ${destroot}${prefix}/share/doc/${name}
+    file copy ${worksrcpath}/Doc ${destroot}${prefix}/share/doc/${name}/html
+    file delete ${destroot}${prefix}/share/doc/${name}/examples
+    file copy ${worksrcpath}/Examples \
+            ${destroot}${prefix}/share/doc/${name}/examples
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130102/20c793db/attachment-0001.html>


More information about the macports-changes mailing list