Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (9310c8960d4eec1e95e01f358908d846ed6b3091)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (9310c8960d4eec1e95e01f358908d846ed6b3091)
  • Date: Mon, 2 Oct 2006 08:40:29 -0500

GIT changes to master grimoire by Ladislav Hagara <ladislav.hagara AT unob.cz>:

ChangeLog | 4 ++++
collab/luma/BUILD | 1 +
collab/luma/DEPENDS | 3 +++
collab/luma/DETAILS | 18 ++++++++++++++++++
collab/luma/HISTORY | 3 +++
collab/luma/INSTALL | 1 +
python-devel/py-smbpasswd/BUILD | 1 +
python-devel/py-smbpasswd/DEPENDS | 1 +
python-devel/py-smbpasswd/DETAILS | 15 +++++++++++++++
python-devel/py-smbpasswd/HISTORY | 3 +++
python-devel/py-smbpasswd/INSTALL | 1 +
11 files changed, 51 insertions(+)

New commits:
commit 9310c8960d4eec1e95e01f358908d846ed6b3091
Author: Ladislav Hagara <ladislav.hagara AT unob.cz>
Commit: Ladislav Hagara <ladislav.hagara AT unob.cz>

python-devel/py-smbpasswd: new spell, SMB Password Hash Generator

commit 4bb98c04ce8844075dfb17f713a339a7850344be
Author: Ladislav Hagara <ladislav.hagara AT unob.cz>
Commit: Ladislav Hagara <ladislav.hagara AT unob.cz>

collab/luma: new spell, LDAP browser, utility and more

diff --git a/ChangeLog b/ChangeLog
index dd68260..32bd900 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-10-02 Ladislav Hagara <hgr AT vabo.cz>
+ * collab/luma: new spell, LDAP browser, utility and more
+ * python-devel/py-smbpasswd: new spell, SMB Password Hash Generator
+
2006-10-02 Pol Vinogradov <vin.public AT gmail.com>
* graphics-libs/vigra: new spell, computer vision library

diff --git a/collab/luma/BUILD b/collab/luma/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/collab/luma/BUILD
@@ -0,0 +1 @@
+true
diff --git a/collab/luma/DEPENDS b/collab/luma/DEPENDS
new file mode 100755
index 0000000..c68f5c7
--- /dev/null
+++ b/collab/luma/DEPENDS
@@ -0,0 +1,3 @@
+depends python-ldap &&
+depends pyqt &&
+depends py-smbpasswd
diff --git a/collab/luma/DETAILS b/collab/luma/DETAILS
new file mode 100755
index 0000000..477b6ee
--- /dev/null
+++ b/collab/luma/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=luma
+ VERSION=2.3
+ SOURCE=$SPELL-$VERSION.tar.bz2
+
SOURCE_HASH=sha512:32f09687c9ccc1613f21e1382a89b6a292cc9d165389e5eb5a9b0c96653ed8b18e092c0756237ccf12947b7d47083549630612443c9aeb0d4f9e21275422189d
+ LICENSE[0]=GPL
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+ WEB_SITE=http://luma.sourceforge.net/
+ ENTERED=20061002
+ PATCHLEVEL=0
+ KEYWORDS="ldap collab"
+ SHORT="LDAP browser, utility and more"
+cat << EOF
+Luma is a graphical utility for accessing and managing data stored on LDAP
+servers. It is written in Python, using PyQt and python-ldap. Plugin-support
+is included and useful widgets with LDAP-functionality for easy creation
+of plugins are delivered.
+EOF
diff --git a/collab/luma/HISTORY b/collab/luma/HISTORY
new file mode 100644
index 0000000..1478026
--- /dev/null
+++ b/collab/luma/HISTORY
@@ -0,0 +1,3 @@
+2006-10-02 Ladislav Hagara <hgr AT vabo.cz>
+ * *: created this spell, version 2.3
+
diff --git a/collab/luma/INSTALL b/collab/luma/INSTALL
new file mode 100755
index 0000000..2a2171d
--- /dev/null
+++ b/collab/luma/INSTALL
@@ -0,0 +1 @@
+./install.py --prefix=/usr
diff --git a/python-devel/py-smbpasswd/BUILD b/python-devel/py-smbpasswd/BUILD
new file mode 100755
index 0000000..9f3dd1a
--- /dev/null
+++ b/python-devel/py-smbpasswd/BUILD
@@ -0,0 +1 @@
+python setup.py build
diff --git a/python-devel/py-smbpasswd/DEPENDS
b/python-devel/py-smbpasswd/DEPENDS
new file mode 100755
index 0000000..867b4d4
--- /dev/null
+++ b/python-devel/py-smbpasswd/DEPENDS
@@ -0,0 +1 @@
+depends python
diff --git a/python-devel/py-smbpasswd/DETAILS
b/python-devel/py-smbpasswd/DETAILS
new file mode 100755
index 0000000..7cff6a6
--- /dev/null
+++ b/python-devel/py-smbpasswd/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=py-smbpasswd
+ VERSION=1.0.1
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+
SOURCE_URL[0]=http://barryp.org/static/software/download/py-smbpasswd/1.0.1/$SOURCE
+
SOURCE_HASH=sha512:31a71d49108503867969709d7aad13f7c6e900bd3ee45b8f67cd254d63a9347e0bd4f5a2eebcf90e2c73efd86c63c02d79cd7af518db3e7dad5402d4c53d7683
+ WEB_SITE=http://barryp.org/software/py-smbpasswd/
+ ENTERED=20061002
+ LICENSE[0]=GPL
+ KEYWORDS="python devel"
+ SHORT="SMB Password Hash Generator"
+cat << EOF
+SMB Password Hash Generator can generate both LANMAN and NT password hashes,
+suitable for use with Samba.
+EOF
diff --git a/python-devel/py-smbpasswd/HISTORY
b/python-devel/py-smbpasswd/HISTORY
new file mode 100644
index 0000000..76cd238
--- /dev/null
+++ b/python-devel/py-smbpasswd/HISTORY
@@ -0,0 +1,3 @@
+2006-10-02 Ladislav Hagara <hgr AT vabo.cz>
+ * *: created this spell, version 1.0.1
+
diff --git a/python-devel/py-smbpasswd/INSTALL
b/python-devel/py-smbpasswd/INSTALL
new file mode 100755
index 0000000..c3a395a
--- /dev/null
+++ b/python-devel/py-smbpasswd/INSTALL
@@ -0,0 +1 @@
+python setup.py install



  • [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (9310c8960d4eec1e95e01f358908d846ed6b3091), Ladislav Hagara, 10/02/2006

Archive powered by MHonArc 2.6.24.

Top of Page