summaryrefslogtreecommitdiff
path: root/astro
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-10-19 19:42:05 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-10-19 19:42:05 +0000
commit04060dec264ffdb68bd8e3d3d100405eab3a4d68 (patch)
tree9fa3d98cc55cf9131e1d0c3982fab4c4d68110b0 /astro
parentadd p5-Astro-SIMBAD 1.9.3 (diff)
add p5-Astro-DSS 1.6
An OO interface to the 1st and 2nd Digital Sky Surveys
Notes
Notes: svn path=/head/; revision=68373
Diffstat (limited to 'astro')
-rw-r--r--astro/Makefile1
-rw-r--r--astro/p5-Astro-DSS/Makefile28
-rw-r--r--astro/p5-Astro-DSS/distinfo1
-rw-r--r--astro/p5-Astro-DSS/pkg-comment1
-rw-r--r--astro/p5-Astro-DSS/pkg-descr4
-rw-r--r--astro/p5-Astro-DSS/pkg-plist5
6 files changed, 40 insertions, 0 deletions
diff --git a/astro/Makefile b/astro/Makefile
index 000e664a4a76..65dbd4f226a0 100644
--- a/astro/Makefile
+++ b/astro/Makefile
@@ -23,6 +23,7 @@
SUBDIR += nightfall
SUBDIR += openuniverse
SUBDIR += p5-Astro-ADS
+ SUBDIR += p5-Astro-DSS
SUBDIR += p5-Astro-MoonPhase
SUBDIR += p5-Astro-SIMBAD
SUBDIR += p5-Astro-SunTime
diff --git a/astro/p5-Astro-DSS/Makefile b/astro/p5-Astro-DSS/Makefile
new file mode 100644
index 000000000000..96c74017d192
--- /dev/null
+++ b/astro/p5-Astro-DSS/Makefile
@@ -0,0 +1,28 @@
+# ex:ts=8
+# Ports collection makefile for: Astro-DSS
+# Date created: Oct 19, 2002
+# Whom: ijliao
+#
+# $FreeBSD$
+#
+
+PORTNAME= Astro-DSS
+PORTVERSION= 1.6
+CATEGORIES= astro perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \
+ http://www.astro.ex.ac.uk/estar/software/
+MASTER_SITE_SUBDIR= Astro
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= ports@FreeBSD.org
+
+BUILD_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww
+RUN_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww
+
+SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
+PERL_CONFIGURE= yes
+
+MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+MAN3= Astro::DSS.3
+
+.include <bsd.port.mk>
diff --git a/astro/p5-Astro-DSS/distinfo b/astro/p5-Astro-DSS/distinfo
new file mode 100644
index 000000000000..61968a3996e3
--- /dev/null
+++ b/astro/p5-Astro-DSS/distinfo
@@ -0,0 +1 @@
+MD5 (Astro-DSS-1.6.tar.gz) = f167c8b6027a58e8190abb670726a862
diff --git a/astro/p5-Astro-DSS/pkg-comment b/astro/p5-Astro-DSS/pkg-comment
new file mode 100644
index 000000000000..5261fd56162a
--- /dev/null
+++ b/astro/p5-Astro-DSS/pkg-comment
@@ -0,0 +1 @@
+An OO interface to the 1st and 2nd Digital Sky Surveys
diff --git a/astro/p5-Astro-DSS/pkg-descr b/astro/p5-Astro-DSS/pkg-descr
new file mode 100644
index 000000000000..3d7037e0e228
--- /dev/null
+++ b/astro/p5-Astro-DSS/pkg-descr
@@ -0,0 +1,4 @@
+The module is an object orientated interface to the both the first and second
+Digital Sky Surveys at the ESO-ECF online archive. While the first sky survey
+is 100% complete, the second survey covers 98% of the sky in Red, 45% of the
+sky in Blue and 27% of the sky in the Infra-red.
diff --git a/astro/p5-Astro-DSS/pkg-plist b/astro/p5-Astro-DSS/pkg-plist
new file mode 100644
index 000000000000..f854fdd1fe9e
--- /dev/null
+++ b/astro/p5-Astro-DSS/pkg-plist
@@ -0,0 +1,5 @@
+lib/perl5/site_perl/%%PERL_VER%%/Astro/DSS.pm
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Astro/DSS/.packlist
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Astro/DSS
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Astro 2>/dev/null || true
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Astro 2>/dev/null || true