[Lunar-commits] r20757 - in moonbase/trunk/editors: . code-browser

Auke Kok sofar at lunar-linux.org
Wed Jul 19 16:13:50 UTC 2006


Author: sofar
Date: 2006-07-19 16:13:50 +0000 (Wed, 19 Jul 2006)
New Revision: 20757

Added:
   moonbase/trunk/editors/code-browser/
   moonbase/trunk/editors/code-browser/BUILD
   moonbase/trunk/editors/code-browser/DEPENDS
   moonbase/trunk/editors/code-browser/DETAILS
Log:
Submission by Stelz. Works, albeit it's not the best browser out there.


Added: moonbase/trunk/editors/code-browser/BUILD
===================================================================
--- moonbase/trunk/editors/code-browser/BUILD	                        (rev 0)
+++ moonbase/trunk/editors/code-browser/BUILD	2006-07-19 16:13:50 UTC (rev 20757)
@@ -0,0 +1,7 @@
+(
+
+  sedit "s:/usr/local:/usr:" Makefile  &&
+
+  default_make
+
+) > $C_FIFO 2>&1

Added: moonbase/trunk/editors/code-browser/DEPENDS
===================================================================
--- moonbase/trunk/editors/code-browser/DEPENDS	                        (rev 0)
+++ moonbase/trunk/editors/code-browser/DEPENDS	2006-07-19 16:13:50 UTC (rev 20757)
@@ -0,0 +1 @@
+depends gtk+-2

Added: moonbase/trunk/editors/code-browser/DETAILS
===================================================================
--- moonbase/trunk/editors/code-browser/DETAILS	                        (rev 0)
+++ moonbase/trunk/editors/code-browser/DETAILS	2006-07-19 16:13:50 UTC (rev 20757)
@@ -0,0 +1,17 @@
+          MODULE=code-browser
+         VERSION=2.8
+          SOURCE=$MODULE-$VERSION-src.tar.gz
+      SOURCE_URL=$SFORGE_URL/$MODULE/
+      SOURCE_VFY=sha1:7ae36a341515327dc9cf41580e94d9627bf15479
+        WEB_SITE=http://code-browser.sf.net/
+         ENTERED=20060719
+         UPDATED=20060719
+           SHORT="Folding and outlining editor"
+
+cat << EOF
+This editor sits between a traditional text editor, a smalltalk class
+browser and a web browser like mozilla. It displays a structured text
+file (marker-based folding) hierarchically using multiple panes. It is
+designed to keep a good overview of the code of large projects. Ideal if
+you are fed up of having to scroll through thousands of lines of code.
+EOF



More information about the Lunar-commits mailing list