New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 81279


Ignore:
Timestamp:
07/28/11 14:48:54 (4 years ago)
Author:
eborisch@…
Message:

depTree tool: Add runtime deps

File:
1 edited

Legend:

Unmodified
Added
Removed
  • users/eborisch/macports_utils/depTree.py

    r76788 r81279  
    6565    elif re.search("Library Dependencies",line): 
    6666      style = "" 
     67    elif re.search("Runtime Dependencies",line): 
     68      style = "[style=dashed]" 
    6769    else: 
    6870      continue 
     
    9395for port in sys.argv[1:]: 
    9496  scanDeps(port, 0) 
     97dotProc.stdin.write('graph [label="Dependencies of %s"]' % ','.join(sys.argv[1:])) 
    9598dotProc.stdin.write("}") 
    9699 
Note: See TracChangeset for help on using the changeset viewer.