mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
- update to 1.0.1
This commit is contained in:
parent
fc7b758d76
commit
dc009e123f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=290180
@ -7,7 +7,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= smb
|
||||
PORTVERSION= 1.0.0
|
||||
PORTVERSION= 1.0.1
|
||||
CATEGORIES= net python
|
||||
MASTER_SITES= http://miketeo.net/files/Projects/py${PORTNAME}/ \
|
||||
CHEESESHOP
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (pysmb-1.0.0.tar.gz) = 6d458f4e22f7add276d1a1913d3d152e3563342d88b4c85110836cf6279f71cd
|
||||
SIZE (pysmb-1.0.0.tar.gz) = 1052636
|
||||
SHA256 (pysmb-1.0.1.tar.gz) = 6949ae1ac2aa988b345a142552ed1c2873688b60e4cd6598c3a6aa48853bb3fc
|
||||
SIZE (pysmb-1.0.1.tar.gz) = 1044636
|
||||
|
@ -1,7 +1,7 @@
|
||||
pysmb is an experimental SMB/CIFS library written in Python.
|
||||
It implements the client-side SMB/CIFS protocol which allows your Python
|
||||
application to access and transfer files to/from SMB/CIFS shared folders
|
||||
like your Windows file sharing and Samba folders.
|
||||
like your Windows file sharing and Samba folders.
|
||||
It was tested with Windows XP SP3, Windows Vista, Windows 7 and Samba 3.x.
|
||||
|
||||
Modules
|
||||
|
@ -43,6 +43,18 @@
|
||||
%%PYTHON_SITELIBDIR%%/smb/smb_structs.py
|
||||
%%PYTHON_SITELIBDIR%%/smb/smb_structs.pyc
|
||||
%%PYTHON_SITELIBDIR%%/smb/smb_structs.pyo
|
||||
%%PYTHON_SITELIBDIR%%/smb/utils/U32.py
|
||||
%%PYTHON_SITELIBDIR%%/smb/utils/U32.pyc
|
||||
%%PYTHON_SITELIBDIR%%/smb/utils/U32.pyo
|
||||
%%PYTHON_SITELIBDIR%%/smb/utils/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/smb/utils/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/smb/utils/__init__.pyo
|
||||
%%PYTHON_SITELIBDIR%%/smb/utils/md4.py
|
||||
%%PYTHON_SITELIBDIR%%/smb/utils/md4.pyc
|
||||
%%PYTHON_SITELIBDIR%%/smb/utils/md4.pyo
|
||||
%%PYTHON_SITELIBDIR%%/smb/utils/pyDes.py
|
||||
%%PYTHON_SITELIBDIR%%/smb/utils/pyDes.pyc
|
||||
%%PYTHON_SITELIBDIR%%/smb/utils/pyDes.pyo
|
||||
%%PORTDOCS%%%%DOCSDIR%%/_modules/index.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/_modules/nmb/NetBIOS.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/_modules/nmb/NetBIOSProtocol.html
|
||||
@ -89,5 +101,6 @@
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/_modules/nmb
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/_modules
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/smb/utils
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/smb
|
||||
@dirrm %%PYTHON_SITELIBDIR%%/nmb
|
||||
|
Loading…
Reference in New Issue
Block a user