1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/ports-mgmt/pkg_tree/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

23 lines
629 B
Plaintext

Get a 'graphical' tree-overview of installed packages
Generates a ascii-art-graphical tree of packages and their dependancies.
For example for setxkbmap and xkbcomp
[~] edwin@k7>pkg_tree 'xkb[cm]'
setxkbmap-1.0.4
|\__ kbproto-1.0.3
|\__ pkg-config-0.23_1
|\__ xproto-7.0.10_1
|\__ libXau-1.0.3_2
|\__ libXdmcp-1.0.2_1
|\__ libX11-1.1.3_1,1
\__ libxkbfile-1.0.4
xkbcomp-1.0.3
|\__ kbproto-1.0.3
|\__ pkg-config-0.23_1
|\__ xproto-7.0.10_1
|\__ libXau-1.0.3_2
|\__ libXdmcp-1.0.2_1
|\__ libX11-1.1.3_1,1
\__ libxkbfile-1.0.4