diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-07-10 14:59:30 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-07-10 14:59:30 +0800 |
commit | 65743a2f7ff2c02601a5286726274e16e7a64978 (patch) | |
tree | 7be0d9e9642fc82dc5f1fe3a0a7b46b385d2c6e6 /astro | |
parent | 80153f548d89d6e1922b89af3768c04b66c8af8c (diff) | |
download | freebsd-ports-graphics-65743a2f7ff2c02601a5286726274e16e7a64978.tar.gz freebsd-ports-graphics-65743a2f7ff2c02601a5286726274e16e7a64978.tar.zst freebsd-ports-graphics-65743a2f7ff2c02601a5286726274e16e7a64978.zip |
- 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/
Diffstat (limited to 'astro')
-rw-r--r-- | astro/Makefile | 1 | ||||
-rw-r--r-- | astro/p5-Astro-Telescope/Makefile | 27 | ||||
-rw-r--r-- | astro/p5-Astro-Telescope/distinfo | 2 | ||||
-rw-r--r-- | astro/p5-Astro-Telescope/pkg-descr | 4 | ||||
-rw-r--r-- | astro/p5-Astro-Telescope/pkg-plist | 4 |
5 files changed, 38 insertions, 0 deletions
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 <sunpoet@FreeBSD.org> +# +# $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 <bsd.port.mk> 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 |