- 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/
This commit is contained in:
parent
242d04cfbe
commit
d34c82c9b2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=300710
5 changed files with 38 additions and 0 deletions
|
@ -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
|
||||
|
|
27
astro/p5-Astro-Telescope/Makefile
Normal file
27
astro/p5-Astro-Telescope/Makefile
Normal file
|
@ -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>
|
2
astro/p5-Astro-Telescope/distinfo
Normal file
2
astro/p5-Astro-Telescope/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Astro-Telescope-0.71.tar.gz) = 067a20daa6a11ebe03ffec57100889b72928ca569138af6307931dc4ec1878c6
|
||||
SIZE (Astro-Telescope-0.71.tar.gz) = 58185
|
4
astro/p5-Astro-Telescope/pkg-descr
Normal file
4
astro/p5-Astro-Telescope/pkg-descr
Normal file
|
@ -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/
|
4
astro/p5-Astro-Telescope/pkg-plist
Normal file
4
astro/p5-Astro-Telescope/pkg-plist
Normal file
|
@ -0,0 +1,4 @@
|
|||
%%SITE_PERL%%/Astro/Telescope.pm
|
||||
%%SITE_PERL%%/Astro/Telescope/MPC.pm
|
||||
@dirrmtry %%SITE_PERL%%/Astro/Telescope
|
||||
@dirrmtry %%SITE_PERL%%/Astro
|
Loading…
Reference in a new issue