1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/ports-mgmt/portless/pkg-descr
Doug Barton 2b1dacc826 Remove more tags from pkg-descr files fo the form:
- Name
em@i.l

or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file.
2011-10-24 04:17:37 +00:00

9 lines
382 B
Plaintext

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.