an interface to the Berkeley socket functions for Pure
pure-sockets is an interface to the Berkeley socket functions for Pure. It provides most of the core functionality, so you can create sockets for both stream and datagram-based protocols and use these to transmit messages. Unix-style file sockets are also available if the host system supports them.
pure-sockets is an interface to the Berkeley socket functions for Pure. It provides most of the core functionality, so you can create sockets for both stream and datagram-based protocols and use these to transmit messages. Unix-style file sockets are also available if the host system supports them.
To install pure-sockets, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install pure-sockets
To see what files were installed by pure-sockets, run:
port contents pure-sockets
To later upgrade pure-sockets, run:
sudo port selfupdate && sudo port upgrade pure-sockets
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.