Skip to Content.
Sympa Menu

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

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 (0fb8c430b31bd6c865dbb5de5eab1d1236ef4c65)
  • Date: Sun, 17 Feb 2008 04:56:38 -0600

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

ChangeLog | 3 +++
collab/moinmoin/BUILD | 1 -
collab/moinmoin/DEPENDS | 10 ----------
collab/moinmoin/DETAILS | 34 ----------------------------------
collab/moinmoin/HISTORY | 5 -----
collab/moinmoin/INSTALL | 2 --
collab/moinmoin/TRIGGERS | 1 -
python-pypi/moinmoin/BUILD | 1 +
python-pypi/moinmoin/DEPENDS | 10 ++++++++++
python-pypi/moinmoin/DETAILS | 34 ++++++++++++++++++++++++++++++++++
python-pypi/moinmoin/HISTORY | 5 +++++
python-pypi/moinmoin/INSTALL | 2 ++
python-pypi/moinmoin/TRIGGERS | 1 +
13 files changed, 56 insertions(+), 53 deletions(-)

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

moinmoin: => python-pypi

diff --git a/ChangeLog b/ChangeLog
index 38de6d0..b19e2e3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-02-17 Vlad Glagolev <stealth AT sourcemage.org>
+ * collab/moinmoin: => python-pypi
+
2008-02-14 Thomas Orgis <sobukus AT sourcemage.org>
* video/xjadeo: added JACK-synced video player

diff --git a/collab/moinmoin/BUILD b/collab/moinmoin/BUILD
deleted file mode 100755
index 27ba77d..0000000
--- a/collab/moinmoin/BUILD
+++ /dev/null
@@ -1 +0,0 @@
-true
diff --git a/collab/moinmoin/DEPENDS b/collab/moinmoin/DEPENDS
deleted file mode 100755
index e4bc134..0000000
--- a/collab/moinmoin/DEPENDS
+++ /dev/null
@@ -1,10 +0,0 @@
-depends python &&
-optional_depends WEBSERVER "" "" "To actually view it (select none to be
asked about Twisted)" &&
-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
- 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/collab/moinmoin/DETAILS b/collab/moinmoin/DETAILS
deleted file mode 100755
index 392c9a9..0000000
--- a/collab/moinmoin/DETAILS
+++ /dev/null
@@ -1,34 +0,0 @@
- SPELL=moinmoin
- VERSION=1.5.7
-
SOURCE_HASH=sha512:d4fb5c52159332426eca75e7427e2dc0de62edb687dcfab06948f5ed321fbe6b38a7036d2bfd69e6d96cbad467f53312770537a3af864cf245dc82c6b815fa37
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL%%moin}-$VERSION
- SOURCE=${SPELL%%moin}-$VERSION.tar.gz
- 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.'
-cat << EOF
-http://moinmoin.wikiwikiweb.de/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
-
-And lots more at the above URL!
-EOF
diff --git a/collab/moinmoin/HISTORY b/collab/moinmoin/HISTORY
deleted file mode 100644
index 8ce2924..0000000
--- a/collab/moinmoin/HISTORY
+++ /dev/null
@@ -1,5 +0,0 @@
-2007-11-03 Ethan "eekee" Grammatikidis <eekee57 AT fastmail.fm>
- * DETAILS: updated WEB_SITE
-
-2006-05-03 David Kowis <dkowis AT shlrm.org>
- * ALL: created the moinmoin spell finally
diff --git a/collab/moinmoin/INSTALL b/collab/moinmoin/INSTALL
deleted file mode 100755
index 30f7571..0000000
--- a/collab/moinmoin/INSTALL
+++ /dev/null
@@ -1,2 +0,0 @@
-cd $SOURCE_DIRECTORY &&
-python -v setup.py --quiet install --prefix=${INSTALL_ROOT}/usr
diff --git a/collab/moinmoin/TRIGGERS b/collab/moinmoin/TRIGGERS
deleted file mode 100755
index 863aef7..0000000
--- a/collab/moinmoin/TRIGGERS
+++ /dev/null
@@ -1 +0,0 @@
-on_cast python cast_self
diff --git a/python-pypi/moinmoin/BUILD b/python-pypi/moinmoin/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/python-pypi/moinmoin/BUILD
@@ -0,0 +1 @@
+true
diff --git a/python-pypi/moinmoin/DEPENDS b/python-pypi/moinmoin/DEPENDS
new file mode 100755
index 0000000..e4bc134
--- /dev/null
+++ b/python-pypi/moinmoin/DEPENDS
@@ -0,0 +1,10 @@
+depends python &&
+optional_depends WEBSERVER "" "" "To actually view it (select none to be
asked about Twisted)" &&
+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
+ 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
new file mode 100755
index 0000000..392c9a9
--- /dev/null
+++ b/python-pypi/moinmoin/DETAILS
@@ -0,0 +1,34 @@
+ SPELL=moinmoin
+ VERSION=1.5.7
+
SOURCE_HASH=sha512:d4fb5c52159332426eca75e7427e2dc0de62edb687dcfab06948f5ed321fbe6b38a7036d2bfd69e6d96cbad467f53312770537a3af864cf245dc82c6b815fa37
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL%%moin}-$VERSION
+ SOURCE=${SPELL%%moin}-$VERSION.tar.gz
+ 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.'
+cat << EOF
+http://moinmoin.wikiwikiweb.de/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
+
+And lots more at the above URL!
+EOF
diff --git a/python-pypi/moinmoin/HISTORY b/python-pypi/moinmoin/HISTORY
new file mode 100644
index 0000000..8ce2924
--- /dev/null
+++ b/python-pypi/moinmoin/HISTORY
@@ -0,0 +1,5 @@
+2007-11-03 Ethan "eekee" Grammatikidis <eekee57 AT fastmail.fm>
+ * DETAILS: updated WEB_SITE
+
+2006-05-03 David Kowis <dkowis AT shlrm.org>
+ * ALL: created the moinmoin spell finally
diff --git a/python-pypi/moinmoin/INSTALL b/python-pypi/moinmoin/INSTALL
new file mode 100755
index 0000000..30f7571
--- /dev/null
+++ b/python-pypi/moinmoin/INSTALL
@@ -0,0 +1,2 @@
+cd $SOURCE_DIRECTORY &&
+python -v setup.py --quiet install --prefix=${INSTALL_ROOT}/usr
diff --git a/python-pypi/moinmoin/TRIGGERS b/python-pypi/moinmoin/TRIGGERS
new file mode 100755
index 0000000..863aef7
--- /dev/null
+++ b/python-pypi/moinmoin/TRIGGERS
@@ -0,0 +1 @@
+on_cast python cast_self



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

Archive powered by MHonArc 2.6.24.

Top of Page