Skip to Content.
Sympa Menu

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

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 (f6db01693631c31fdcb0c0ea20d1c0b67292a3c0)
  • Date: Sun, 29 Apr 2007 12:14:52 -0500

GIT changes to master grimoire by George Sherwood <gsherwood AT sourcemage.org>:

ChangeLog | 3 +++
editors/mp/BUILD | 3 +++
editors/mp/DEPENDS | 8 ++++++++
editors/mp/DETAILS | 23 +++++++++++++++++++++++
editors/mp/HISTORY | 2 ++
5 files changed, 39 insertions(+)

New commits:
commit f6db01693631c31fdcb0c0ea20d1c0b67292a3c0
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

mp: Added new spell for a programmers editors

diff --git a/ChangeLog b/ChangeLog
index a30630f..217fd4d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2007-04-29 George Sherwood <george AT beernabeer.com>
+ * editors/mp: new spell, a programmers editor
+
2007-04-29 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* net/ipkungfu: new spell, an iptables firewall generator

diff --git a/editors/mp/BUILD b/editors/mp/BUILD
new file mode 100755
index 0000000..f236095
--- /dev/null
+++ b/editors/mp/BUILD
@@ -0,0 +1,3 @@
+cd $SOURCE_DIRECTORY &&
+./config.sh --prefix=$INSTALL_ROOT/usr $OPTS &&
+make
diff --git a/editors/mp/DEPENDS b/editors/mp/DEPENDS
new file mode 100755
index 0000000..ed04e90
--- /dev/null
+++ b/editors/mp/DEPENDS
@@ -0,0 +1,8 @@
+optional_depends gtk+2 \
+ "--enable-gtk" \
+ "--disable-gtk" \
+ "for a gtk ui" &&
+optional_depends ncurses \
+ "--enable-curses" \
+ "--disable-curses" \
+ "for a curses ui"
diff --git a/editors/mp/DETAILS b/editors/mp/DETAILS
new file mode 100755
index 0000000..e061b62
--- /dev/null
+++ b/editors/mp/DETAILS
@@ -0,0 +1,23 @@
+ SPELL=mp
+ VERSION=5.0.0-rc1
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://www.triptico.com/download/${SOURCE}
+
SOURCE_HASH=sha512:2c9f2193b1cfffbb25aa498f69a0bdf176e9fba3b1d29c14534772bfec83d1f2b923371bc83943bfc1798ce1add6faa3f4a78e95c873c1917f5c0c9854a39041
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://www.triptico.com/software/mp.html";
+ LICENSE[0]=GPL
+ ENTERED=20070429
+ SHORT="A text editor for programmers"
+cat << EOF
+A text editor for Programmers # Multiple files can be edited at the same
+time and blocks copied and pasted among them. # Syntax highlighting for
+many popular languages / file formats: C, C++, Perl, Shell Scripts, Ruby,
+Php, SQL, Python, HTML... # Creative use of tags: tags created by the
+external utility ctags are used to move instantaneously to functions or
+variables inside your current source tree. Tags are visually highlighted
+(underlined), and symbol completion can be triggered to avoid typing your
+own function names over and over. # Intelligent help system: pressing F1
+over any word of a text being edited triggers the underlying system help
+(calling man when editing C or Shell files, perldoc with Perl, ri on Ruby,
+winhelp on MS Windows...).
+EOF
diff --git a/editors/mp/HISTORY b/editors/mp/HISTORY
new file mode 100644
index 0000000..c9c7066
--- /dev/null
+++ b/editors/mp/HISTORY
@@ -0,0 +1,2 @@
+2007-04-29 George Sherwood <george AT beernabeer.com>
+ * DETAILS, DEPENDS, BUILD, HISTORY: created spell



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (f6db01693631c31fdcb0c0ea20d1c0b67292a3c0), George Sherwood, 04/29/2007

Archive powered by MHonArc 2.6.24.

Top of Page