[36357] trunk/dports/python/py-mechanize/Portfile

akira at macports.org akira at macports.org
Mon Apr 28 00:49:18 PDT 2008


Revision: 36357
          http://trac.macosforge.org/projects/macports/changeset/36357
Author:   akira at macports.org
Date:     2008-04-28 00:49:17 -0700 (Mon, 28 Apr 2008)

Log Message:
-----------
untabify

Modified Paths:
--------------
    trunk/dports/python/py-mechanize/Portfile

Modified: trunk/dports/python/py-mechanize/Portfile
===================================================================
--- trunk/dports/python/py-mechanize/Portfile	2008-04-28 07:44:29 UTC (rev 36356)
+++ trunk/dports/python/py-mechanize/Portfile	2008-04-28 07:49:17 UTC (rev 36357)
@@ -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
@@ -3,32 +4,32 @@
 PortGroup python24 1.0
 
-name			py-mechanize
-version			0.1.7b
-categories		python www
-platforms		darwin
-maintainers		openmaintainer akira
-description		Stateful programmatic web browsing
-long_description	Stateful programmatic web browsing, after Andy \
-				Lester's Perl module WWW::Mechanize.
+name                py-mechanize
+version             0.1.7b
+categories          python www
+platforms           darwin
+maintainers         openmaintainer akira
+description         Stateful programmatic web browsing
+long_description    Stateful programmatic web browsing, after Andy \
+                    Lester's Perl module WWW::Mechanize.
 
-homepage		http://wwwsearch.sourceforge.net/mechanize
-master_sites	${homepage}/src
-distname		mechanize-${version}
-checksums		md5 7d431ccec4e64063c7378ce3be53ea34
+homepage            http://wwwsearch.sourceforge.net/mechanize
+master_sites        ${homepage}/src
+distname            mechanize-${version}
+checksums           md5 7d431ccec4e64063c7378ce3be53ea34
 
-depends_lib-append	port:py-clientcookie \
-				port:py-clientform \
-				port:py-pullparser
+depends_lib-append  port:py-clientcookie \
+                    port:py-clientform \
+                    port:py-pullparser
 
-test.run		yes
-test.cmd		${python.bin}
-test.target		test.py
+test.run            yes
+test.cmd            ${python.bin}
+test.target         test.py
 
-post-destroot	{
-	foreach f [glob -directory ${worksrcpath}/ *.txt *.html] {
-		copy $f ${destroot}${prefix}/share/doc/${name}/[file tail $f]
-	}
-	foreach f [glob -directory ${worksrcpath}/examples *] {
-		copy $f ${destroot}${prefix}/share/doc/${name}/examples/[file tail $f]
-	}
+post-destroot   {
+    foreach f [glob -directory ${worksrcpath}/ *.txt *.html] {
+        copy $f ${destroot}${prefix}/share/doc/${name}/[file tail $f]
+    }
+    foreach f [glob -directory ${worksrcpath}/examples *] {
+        copy $f ${destroot}${prefix}/share/doc/${name}/examples/[file tail $f]
+    }
 }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080428/341e32f2/attachment.html


More information about the macports-changes mailing list