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:
Pav Lucistnik 2004-05-24 22:15:59 +00:00
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

View file

@ -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
View 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>

View file

@ -0,0 +1,2 @@
MD5 (py-smbpasswd-1.0.tar.gz) = 36b1616064773ebb4909d11e348c7867
SIZE (py-smbpasswd-1.0.tar.gz) = 6579

View file

@ -0,0 +1 @@
Password generation utility for SAMBA for Python lang.

View file

@ -0,0 +1 @@
%%PYTHON_SITELIBDIR%%/smbpasswd.so