diff options
Diffstat (limited to 'astro/p5-Astro-FITS-Header')
-rw-r--r-- | astro/p5-Astro-FITS-Header/Makefile | 27 | ||||
-rw-r--r-- | astro/p5-Astro-FITS-Header/distinfo | 2 | ||||
-rw-r--r-- | astro/p5-Astro-FITS-Header/pkg-descr | 5 | ||||
-rw-r--r-- | astro/p5-Astro-FITS-Header/pkg-plist | 12 |
4 files changed, 46 insertions, 0 deletions
diff --git a/astro/p5-Astro-FITS-Header/Makefile b/astro/p5-Astro-FITS-Header/Makefile new file mode 100644 index 000000000000..c8e187819f90 --- /dev/null +++ b/astro/p5-Astro-FITS-Header/Makefile @@ -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> diff --git a/astro/p5-Astro-FITS-Header/distinfo b/astro/p5-Astro-FITS-Header/distinfo new file mode 100644 index 000000000000..46db509232dd --- /dev/null +++ b/astro/p5-Astro-FITS-Header/distinfo @@ -0,0 +1,2 @@ +MD5 (Astro-FITS-Header-2.8.1.tar.gz) = 08ae3810997e4e5c92bd2f5013892cba +SIZE (Astro-FITS-Header-2.8.1.tar.gz) = 73908 diff --git a/astro/p5-Astro-FITS-Header/pkg-descr b/astro/p5-Astro-FITS-Header/pkg-descr new file mode 100644 index 000000000000..b2dba4e1e5ed --- /dev/null +++ b/astro/p5-Astro-FITS-Header/pkg-descr @@ -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/ diff --git a/astro/p5-Astro-FITS-Header/pkg-plist b/astro/p5-Astro-FITS-Header/pkg-plist new file mode 100644 index 000000000000..1abf037e369d --- /dev/null +++ b/astro/p5-Astro-FITS-Header/pkg-plist @@ -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 |