update to pexpect 2.1

"fine" xsa@, removed him from maintainer per his request.
This commit is contained in:
steven 2006-06-08 14:27:16 +00:00
parent 585104e8f0
commit 1fd29a6042
3 changed files with 47 additions and 11 deletions

View File

@ -1,15 +1,13 @@
# $OpenBSD: Makefile,v 1.6 2006/06/03 09:37:09 alek Exp $
# $OpenBSD: Makefile,v 1.7 2006/06/08 14:27:16 steven Exp $
COMMENT= "pure Python Expect-like module"
DISTNAME= pexpect-0.999
PKGNAME= py-${DISTNAME}p0
DISTNAME= pexpect-2.1
PKGNAME= py-${DISTNAME}
CATEGORIES= devel
HOMEPAGE= http://pexpect.sourceforge.net/
MAINTAINER= Xavier Santolaria <xsa@openbsd.org>
# Python
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
@ -17,16 +15,19 @@ PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pexpect/}
EXTRACT_SUFX= .tgz
MODULES= lang/python
EXAMPLESDIR= ${PREFIX}/share/examples/py-pexpect
DOCDIR= ${PREFIX}/share/doc/py-pexpect
NO_REGRESS= Yes
post-install:
${INSTALL_DATA_DIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/{ANSI,FSM,screen}.py ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR}
${INSTALL_DATA_DIR} ${DOCDIR}
${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCDIR}
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
MD5 (pexpect-0.999.tgz) = e426e5f54d323aaf392008c9eb35131d
RMD160 (pexpect-0.999.tgz) = d8c02ddaea6dfeec075180f85b287187ff8b7891
SHA1 (pexpect-0.999.tgz) = bbd85dc77adc51ae7ae50bcc1a08b6050c4be937
SIZE (pexpect-0.999.tgz) = 20190
MD5 (pexpect-2.1.tar.gz) = fd3d67ac085332f074cd665424dcd631
RMD160 (pexpect-2.1.tar.gz) = 56f8432f592e07bfc8a22b79ebac06a4e980559a
SHA1 (pexpect-2.1.tar.gz) = 2ffc729a9e6888f5aeb1f357750d5ec1143584b0
SIZE (pexpect-2.1.tar.gz) = 116478

View File

@ -1,7 +1,42 @@
@comment $OpenBSD: PLIST,v 1.2 2004/09/14 23:44:01 espie Exp $
@comment $OpenBSD: PLIST,v 1.3 2006/06/08 14:27:16 steven Exp $
lib/python${MODPY_VERSION}/site-packages/fdpexpect.py
lib/python${MODPY_VERSION}/site-packages/fdpexpect.pyc
lib/python${MODPY_VERSION}/site-packages/pexpect.py
lib/python${MODPY_VERSION}/site-packages/pexpect.pyc
lib/python${MODPY_VERSION}/site-packages/pxssh.py
lib/python${MODPY_VERSION}/site-packages/pxssh.pyc
share/doc/py-pexpect/
share/doc/py-pexpect/ANSI.html
share/doc/py-pexpect/FSM.html
share/doc/py-pexpect/clean.css
share/doc/py-pexpect/email.png
share/doc/py-pexpect/examples.html
share/doc/py-pexpect/fdpexpect.html
share/doc/py-pexpect/index.html
share/doc/py-pexpect/index.template.html
share/doc/py-pexpect/pexpect.html
share/doc/py-pexpect/pxssh.html
share/doc/py-pexpect/screen.html
share/examples/py-pexpect/
share/examples/py-pexpect/ANSI.py
share/examples/py-pexpect/FSM.py
share/examples/py-pexpect/README
share/examples/py-pexpect/bd_client.py
share/examples/py-pexpect/bd_client_web.py
share/examples/py-pexpect/bd_serv.py
share/examples/py-pexpect/chess.py
share/examples/py-pexpect/chess2.py
share/examples/py-pexpect/chess3.py
share/examples/py-pexpect/df.py
share/examples/py-pexpect/fix_cvs_files.py
share/examples/py-pexpect/ftp.py
share/examples/py-pexpect/monitor.py
share/examples/py-pexpect/passmass.py
share/examples/py-pexpect/python.py
share/examples/py-pexpect/rippy.py
share/examples/py-pexpect/screen.py
share/examples/py-pexpect/script.py
share/examples/py-pexpect/ssh_session.py
share/examples/py-pexpect/ssh_tunnel.py
share/examples/py-pexpect/sshls.py
share/examples/py-pexpect/uptime.py