[54541] trunk/dports/lang/pyobfuscate/Portfile

snc at macports.org snc at macports.org
Wed Jul 29 04:56:19 PDT 2009


Revision: 54541
          http://trac.macports.org/changeset/54541
Author:   snc at macports.org
Date:     2009-07-29 04:56:19 -0700 (Wed, 29 Jul 2009)
Log Message:
-----------
whitespace

Modified Paths:
--------------
    trunk/dports/lang/pyobfuscate/Portfile

Modified: trunk/dports/lang/pyobfuscate/Portfile
===================================================================
--- trunk/dports/lang/pyobfuscate/Portfile	2009-07-29 11:55:12 UTC (rev 54540)
+++ trunk/dports/lang/pyobfuscate/Portfile	2009-07-29 11:56:19 UTC (rev 54541)
@@ -1,33 +1,33 @@
 # -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem 1.0
+PortSystem          1.0
 
-name			pyobfuscate
-version			0.3
-revision        1
-categories		lang python
-platforms		darwin
-maintainers		nomaintainer
-description		python source code obfuscator
-long_description	pyobfuscate is a source code obfuscator: It makes Python \
-				source code hard to read for humans, while still being \
-				executable for the Python interpreter.
+name                pyobfuscate
+version             0.3
+revision            1
+categories          lang python
+platforms           darwin
+maintainers         nomaintainer
+description         python source code obfuscator
+long_description    pyobfuscate is a source code obfuscator: It makes Python \
+                    source code hard to read for humans, while still being \
+                    executable for the Python interpreter.
 
-homepage		http://www.lysator.liu.se/~astrand/projects/pyobfuscate/
-master_sites	${homepage}
-distname		pyobfuscate-${version}
-checksums		md5 cd2884c9efc917c273f768283ead8a70
+homepage            http://www.lysator.liu.se/~astrand/projects/pyobfuscate/
+master_sites        ${homepage}
+distname            pyobfuscate-${version}
+checksums           md5 cd2884c9efc917c273f768283ead8a70
 
-use_configure	no
+use_configure       no
 
-depends_run		bin:python:python25
+depends_run         bin:python:python25
 
-build			{}
+build {}
 
 destroot {
-	xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
-	xinstall -m 755 ${worksrcpath}/pyobfuscate ${destroot}${prefix}/bin/
-	xinstall -m 644 -W ${worksrcpath} LICENSE PKG-INFO README TODO \
-		${destroot}${prefix}/share/doc/${name}
+    xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+    xinstall -m 755 ${worksrcpath}/pyobfuscate ${destroot}${prefix}/bin/
+    xinstall -m 644 -W ${worksrcpath} LICENSE PKG-INFO README TODO \
+        ${destroot}${prefix}/share/doc/${name}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090729/72965d3c/attachment.html>


More information about the macports-changes mailing list