diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-07-10 14:58:59 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-07-10 14:58:59 +0800 |
commit | 80153f548d89d6e1922b89af3768c04b66c8af8c (patch) | |
tree | 426e83e5dcd4068402c95dd3e51594e0c02ce6ae /astro/p5-Astro-PAL/pkg-descr | |
parent | cb0741665b5d230686ff94d805978b857e166954 (diff) | |
download | freebsd-ports-gnome-80153f548d89d6e1922b89af3768c04b66c8af8c.tar.gz freebsd-ports-gnome-80153f548d89d6e1922b89af3768c04b66c8af8c.tar.zst freebsd-ports-gnome-80153f548d89d6e1922b89af3768c04b66c8af8c.zip |
- Add p5-Astro-PAL 1.05
Astro::PAL provides a Perl interface to either the Starlink PAL positional
astronomy library.
Return values are returned on the stack rather than being modified in place.
In addition small utility subroutines are provided that do useful tasks (from
the author's point of view) - specifically routines for calculating the Local
Sidereal Time.
WWW: http://search.cpan.org/dist/Astro-PAL/
Diffstat (limited to 'astro/p5-Astro-PAL/pkg-descr')
-rw-r--r-- | astro/p5-Astro-PAL/pkg-descr | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/astro/p5-Astro-PAL/pkg-descr b/astro/p5-Astro-PAL/pkg-descr new file mode 100644 index 000000000000..9b7a437f99dc --- /dev/null +++ b/astro/p5-Astro-PAL/pkg-descr @@ -0,0 +1,10 @@ +Astro::PAL provides a Perl interface to either the Starlink PAL positional +astronomy library. + +Return values are returned on the stack rather than being modified in place. + +In addition small utility subroutines are provided that do useful tasks (from +the author's point of view) - specifically routines for calculating the Local +Sidereal Time. + +WWW: http://search.cpan.org/dist/Astro-PAL/ |