diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-10-19 19:42:05 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-10-19 19:42:05 +0000 |
commit | b2bfd48624e1b928e1ef73d4f2c2101fb9656524 (patch) | |
tree | 9a5724cf0a9223b64e20382f6fb5e488c3a78f7d /astro | |
parent | fe99bbd841e76198c2cb4189dcaf9b277ff0c6ff (diff) | |
download | FreeBSD-ports-b2bfd48624e1b928e1ef73d4f2c2101fb9656524.zip FreeBSD-ports-b2bfd48624e1b928e1ef73d4f2c2101fb9656524.tar.gz |
add p5-Astro-DSS 1.6
An OO interface to the 1st and 2nd Digital Sky Surveys
Diffstat (limited to 'astro')
-rw-r--r-- | astro/Makefile | 1 | ||||
-rw-r--r-- | astro/p5-Astro-DSS/Makefile | 28 | ||||
-rw-r--r-- | astro/p5-Astro-DSS/distinfo | 1 | ||||
-rw-r--r-- | astro/p5-Astro-DSS/pkg-comment | 1 | ||||
-rw-r--r-- | astro/p5-Astro-DSS/pkg-descr | 4 | ||||
-rw-r--r-- | astro/p5-Astro-DSS/pkg-plist | 5 |
6 files changed, 40 insertions, 0 deletions
diff --git a/astro/Makefile b/astro/Makefile index 000e664..65dbd4f 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 0000000..96c7401 --- /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 0000000..61968a3 --- /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 0000000..5261fd5 --- /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 0000000..3d7037e --- /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 0000000..f854fdd --- /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 |