Apache Mesos abstracts CPU, memory, storage, and other compute resources away from machines (physical or virtual), enabling fault-tolerant and elastic distributed systems to easily be built and run effectively.
To install mesos, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install mesos
To see what files were installed by mesos, run:
port contents mesos
To later upgrade mesos, run:
sudo port selfupdate && sudo port upgrade mesos
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.