Index: net/py-smbprotocol/Makefile =================================================================== --- net/py-smbprotocol/Makefile (nonexistent) +++ net/py-smbprotocol/Makefile (working copy) @@ -0,0 +1,25 @@ +# $FreeBSD$ + +PORTNAME= smbprotocol +PORTVERSION= 0.2.0 +CATEGORIES= net python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= rozhuk.im@gmail.com +COMMENT= Interact with a server using the SMB 2/3 Protocol + +LICENSE= MIT + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=2.0:security/py-cryptography@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}ntlm-auth>=1.2.0:security/py-ntlm-auth@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyasn1>=0:devel/py-pyasn1@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}gssapi>=1.4.1:security/py-gssapi@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include Index: net/py-smbprotocol/distinfo =================================================================== --- net/py-smbprotocol/distinfo (nonexistent) +++ net/py-smbprotocol/distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1574432160 +SHA256 (smbprotocol-0.2.0.tar.gz) = 69e26197502baa61865061aa4854f9098c552f7ac14c957be8fd63e527a6e3fa +SIZE (smbprotocol-0.2.0.tar.gz) = 61896 Index: net/py-smbprotocol/pkg-descr =================================================================== --- net/py-smbprotocol/pkg-descr (nonexistent) +++ net/py-smbprotocol/pkg-descr (working copy) @@ -0,0 +1,7 @@ +SMBv2 and v3 Client for both Python 2 and 3. + +SMB is a network file sharing protocol and has numerous iterations over +the years. This library implements the SMBv2 and SMBv3 protocol based +on the MS-SMB2 document. + +WWW: https://github.com/jborean93/smbprotocol/