version 2.0

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@17489 d073be05-634f-4543-b044-5fe20cf6d1d6
This commit is contained in:
Markus W. Weißmann
2006-04-14 10:04:54 +00:00
parent e6d745a529
commit 3568700040
+6 -10
View File
@@ -1,10 +1,10 @@
# $Id: Portfile,v 1.2 2004/12/31 18:25:27 mww Exp $
# $Id: Portfile,v 1.3 2006/04/14 10:04:54 mww Exp $
PortSystem 1.0
PortGroup python24 1.0
name py-pexpect
version 0.999
version 2.0
categories python
platforms darwin
maintainers mww@opendarwin.org
@@ -20,19 +20,15 @@ long_description Pexpect makes Python a better tool for controlling \
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
pexpect-${version}-examples.tgz
checksums pexpect-${version}.tgz sha1 34f041dfbf288da7d56a3d7994fd1502a7137cda \
pexpect-${version}-examples.tgz sha1 71f5d3b1eef924a1b6bf41caec70690f451e2078
worksrcdir pexpect-${version}
post-destroot {
xinstall -m 644 -W ${worksrcpath} README.txt \
xinstall -m 644 -W ${worksrcpath} README \
${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 \