A library of graphical user interface Objective C classes
The GNUstep gui library is a library of graphical user interface classes written completely in the Objective-C language. The classes are based upon the OpenStep specification as release by NeXT Software, Inc. These classes include graphical objects such as buttons, text fields, popup lists, browser lists, and windows. There are also many associated classes for handling events, colors, fonts, pasteboards and images.
The GNUstep gui library is a library of graphical user interface classes written completely in the Objective-C language. The classes are based upon the OpenStep specification as release by NeXT Software, Inc. These classes include graphical objects such as buttons, text fields, popup lists, browser lists, and windows. There are also many associated classes for handling events, colors, fonts, pasteboards and images.
To install gnustep-gui, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install gnustep-gui
To see what files were installed by gnustep-gui, run:
port contents gnustep-gui
To later upgrade gnustep-gui, run:
sudo port selfupdate && sudo port upgrade gnustep-gui
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.