I'm sorry for this (newbie) question but I come from the Linux world. I need to study this new world: freebsd FreeBSD 
I read thefreebsd FreeBSD handbook on how to search a port:
from the shell, how do I discover a relevant port?
I.e.: I looking for IDS but I don't known a name.
With Linux I search usingfreebsd FreeBSD (in the shell) how do I search a package's info/description?

I read the
Code:
cd /usr/ports
make search name=name_of_port
I.e.: I looking for IDS but I don't known a name.
With Linux I search using
apt-cache search ids
and I see all package with IDS info/description. Using