[Lunar-commits] r25031 - in moonbase/trunk/devel: . anjuta2
Chad Kittel
v3rt1g0 at lunar-linux.org
Thu Jun 28 00:22:29 CEST 2007
Author: v3rt1g0
Date: 2007-06-28 00:22:29 +0200 (Thu, 28 Jun 2007)
New Revision: 25031
Added:
moonbase/trunk/devel/anjuta2/
moonbase/trunk/devel/anjuta2/DEPENDS
moonbase/trunk/devel/anjuta2/DETAILS
Log:
Inital import of anjuta 2.x. Some of my required depends could become
optional. Just need to test them out as optional to be sure they
disable properly.
Added: moonbase/trunk/devel/anjuta2/DEPENDS
===================================================================
--- moonbase/trunk/devel/anjuta2/DEPENDS (rev 0)
+++ moonbase/trunk/devel/anjuta2/DEPENDS 2007-06-27 22:22:29 UTC (rev 25031)
@@ -0,0 +1,12 @@
+depends gtksourceview
+depends autogen
+depends devhelp
+depends gnome-build
+depends glade3
+depends vte
+
+optional_depends "graphviz" "" "--disable-graphviz" \
+ "for the class inheritance diagram plugin"
+
+optional_depends "subversion" "" "--disable-plugin-subversion" \
+ "for integrated subversion source control management"
Added: moonbase/trunk/devel/anjuta2/DETAILS
===================================================================
--- moonbase/trunk/devel/anjuta2/DETAILS (rev 0)
+++ moonbase/trunk/devel/anjuta2/DETAILS 2007-06-27 22:22:29 UTC (rev 25031)
@@ -0,0 +1,24 @@
+ MODULE=anjuta2
+ MOD=anjuta
+ VERSION=2.2.0
+ SOURCE=$MOD-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MOD-$VERSION
+ SOURCE_URL=$SFORGE_URL/$MOD/
+ SOURCE_VFY=sha1:0054dd0c28fb1c4fcb4957c56605ad13ed2f58b5
+ WEB_SITE=http://anjuta.sourceforge.net/
+ ENTERED=20070627
+ UPDATED=20070627
+ SHORT="a C/C++ IDE for GNOME"
+
+cat << EOF
+Anjuta DevStudio is a versatile Integrated Development Environment
+(IDE) on GNOME Desktop Environment and features a number of advanced
+programming facilities. These include project management, application
+and class wizards, an on-board interactive debugger, powerful source
+editor, syntax highlighting, intellisense autocompletions, symbol
+navigation, version controls, integrated GUI designing and other
+tools.
+
+Anjuta 2.x is the next generation Anjuta development studio with
+extensible plugin architecture.
+EOF
More information about the Lunar-commits
mailing list