Some useful tools and commands to manage your ports collection. This uses the new pkg command set instead of the old pkg_xxx commands.
1.Find info for a port
pkg info <portname>
2.Find all the ports on which a port depends on
pkg info -d <portname>
3.Find all ports which are dependent on this port
pkg info -r <portname>
Leave a Reply