pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/py-smbpasswd py-smbpasswd version 1.0.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0ea10fb2e19f
branches:  trunk
changeset: 541953:0ea10fb2e19f
user:      bouyer <bouyer%pkgsrc.org@localhost>
date:      Mon Apr 28 22:03:53 2008 +0000

description:
py-smbpasswd version 1.0.1

This module can generate both LANMAN and NT password hashes, suitable for
use with Samba.

diffstat:

 security/py-smbpasswd/DESCR    |   2 ++
 security/py-smbpasswd/Makefile |  18 ++++++++++++++++++
 security/py-smbpasswd/PLIST    |   2 ++
 security/py-smbpasswd/distinfo |   5 +++++
 4 files changed, 27 insertions(+), 0 deletions(-)

diffs (43 lines):

diff -r 77407ae8809f -r 0ea10fb2e19f security/py-smbpasswd/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-smbpasswd/DESCR       Mon Apr 28 22:03:53 2008 +0000
@@ -0,0 +1,2 @@
+This module can generate both LANMAN and NT password hashes, suitable for
+use with Samba.
diff -r 77407ae8809f -r 0ea10fb2e19f security/py-smbpasswd/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-smbpasswd/Makefile    Mon Apr 28 22:03:53 2008 +0000
@@ -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@localhost
+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 -r 77407ae8809f -r 0ea10fb2e19f security/py-smbpasswd/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-smbpasswd/PLIST       Mon Apr 28 22:03:53 2008 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2008/04/28 22:03:53 bouyer Exp $
+${PYSITELIB}/smbpasswd.so
diff -r 77407ae8809f -r 0ea10fb2e19f security/py-smbpasswd/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/py-smbpasswd/distinfo    Mon Apr 28 22:03:53 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index