blob: b85191df42eb1a5d4a1949aafd4603042dfd174b (
plain)
1
2
3
4
5
6
7
8
|
The portless utility is a small shell script which lets FreeBSD users
quickly browse port descriptions given the port's name or a
glob. Basically to view the descriptions of GCC (related) ports you
simply type
portless gcc\*
and it will display all descriptions of the gcc* ports.
There are options to display the port's postinstall message or
Makefile too. A manpage is included.
|