[Lunar-commits] <moonbase> medit: version 1.0.3 added to moonbase

Duncan Gibson engelsman at lunar-linux.org
Sun Aug 28 14:22:01 CEST 2011


commit 651e7b4a797f9308c96d6851d8e0b5ea46204b8c
Author: James Buren <ryuo at frugalware.org>
Date:   Sun Aug 28 14:22:01 2011 +0200

    medit: version 1.0.3 added to moonbase
    
    Note: the optional depends on ctags and vte have no "with" and "without"
          flags, nor are these mentioned in the configure --help output.
          medit builds with both of these installed and uninstalled, but
          lvu links doesn't show either, so not clear whether they are used.
          downloads, compiles, installs and basic editing works OK - engelsman
---
 zbeta/medit/DEPENDS |    3 +++
 zbeta/medit/DETAILS |   20 ++++++++++++++++++++
 2 files changed, 23 insertions(+), 0 deletions(-)

diff --git a/zbeta/medit/DEPENDS b/zbeta/medit/DEPENDS
new file mode 100644
index 0000000..04d0f13
--- /dev/null
+++ b/zbeta/medit/DEPENDS
@@ -0,0 +1,3 @@
+depends pygtk
+optional_depends vte "" "" "vte embedded terminal support (must be compiled with pygtk support)"
+optional_depends ctags "" "" "ctags plugin support"
diff --git a/zbeta/medit/DETAILS b/zbeta/medit/DETAILS
new file mode 100644
index 0000000..e569bec
--- /dev/null
+++ b/zbeta/medit/DETAILS
@@ -0,0 +1,20 @@
+          MODULE=medit
+         VERSION=1.0.3
+          SOURCE=${MODULE}-${VERSION}.tar.bz2
+      SOURCE_URL=$SFORGE_URL/mooedit/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+      SOURCE_VFY=sha1:59f450856c33a46a4fc1f1c32d8fd71c1e503846
+        WEB_SITE="http://mooedit.sourceforge.net/"
+         ENTERED=20110816
+         UPDATED=20110816
+           SHORT="gtk+2 text editor"
+cat << EOF
+medit is a gtk+2 text editor that supports modern features. These are:
+* ctags support
+* integratted virtual terminal
+* split view
+* tabs
+* syntax highlighting
+* customizable tools
+* other things not mentioned here
+EOF


More information about the Lunar-commits mailing list