a2faad3b33
- FETCH_DEPENDS - EXTRACT_DEPENDS - PATCH_DEPENDS - LIB_DEPENDS - BUILD_DEPENDS - RUN_DEPENDS and show them as a pseudo graphical tree. Use back references for cross-connections. WWW: http://code.google.com/p/porttree/ PR: ports/160007 Submitted by: Vladimir Chukharev
12 lines
300 B
Text
12 lines
300 B
Text
For a given port determine its dependences using any combination of the
|
|
- FETCH_DEPENDS
|
|
- EXTRACT_DEPENDS
|
|
- PATCH_DEPENDS
|
|
- LIB_DEPENDS
|
|
- BUILD_DEPENDS
|
|
- RUN_DEPENDS
|
|
|
|
and show them as a pseudo graphical tree.
|
|
Use back references for cross-connections.
|
|
|
|
WWW: http://code.google.com/p/porttree/
|