2006-06-14 20:59:01 +02:00
|
|
|
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
|
2006-06-11 11:43:46 +02:00
|
|
|
portless gcc\*
|
2006-06-14 20:59:01 +02:00
|
|
|
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.
|
2006-06-11 11:43:46 +02:00
|
|
|
|
|
|
|
- Martin Kammerhofer
|
|
|
|
mkamm@gmx.net
|