Tcl::pTk - Interface to Tcl/Tk with Perl/Tk compatible syntax
Tcl::pTk interfaces perl to an existing Tcl/Tk installation on your computer. It has fully perl/tk compatible syntax for running existing perl/tk scripts, as well as direct-tcl syntax for using any other Tcl/Tk features.
Using this module an interpreter object is created, which then provides access to all the installed Tcl libraries (Tk, Tix, BWidgets, BLT, etc) and existing features (for example native-looking widgets using the Tile package).
Tcl::pTk interfaces perl to an existing Tcl/Tk installation on your computer. It has fully perl/tk compatible syntax for running existing perl/tk scripts, as well as direct-tcl syntax for using any other Tcl/Tk features.
Using this module an interpreter object is created, which then provides access to all the installed Tcl libraries (Tk, Tix, BWidgets, BLT, etc) and existing features (for example native-looking widgets using the Tile package).
To install p5.30-tcl-ptk, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install p5.30-tcl-ptk
To see what files were installed by p5.30-tcl-ptk, run:
port contents p5.30-tcl-ptk
To later upgrade p5.30-tcl-ptk, run:
sudo port selfupdate && sudo port upgrade p5.30-tcl-ptk
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.