summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Glagolev2011-05-05 17:17:19 +0400
committerVlad Glagolev2011-05-05 17:17:19 +0400
commit5d2a295de1caa8989bf35b527aff25a856fc014b (patch)
treedab33ba24bee3b3c6d907563f70e2170a83100a8
parent0d86358497f444f7bb4c9ac52a506d9ffe8586f1 (diff)
hatta: new spell, wiki engine that lives in Mercurial repository
-rw-r--r--ChangeLog4
-rwxr-xr-xpython-pypi/hatta/DEPENDS6
-rwxr-xr-xpython-pypi/hatta/DETAILS14
-rw-r--r--python-pypi/hatta/HISTORY5
4 files changed, 29 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a12be07670..c51c294401 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-05-05 Vlad Glagolev <stealth@sourcemage.org>
+ * python-pypi/hatta: new spell, wiki engine that lives in Mercurial
+ repository
+
2011-05-03 Vlad Glagolev <stealth@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 0000000000..aadc3ed193
--- /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 0000000000..bb7b501cc2
--- /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 0000000000..2d98b7bfd3
--- /dev/null
+++ b/python-pypi/hatta/HISTORY
@@ -0,0 +1,5 @@
+2011-04-11 Vlad Glagolev <stealth@sourcemage.org>
+ * DETAILS: updated spell to 1.4.4
+
+2010-08-15 Vlad Glagolev <stealth@sourcemage.org>
+ * DEPENDS, DETAILS: spell created