diff options
author | bouyer <bouyer@pkgsrc.org> | 2008-04-28 22:03:53 +0000 |
---|---|---|
committer | bouyer <bouyer@pkgsrc.org> | 2008-04-28 22:03:53 +0000 |
commit | 31cf4566e40ea6c5b4f5acd35a1fd4d36a80d96a (patch) | |
tree | 6445f9516136ab7a1ad1d9f5c2098577cb656653 /security | |
parent | 60cf8631c9d7fe8c1b09c8222aedc20651cb6e5d (diff) | |
download | pkgsrc-31cf4566e40ea6c5b4f5acd35a1fd4d36a80d96a.tar.gz |
py-smbpasswd version 1.0.1
This module can generate both LANMAN and NT password hashes, suitable for
use with Samba.
Diffstat (limited to 'security')
-rw-r--r-- | security/py-smbpasswd/DESCR | 2 | ||||
-rw-r--r-- | security/py-smbpasswd/Makefile | 18 | ||||
-rw-r--r-- | security/py-smbpasswd/PLIST | 2 | ||||
-rw-r--r-- | security/py-smbpasswd/distinfo | 5 |
4 files changed, 27 insertions, 0 deletions
diff --git a/security/py-smbpasswd/DESCR b/security/py-smbpasswd/DESCR new file mode 100644 index 00000000000..55a008f3531 --- /dev/null +++ b/security/py-smbpasswd/DESCR @@ -0,0 +1,2 @@ +This module can generate both LANMAN and NT password hashes, suitable for +use with Samba. diff --git a/security/py-smbpasswd/Makefile b/security/py-smbpasswd/Makefile new file mode 100644 index 00000000000..e8e882aa8e6 --- /dev/null +++ b/security/py-smbpasswd/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/04/28 22:03:53 bouyer Exp $ +# + +DISTNAME= py-smbpasswd-1.0.1 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py-//} +CATEGORIES= security +MASTER_SITES= http://barryp.org/static/software/download/py-smbpasswd/1.0.1/ + +MAINTAINER= bouyer@NetBSD.org +HOMEPAGE= http://barryp.org/software/py-smbpasswd/ +COMMENT= Python SMB Password Hash Generator + +PYBINMODULE= yes +PYDISTUTILSPKG= yes +PYTHON_VERSIONS_ACCEPTED= 24 23 22 + +.include "../../lang/python/extension.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/security/py-smbpasswd/PLIST b/security/py-smbpasswd/PLIST new file mode 100644 index 00000000000..8b807ec303d --- /dev/null +++ b/security/py-smbpasswd/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2008/04/28 22:03:53 bouyer Exp $ +${PYSITELIB}/smbpasswd.so diff --git a/security/py-smbpasswd/distinfo b/security/py-smbpasswd/distinfo new file mode 100644 index 00000000000..60bbdd82244 --- /dev/null +++ b/security/py-smbpasswd/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/04/28 22:03:53 bouyer Exp $ + +SHA1 (py-smbpasswd-1.0.1.tar.gz) = f1c6f6d7509e47c86d81f4fa000cff809cee664f +RMD160 (py-smbpasswd-1.0.1.tar.gz) = 898046b6f1b2191354af0c49b996b5b2066a54b8 +Size (py-smbpasswd-1.0.1.tar.gz) = 13153 bytes |