An implementation of the XDG Base Directory specification
This library implements functions to list the directories according to the specification and provides a few higher-level functions for use with the specification.
This library implements functions to list the directories according to the specification and provides a few higher-level functions for use with the specification.
To install libxdg-basedir, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libxdg-basedir
To see what files were installed by libxdg-basedir, run:
port contents libxdg-basedir
To later upgrade libxdg-basedir, run:
sudo port selfupdate && sudo port upgrade libxdg-basedir
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.