[Lunar-commits] r20510 - in moonbase/trunk/devel: . openldev

Chad Kittel v3rt1g0 at lunar-linux.org
Thu Jun 22 03:21:32 UTC 2006


Author: v3rt1g0
Date: 2006-06-22 03:21:31 +0000 (Thu, 22 Jun 2006)
New Revision: 20510

Added:
   moonbase/trunk/devel/openldev/
   moonbase/trunk/devel/openldev/DEPENDS
   moonbase/trunk/devel/openldev/DETAILS
Log:
Initial import of new c/c++ IDE goodness


Added: moonbase/trunk/devel/openldev/DEPENDS
===================================================================
--- moonbase/trunk/devel/openldev/DEPENDS	                        (rev 0)
+++ moonbase/trunk/devel/openldev/DEPENDS	2006-06-22 03:21:31 UTC (rev 20510)
@@ -0,0 +1,2 @@
+depends  libgnomeui  &&
+depends  gtksourceview

Added: moonbase/trunk/devel/openldev/DETAILS
===================================================================
--- moonbase/trunk/devel/openldev/DETAILS	                        (rev 0)
+++ moonbase/trunk/devel/openldev/DETAILS	2006-06-22 03:21:31 UTC (rev 20510)
@@ -0,0 +1,21 @@
+          MODULE=openldev
+         VERSION=0.6.1
+          SOURCE=$MODULE-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE/
+      SOURCE_URL=$SFORGE_URL/$MODULE/
+      SOURCE_VFY=sha1:277b7a36d9e2da32fc3f44d8f524ed4788f65ac5
+        WEB_SITE=http://www.openldev.org/
+         ENTERED=20060621
+         UPDATED=20060621
+           SHORT="an IDE for c and c++ development"
+
+cat << EOF
+OpenLDev is a development environment that provides a graphical
+front-end to Linux compilers such as gcc. OpenLDev focuses on C and
+C++ development.  It provides project templates for console
+applications to those that take advantage of the Gtk+ and Gtkmm 
+libraries.  Project and autotools management is provided through a few
+streamlined dialogs that help the user by removing the need to edit
+Makefiles.  The GtkSourceView widget performs syntax highlighting,
+which gives users of GEdit a familiar work environment.
+EOF



More information about the Lunar-commits mailing list