Netclasses is an asynchronous networking library that works natively on OS X, and any of the various platforms supported by GNUstep. It greatly simplifies the task of putting together networking applications.
Netclasses is an asynchronous networking library that works natively on OS X, and any of the various platforms supported by GNUstep. It greatly simplifies the task of putting together networking applications.
To install netclasses, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install netclasses
To see what files were installed by netclasses, run:
port contents netclasses
To later upgrade netclasses, run:
sudo port selfupdate && sudo port upgrade netclasses
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.