Astro::Time, Astro::Coord and Astro::Misc provide a collection of useful astronomical routines written entirely in Perl. The routines provided include various time conversions, coordinate transformations, and string parsing as well as a number of astronomical tools. These routines should be used at your own risk! Most should give reasonable accurate results, but spot checks against your favorite program are recommenced. The B1950/J2000/Galactic coordinate routines are based on SLALIB routines and agree very closely.
Astro::Time, Astro::Coord and Astro::Misc provide a collection of useful astronomical routines written entirely in Perl. The routines provided include various time conversions, coordinate transformations, and string parsing as well as a number of astronomical tools. These routines should be used at your own risk! Most should give reasonable accurate results, but spot checks against your favorite program are recommenced. The B1950/J2000/Galactic coordinate routines are based on SLALIB routines and agree very closely.
To install p5.32-astro, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install p5.32-astro
To see what files were installed by p5.32-astro, run:
port contents p5.32-astro
To later upgrade p5.32-astro, run:
sudo port selfupdate && sudo port upgrade p5.32-astro
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.