# $Id: Portfile,v 1.2 2004/12/31 18:25:27 mww Exp $ PortSystem 1.0 PortGroup python24 1.0 name py-pexpect version 0.999 categories python platforms darwin maintainers mww@opendarwin.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. homepage http://pexpect.sourceforge.net/ master_sites sourceforge:pexpect distfiles pexpect-${version}.tgz \ pexpect-doc.tgz \ pexpect-examples.tgz checksums pexpect-${version}.tgz md5 e426e5f54d323aaf392008c9eb35131d \ pexpect-doc.tgz md5 69bfc0056938f561875289651c8715ad \ pexpect-examples.tgz md5 ee05cad1d7b6b4de0dc74bc16330b852 worksrcdir pexpect-${version} post-destroot { xinstall -m 644 -W ${worksrcpath} README.txt \ ${destroot}${prefix}/share/doc/${name} xinstall -m 644 -W ${workpath}/doc ANSI.html FSM.html index.html \ pexpect.html screen.html ${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 }