mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Starlink::AST provides a perl wrapper to the Starlink AST library.
The Starlink AST library provides facilities for transforming coordinates from one system to another in an object oriented manner. Multiple coordinate frames can be associated with a data set and it is also possible to generate automatic mappings between frames. Coordinate frame objects can be imported from FITS headers and from NDF files. WWW: http://search.cpan.org/dist/Starlink-AST/
This commit is contained in:
parent
65112e039d
commit
c5050b497a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=302004
5 changed files with 51 additions and 0 deletions
|
@ -74,6 +74,7 @@
|
|||
SUBDIR += p5-GPS-OID
|
||||
SUBDIR += p5-Geo-METAR
|
||||
SUBDIR += p5-Misc-Quality
|
||||
SUBDIR += p5-Starlink-AST
|
||||
SUBDIR += p5-Weather-Underground
|
||||
SUBDIR += p5-ZConf-Weather
|
||||
SUBDIR += phoon
|
||||
|
|
28
astro/p5-Starlink-AST/Makefile
Normal file
28
astro/p5-Starlink-AST/Makefile
Normal file
|
@ -0,0 +1,28 @@
|
|||
# New ports collection makefile for: p5-Starlink-AST
|
||||
# Date created: 2012-07-01
|
||||
# Whom: Wen Heping<wen@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Starlink-AST
|
||||
PORTVERSION= 1.02
|
||||
CATEGORIES= astro perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:TJENNESS
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= wen@FreeBSD.org
|
||||
COMMENT= Interface to the Starlink AST library
|
||||
|
||||
BUILD_DEPENDS= p5-Test-Number-Delta>=0:${PORTSDIR}/devel/p5-Test-Number-Delta
|
||||
RUN_DEPENDS= p5-Test-Number-Delta>=0:${PORTSDIR}/devel/p5-Test-Number-Delta
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
|
||||
MAN3= Starlink::AST.3 \
|
||||
Starlink::AST::PGPLOT.3 \
|
||||
Starlink::AST::Tk.3 \
|
||||
Starlink::AST::PLplot.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
astro/p5-Starlink-AST/distinfo
Normal file
2
astro/p5-Starlink-AST/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Starlink-AST-1.02.tar.gz) = 8669ce97f8f35e3e7a32b052bf25243cb200fd02ec47b58c090ae940d2bdcde2
|
||||
SIZE (Starlink-AST-1.02.tar.gz) = 5371426
|
10
astro/p5-Starlink-AST/pkg-descr
Normal file
10
astro/p5-Starlink-AST/pkg-descr
Normal file
|
@ -0,0 +1,10 @@
|
|||
Starlink::AST provides a perl wrapper to the Starlink AST library.
|
||||
The Starlink AST library provides facilities for transforming coordinates
|
||||
from one system to another in an object oriented manner. Multiple
|
||||
coordinate frames can be associated with a data set and it is also
|
||||
possible to generate automatic mappings between frames.
|
||||
|
||||
Coordinate frame objects can be imported from FITS headers and from
|
||||
NDF files.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Starlink-AST/
|
10
astro/p5-Starlink-AST/pkg-plist
Normal file
10
astro/p5-Starlink-AST/pkg-plist
Normal file
|
@ -0,0 +1,10 @@
|
|||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Starlink/AST/AST.bs
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Starlink/AST/AST.so
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/Starlink/AST/Tk.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/Starlink/AST/PGPLOT.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/Starlink/AST/PLplot.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/Starlink/AST.pm
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Starlink/AST
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Starlink
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Starlink/AST
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Starlink
|
Loading…
Add table
Reference in a new issue