mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- 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/
This commit is contained in:
parent
775825f0e5
commit
242d04cfbe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=300709
5 changed files with 44 additions and 0 deletions
|
@ -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
|
||||
|
|
24
astro/p5-Astro-PAL/Makefile
Normal file
24
astro/p5-Astro-PAL/Makefile
Normal file
|
@ -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>
|
2
astro/p5-Astro-PAL/distinfo
Normal file
2
astro/p5-Astro-PAL/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Astro-PAL-1.05.tar.gz) = b5d09d302ba3bf5af904d4b8ea01a95904322390f409c20ba6d98f197e9e4b7f
|
||||
SIZE (Astro-PAL-1.05.tar.gz) = 455597
|
10
astro/p5-Astro-PAL/pkg-descr
Normal file
10
astro/p5-Astro-PAL/pkg-descr
Normal file
|
@ -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/
|
7
astro/p5-Astro-PAL/pkg-plist
Normal file
7
astro/p5-Astro-PAL/pkg-plist
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue