1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/ports-mgmt/porttree/pkg-descr
Olli Hauer a2faad3b33 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/

PR:		ports/160007
Submitted by:	Vladimir Chukharev
2011-11-06 17:15:50 +00:00

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/