Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (12a2b390cb745b2408d5c74f53355ce3cff303b0)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (12a2b390cb745b2408d5c74f53355ce3cff303b0)
  • Date: Wed, 2 Jul 2008 12:23:56 -0500

GIT changes to master grimoire by George Sherwood <george AT beernabeer.com>:

ChangeLog | 3 +++
editors/medit/DEPENDS | 9 +++++++++
editors/medit/DETAILS | 14 ++++++++++++++
editors/medit/HISTORY | 3 +++
4 files changed, 29 insertions(+)

New commits:
commit 12a2b390cb745b2408d5c74f53355ce3cff303b0
Author: George Sherwood <george AT beernabeer.com>
Commit: George Sherwood <george AT beernabeer.com>

medit: added new spell. Bug #14551

diff --git a/ChangeLog b/ChangeLog
index 45eb1cc..b9aa7b5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-07-02 George Sherwood <gsherwood AT sourcemage.org>
+ * editors/medit: new spell. Bug #14551
+
2008-07-01 Mathieu Lonjaret <lejatorn AT sourcemage.org>
* utils/vx32: new spell
* utils/9vx-data: new spell
diff --git a/editors/medit/DEPENDS b/editors/medit/DEPENDS
new file mode 100755
index 0000000..79406b0
--- /dev/null
+++ b/editors/medit/DEPENDS
@@ -0,0 +1,9 @@
+depends gtk+2
+optional_depends "libxml2" \
+ "--with-xml" \
+ "--without-xml" \
+ "to enable syntax highlighting"
+optional_depends "pygtk2" \
+ "--with-python" \
+ "--without-python" \
+ "to enable Python plugins"
diff --git a/editors/medit/DETAILS b/editors/medit/DETAILS
new file mode 100755
index 0000000..c255977
--- /dev/null
+++ b/editors/medit/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=medit
+ VERSION=0.9.3
+ SOURCE="${SPELL}-${VERSION}.tar.bz2"
+ SOURCE_URL[0]=$SOURCEFORGE_URL/mooedit/${SOURCE}
+
SOURCE_HASH=sha512:5b68dd271df1e1de7029c82a624667c9d6fab619d758c8b4584b1fe1c650dec59845114c35d852f04688761d2a0b9ce1570d3706b7a92c3d48189f49f0409887
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://mooedit.sourceforge.net/";
+ LICENSE[0]=GPL
+ ENTERED=20080629
+ SHORT="a lightweight text editor for GTK."
+cat << EOF
+medit is a text editor started originally as a simple built-in editor
component in GGAP.
+The intention now is to make it a useful programming and around-programming
text editor.
+EOF
diff --git a/editors/medit/HISTORY b/editors/medit/HISTORY
new file mode 100644
index 0000000..e89beec
--- /dev/null
+++ b/editors/medit/HISTORY
@@ -0,0 +1,3 @@
+2008-06-29 Jaeic Lee <zeraxeal AT gmail.com>
+ * DEPENDS, DETAILS, HISTORY: spell created
+




Archive powered by MHonArc 2.6.24.

Top of Page