Manages a MIME content-type that will return the content-type for a given filename.
This library allows for the identification of a file's likely MIME content type. The identification of MIME content type is based on a file's filename extensions.
This library allows for the identification of a file's likely MIME content type. The identification of MIME content type is based on a file's filename extensions.
To install rb32-mime-types, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install rb32-mime-types
To see what files were installed by rb32-mime-types, run:
port contents rb32-mime-types
To later upgrade rb32-mime-types, run:
sudo port selfupdate && sudo port upgrade rb32-mime-types
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.