[Lunar-commits] r20395 - in moonbase/trunk/editors: . geany

Jannis Pohlmann jannis at lunar-linux.org
Tue Jun 13 15:37:38 UTC 2006


Author: jannis
Date: 2006-06-13 15:37:38 +0000 (Tue, 13 Jun 2006)
New Revision: 20395

Added:
   moonbase/trunk/editors/geany/
   moonbase/trunk/editors/geany/DEPENDS
   moonbase/trunk/editors/geany/DETAILS
Log:
Geany IDE added

Added: moonbase/trunk/editors/geany/DEPENDS
===================================================================
--- moonbase/trunk/editors/geany/DEPENDS	                        (rev 0)
+++ moonbase/trunk/editors/geany/DEPENDS	2006-06-13 15:37:38 UTC (rev 20395)
@@ -0,0 +1,6 @@
+depends  gtk+-2  &&
+
+optional_depends  "vte"                                 \
+                  "--enable-vte"                        \
+                  "--disable-vte"                       \
+                  "to enable virtual terminal support" 

Added: moonbase/trunk/editors/geany/DETAILS
===================================================================
--- moonbase/trunk/editors/geany/DETAILS	                        (rev 0)
+++ moonbase/trunk/editors/geany/DETAILS	2006-06-13 15:37:38 UTC (rev 20395)
@@ -0,0 +1,23 @@
+          MODULE=geany
+         VERSION=0.7
+          SOURCE=$MODULE-$VERSION.tar.bz2
+      SOURCE_URL=$SFORGE_URL/$MODULE/
+      SOURCE_VFY=sha1:2c24ac31e8a537204a7754311d9eb8d46ad0356f
+        WEB_SITE=http://geany.uvena.de/
+         ENTERED=20060613
+         UPDATED=20060613
+           SHORT="Fast and lightweight IDE"
+
+cat << EOF
+Geany is a small and lightweight integrated development environment.
+It was developed to provide a small and fast IDE, which has only a few
+dependencies from other packages. Basic features of Geany:
+- syntax highlighting
+- code folding
+- code completion
+- auto completion of often used constructs like if, for and while
+- auto completion of XML and HTML tags
+- call tips
+- many supported filetypes like C, Java, PHP, HTML, Python, Perl, Pascal
+- symbol lists
+EOF



More information about the Lunar-commits mailing list