freebsd-ports/ports-mgmt/porttree/pkg-descr
Thomas Zander 3b828a42f7 Update to upstream version 0.4.r65
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)
2018-06-24 19:26:15 +00:00

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/