mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 11:26:29 -04:00
Add py-ssh 1.7.11, python SSH2 protocol library.
This commit is contained in:
parent
3b2ff1de72
commit
ee0c6512c4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=287693
4 changed files with 31 additions and 0 deletions
|
@ -717,6 +717,7 @@
|
||||||
SUBDIR += py-pylibacl
|
SUBDIR += py-pylibacl
|
||||||
SUBDIR += py-pyme
|
SUBDIR += py-pyme
|
||||||
SUBDIR += py-rijndael
|
SUBDIR += py-rijndael
|
||||||
|
SUBDIR += py-ssh
|
||||||
SUBDIR += py-sslstrip
|
SUBDIR += py-sslstrip
|
||||||
SUBDIR += py-tlslite
|
SUBDIR += py-tlslite
|
||||||
SUBDIR += py-trustedpickle
|
SUBDIR += py-trustedpickle
|
||||||
|
|
22
security/py-ssh/Makefile
Normal file
22
security/py-ssh/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
# New ports collection makefile for: py-ssh
|
||||||
|
# Date created: 2011-12-20
|
||||||
|
# Whom: Li-Wen Hsu <lwhsu@FreeBSD.org>
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTNAME= ssh
|
||||||
|
PORTVERSION= 1.7.11
|
||||||
|
CATEGORIES= security python
|
||||||
|
MASTER_SITES= CHEESESHOP
|
||||||
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
|
||||||
|
MAINTAINER= lwhsu@FreeBSD.org
|
||||||
|
COMMENT= Python SSH2 protocol library
|
||||||
|
|
||||||
|
USE_PYTHON= yes
|
||||||
|
USE_PYDISTUTILS= easy_install
|
||||||
|
|
||||||
|
PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
2
security/py-ssh/distinfo
Normal file
2
security/py-ssh/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
SHA256 (ssh-1.7.11.tar.gz) = 9e5fe370292c9dd0687d0cdb44e2a4d05a55e7e583ddf1feab321d4f714e2540
|
||||||
|
SIZE (ssh-1.7.11.tar.gz) = 774188
|
6
security/py-ssh/pkg-descr
Normal file
6
security/py-ssh/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
This is a library for making SSH2 connections (client or server). Emphasis is
|
||||||
|
on using SSH2 as an alternative to SSL for making secure connections between
|
||||||
|
python scripts. All major ciphers and hash methods are supported. SFTP client
|
||||||
|
and server mode are both supported too.
|
||||||
|
|
||||||
|
WWW: http://pypi.python.org/pypi/ssh/
|
Loading…
Add table
Reference in a new issue