8030 Integrate GNU Developer Tools v4.3.2 into the unbundleds directory.
authorRich Burridge <rich.burridge@sun.com>
Wed, 29 Apr 2009 14:38:04 -0700
changeset 1090 1135dc7f4de3
parent 1089 9f8418236c92
child 1091 fc73bc2d78ce
8030 Integrate GNU Developer Tools v4.3.2 into the unbundleds directory.
src/gui/data/opensolaris.org
src/gui/data/opensolaris.org.sections
src/util/distro-import/101a/common/GccDev
src/util/distro-import/Makefile
src/util/distro-import/unbundleds/GnuDevTools
--- a/src/gui/data/opensolaris.org	Tue Apr 28 03:47:09 2009 -0700
+++ b/src/gui/data/opensolaris.org	Wed Apr 29 14:38:04 2009 -0700
@@ -3931,6 +3931,15 @@
 [clustertools_8.1]
 category = High Performance Computing
 
+[developer/gcc/gcc-432]
+category = C
+
+[developer/gcc/gcc-dev-4]
+category = Suites
+
+[developer/gcc/gcc-runtime-432]
+category = C
+
 [developer/netbeans/plugin/nb-dtrace]
 category = System
 
@@ -3944,7 +3953,7 @@
 category = Integrated Development Environments
 
 [gcc-dev]
-category = Integrated Development Environments
+category = Suites
 
 [hpc-dev]
 category = High Performance Computing
--- a/src/gui/data/opensolaris.org.sections	Tue Apr 28 03:47:09 2009 -0700
+++ b/src/gui/data/opensolaris.org.sections	Wed Apr 29 14:38:04 2009 -0700
@@ -8,7 +8,7 @@
 category = Documentation,File Managers,Libraries,Localizations (Desktop),Scripts,Sessions,Theming,Trusted Extensions,Window Managers
 
 [Development]
-category = C,C++,Databases,Distribution Tools,Editors,GNOME and GTK+,GNU,High Performance Computing,Integrated Development Environments,Java,Other Languages,PHP,Perl,Python,Ruby,Source Code Management,System,X11
+category = C,C++,Databases,Distribution Tools,Editors,GNOME and GTK+,GNU,High Performance Computing,Integrated Development Environments,Java,Other Languages,PHP,Perl,Python,Ruby,Source Code Management,Suites,System,X11
 
 [Drivers]
 category = Display,Media,Networking,Other Peripherals,Ports,Storage
--- a/src/util/distro-import/101a/common/GccDev	Tue Apr 28 03:47:09 2009 -0700
+++ b/src/util/distro-import/101a/common/GccDev	Wed Apr 29 14:38:04 2009 -0700
@@ -1,5 +1,5 @@
 package gcc-dev
-classification "Development/Integrated Development Environments"
+classification "Development/Suites"
 description "GNU Tools Development cluster"
 depend SUNWaconf
 depend SUNWbison
--- a/src/util/distro-import/Makefile	Tue Apr 28 03:47:09 2009 -0700
+++ b/src/util/distro-import/Makefile	Wed Apr 29 14:38:04 2009 -0700
@@ -288,6 +288,7 @@
 	Eclipse.import		\
 	ExuberantCTags.import	\
 	GlassFishV2.import	\
+	GnuDevTools.import	\
 	LDomsManager.import	\
 	MessageQueue41.import	\
 	NetBeans.import		\
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/util/distro-import/unbundleds/GnuDevTools	Wed Apr 29 14:38:04 2009 -0700
@@ -0,0 +1,34 @@
+package developer/gcc/gcc-432
+classification "Development/C"
+version 4.3.2
+import SUNWgcc432
+$(sparc_ONLY)import SUNWscgfss432
+depend SUNWarc
+depend SUNWbinutils
+depend developer/gcc/gcc-runtime-432
+depend SUNWhea
+end package
+
+package developer/gcc/gcc-runtime-432
+classification "Development/C"
+version 4.3.2
+import SUNWgccruntime432
+end package
+
+package developer/gcc/gcc-dev-4
+classification "Development/Suites"
+description "GNU Compiler Collection 4.3.2 Development cluster" 
+depend SUNWaconf
+depend SUNWbison
+depend SUNWcvs
+depend SUNWflexlex
+depend developer/gcc/gcc-432
+depend SUNWgdb
+depend SUNWgmake
+depend SUNWgnu-automake-110
+depend SUNWgnu-automake-19
+depend SUNWlibtool
+depend SUNWmercurial
+depend SUNWsprot
+depend SUNWsvn
+end package