Initial import of py-paramiko-0.9

paramiko is a module for Python  that implements the SSH2 protocol for
secure connections to remote machines.
This commit is contained in:
xsa 2004-08-02 08:41:15 +00:00
parent d62d46d60c
commit ce694c8ec3
4 changed files with 226 additions and 0 deletions

View File

@ -0,0 +1,41 @@
# $OpenBSD: Makefile,v 1.1.1.1 2004/08/02 08:41:15 xsa Exp $
COMMENT= "Python module that implements the SSH2 protocol"
V= 0.9
DISTNAME= paramiko-${V}-horsea
PKGNAME= py-paramiko-${V}
CATEGORIES= security
HOMEPAGE= http://www.lag.net/~robey/paramiko/
MAINTAINER= Xavier Santolaria <xsa@openbsd.org>
# LGPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${HOMEPAGE}
EXTRACT_SUFX= .zip
MODULES= python
RUN_DEPENDS= ::security/py-crypto
NO_REGRESS= Yes
DOCSDIR= ${PREFIX}/share/doc/py-paramiko
EXAMPLESDIR= ${PREFIX}/share/examples/py-paramiko
post-install:
${INSTALL_DATA_DIR} ${DOCSDIR}/{private,public}
${INSTALL_DATA} ${WRKSRC}/docs/{index.html,epydoc.css} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/docs/private/* ${DOCSDIR}/private
${INSTALL_DATA} ${WRKSRC}/docs/public/* ${DOCSDIR}/public
${INSTALL_DATA_DIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/{demo*,forward}.py ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/*_key ${EXAMPLESDIR}
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (paramiko-0.9-horsea.zip) = 3b5730be2e84ba13c8945bdb75e73e13
RMD160 (paramiko-0.9-horsea.zip) = c7fe73df487e29fd50b43e231da5352f947349d5
SHA1 (paramiko-0.9-horsea.zip) = 037893182c60c31769fbfadfd15443ace61bc22e

View File

@ -0,0 +1,2 @@
paramiko is a module for Python that implements the SSH2 protocol for
secure connections to remote machines.

View File

@ -0,0 +1,180 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2004/08/02 08:41:15 xsa Exp $
lib/python${MODPY_VERSION}/site-packages/paramiko/__init__.py
lib/python${MODPY_VERSION}/site-packages/paramiko/__init__.pyc
lib/python${MODPY_VERSION}/site-packages/paramiko/auth_transport.py
lib/python${MODPY_VERSION}/site-packages/paramiko/auth_transport.pyc
lib/python${MODPY_VERSION}/site-packages/paramiko/ber.py
lib/python${MODPY_VERSION}/site-packages/paramiko/ber.pyc
lib/python${MODPY_VERSION}/site-packages/paramiko/channel.py
lib/python${MODPY_VERSION}/site-packages/paramiko/channel.pyc
lib/python${MODPY_VERSION}/site-packages/paramiko/common.py
lib/python${MODPY_VERSION}/site-packages/paramiko/common.pyc
lib/python${MODPY_VERSION}/site-packages/paramiko/dsskey.py
lib/python${MODPY_VERSION}/site-packages/paramiko/dsskey.pyc
lib/python${MODPY_VERSION}/site-packages/paramiko/file.py
lib/python${MODPY_VERSION}/site-packages/paramiko/file.pyc
lib/python${MODPY_VERSION}/site-packages/paramiko/kex_gex.py
lib/python${MODPY_VERSION}/site-packages/paramiko/kex_gex.pyc
lib/python${MODPY_VERSION}/site-packages/paramiko/kex_group1.py
lib/python${MODPY_VERSION}/site-packages/paramiko/kex_group1.pyc
lib/python${MODPY_VERSION}/site-packages/paramiko/logging22.py
lib/python${MODPY_VERSION}/site-packages/paramiko/logging22.pyc
lib/python${MODPY_VERSION}/site-packages/paramiko/message.py
lib/python${MODPY_VERSION}/site-packages/paramiko/message.pyc
lib/python${MODPY_VERSION}/site-packages/paramiko/pkey.py
lib/python${MODPY_VERSION}/site-packages/paramiko/pkey.pyc
lib/python${MODPY_VERSION}/site-packages/paramiko/primes.py
lib/python${MODPY_VERSION}/site-packages/paramiko/primes.pyc
lib/python${MODPY_VERSION}/site-packages/paramiko/rsakey.py
lib/python${MODPY_VERSION}/site-packages/paramiko/rsakey.pyc
lib/python${MODPY_VERSION}/site-packages/paramiko/sftp.py
lib/python${MODPY_VERSION}/site-packages/paramiko/sftp.pyc
lib/python${MODPY_VERSION}/site-packages/paramiko/ssh_exception.py
lib/python${MODPY_VERSION}/site-packages/paramiko/ssh_exception.pyc
lib/python${MODPY_VERSION}/site-packages/paramiko/transport.py
lib/python${MODPY_VERSION}/site-packages/paramiko/transport.pyc
lib/python${MODPY_VERSION}/site-packages/paramiko/util.py
lib/python${MODPY_VERSION}/site-packages/paramiko/util.pyc
share/doc/py-paramiko/epydoc.css
share/doc/py-paramiko/index.html
share/doc/py-paramiko/private/__builtin__.object-class.html
share/doc/py-paramiko/private/__builtin__.type-class.html
share/doc/py-paramiko/private/epydoc.css
share/doc/py-paramiko/private/exceptions.Exception-class.html
share/doc/py-paramiko/private/frames.html
share/doc/py-paramiko/private/help.html
share/doc/py-paramiko/private/index.html
share/doc/py-paramiko/private/indices.html
share/doc/py-paramiko/private/paramiko-module.html
share/doc/py-paramiko/private/paramiko.Channel-class.html
share/doc/py-paramiko/private/paramiko.DSSKey-class.html
share/doc/py-paramiko/private/paramiko.RSAKey-class.html
share/doc/py-paramiko/private/paramiko.SSHException-class.html
share/doc/py-paramiko/private/paramiko.Transport-class.html
share/doc/py-paramiko/private/paramiko.auth_transport-module.html
share/doc/py-paramiko/private/paramiko.auth_transport.Transport-class.html
share/doc/py-paramiko/private/paramiko.ber-module.html
share/doc/py-paramiko/private/paramiko.ber.BER-class.html
share/doc/py-paramiko/private/paramiko.ber.BERException-class.html
share/doc/py-paramiko/private/paramiko.channel-module.html
share/doc/py-paramiko/private/paramiko.channel.Channel-class.html
share/doc/py-paramiko/private/paramiko.channel.ChannelFile-class.html
share/doc/py-paramiko/private/paramiko.common-module.html
share/doc/py-paramiko/private/paramiko.dsskey-module.html
share/doc/py-paramiko/private/paramiko.dsskey.DSSKey-class.html
share/doc/py-paramiko/private/paramiko.file-module.html
share/doc/py-paramiko/private/paramiko.file.BufferedFile-class.html
share/doc/py-paramiko/private/paramiko.kex_gex-module.html
share/doc/py-paramiko/private/paramiko.kex_gex.KexGex-class.html
share/doc/py-paramiko/private/paramiko.kex_group1-module.html
share/doc/py-paramiko/private/paramiko.kex_group1.KexGroup1-class.html
share/doc/py-paramiko/private/paramiko.logging22-module.html
share/doc/py-paramiko/private/paramiko.logging22.Formatter-class.html
share/doc/py-paramiko/private/paramiko.logging22.StreamHandler-class.html
share/doc/py-paramiko/private/paramiko.logging22.logger-class.html
share/doc/py-paramiko/private/paramiko.message-module.html
share/doc/py-paramiko/private/paramiko.message.Message-class.html
share/doc/py-paramiko/private/paramiko.pkey-module.html
share/doc/py-paramiko/private/paramiko.pkey.PKey-class.html
share/doc/py-paramiko/private/paramiko.primes-module.html
share/doc/py-paramiko/private/paramiko.primes.ModulusPack-class.html
share/doc/py-paramiko/private/paramiko.rsakey-module.html
share/doc/py-paramiko/private/paramiko.rsakey.RSAKey-class.html
share/doc/py-paramiko/private/paramiko.sftp-module.html
share/doc/py-paramiko/private/paramiko.sftp.SFTP-class.html
share/doc/py-paramiko/private/paramiko.sftp.SFTPAttributes-class.html
share/doc/py-paramiko/private/paramiko.sftp.SFTPError-class.html
share/doc/py-paramiko/private/paramiko.sftp.SFTPFile-class.html
share/doc/py-paramiko/private/paramiko.ssh_exception-module.html
share/doc/py-paramiko/private/paramiko.ssh_exception.PasswordRequiredException-class.html
share/doc/py-paramiko/private/paramiko.ssh_exception.SSHException-class.html
share/doc/py-paramiko/private/paramiko.transport-module.html
share/doc/py-paramiko/private/paramiko.transport.BaseTransport-class.html
share/doc/py-paramiko/private/paramiko.util-module.html
share/doc/py-paramiko/private/threading.Thread-class.html
share/doc/py-paramiko/private/threading._Verbose-class.html
share/doc/py-paramiko/private/toc-everything.html
share/doc/py-paramiko/private/toc-paramiko-module.html
share/doc/py-paramiko/private/toc-paramiko.auth_transport-module.html
share/doc/py-paramiko/private/toc-paramiko.ber-module.html
share/doc/py-paramiko/private/toc-paramiko.channel-module.html
share/doc/py-paramiko/private/toc-paramiko.common-module.html
share/doc/py-paramiko/private/toc-paramiko.dsskey-module.html
share/doc/py-paramiko/private/toc-paramiko.file-module.html
share/doc/py-paramiko/private/toc-paramiko.kex_gex-module.html
share/doc/py-paramiko/private/toc-paramiko.kex_group1-module.html
share/doc/py-paramiko/private/toc-paramiko.logging22-module.html
share/doc/py-paramiko/private/toc-paramiko.message-module.html
share/doc/py-paramiko/private/toc-paramiko.pkey-module.html
share/doc/py-paramiko/private/toc-paramiko.primes-module.html
share/doc/py-paramiko/private/toc-paramiko.rsakey-module.html
share/doc/py-paramiko/private/toc-paramiko.sftp-module.html
share/doc/py-paramiko/private/toc-paramiko.ssh_exception-module.html
share/doc/py-paramiko/private/toc-paramiko.transport-module.html
share/doc/py-paramiko/private/toc-paramiko.util-module.html
share/doc/py-paramiko/private/toc.html
share/doc/py-paramiko/private/trees.html
share/doc/py-paramiko/public/__builtin__.object-class.html
share/doc/py-paramiko/public/__builtin__.type-class.html
share/doc/py-paramiko/public/epydoc.css
share/doc/py-paramiko/public/exceptions.Exception-class.html
share/doc/py-paramiko/public/frames.html
share/doc/py-paramiko/public/help.html
share/doc/py-paramiko/public/index.html
share/doc/py-paramiko/public/indices.html
share/doc/py-paramiko/public/paramiko-module.html
share/doc/py-paramiko/public/paramiko.Channel-class.html
share/doc/py-paramiko/public/paramiko.DSSKey-class.html
share/doc/py-paramiko/public/paramiko.RSAKey-class.html
share/doc/py-paramiko/public/paramiko.SSHException-class.html
share/doc/py-paramiko/public/paramiko.Transport-class.html
share/doc/py-paramiko/public/paramiko.auth_transport-module.html
share/doc/py-paramiko/public/paramiko.auth_transport.Transport-class.html
share/doc/py-paramiko/public/paramiko.channel-module.html
share/doc/py-paramiko/public/paramiko.channel.Channel-class.html
share/doc/py-paramiko/public/paramiko.channel.ChannelFile-class.html
share/doc/py-paramiko/public/paramiko.dsskey-module.html
share/doc/py-paramiko/public/paramiko.dsskey.DSSKey-class.html
share/doc/py-paramiko/public/paramiko.message-module.html
share/doc/py-paramiko/public/paramiko.message.Message-class.html
share/doc/py-paramiko/public/paramiko.pkey-module.html
share/doc/py-paramiko/public/paramiko.pkey.PKey-class.html
share/doc/py-paramiko/public/paramiko.rsakey-module.html
share/doc/py-paramiko/public/paramiko.rsakey.RSAKey-class.html
share/doc/py-paramiko/public/paramiko.sftp-module.html
share/doc/py-paramiko/public/paramiko.sftp.SFTP-class.html
share/doc/py-paramiko/public/paramiko.sftp.SFTPAttributes-class.html
share/doc/py-paramiko/public/paramiko.sftp.SFTPError-class.html
share/doc/py-paramiko/public/paramiko.sftp.SFTPFile-class.html
share/doc/py-paramiko/public/paramiko.ssh_exception-module.html
share/doc/py-paramiko/public/paramiko.ssh_exception.PasswordRequiredException-class.html
share/doc/py-paramiko/public/paramiko.ssh_exception.SSHException-class.html
share/doc/py-paramiko/public/paramiko.transport-module.html
share/doc/py-paramiko/public/paramiko.transport.BaseTransport-class.html
share/doc/py-paramiko/public/paramiko.util-module.html
share/doc/py-paramiko/public/threading.Thread-class.html
share/doc/py-paramiko/public/toc-everything.html
share/doc/py-paramiko/public/toc-paramiko-module.html
share/doc/py-paramiko/public/toc-paramiko.auth_transport-module.html
share/doc/py-paramiko/public/toc-paramiko.channel-module.html
share/doc/py-paramiko/public/toc-paramiko.dsskey-module.html
share/doc/py-paramiko/public/toc-paramiko.message-module.html
share/doc/py-paramiko/public/toc-paramiko.pkey-module.html
share/doc/py-paramiko/public/toc-paramiko.rsakey-module.html
share/doc/py-paramiko/public/toc-paramiko.sftp-module.html
share/doc/py-paramiko/public/toc-paramiko.ssh_exception-module.html
share/doc/py-paramiko/public/toc-paramiko.transport-module.html
share/doc/py-paramiko/public/toc-paramiko.util-module.html
share/doc/py-paramiko/public/toc.html
share/doc/py-paramiko/public/trees.html
share/examples/py-paramiko/demo.py
share/examples/py-paramiko/demo_dss_key
share/examples/py-paramiko/demo_rsa_key
share/examples/py-paramiko/demo_server.py
share/examples/py-paramiko/demo_simple.py
share/examples/py-paramiko/forward.py
@dirrm share/examples/py-paramiko
@dirrm share/doc/py-paramiko/public
@dirrm share/doc/py-paramiko/private
@dirrm share/doc/py-paramiko
@dirrm lib/python${MODPY_VERSION}/site-packages/paramiko