diff options
Diffstat (limited to 'net/py-smb')
-rw-r--r-- | net/py-smb/DESCR | 5 | ||||
-rw-r--r-- | net/py-smb/Makefile | 18 | ||||
-rw-r--r-- | net/py-smb/PLIST | 75 | ||||
-rw-r--r-- | net/py-smb/distinfo | 5 |
4 files changed, 103 insertions, 0 deletions
diff --git a/net/py-smb/DESCR b/net/py-smb/DESCR new file mode 100644 index 00000000000..ca0e8962053 --- /dev/null +++ b/net/py-smb/DESCR @@ -0,0 +1,5 @@ +pysmb is an experimental SMB/CIFS library written in Python. It +implements the client-side SMB/CIFS protocol (SMB1 and SMB2) which +allows your Python application to access and transfer files to/from +SMB/CIFS shared folders like your Windows file sharing and Samba +folders. diff --git a/net/py-smb/Makefile b/net/py-smb/Makefile new file mode 100644 index 00000000000..426aff12b63 --- /dev/null +++ b/net/py-smb/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1 2013/01/03 15:49:40 ryoon Exp $ +# + +DISTNAME= pysmb-1.1.2 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} +CATEGORIES= net +MASTER_SITES= http://miketeo.net/files/Projects/pysmb/ +EXTRACT_SUFX= .zip + +MAINTAINER= ryoon@NetBSD.org +HOMEPAGE= http://miketeo.net/wp/index.php/projects/pysmb +COMMENT= pysmb is an experimental SMB/CIFS library written in Python +LICENSE= zlib + +USE_LANGUAGES= # none + +.include "../../lang/python/distutils.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/net/py-smb/PLIST b/net/py-smb/PLIST new file mode 100644 index 00000000000..3b715ba257c --- /dev/null +++ b/net/py-smb/PLIST @@ -0,0 +1,75 @@ +@comment $NetBSD: PLIST,v 1.1 2013/01/03 15:49:40 ryoon Exp $ +${PYSITELIB}/nmb/NetBIOS.py +${PYSITELIB}/nmb/NetBIOS.pyc +${PYSITELIB}/nmb/NetBIOS.pyo +${PYSITELIB}/nmb/NetBIOSProtocol.py +${PYSITELIB}/nmb/NetBIOSProtocol.pyc +${PYSITELIB}/nmb/NetBIOSProtocol.pyo +${PYSITELIB}/nmb/__init__.py +${PYSITELIB}/nmb/__init__.pyc +${PYSITELIB}/nmb/__init__.pyo +${PYSITELIB}/nmb/base.py +${PYSITELIB}/nmb/base.pyc +${PYSITELIB}/nmb/base.pyo +${PYSITELIB}/nmb/nmb_constants.py +${PYSITELIB}/nmb/nmb_constants.pyc +${PYSITELIB}/nmb/nmb_constants.pyo +${PYSITELIB}/nmb/nmb_structs.py +${PYSITELIB}/nmb/nmb_structs.pyc +${PYSITELIB}/nmb/nmb_structs.pyo +${PYSITELIB}/nmb/utils.py +${PYSITELIB}/nmb/utils.pyc +${PYSITELIB}/nmb/utils.pyo +${PYSITELIB}/${EGG_FILE}/PKG-INFO +${PYSITELIB}/${EGG_FILE}/SOURCES.txt +${PYSITELIB}/${EGG_FILE}/dependency_links.txt +${PYSITELIB}/${EGG_FILE}/requires.txt +${PYSITELIB}/${EGG_FILE}/top_level.txt +${PYSITELIB}/smb/SMBConnection.py +${PYSITELIB}/smb/SMBConnection.pyc +${PYSITELIB}/smb/SMBConnection.pyo +${PYSITELIB}/smb/SMBHandler.py +${PYSITELIB}/smb/SMBHandler.pyc +${PYSITELIB}/smb/SMBHandler.pyo +${PYSITELIB}/smb/SMBProtocol.py +${PYSITELIB}/smb/SMBProtocol.pyc +${PYSITELIB}/smb/SMBProtocol.pyo +${PYSITELIB}/smb/__init__.py +${PYSITELIB}/smb/__init__.pyc +${PYSITELIB}/smb/__init__.pyo +${PYSITELIB}/smb/base.py +${PYSITELIB}/smb/base.pyc +${PYSITELIB}/smb/base.pyo +${PYSITELIB}/smb/ntlm.py +${PYSITELIB}/smb/ntlm.pyc +${PYSITELIB}/smb/ntlm.pyo +${PYSITELIB}/smb/securityblob.py +${PYSITELIB}/smb/securityblob.pyc +${PYSITELIB}/smb/securityblob.pyo +${PYSITELIB}/smb/smb2_constants.py +${PYSITELIB}/smb/smb2_constants.pyc +${PYSITELIB}/smb/smb2_constants.pyo +${PYSITELIB}/smb/smb2_structs.py +${PYSITELIB}/smb/smb2_structs.pyc +${PYSITELIB}/smb/smb2_structs.pyo +${PYSITELIB}/smb/smb_constants.py +${PYSITELIB}/smb/smb_constants.pyc +${PYSITELIB}/smb/smb_constants.pyo +${PYSITELIB}/smb/smb_structs.py +${PYSITELIB}/smb/smb_structs.pyc +${PYSITELIB}/smb/smb_structs.pyo +${PYSITELIB}/smb/utils/U32.py +${PYSITELIB}/smb/utils/U32.pyc +${PYSITELIB}/smb/utils/U32.pyo +${PYSITELIB}/smb/utils/__init__.py +${PYSITELIB}/smb/utils/__init__.pyc +${PYSITELIB}/smb/utils/__init__.pyo +${PYSITELIB}/smb/utils/md4.py +${PYSITELIB}/smb/utils/md4.pyc +${PYSITELIB}/smb/utils/md4.pyo +${PYSITELIB}/smb/utils/pyDes.py +${PYSITELIB}/smb/utils/pyDes.pyc +${PYSITELIB}/smb/utils/pyDes.pyo +${PYSITELIB}/smb/utils/sha256.py +${PYSITELIB}/smb/utils/sha256.pyc +${PYSITELIB}/smb/utils/sha256.pyo diff --git a/net/py-smb/distinfo b/net/py-smb/distinfo new file mode 100644 index 00000000000..4a71f2d2a2e --- /dev/null +++ b/net/py-smb/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2013/01/03 15:49:40 ryoon Exp $ + +SHA1 (pysmb-1.1.2.zip) = a8d01f773a8c85eeb9e936b268aa662d9139c0e0 +RMD160 (pysmb-1.1.2.zip) = f88bf27312451036868543efecac76d666850a0c +Size (pysmb-1.1.2.zip) = 1483835 bytes |