On Saturday 30 January 2010, Kurt Buff wrote:
> For make, do the following, after csup (or an alternative):
>
> cd /usr/ports
> make search name=samba | less
> or
> cd /usr/ports
> make search key=samba | less
>
> Then browse that list to see what most particularly applies to your
> needs.
Or, for more compact output, try this script:
#!/bin/sh
cd /usr/ports
make search name=$1 | egrep "^(Port|Path|Info|Moved)" | less
--
Mike Clarke
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[email protected]"