diff options
author | miwi <miwi@FreeBSD.org> | 2007-06-04 16:04:27 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-06-04 16:04:27 +0800 |
commit | 393a8e4a6ffb08fcc84e87f3805d351eebdde44d (patch) | |
tree | 5f855f0c60d81cfdb85c4711fc749e890cd028e4 /japanese | |
parent | 741169ea06d8a65bddb92f6ab44ce2eaa66b0416 (diff) | |
download | freebsd-ports-gnome-393a8e4a6ffb08fcc84e87f3805d351eebdde44d.tar.gz freebsd-ports-gnome-393a8e4a6ffb08fcc84e87f3805d351eebdde44d.tar.zst freebsd-ports-gnome-393a8e4a6ffb08fcc84e87f3805d351eebdde44d.zip |
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>
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/Makefile | 1 | ||||
-rw-r--r-- | japanese/p5-DateTime-Calendar-Japanese-Era/Makefile | 26 | ||||
-rw-r--r-- | japanese/p5-DateTime-Calendar-Japanese-Era/distinfo | 3 | ||||
-rw-r--r-- | japanese/p5-DateTime-Calendar-Japanese-Era/pkg-descr | 7 | ||||
-rw-r--r-- | japanese/p5-DateTime-Calendar-Japanese-Era/pkg-plist | 10 |
5 files changed, 47 insertions, 0 deletions
diff --git a/japanese/Makefile b/japanese/Makefile index d4ec8ce90858..c5f7d1754ad0 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -266,6 +266,7 @@ SUBDIR += p5-Acme-Lou SUBDIR += p5-Date-Japanese-Era SUBDIR += p5-Date-Japanese-Holiday + SUBDIR += p5-DateTime-Calendar-Japanese-Era SUBDIR += p5-Encode-EUCJPMS SUBDIR += p5-FormValidator-Simple-Plugin-Number-Phone-JP SUBDIR += p5-Jcode 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 |