mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
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
13 lines
300 B
Plaintext
13 lines
300 B
Plaintext
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/
|