Allow package name as the port name
Show dependences of a FreeBSD port as a pseudo graphic tree
Brought to you by:
chukharev
Originally created by: Vladimir.Chukharev@gmail.com
Originally owned by: Vladimir.Chukharev@gmail.com
It's easy enough an very convenient to use beginning of package names as a short for corresponding ports. The ports could be found by pkg_info, e.g. for
porttree -R -U .ptree py27-g p5-Par
the portnames could be found by the following command.
pkg_info -qo 'py27-g*' 'p5-Par*'
Diff:
Implemented in [r86]. Needs tests.
Related
Commit: [r86]
Test added in [r96]. Completed, close.
Related
Commit: [r96]