Pcal is a program to print PostScript calendars for any month and year. By default, it looks for a file in the home directory named calendar for entries with leading dates matching dates on the calendar, and prints any following text under the appropriate day.
Pcal is a program to print PostScript calendars for any month and year. By default, it looks for a file in the home directory named calendar for entries with leading dates matching dates on the calendar, and prints any following text under the appropriate day.
To install pcal, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install pcal
To see what files were installed by pcal, run:
port contents pcal
To later upgrade pcal, run:
sudo port selfupdate && sudo port upgrade pcal
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.