diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-07-10 06:58:59 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-07-10 06:58:59 +0000 |
commit | 242d04cfbe3003e8fea4b024d17697199d2b9973 (patch) | |
tree | d5fb18ffecb6acd74d98236ad1c9e3e2a8eabfb5 /astro | |
parent | 775825f0e5f496f6c07ca0f1894be310b532ab63 (diff) |
Notes
Diffstat (limited to 'astro')
-rw-r--r-- | astro/Makefile | 1 | ||||
-rw-r--r-- | astro/p5-Astro-PAL/Makefile | 24 | ||||
-rw-r--r-- | astro/p5-Astro-PAL/distinfo | 2 | ||||
-rw-r--r-- | astro/p5-Astro-PAL/pkg-descr | 10 | ||||
-rw-r--r-- | astro/p5-Astro-PAL/pkg-plist | 7 |
5 files changed, 44 insertions, 0 deletions
diff --git a/astro/Makefile b/astro/Makefile index 0c6933056f16..85c523477157 100644 --- a/astro/Makefile +++ b/astro/Makefile @@ -59,6 +59,7 @@ SUBDIR += p5-Astro-Flux SUBDIR += p5-Astro-Hipparcos SUBDIR += p5-Astro-MoonPhase + SUBDIR += p5-Astro-PAL SUBDIR += p5-Astro-SIMBAD SUBDIR += p5-Astro-SIMBAD-Client SUBDIR += p5-Astro-SpaceTrack diff --git a/astro/p5-Astro-PAL/Makefile b/astro/p5-Astro-PAL/Makefile new file mode 100644 index 000000000000..f714879076fb --- /dev/null +++ b/astro/p5-Astro-PAL/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: p5-Astro-PAL +# Date created: 2012-07-01 +# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Astro-PAL +PORTVERSION= 1.05 +CATEGORIES= astro perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Perl interface to Starlink PAL positional astronomy library + +LICENSE= GPLv3 + +PERL_MODBUILD= yes + +MAN1= stime.1 +MAN3= Astro::PAL.3 + +.include <bsd.port.mk> diff --git a/astro/p5-Astro-PAL/distinfo b/astro/p5-Astro-PAL/distinfo new file mode 100644 index 000000000000..f2087da87b25 --- /dev/null +++ b/astro/p5-Astro-PAL/distinfo @@ -0,0 +1,2 @@ +SHA256 (Astro-PAL-1.05.tar.gz) = b5d09d302ba3bf5af904d4b8ea01a95904322390f409c20ba6d98f197e9e4b7f +SIZE (Astro-PAL-1.05.tar.gz) = 455597 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/ diff --git a/astro/p5-Astro-PAL/pkg-plist b/astro/p5-Astro-PAL/pkg-plist new file mode 100644 index 000000000000..89f463c21717 --- /dev/null +++ b/astro/p5-Astro-PAL/pkg-plist @@ -0,0 +1,7 @@ +bin/stime +%%SITE_PERL%%/%%PERL_ARCH%%/Astro/PAL.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Astro/PAL/PAL.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Astro/PAL/PAL.so +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Astro/PAL +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Astro +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Astro |