Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (5d2a295de1caa8989bf35b527aff25a856fc014b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (5d2a295de1caa8989bf35b527aff25a856fc014b)
  • Date: Thu, 5 May 2011 08:17:52 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 4 ++++
python-pypi/hatta/DEPENDS | 6 ++++++
python-pypi/hatta/DETAILS | 14 ++++++++++++++
python-pypi/hatta/HISTORY | 5 +++++
4 files changed, 29 insertions(+)

New commits:
commit 5d2a295de1caa8989bf35b527aff25a856fc014b
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

hatta: new spell, wiki engine that lives in Mercurial repository

diff --git a/ChangeLog b/ChangeLog
index a12be07..c51c294 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-05-05 Vlad Glagolev <stealth AT sourcemage.org>
+ * python-pypi/hatta: new spell, wiki engine that lives in Mercurial
+ repository
+
2011-05-03 Vlad Glagolev <stealth AT sourcemage.org>
* net/knock: moved to security section

diff --git a/python-pypi/hatta/DEPENDS b/python-pypi/hatta/DEPENDS
new file mode 100755
index 0000000..aadc3ed
--- /dev/null
+++ b/python-pypi/hatta/DEPENDS
@@ -0,0 +1,6 @@
+depends python &&
+depends werkzeug &&
+depends mercurial &&
+
+suggest_depends pygtk2 "" "" "for GTK+2 icon interface" &&
+suggest_depends pyqt4 "" "" "for QT4 icon interface"
diff --git a/python-pypi/hatta/DETAILS b/python-pypi/hatta/DETAILS
new file mode 100755
index 0000000..bb7b501
--- /dev/null
+++ b/python-pypi/hatta/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=hatta
+ VERSION=1.4.4
+ SOURCE=$VERSION.zip
+ SOURCE_URL[0]=http://hg.hatta-wiki.org/$SPELL/archive/$SOURCE
+
SOURCE_HASH=sha512:9a27223f7c835b2f362939fc08b7cb53ac7ab234172660f1a6dfee12b5ca0e8b1df4757731f9075bee1ca9d8ab5853300af6f4789fd478b8734ecb9f1d3adbb3
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/Hatta-Wiki-${VERSION}"
+ WEB_SITE=http://hatta-wiki.org/
+ LICENSE[0]=GPL
+ ENTERED=20100815
+ SHORT="wiki engine that lives in Mercurial repository"
+cat << EOF
+Hatta is a wiki engine – software that lets you run a wiki. It requires no
+configuration and can be easily started in any Mercurial repository.
+EOF
diff --git a/python-pypi/hatta/HISTORY b/python-pypi/hatta/HISTORY
new file mode 100644
index 0000000..2d98b7b
--- /dev/null
+++ b/python-pypi/hatta/HISTORY
@@ -0,0 +1,5 @@
+2011-04-11 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.4.4
+
+2010-08-15 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (5d2a295de1caa8989bf35b527aff25a856fc014b), Vlad Glagolev, 05/05/2011

Archive powered by MHonArc 2.6.24.

Top of Page