libsexy is a collection of GTK+ widgets that extend the functionality of such standard widgets as GtkEntry and GtkLabel by subclassing them and working around the limitations of the widgets.
libsexy is a collection of GTK+ widgets that extend the functionality of such standard widgets as GtkEntry and GtkLabel by subclassing them and working around the limitations of the widgets.
To install libsexy, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libsexy
To see what files were installed by libsexy, run:
port contents libsexy
To later upgrade libsexy, run:
sudo port selfupdate && sudo port upgrade libsexy
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.