[29730] trunk/dports/python/py-pexpect/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Sun Oct 7 14:20:15 PDT 2007


Revision: 29730
          http://trac.macosforge.org/projects/macports/changeset/29730
Author:   ryandesign at macports.org
Date:     2007-10-07 14:20:15 -0700 (Sun, 07 Oct 2007)

Log Message:
-----------
py-pexpect: whitespace changes only; see #12822

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

Modified: trunk/dports/python/py-pexpect/Portfile
===================================================================
--- trunk/dports/python/py-pexpect/Portfile	2007-10-07 21:15:22 UTC (rev 29729)
+++ trunk/dports/python/py-pexpect/Portfile	2007-10-07 21:20:15 UTC (rev 29730)
@@ -1,37 +1,38 @@
 # $Id$
 
-PortSystem 1.0
-PortGroup python24 1.0
+PortSystem    1.0
+PortGroup     python24 1.0
 
-name			py-pexpect
-version			2.0
-categories		python
-platforms		darwin
-maintainers		ramercer at gmail.com openmaintainer at macports.org
-description		python module for better controlling other applications
-long_description	Pexpect makes Python a better tool for controlling \
-				other applications. It is a pure Python module for \
-				spawning child applications, controlling them and \
-				responding to expected patterns in their output. \
-				Pexpect works like Don Libes Expect. Pexpect allows \
-				your script to spawn a child application and control \
-				it as if a human were typing commands.
+name          py-pexpect
+version       2.0
+categories    python
+platforms     darwin
 
-homepage		http://pexpect.sourceforge.net/
-master_sites	sourceforge:pexpect
-distfiles		pexpect-${version}.tgz \
-				pexpect-${version}-examples.tgz
-checksums		pexpect-${version}.tgz sha1 34f041dfbf288da7d56a3d7994fd1502a7137cda \
-				pexpect-${version}-examples.tgz sha1 71f5d3b1eef924a1b6bf41caec70690f451e2078
+maintainers   ramercer at gmail.com openmaintainer at macports.org
+description   python module for better controlling other applications
+long_description Pexpect makes Python a better tool for controlling \
+  other applications. It is a pure Python module for spawning child \
+  applications, controlling them and responding to expected patterns in \
+  their output. Pexpect works like Don Libes Expect. Pexpect allows your \
+  script to spawn a child application and control it as if a human were \
+  typing commands.
 
-worksrcdir		pexpect-${version}
+homepage      http://pexpect.sourceforge.net/
+master_sites  sourceforge:pexpect
+distfiles     pexpect-${version}.tgz \
+              pexpect-${version}-examples.tgz
 
-post-destroot	{
-	xinstall -m 644 -W ${worksrcpath} README \
-		${destroot}${prefix}/share/doc/${name}
-	xinstall -m 644 -W ${workpath}/examples bd_client.py bd_serv.py \
-		bd_client_web.py chess.py chess2.py chess3.py fix_cvs_files.py \
-		ftp.py monitor.py passmass.py python.py ssh_session.py \
-		ssh_tunnel.py sshls.py uptime.py \
-		${destroot}${prefix}/share/doc/${name}/examples
+checksums     pexpect-${version}.tgz sha1 34f041dfbf288da7d56a3d7994fd1502a7137cda \
+              pexpect-${version}-examples.tgz sha1 71f5d3b1eef924a1b6bf41caec70690f451e2078
+
+worksrcdir    pexpect-${version}
+
+post-destroot {
+  xinstall -m 644 -W ${worksrcpath} README \
+    ${destroot}${prefix}/share/doc/${name}
+  xinstall -m 644 -W ${workpath}/examples bd_client.py bd_serv.py \
+    bd_client_web.py chess.py chess2.py chess3.py fix_cvs_files.py \
+    ftp.py monitor.py passmass.py python.py ssh_session.py \
+    ssh_tunnel.py sshls.py uptime.py \
+    ${destroot}${prefix}/share/doc/${name}/examples
 }

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


More information about the macports-changes mailing list