Open Object Rexx is an interpreter for the Rexx language
ooRexx is an object orientated extension to the Rexx language. Rexx is designed to be an easily readable, but powerful scripting and embedded macro language.
ooRexx is an object orientated extension to the Rexx language. Rexx is designed to be an easily readable, but powerful scripting and embedded macro language.
To install oorexx, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install oorexx
To see what files were installed by oorexx, run:
port contents oorexx
To later upgrade oorexx, run:
sudo port selfupdate && sudo port upgrade oorexx
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.