Is this possible? I want to install bare minimum and basically only what I know and want to install for testing purposes.
Your question is vague, so we can only provide a vague answer.
I have little experience with Gentoo, but I can say that FreeBSD's default installation is quite minimal compared to most GNU/Linux distributions. You don't get a graphical environment and everything that's included with one by default. Third party applications that aren't considered essential can be install either by source or binary with with the ports/packages system. If I'm not mistaken, Gentoo's portages was based on FreeBSD's ports system.
Although they are both source-based operating systems, Gentoo seems to give a more minimal base system. FreeBSD adds some non-essential things such as Sendmail, as Gentoo doesn't.
I want to tinker with my system, so I need to have it as minimal as possible.
sendmail_enable="NO"
sendmail_submit_enable="NO"
sendmail_outbound_enable="NO"
sendmail_msp_queue_enable="NO"
I want to tinker with my system, so I need to have it as minimal as possible.