Formerly an experimental fork of gawk called xgawk, gawkextlib provides a library containing some gawk extension API additions useful for writing gawk extensions, and its subports offer several extensions that enhance the functionality of gawk.
Formerly an experimental fork of gawk called xgawk, gawkextlib provides a library containing some gawk extension API additions useful for writing gawk extensions, and its subports offer several extensions that enhance the functionality of gawk.
To install gawkextlib, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install gawkextlib
To see what files were installed by gawkextlib, run:
port contents gawkextlib
To later upgrade gawkextlib, run:
sudo port selfupdate && sudo port upgrade gawkextlib
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.