summaryrefslogtreecommitdiff
path: root/astro
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2004-03-12 08:08:54 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2004-03-12 08:08:54 +0000
commitdef088557ec0120c70b6c7fd05c56bf176c24c00 (patch)
tree997bd963ab07cbae7e63d9c21bd37777891f0eb2 /astro
parentadd stlfilt 20040221 (diff)
add p5-Astro-FITS-Header 2.8.1
Object Orientated interface to FITS HDUs
Notes
Notes: svn path=/head/; revision=103734
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 ed106b9bd38e..acfcbe2c6ffc 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 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