File: my_prjs.dot

package info (click to toggle)
mk-configure 0.37.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 4,112 kB
  • sloc: ansic: 5,441; makefile: 1,412; sh: 1,086; cpp: 200; perl: 101; yacc: 85; lex: 21
file content (57 lines) | stat: -rw-r--r-- 1,222 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
digraph FSA {
 graph [ ratio=compress layout=dot rankdir=UB ratio=0.4 ];

 node [ shape = hexagon style=filled fontsize=20 ];

   "mk-configure" [ fillcolor = grey60, fontcolor = white ];
   "lmdbg";
   "paexec";
   "distbb";
   "pkg_online";
   "runawk";
   "pkg_summary-utils";
   "nih";
   "pipestatus";
   "herisvm";
   "nbase";
   "jrep";

 node [ shape = oval style=solid ];

   "dictd";
   "dictem";

 node [ shape = box ];

   "runawk"            -> "pkg_summary-utils";
   "runawk"            -> "lmdbg";
   "runawk"            -> "paexec";
   "runawk"            -> "distbb";
   "runawk"            -> "nih";
   "pkg_summary-utils" -> "distbb";
   "paexec"            -> "distbb";
   "dictd"             -> "dictem";
   "pkg_summary-utils" -> "pkg_online";
   "pkg_summary-utils" -> "pkg_conflicts";
   "pkg_summary-utils" -> "nih";
   "pkg_online"        -> "nih";

   "pkg_summary-utils";
   "pkg_conflicts";

 node [ shape = oval style=solid ];

   "dictd" -> "pkg_online";
   "pipestatus" -> "pkg_summary-utils";

 node [ shape = hexagon style=filled fontsize=20 ];
   "lua-alt-getopt";
   "judyhash";

 node [ shape = hexagon style=filled fontsize=20 ];
   "herisvm";
   "nbase";
   "jrep";
   "libmaa";

}