From 65743a2f7ff2c02601a5286726274e16e7a64978 Mon Sep 17 00:00:00 2001 From: sunpoet Date: Tue, 10 Jul 2012 06:59:30 +0000 Subject: - Add p5-Astro-Telescope 0.71 Astro::Telescope is a class for handling properties of individual telescopes such as longitude, latitude, height and observational limits. WWW: http://search.cpan.org/dist/Astro-Telescope/ --- astro/Makefile | 1 + astro/p5-Astro-Telescope/Makefile | 27 +++++++++++++++++++++++++++ astro/p5-Astro-Telescope/distinfo | 2 ++ astro/p5-Astro-Telescope/pkg-descr | 4 ++++ astro/p5-Astro-Telescope/pkg-plist | 4 ++++ 5 files changed, 38 insertions(+) create mode 100644 astro/p5-Astro-Telescope/Makefile create mode 100644 astro/p5-Astro-Telescope/distinfo create mode 100644 astro/p5-Astro-Telescope/pkg-descr create mode 100644 astro/p5-Astro-Telescope/pkg-plist (limited to 'astro') diff --git a/astro/Makefile b/astro/Makefile index 85c52347715..48c77340d7a 100644 --- a/astro/Makefile +++ b/astro/Makefile @@ -65,6 +65,7 @@ SUBDIR += p5-Astro-SpaceTrack SUBDIR += p5-Astro-SunTime SUBDIR += p5-Astro-Sunrise + SUBDIR += p5-Astro-Telescope SUBDIR += p5-Astro-WaveBand SUBDIR += p5-Astro-satpass SUBDIR += p5-GPS diff --git a/astro/p5-Astro-Telescope/Makefile b/astro/p5-Astro-Telescope/Makefile new file mode 100644 index 00000000000..b6ec5476e35 --- /dev/null +++ b/astro/p5-Astro-Telescope/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: p5-Astro-Telescope +# Date created: 2012-07-01 +# Whom: Sunpoet Po-Chuan Hsieh +# +# $FreeBSD$ +# + +PORTNAME= Astro-Telescope +PORTVERSION= 0.71 +CATEGORIES= astro perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Class for obtaining telescope information + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Astro-PAL>=0.99:${PORTSDIR}/astro/p5-Astro-PAL +RUN_DEPENDS:= ${BUILD_DEPENDS} + +PERL_MODBUILD= yes + +MAN3= Astro::Telescope.3 + +.include diff --git a/astro/p5-Astro-Telescope/distinfo b/astro/p5-Astro-Telescope/distinfo new file mode 100644 index 00000000000..1788db83fce --- /dev/null +++ b/astro/p5-Astro-Telescope/distinfo @@ -0,0 +1,2 @@ +SHA256 (Astro-Telescope-0.71.tar.gz) = 067a20daa6a11ebe03ffec57100889b72928ca569138af6307931dc4ec1878c6 +SIZE (Astro-Telescope-0.71.tar.gz) = 58185 diff --git a/astro/p5-Astro-Telescope/pkg-descr b/astro/p5-Astro-Telescope/pkg-descr new file mode 100644 index 00000000000..5c3d03382b2 --- /dev/null +++ b/astro/p5-Astro-Telescope/pkg-descr @@ -0,0 +1,4 @@ +Astro::Telescope is a class for handling properties of individual telescopes +such as longitude, latitude, height and observational limits. + +WWW: http://search.cpan.org/dist/Astro-Telescope/ diff --git a/astro/p5-Astro-Telescope/pkg-plist b/astro/p5-Astro-Telescope/pkg-plist new file mode 100644 index 00000000000..f248880aa63 --- /dev/null +++ b/astro/p5-Astro-Telescope/pkg-plist @@ -0,0 +1,4 @@ +%%SITE_PERL%%/Astro/Telescope.pm +%%SITE_PERL%%/Astro/Telescope/MPC.pm +@dirrmtry %%SITE_PERL%%/Astro/Telescope +@dirrmtry %%SITE_PERL%%/Astro -- cgit