Revision: 51819
          http://brlcad.svn.sourceforge.net/brlcad/?rev=51819&view=rev
Author:   carlmoore
Date:     2012-08-08 15:49:47 +0000 (Wed, 08 Aug 2012)
Log Message:
-----------
oops, did not remove trailint tabs -- now done!

Modified Paths:
--------------
    brlcad/trunk/doc/ecosystem.dot

Modified: brlcad/trunk/doc/ecosystem.dot
===================================================================
--- brlcad/trunk/doc/ecosystem.dot      2012-08-08 15:44:01 UTC (rev 51818)
+++ brlcad/trunk/doc/ecosystem.dot      2012-08-08 15:49:47 UTC (rev 51819)
@@ -39,15 +39,15 @@
 
 digraph BRLCADDeps{
        //overlap=scale
-       rankdir=LR;     
+       rankdir=LR;
        label="BRL-CAD Open Source Ecosystem\nClifford Yapp October 2011";
 
        {
             node [shape=plaintext, fontsize=12];
             "BRL-CAD Applications" -> "BRL-CAD Libraries" -> "3rd Party 
Resources" -> "System Requirements";
        };
-       
-       
+
+
        // Libraries
 
        tcltk [color = "blue", style = bold, shape = box, label = "Tcl/Tk"];
@@ -56,8 +56,8 @@
        tktable [color = "blue", style = bold, shape = box, label = "tktable"];
        togl [color = "blue", style = bold, shape = box, label = "Tk OpenGL 
widget (togl)"];
        incrTcl [color = "blue", style = bold, shape = box, label = "IncrTcl"];
-       
 
+
        boost [color = "blue", style = bold, shape = box, label = "Boost"];
        libpng [color = "blue", style = bold, shape = box, label = "libpng"];
        libregex [color = "blue", style = bold, shape = box, label = 
"libregex"];
@@ -90,9 +90,9 @@
        //apr [color = "purple", style = bold, shape = box, label = "Apache 
Portable Runtime"];
        //uuid [color = "purple", style = bold, shape = box, label = 
"Universally Unique Identifiers (OSSP uuid)"];
        sqlite [color = "purple", style = bold, shape = box, label = "SQLite"];
-       
+
        { rank = same; "3rd Party Resources"; subversion; sqlite; }
-       
+
        // System (not bundled)
        X11 [color = "red", style = bold, shape = box, label = "X11"];
        autotools [color = "red", style = bold, shape = box, label = "GNU 
Autotools"];
@@ -105,7 +105,7 @@
        xsltproc [color = "red", style = bold, shape = box, label = "XSLT 
processor (xsltproc)"];
        yacc [color = "red", style = bold, shape = box, label = "Yacc (GNU 
Bison/byacc)"];
        crun [color = "red", style = bold, shape = box, label = "C/C++ 
Runtime"];
-       
+
        { rank = same; "System Requirements"; X11; autotools; cmake; crun; fop; 
lex; make; mesa; unixtools; xsltproc; yacc; }
 
        // BRL-CAD components
@@ -118,7 +118,7 @@
        libtclcad [color = "green", style = bold, shape = box, label = "Tcl CAD 
library (libtclcad)"];
        libtermio [color = "green", style = bold, shape = box, label = 
"Terminal IO library (libtermio)"];
 
-       { rank = same; "BRL-CAD Libraries"; libbu; libpc; librt; libdm; libged; 
libtclcad; libtermio; } 
+       { rank = same; "BRL-CAD Libraries"; libbu; libpc; librt; libdm; libged; 
libtclcad; libtermio; }
 
        // BRL-CAD Application Categories
        geomedit [color = "green", style = bold, shape = box, label = "Geometry 
Editing"];
@@ -127,9 +127,9 @@
        imageproc [color = "green", style = bold, shape = box, label = "Image 
Processing"];
        experimental [color = "green", style = bold, shape = box, label = 
"Experimental Work"];
 
-       { rank = same; "BRL-CAD Applications"; geomedit; geomconv; datautil; 
imageproc; experimental; } 
-       
+       { rank = same; "BRL-CAD Applications"; geomedit; geomconv; datautil; 
imageproc; experimental; }
 
+
        /* Relationships */
 
        libbu -> libpng;
@@ -137,25 +137,25 @@
 
        libpc -> boost;
        libpc -> opennurbs;
-       
+
        librt -> libregex;
        librt -> tnt;
        librt -> opennurbs;
-       
+
        libdm -> tcltk;
        libdm -> libpng;
 
        libfb -> tcltk;
-       
+
        libged -> libregex;
        libged -> libpng;
-       
+
        libtclcad -> tcltk;
        libtclcad -> incrTcl;
        libtclcad -> libpng;
 
        libtermio -> libtermlib;
-       
+
        experimental -> osl;
        experimental -> oiio;
        experimental -> openexr;
@@ -195,6 +195,6 @@
        imageproc -> libbu;
        imageproc -> libutahrle;
        imageproc -> zlib;
-       
 
-}      
+
+}

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to