[SM-Commit] GIT changes to master grimoire by Vlad Glagolev (ce7a9e10d50adce2215c9f1b90b7eb3e94696bfe)
Vlad Glagolev
scm at sourcemage.org
Sat Oct 17 08:02:49 EDT 2009
GIT changes to master grimoire by Vlad Glagolev <stealth at sourcemage.org>:
ChangeLog | 2 ++
python-pypi/trac-ldapplugin/DEPENDS | 2 ++
python-pypi/trac-ldapplugin/DETAILS | 16 ++++++++++++++++
python-pypi/trac-ldapplugin/HISTORY | 2 ++
4 files changed, 22 insertions(+)
New commits:
commit ce7a9e10d50adce2215c9f1b90b7eb3e94696bfe
Author: Vlad Glagolev <stealth at sourcemage.org>
Commit: Vlad Glagolev <stealth at sourcemage.org>
trac-ldapplugin: new spell, LDAP support with group management for Trac
diff --git a/ChangeLog b/ChangeLog
index c563b90..9008108 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2009-10-17 Vlad Glagolev <stealth at sourcemage.org>
* http/siege: new spell, http load testing and benchmarking utility
+ * python-pypi/trac-ldapplugin: new spell, LDAP support with group management
+ for Trac
2009-10-16 Arjan Bouter <abouter at sourcemage.org>
* python-pypi/convirt: new spell, virtual machine manager
diff --git a/python-pypi/trac-ldapplugin/DEPENDS b/python-pypi/trac-ldapplugin/DEPENDS
new file mode 100755
index 0000000..207b716
--- /dev/null
+++ b/python-pypi/trac-ldapplugin/DEPENDS
@@ -0,0 +1,2 @@
+depends trac &&
+depends python-ldap
diff --git a/python-pypi/trac-ldapplugin/DETAILS b/python-pypi/trac-ldapplugin/DETAILS
new file mode 100755
index 0000000..25375e2
--- /dev/null
+++ b/python-pypi/trac-ldapplugin/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=trac-ldapplugin
+ VERSION=0.6.0
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE_URL[0]=http://spacehopper.org/mirrors/$SOURCE
+ SOURCE_HASH=sha512:3632ef224d615402be29bae14b5679c5f5d6b2c610cbc08e1525c69dbbcdcd2cc81b4aa3498b1b4144f38973e6a4969cbdff2ff2c8d8964392d3b8526cfbf81d
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE=http://trac-hacks.org/wiki/LdapPlugin
+ LICENSE[0]=BSD
+ ENTERED=20091017
+ SHORT="LDAP support with group management for Trac"
+cat << EOF
+This extension enables to use existing LDAP groups to grant permissions
+rather than defining permissions for every single user on the system. The
+latest release also permits storage of permissions (both users and groups
+permissions) in the LDAP directory itself rather than in the SQL backend.
+EOF
diff --git a/python-pypi/trac-ldapplugin/HISTORY b/python-pypi/trac-ldapplugin/HISTORY
new file mode 100644
index 0000000..4159638
--- /dev/null
+++ b/python-pypi/trac-ldapplugin/HISTORY
@@ -0,0 +1,2 @@
+2009-10-17 Vlad Glagolev <stealth at sourcemage.org>
+ * DEPENDS, DETAILS: spell created
More information about the SM-Commit
mailing list