Skip to Content.
Sympa Menu

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

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 (bce5993a27c52e7f9aeb9c6069f10cbb083006ae)
  • Date: Sun, 17 Feb 2008 05:16:54 -0600

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

python-pypi/moinmoin/BUILD | 1
python-pypi/moinmoin/DEPENDS | 10 ++++++---
python-pypi/moinmoin/DETAILS | 45
+++++++++++++++++++++----------------------
python-pypi/moinmoin/HISTORY | 4 +++
python-pypi/moinmoin/INSTALL | 2 -
5 files changed, 33 insertions(+), 29 deletions(-)

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

moinmoin: => 1.6.1 + some fixes

diff --git a/python-pypi/moinmoin/BUILD b/python-pypi/moinmoin/BUILD
deleted file mode 100755
index 27ba77d..0000000
--- a/python-pypi/moinmoin/BUILD
+++ /dev/null
@@ -1 +0,0 @@
-true
diff --git a/python-pypi/moinmoin/DEPENDS b/python-pypi/moinmoin/DEPENDS
index e4bc134..57576eb 100755
--- a/python-pypi/moinmoin/DEPENDS
+++ b/python-pypi/moinmoin/DEPENDS
@@ -1,10 +1,14 @@
-depends python &&
+depends python &&
+
optional_depends WEBSERVER "" "" "To actually view it (select none to be
asked about Twisted)" &&
-if [[ "$(get_spell_provider moinmoin WEBSERVER)" == "" ]]; then
+
+if [[ $(get_spell_provider moinmoin WEBSERVER) == "" ]]; then
optional_depends twisted "" "" "To use Twisted as the webserver"
fi &&
-if [[ "$(get_spell_provider moinmoin WEBSERVER)" == *apache* ]]; then
+
+if [[ $(get_spell_provider moinmoin WEBSERVER) == *apache* ]]; then
optional_depends mod_python "" "" "for a faster server (reccomended
w/apache)"
fi &&
+
optional_depends pyxml "" "" "for an RSS feed, the GUI editor, and the
docbook formatter" &&
optional_depends 4suite "" "" "for an xslt parser"
diff --git a/python-pypi/moinmoin/DETAILS b/python-pypi/moinmoin/DETAILS
index 392c9a9..119c7ce 100755
--- a/python-pypi/moinmoin/DETAILS
+++ b/python-pypi/moinmoin/DETAILS
@@ -1,34 +1,33 @@
SPELL=moinmoin
- VERSION=1.5.7
-
SOURCE_HASH=sha512:d4fb5c52159332426eca75e7427e2dc0de62edb687dcfab06948f5ed321fbe6b38a7036d2bfd69e6d96cbad467f53312770537a3af864cf245dc82c6b815fa37
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL%%moin}-$VERSION
+ VERSION=1.6.1
SOURCE=${SPELL%%moin}-$VERSION.tar.gz
+ SOURCE_URL[0]=http://static.moinmo.in/files/$SOURCE
+
SOURCE_HASH=sha512:a0a599f9c0e577716c3ede1e7fdb0ae542d519877da9ac41131dc5feff9c58f4068e9786c26b9a5f239d2c2a608422a57af0d4ad10fda26d07f25f70f150d4d2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL%%moin}-$VERSION
LICENSE[0]=GPL
- SOURCE_URL[0]=${SOURCEFORGE_URL}/moin/$SOURCE
WEB_SITE=http://moinmo.in/
ENTERED=20070503
GATHER_DOCS=off
KEYWORDS="collab python"
- SHORT='MoinMoin is an advanced, easy to use and extensible
WikiEngine with a large community of users.'
+ SHORT="advanced, easy to use and extensible wiki engine"
cat << EOF
-http://moinmoin.wikiwikiweb.de/MoinMoinFeatures
+http://moinmo.in/MoinMoinFeatures

-Wiki base features
- * creates backups of all page revisions (see FullHistory).
- o Revision history shows only the last 100, all are accessible by
editing the url.
- * page revision list
- * diffs between arbitrary page versions (available in the "Info" action)
- * RecentChanges
- o links to diffs, page info and the user home page of the editor
- * subpages (see HelpOnEditing/SubPages)
- * I18N (foreign and multi-language) support
- * Unicode support, standard encoding is utf-8
- * lots of help pages (see HelpContents)
- * RSS feed for RecentChanges
- * wiki page templates
- * configurable edit locking/warning to avoid editing conflicts
- * simple page storage (moin simply stores exactly what you see in the
editor into a directory that is named like the page)
- * renaming of pages
+Wiki base features:

-And lots more at the above URL!
+ * creates backups of all page revisions
+ o Revision history shows only the last 100
+ * page revision list
+ * diffs between arbitrary page versions (available in the "Info" action)
+ * links to diffs, page info and the user home page of the editor
+ * subpages (see HelpOnEditing/SubPages)
+ * I18N (foreign and multi-language) support
+ * Unicode support, standard encoding is utf-8
+ * lots of help pages (see HelpContents)
+ * RSS feed for RecentChanges
+ * wiki page templates
+ * configurable edit locking/warning to avoid editing conflicts
+ * simple page storage (moin simply stores exactly what you see in the
editor
+ into a directory that is named like the page)
+ * copying/deleting/renaming of pages, optionally including subpages
EOF
diff --git a/python-pypi/moinmoin/HISTORY b/python-pypi/moinmoin/HISTORY
index 8ce2924..bd68ba5 100644
--- a/python-pypi/moinmoin/HISTORY
+++ b/python-pypi/moinmoin/HISTORY
@@ -1,3 +1,7 @@
+2008-02-17 Vlad Glagolev <stealth AT sourcemage.org>
+ * BUILD, INSTALL: useless, due to move the spell to this section
+ * DETAILES: updated to 1.6.1, fixed descs, SOURCE_URL
+
2007-11-03 Ethan "eekee" Grammatikidis <eekee57 AT fastmail.fm>
* DETAILS: updated WEB_SITE

diff --git a/python-pypi/moinmoin/INSTALL b/python-pypi/moinmoin/INSTALL
deleted file mode 100755
index 30f7571..0000000
--- a/python-pypi/moinmoin/INSTALL
+++ /dev/null
@@ -1,2 +0,0 @@
-cd $SOURCE_DIRECTORY &&
-python -v setup.py --quiet install --prefix=${INSTALL_ROOT}/usr



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (bce5993a27c52e7f9aeb9c6069f10cbb083006ae), Vlad Glagolev, 02/17/2008

Archive powered by MHonArc 2.6.24.

Top of Page