From 04060dec264ffdb68bd8e3d3d100405eab3a4d68 Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Sat, 19 Oct 2002 19:42:05 +0000 Subject: add p5-Astro-DSS 1.6 An OO interface to the 1st and 2nd Digital Sky Surveys --- astro/p5-Astro-DSS/Makefile | 28 ++++++++++++++++++++++++++++ astro/p5-Astro-DSS/distinfo | 1 + astro/p5-Astro-DSS/pkg-comment | 1 + astro/p5-Astro-DSS/pkg-descr | 4 ++++ astro/p5-Astro-DSS/pkg-plist | 5 +++++ 5 files changed, 39 insertions(+) create mode 100644 astro/p5-Astro-DSS/Makefile create mode 100644 astro/p5-Astro-DSS/distinfo create mode 100644 astro/p5-Astro-DSS/pkg-comment create mode 100644 astro/p5-Astro-DSS/pkg-descr create mode 100644 astro/p5-Astro-DSS/pkg-plist (limited to 'astro/p5-Astro-DSS') 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 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 -- cgit v1.2.3