verbiste is a French and Italian verb conjugation system, containing a C++ library and two programs that can be run from the command line. The knowledge base is represented in XML and contains 7000 French and 100 Italian verbs, respectively.
verbiste is a French and Italian verb conjugation system, containing a C++ library and two programs that can be run from the command line. The knowledge base is represented in XML and contains 7000 French and 100 Italian verbs, respectively.
To install verbiste, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install verbiste
To see what files were installed by verbiste, run:
port contents verbiste
To later upgrade verbiste, run:
sudo port selfupdate && sudo port upgrade verbiste
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.