Regina Rexx is an interpreter for the Rexx language
Regina is an implementation of the 1996 ANSI Standard for the Rexx language. Rexx is designed to be an easily readable, but powerful scripting and embedded macro language.
Regina is an implementation of the 1996 ANSI Standard for the Rexx language. Rexx is designed to be an easily readable, but powerful scripting and embedded macro language.
To install rexx, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install rexx
To see what files were installed by rexx, run:
port contents rexx
To later upgrade rexx, run:
sudo port selfupdate && sudo port upgrade rexx
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.