# $Id: Portfile,v 1.4 2004/12/31 17:13:49 mww Exp $ PortSystem 1.0 PortGroup python24 1.0 name py-pipedream version 0.2.0 revision 1 categories python platforms darwin maintainers mww@opendarwin.org description python module for easy communication over pipes long_description pipedream is a Python module intended to simplify \ launching and communicating with child processes over \ pipes. It provides a simple API based on \ cross-platform abstractions so the programmer does not \ need to manage launching child processes, opening and \ closing pipes, timeouts, or platform-specific \ peculiarities. It is especially useful for \ communicating with interactive programs which use \ stdin/stdout/stderr. homepage http://www.speakeasy.org/~bob_green/pipedream/ master_sites opendarwin distname pipedream-${version} checksums md5 bb7a502071d593a518aa31e9bc64244c post-destroot { xinstall -m 644 ${worksrcpath}/README.txt \ ${destroot}${prefix}/share/doc/${name} }