summaryrefslogtreecommitdiffstats
path: root/astro
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2004-03-12 08:08:54 +0000
committerijliao <ijliao@FreeBSD.org>2004-03-12 08:08:54 +0000
commit7a629a45115db9849cad00ac57febc9804f35a77 (patch)
tree3d24d5c8a3f3c303d9bebeebb2adbe989cc2268d /astro
parentbdb80e789e6bc0a6b3cc47defc677c57673437f9 (diff)
downloadFreeBSD-ports-7a629a45115db9849cad00ac57febc9804f35a77.zip
FreeBSD-ports-7a629a45115db9849cad00ac57febc9804f35a77.tar.gz
add p5-Astro-FITS-Header 2.8.1
Object Orientated interface to FITS HDUs
Diffstat (limited to 'astro')
-rw-r--r--astro/Makefile1
-rw-r--r--astro/p5-Astro-FITS-Header/Makefile27
-rw-r--r--astro/p5-Astro-FITS-Header/distinfo2
-rw-r--r--astro/p5-Astro-FITS-Header/pkg-descr5
-rw-r--r--astro/p5-Astro-FITS-Header/pkg-plist12
5 files changed, 47 insertions, 0 deletions
diff --git a/astro/Makefile b/astro/Makefile
index ed106b9..acfcbe2 100644
--- a/astro/Makefile
+++ b/astro/Makefile
@@ -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
diff --git a/astro/p5-Astro-FITS-Header/Makefile b/astro/p5-Astro-FITS-Header/Makefile
new file mode 100644
index 0000000..c8e1878
--- /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 0000000..46db509
--- /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 0000000..b2dba4e
--- /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 0000000..1abf037
--- /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
OpenPOWER on IntegriCloud