diff options
| author | Wen Heping <wen@FreeBSD.org> | 2010-12-25 01:28:32 +0000 |
|---|---|---|
| committer | Wen Heping <wen@FreeBSD.org> | 2010-12-25 01:28:32 +0000 |
| commit | 90e8c5cadf3f4700e588311bc48221a745660dbc (patch) | |
| tree | af62855120cff1fd7138704ed76df3cef165197a | |
| parent | Update KDE PIM to 4.4.9 (diff) | |
DateTime::Event::Zodiac returns the latin zodiac name or alternatively
the unicode zodiac symbol for the given date. The zodiac may be calculated
using either fixed dates or using the longitude/position of the sun.
WWW: http://search.cpan.org/dist/DateTime-Event-Zodiac/
PR: ports/153340
Submitted by: "Mikhail T." <michael@fun-box.ru>
| -rw-r--r-- | devel/Makefile | 1 | ||||
| -rw-r--r-- | devel/p5-DateTime-Event-Zodiac/Makefile | 26 | ||||
| -rw-r--r-- | devel/p5-DateTime-Event-Zodiac/distinfo | 2 | ||||
| -rw-r--r-- | devel/p5-DateTime-Event-Zodiac/pkg-descr | 5 | ||||
| -rw-r--r-- | devel/p5-DateTime-Event-Zodiac/pkg-plist | 7 |
5 files changed, 41 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index d2070ba88af4..e5f847cb5c05 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1478,6 +1478,7 @@ SUBDIR += p5-DateTime-Event-Recurrence SUBDIR += p5-DateTime-Event-SolarTerm SUBDIR += p5-DateTime-Event-Sunrise + SUBDIR += p5-DateTime-Event-Zodiac SUBDIR += p5-DateTime-Fiscal-Year SUBDIR += p5-DateTime-Format-Baby SUBDIR += p5-DateTime-Format-Bork diff --git a/devel/p5-DateTime-Event-Zodiac/Makefile b/devel/p5-DateTime-Event-Zodiac/Makefile new file mode 100644 index 000000000000..0eac0337a2f7 --- /dev/null +++ b/devel/p5-DateTime-Event-Zodiac/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: p5-DateTime-Event-Zodiac +# Date created: 2010-12-24 +# Whom: Mikhail T. <michael@fun-box.ru> +# $FreeBSD$ + +PORTNAME= DateTime-Event-Zodiac +PORTVERSION= 1.01 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= michael@fun-box.ru +COMMENT= Return zodiac for a given date + +RUN_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \ + p5-DateTime-Util-Astro>=0:${PORTSDIR}/devel/p5-DateTime-Util-Astro \ + p5-Exporter-Lite>=0:${PORTSDIR}/devel/p5-Exporter-Lite +BUILD_DEPENDS= ${RUN_DEPENDS} +TEST_DEPENDS= p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \ + p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage + +PERL_CONFIGURE= yes + +MAN3= DateTime::Event::Zodiac.3 + +.include <bsd.port.mk> diff --git a/devel/p5-DateTime-Event-Zodiac/distinfo b/devel/p5-DateTime-Event-Zodiac/distinfo new file mode 100644 index 000000000000..c9304d3b707a --- /dev/null +++ b/devel/p5-DateTime-Event-Zodiac/distinfo @@ -0,0 +1,2 @@ +SHA256 (DateTime-Event-Zodiac-1.01.tar.gz) = 9d5de51b90fd6b1ce6deacf1776ee0736a48f81ffe5768bcea6ed5c2387c691c +SIZE (DateTime-Event-Zodiac-1.01.tar.gz) = 12176 diff --git a/devel/p5-DateTime-Event-Zodiac/pkg-descr b/devel/p5-DateTime-Event-Zodiac/pkg-descr new file mode 100644 index 000000000000..fa8e7bc27de2 --- /dev/null +++ b/devel/p5-DateTime-Event-Zodiac/pkg-descr @@ -0,0 +1,5 @@ +DateTime::Event::Zodiac returns the latin zodiac name or alternatively +the unicode zodiac symbol for the given date. The zodiac may be calculated +using either fixed dates or using the longitude/position of the sun. + +WWW: http://search.cpan.org/dist/DateTime-Event-Zodiac/ diff --git a/devel/p5-DateTime-Event-Zodiac/pkg-plist b/devel/p5-DateTime-Event-Zodiac/pkg-plist new file mode 100644 index 000000000000..0a792e194c5e --- /dev/null +++ b/devel/p5-DateTime-Event-Zodiac/pkg-plist @@ -0,0 +1,7 @@ +%%SITE_PERL%%/DateTime/Event/Zodiac.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Event/Zodiac/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Event/Zodiac +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Event +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime +@dirrmtry %%SITE_PERL%%/DateTime/Event +@dirrmtry %%SITE_PERL%%/DateTime |
