mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
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)
14 lines
360 B
Plaintext
14 lines
360 B
Plaintext
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/
|