mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 02:16:27 -04:00
add p5-Astro-FITS-Header 2.8.1
Object Orientated interface to FITS HDUs
This commit is contained in:
parent
f4ed60456d
commit
def088557e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=103734
5 changed files with 47 additions and 0 deletions
|
@ -31,6 +31,7 @@
|
|||
SUBDIR += p5-Astro-ADS
|
||||
SUBDIR += p5-Astro-Catalog
|
||||
SUBDIR += p5-Astro-DSS
|
||||
SUBDIR += p5-Astro-FITS-Header
|
||||
SUBDIR += p5-Astro-MoonPhase
|
||||
SUBDIR += p5-Astro-SIMBAD
|
||||
SUBDIR += p5-Astro-SunTime
|
||||
|
|
27
astro/p5-Astro-FITS-Header/Makefile
Normal file
27
astro/p5-Astro-FITS-Header/Makefile
Normal file
|
@ -0,0 +1,27 @@
|
|||
# ex:ts=8
|
||||
# Ports collection makefile for: Astro-FITS-Header
|
||||
# Date created: Mar 10, 2004
|
||||
# Whom: ijliao
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Astro-FITS-Header
|
||||
PORTVERSION= 2.8.1
|
||||
CATEGORIES= astro perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Astro
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Object Orientated interface to FITS HDUs
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Astro::FITS::Header.3 \
|
||||
Astro::FITS::Header::CFITSIO.3 \
|
||||
Astro::FITS::Header::GSD.3 \
|
||||
Astro::FITS::Header::Item.3 \
|
||||
Astro::FITS::Header::NDF.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
astro/p5-Astro-FITS-Header/distinfo
Normal file
2
astro/p5-Astro-FITS-Header/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
MD5 (Astro-FITS-Header-2.8.1.tar.gz) = 08ae3810997e4e5c92bd2f5013892cba
|
||||
SIZE (Astro-FITS-Header-2.8.1.tar.gz) = 73908
|
5
astro/p5-Astro-FITS-Header/pkg-descr
Normal file
5
astro/p5-Astro-FITS-Header/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
Stores information about a FITS header block in an object. Takes an hash with
|
||||
an array reference as an arguement. The array should contain a list of FITS
|
||||
header cards as input.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Astro-FITS-Header/
|
12
astro/p5-Astro-FITS-Header/pkg-plist
Normal file
12
astro/p5-Astro-FITS-Header/pkg-plist
Normal file
|
@ -0,0 +1,12 @@
|
|||
%%SITE_PERL%%/Astro/FITS/Header.pm
|
||||
%%SITE_PERL%%/Astro/FITS/Header/CFITSIO.pm
|
||||
%%SITE_PERL%%/Astro/FITS/Header/GSD.pm
|
||||
%%SITE_PERL%%/Astro/FITS/Header/Item.pm
|
||||
%%SITE_PERL%%/Astro/FITS/Header/NDF.pm
|
||||
@dirrm %%SITE_PERL%%/Astro/FITS/Header
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Astro/FITS 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Astro 2>/dev/null || true
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Astro/FITS/Header/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Astro/FITS/Header
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Astro/FITS 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Astro 2>/dev/null || true
|
Loading…
Add table
Reference in a new issue