Add py-smbpasswd, a small python extension to generate SMB/CIFS passwords.
PR: ports/67124 Submitted by: Alexander Novitsky <alecn2002@yandex.ru>
This commit is contained in:
parent
c98724bdca
commit
6c6b4b187d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=109903
5 changed files with 26 additions and 0 deletions
|
@ -538,6 +538,7 @@
|
|||
SUBDIR += py-rt
|
||||
SUBDIR += py-samba
|
||||
SUBDIR += py-smb
|
||||
SUBDIR += py-smbpasswd
|
||||
SUBDIR += py-soapy
|
||||
SUBDIR += py-spreadmodule
|
||||
SUBDIR += py-xmlrpc
|
||||
|
|
21
net/py-smbpasswd/Makefile
Normal file
21
net/py-smbpasswd/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Ports collection makefile for: py-smbpasswd
|
||||
# Date created: May 24, 2004
|
||||
# Whom: Alexander Novitsky
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= smbpasswd
|
||||
PORTVERSION= 1.0
|
||||
CATEGORIES= net python
|
||||
MASTER_SITES= http://barryp.org/software/py-${PORTNAME}/files/
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= py-${PORTNAME}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= alecn2002@yandex.ru
|
||||
COMMENT= SMB/CIFS password generation utility for Python
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
net/py-smbpasswd/distinfo
Normal file
2
net/py-smbpasswd/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
MD5 (py-smbpasswd-1.0.tar.gz) = 36b1616064773ebb4909d11e348c7867
|
||||
SIZE (py-smbpasswd-1.0.tar.gz) = 6579
|
1
net/py-smbpasswd/pkg-descr
Normal file
1
net/py-smbpasswd/pkg-descr
Normal file
|
@ -0,0 +1 @@
|
|||
Password generation utility for SAMBA for Python lang.
|
1
net/py-smbpasswd/pkg-plist
Normal file
1
net/py-smbpasswd/pkg-plist
Normal file
|
@ -0,0 +1 @@
|
|||
%%PYTHON_SITELIBDIR%%/smbpasswd.so
|
Loading…
Reference in a new issue