View | Details | Raw Unified | Return to bug 283381
Collapse All | Expand All

(-)b/security/Makefile (+1 lines)
Lines 993-998 Link Here
993
    SUBDIR += py-oauthlib
993
    SUBDIR += py-oauthlib
994
    SUBDIR += py-omemo-dr
994
    SUBDIR += py-omemo-dr
995
    SUBDIR += py-onlykey
995
    SUBDIR += py-onlykey
996
    SUBDIR += py-openssh-wrapper 
996
    SUBDIR += py-openssl
997
    SUBDIR += py-openssl
997
    SUBDIR += py-oscrypto
998
    SUBDIR += py-oscrypto
998
    SUBDIR += py-ospd-openvas
999
    SUBDIR += py-ospd-openvas
(-)b/security/py-openssh-wrapper/Makefile (+16 lines)
Added Link Here
1
PORTNAME=	openssh-wrapper
2
PORTVERSION=	0.4
3
CATEGORIES=	security python
4
MASTER_SITES=	PYPI
5
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
6
7
MAINTAINER=	einar@isnic.is
8
COMMENT=	OpenSSH python wrapper
9
WWW=		https://github.com/NetAngels/openssh-wrapper
10
11
LICENSE=	BSD
12
13
USES=		cpe python
14
USE_PYTHON=	autoplist cryptography pep517
15
16
.include <bsd.port.mk>
(-)b/security/py-openssh-wrapper/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1734355475
2
SHA256 (openssh-wrapper-0.4.tar.gz) = 93e5533b4961cf44f9ab53253fd130e5b7bf7fc324c2a527d5df1eb8ab7618f3
3
SIZE (openssh-wrapper-0.4.tar.gz) = 7188
(-)b/security/py-openssh-wrapper/pkg-descr (-1 / +7 lines)
Added Link Here
0
- 
1
Under some circumstances simple wrapper around OpenSSH ssh command-line
2
utility seems more preferable than paramiko machinery.
3
4
This project proposes yet another hopefully thin wrapper around ssh to
5
execute commands on remote servers. All you need thereis to make sure that
6
OpenSSH client and Python interpreter are installed, and then install
7
openssh-wrapper package.

Return to bug 283381