Search the FreeBSD archives
Use the lower section ("Mailing List Archives") and keep your search
to a single word; getting fancy doesn't seem to make it any easier.
Working behind a firewall/through a proxy
Building apps from the Ports Collection is easy if you're on the
Internet -- it'll simply ftp down the files from the web. However, if
you're behind a firewall, this may not work. To set up to make a port
by fetching the files through a proxy, merely set the environment
variable
HTTP_PROXY=<proxy-name-or-ip-addr>:<proxy-port-number>, eg.
setenv HTTP_PROXY=proxy.domain.com:80