Changeset 81279
- Timestamp:
- 07/28/11 14:48:54 (4 years ago)
- File:
-
- 1 edited
-
users/eborisch/macports_utils/depTree.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
users/eborisch/macports_utils/depTree.py
r76788 r81279 65 65 elif re.search("Library Dependencies",line): 66 66 style = "" 67 elif re.search("Runtime Dependencies",line): 68 style = "[style=dashed]" 67 69 else: 68 70 continue … … 93 95 for port in sys.argv[1:]: 94 96 scanDeps(port, 0) 97 dotProc.stdin.write('graph [label="Dependencies of %s"]' % ','.join(sys.argv[1:])) 95 98 dotProc.stdin.write("}") 96 99
Note: See TracChangeset
for help on using the changeset viewer.

