tool to simplify the creation and maintenance of programs
AutoGen is a tool designed to simplify the creation and maintenance of programs that contain large amounts of repetitious text. It is especially valuable in programs that have several blocks of text that must be kept synchronized.
AutoGen is a tool designed to simplify the creation and maintenance of programs that contain large amounts of repetitious text. It is especially valuable in programs that have several blocks of text that must be kept synchronized.
To install autogen, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install autogen
To see what files were installed by autogen, run:
port contents autogen
To later upgrade autogen, run:
sudo port selfupdate && sudo port upgrade autogen
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.