From c3fe84b1c30650b04628b8867768b5c31ca69fc4 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Sat, 7 Jul 2007 00:14:55 +0000 Subject: Utilities for Astronomical Calculations WWW: http://search.cpan.org/dist/DateTime-Util-Astro/ PR: ports/113855 Submitted by: Masahiro Teramoto --- devel/Makefile | 1 + devel/p5-DateTime-Util-Astro/Makefile | 31 +++++++++++++++++++++++++++++++ devel/p5-DateTime-Util-Astro/distinfo | 3 +++ devel/p5-DateTime-Util-Astro/pkg-descr | 4 ++++ devel/p5-DateTime-Util-Astro/pkg-plist | 12 ++++++++++++ 5 files changed, 51 insertions(+) create mode 100644 devel/p5-DateTime-Util-Astro/Makefile create mode 100644 devel/p5-DateTime-Util-Astro/distinfo create mode 100644 devel/p5-DateTime-Util-Astro/pkg-descr create mode 100644 devel/p5-DateTime-Util-Astro/pkg-plist diff --git a/devel/Makefile b/devel/Makefile index 15871d57c887..f8ef5d095457 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1077,6 +1077,7 @@ SUBDIR += p5-DateTime-TimeZone SUBDIR += p5-DateTime-TimeZone-Alias SUBDIR += p5-DateTime-TimeZone-LMT + SUBDIR += p5-DateTime-Util-Astro SUBDIR += p5-DateTime-Util-Calc SUBDIR += p5-Decision-ACL SUBDIR += p5-Devel-Arena diff --git a/devel/p5-DateTime-Util-Astro/Makefile b/devel/p5-DateTime-Util-Astro/Makefile new file mode 100644 index 000000000000..0487fca75086 --- /dev/null +++ b/devel/p5-DateTime-Util-Astro/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: p5-DateTime-Util-Astro +# Date created: 2007-06-19 +# Whom: Masahiro Teramoto +# +# $FreeBSD$ +# + +PORTNAME= DateTime-Util-Astro +PORTVERSION= 0.11001 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= ../../authors/id/D/DM/DMAKI +PKGNAMEPREFIX= p5- + +MAINTAINER= markun@onohara.to +COMMENT= Utilities for Astronomical Calculations + +BUILD_DEPENDS= p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \ + p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \ + p5-DateTime-Util-Calc>=0.13:${PORTSDIR}/devel/p5-DateTime-Util-Calc \ + p5-Math-BigInt>=0:${PORTSDIR}/math/p5-Math-BigInt +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= DateTime::Util::Astro.3 \ + DateTime::Util::Astro::Common.3 \ + DateTime::Util::Astro::Moon.3 \ + DateTime::Util::Astro::Sun.3 + +.include diff --git a/devel/p5-DateTime-Util-Astro/distinfo b/devel/p5-DateTime-Util-Astro/distinfo new file mode 100644 index 000000000000..11ae083fb267 --- /dev/null +++ b/devel/p5-DateTime-Util-Astro/distinfo @@ -0,0 +1,3 @@ +MD5 (DateTime-Util-Astro-0.11001.tar.gz) = 712bb777f12bc3eebe7ae8ec468f238e +SHA256 (DateTime-Util-Astro-0.11001.tar.gz) = 8c8e313028a6758fd36bfed7ca87263676c7d0a22f22bb7c00d45970ae1958e5 +SIZE (DateTime-Util-Astro-0.11001.tar.gz) = 30783 diff --git a/devel/p5-DateTime-Util-Astro/pkg-descr b/devel/p5-DateTime-Util-Astro/pkg-descr new file mode 100644 index 000000000000..bde83a4baaab --- /dev/null +++ b/devel/p5-DateTime-Util-Astro/pkg-descr @@ -0,0 +1,4 @@ +Utilities for Astronomical Calculations + +Author: Daisuke Maki +WWW: http://search.cpan.org/dist/DateTime-Util-Astro/ diff --git a/devel/p5-DateTime-Util-Astro/pkg-plist b/devel/p5-DateTime-Util-Astro/pkg-plist new file mode 100644 index 000000000000..67f4dc8c315d --- /dev/null +++ b/devel/p5-DateTime-Util-Astro/pkg-plist @@ -0,0 +1,12 @@ +@comment $FreeBSD$ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Util/Astro/.packlist +%%SITE_PERL%%/DateTime/Util/Astro/Common.pm +%%SITE_PERL%%/DateTime/Util/Astro/Moon.pm +%%SITE_PERL%%/DateTime/Util/Astro/Sun.pm +%%SITE_PERL%%/DateTime/Util/Astro.pm +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Util/Astro +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Util +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime +@dirrmtry %%SITE_PERL%%/DateTime/Util/Astro +@dirrmtry %%SITE_PERL%%/DateTime/Util +@dirrmtry %%SITE_PERL%%/DateTime -- cgit