diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-06-04 08:04:27 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-06-04 08:04:27 +0000 |
commit | 0c172948d3abceeee19c951e943fa0af8c233e41 (patch) | |
tree | dec4ebb755c0aac2dd152000aa73c673502da070 /japanese/p5-DateTime-Calendar-Japanese-Era | |
parent | 12dc763d7d9cd338d1d20611ae7aa23419831e88 (diff) |
Japan traditionally used an "era" system since 645. In modern days
(since the Meiji era) eras can only be renewed when a new emperor
succeeds his predecessor. Until then new eras were proclaimed for
various reasons, including the succession of the shogunate during the
Tokugawa shogunate.
WWW: http://search.cpan.org/~dmaki/DateTime-Calendar-Japanese-Era-0.07/
PR: ports/113162
Submitted by: Masahiro Teramoto <markun at onohara.to>
Notes
Notes:
svn path=/head/; revision=192677
Diffstat (limited to 'japanese/p5-DateTime-Calendar-Japanese-Era')
4 files changed, 46 insertions, 0 deletions
diff --git a/japanese/p5-DateTime-Calendar-Japanese-Era/Makefile b/japanese/p5-DateTime-Calendar-Japanese-Era/Makefile new file mode 100644 index 000000000000..faed3c203b00 --- /dev/null +++ b/japanese/p5-DateTime-Calendar-Japanese-Era/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: p5-DateTime-Calendar-Japanese-Era +# Date created: 2007-05-16 +# Whom: Masahiro Teramoto <markun@onohara.to> +# +# $FreeBSD$ +# + +PORTNAME= DateTime-Calendar-Japanese-Era +PORTVERSION= 0.07 +CATEGORIES= japanese devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= ../../authors/id/D/DM/DMAKI +PKGNAMEPREFIX= ja-p5- + +MAINTAINER= markun@onohara.to +COMMENT= DateTime Extension for Japanese Eras + +BUILD_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \ + p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= DateTime::Calendar::Japanese::Era.3 + +.include <bsd.port.mk> diff --git a/japanese/p5-DateTime-Calendar-Japanese-Era/distinfo b/japanese/p5-DateTime-Calendar-Japanese-Era/distinfo new file mode 100644 index 000000000000..e3a3bb924c5e --- /dev/null +++ b/japanese/p5-DateTime-Calendar-Japanese-Era/distinfo @@ -0,0 +1,3 @@ +MD5 (DateTime-Calendar-Japanese-Era-0.07.tar.gz) = 7ca5ed2f370ddc791c70037715028ec1 +SHA256 (DateTime-Calendar-Japanese-Era-0.07.tar.gz) = dff17681bb2f5c45d843dc6fa9d90a420a8f81fdc3678f845b3e19bcde7b6556 +SIZE (DateTime-Calendar-Japanese-Era-0.07.tar.gz) = 10489 diff --git a/japanese/p5-DateTime-Calendar-Japanese-Era/pkg-descr b/japanese/p5-DateTime-Calendar-Japanese-Era/pkg-descr new file mode 100644 index 000000000000..ee2832a046c9 --- /dev/null +++ b/japanese/p5-DateTime-Calendar-Japanese-Era/pkg-descr @@ -0,0 +1,7 @@ +Japan traditionally used an "era" system since 645. In modern days +(since the Meiji era) eras can only be renewed when a new emperor +succeeds his predecessor. Until then new eras were proclaimed for +various reasons, including the succession of the shogunate during the +Tokugawa shogunate. + +WWW: http://search.cpan.org/~dmaki/DateTime-Calendar-Japanese-Era-0.07/ diff --git a/japanese/p5-DateTime-Calendar-Japanese-Era/pkg-plist b/japanese/p5-DateTime-Calendar-Japanese-Era/pkg-plist new file mode 100644 index 000000000000..d59242816166 --- /dev/null +++ b/japanese/p5-DateTime-Calendar-Japanese-Era/pkg-plist @@ -0,0 +1,10 @@ +@comment $FreeBSD$ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Calendar/Japanese/Era/.packlist +%%SITE_PERL%%/DateTime/Calendar/Japanese/Era.pm +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Calendar/Japanese/Era +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Calendar/Japanese +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Calendar +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime +@dirrmtry %%SITE_PERL%%/DateTime/Calendar/Japanese +@dirrmtry %%SITE_PERL%%/DateTime/Calendar +@dirrmtry %%SITE_PERL%%/DateTime |