Lazarus is an open-source development system that builds on the Free Pascal compiler by adding an integrated development environment (IDE). It includes a syntax-highlighting code editor and a visual form designer, as well as a component library that is highly compatible with Delphi's Visual Component Library (VCL). The Lazarus Component Library (LCL) includes equivalents for many of the familiar VCL controls such as forms, buttons, text boxes and so on, which are used to create applications with a graphical user interface (GUI).
Lazarus is an open-source development system that builds on the Free Pascal compiler by adding an integrated development environment (IDE). It includes a syntax-highlighting code editor and a visual form designer, as well as a component library that is highly compatible with Delphi's Visual Component Library (VCL). The Lazarus Component Library (LCL) includes equivalents for many of the familiar VCL controls such as forms, buttons, text boxes and so on, which are used to create applications with a graphical user interface (GUI).
To install lazarus, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install lazarus
To see what files were installed by lazarus, run:
port contents lazarus
To later upgrade lazarus, run:
sudo port selfupdate && sudo port upgrade lazarus
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.