Allows conversion between Roman and Arabic algarisms
This package supports both conventional Roman algarisms (which range from 1 to 3999) and Milhar Romans, a variation which uses a bar across the algarism to indicate multiplication by 1,000. For the purposes of this module, acceptable syntax consists of an underscore suffixed to the algarism e.g. IV_V = 4,005. The term Milhar apparently derives from the Portuguese word for thousands and the range of this notation extends the range of Roman numbers to 3999 x 1000 + 3999 = 4,002,999.
This package supports both conventional Roman algarisms (which range from 1 to 3999) and Milhar Romans, a variation which uses a bar across the algarism to indicate multiplication by 1,000. For the purposes of this module, acceptable syntax consists of an underscore suffixed to the algarism e.g. IV_V = 4,005. The term Milhar apparently derives from the Portuguese word for thousands and the range of this notation extends the range of Roman numbers to 3999 x 1000 + 3999 = 4,002,999.
To install p5.28-text-roman, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install p5.28-text-roman
To see what files were installed by p5.28-text-roman, run:
port contents p5.28-text-roman
To later upgrade p5.28-text-roman, run:
sudo port selfupdate && sudo port upgrade p5.28-text-roman
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.