=== modified file 'py-pexpect/Portfile'
|
|
|
4 | 4 | PortGroup python24 1.0 |
5 | 5 | |
6 | 6 | name py-pexpect |
7 | | version 2.0 |
| 7 | version 2.1 |
8 | 8 | categories python |
9 | 9 | platforms darwin |
10 | 10 | |
… |
… |
|
19 | 19 | |
20 | 20 | homepage http://pexpect.sourceforge.net/ |
21 | 21 | master_sites sourceforge:pexpect |
22 | | distfiles pexpect-${version}.tgz \ |
23 | | pexpect-${version}-examples.tgz |
| 22 | distfiles pexpect-${version}.tar.gz |
24 | 23 | |
25 | | checksums pexpect-${version}.tgz sha1 34f041dfbf288da7d56a3d7994fd1502a7137cda \ |
26 | | pexpect-${version}-examples.tgz sha1 71f5d3b1eef924a1b6bf41caec70690f451e2078 |
| 24 | checksums md5 fd3d67ac085332f074cd665424dcd631 \ |
| 25 | sha1 2ffc729a9e6888f5aeb1f357750d5ec1143584b0 \ |
| 26 | rmd160 56f8432f592e07bfc8a22b79ebac06a4e980559a |
27 | 27 | |
28 | 28 | worksrcdir pexpect-${version} |
29 | 29 | |
30 | 30 | post-destroot { |
31 | 31 | xinstall -m 644 -W ${worksrcpath} README \ |
32 | 32 | ${destroot}${prefix}/share/doc/${name} |
33 | | xinstall -m 644 -W ${workpath}/examples bd_client.py bd_serv.py \ |
34 | | bd_client_web.py chess.py chess2.py chess3.py fix_cvs_files.py \ |
35 | | ftp.py monitor.py passmass.py python.py ssh_session.py \ |
36 | | ssh_tunnel.py sshls.py uptime.py \ |
37 | | ${destroot}${prefix}/share/doc/${name}/examples |
38 | 33 | } |