I like to get to the specified port without having to recall/dig/search/cd (type type type) to which location that port may be in. For this purpose, I created a local tool that instantly assists me in this fashion:
As you see here, the method is straightforward. I'm wondering if this type of function would be useful in base FreeBSD, or if it's desirable per specifications to navigate the tree for each port.
[root@sigma ~]# port ncdu
[root@sigma /usr/ports/sysutils/ncdu]# port apache
[root@sigma /usr/ports]# port apache13
[root@sigma /usr/ports]# port apache22
[root@sigma /usr/ports/www/apache22]# ls
Makefile Makefile.options pkg-descr
Makefile.doc distinfo pkg-message
Makefile.modules files pkg-plist
[root@sigma /usr/ports/www/apache22]#
As you see here, the method is straightforward. I'm wondering if this type of function would be useful in base FreeBSD, or if it's desirable per specifications to navigate the tree for each port.