3b828a42f7
Detailed maintainer log: - Add TEST-DEPENDS. - Add indication of the type of dependence by the first characters in parentheses: (BR) for BUILD_DEPENDS and RUN_DEPENDS together. - Make it ready for Python 3. - Fix transition of svn sources from Google Code to SF for gen-dist. PR: 228361 Submitted by: vladimir.chukharev@gmail.com (maintainer)
13 lines
360 B
Text
13 lines
360 B
Text
For a given port determine its dependencies using any combination of the
|
|
- FETCH_DEPENDS
|
|
- EXTRACT_DEPENDS
|
|
- PATCH_DEPENDS
|
|
- LIB_DEPENDS
|
|
- BUILD_DEPENDS
|
|
- RUN_DEPENDS
|
|
- TEST_DEPENDS
|
|
|
|
and show them as a pseudo graphical tree with indication of the depends type.
|
|
Use back references for cross-connections.
|
|
|
|
WWW: https://sourceforge.net/projects/porttree/
|