# $Id$ PortSystem 1.0 PortGroup python24 1.0 name py-pexpect version 2.1 categories python platforms darwin maintainers ram openmaintainer 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}${extract.suffix} checksums md5 fd3d67ac085332f074cd665424dcd631 \ sha1 2ffc729a9e6888f5aeb1f357750d5ec1143584b0 \ rmd160 56f8432f592e07bfc8a22b79ebac06a4e980559a worksrcdir pexpect-${version} post-destroot { xinstall -m 644 -W ${worksrcpath} README \ ${destroot}${prefix}/share/doc/${name} } universal_variant no