Index: security/py-scp/Makefile =================================================================== --- security/py-scp/Makefile (nonexistent) +++ security/py-scp/Makefile (working copy) @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= scp +PORTVERSION= 0.10.2 +CATEGORIES= security python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sergey@akhmatov.ru +COMMENT= Scp module for paramiko + +LICENSE= LGPL21+ +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}paramiko>=0:security/py-paramiko@${FLAVOR} + +USES= python +USE_PYTHON= autoplist distutils +NO_ARCH= yes + +.include Index: security/py-scp/distinfo =================================================================== --- security/py-scp/distinfo (nonexistent) +++ security/py-scp/distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1513259594 +SHA256 (scp-0.10.2.tar.gz) = 18f59e48df67fac0b069591609a0f4d50d781a101ddb8ec705f0c2e3501a8386 +SIZE (scp-0.10.2.tar.gz) = 6230 Index: security/py-scp/pkg-descr =================================================================== --- security/py-scp/pkg-descr (nonexistent) +++ security/py-scp/pkg-descr (working copy) @@ -0,0 +1,5 @@ +The scp.py module uses a paramiko transport to send and recieve files via the +scp1 protocol. This is the protocol as referenced from the openssh scp program, +and has only been tested with this implementation. + +WWW: https://github.com/jbardin/scp.py