diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-12-12 13:12:11 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-12-12 13:12:11 +0000 |
commit | 2abcab56a667578109fe1c36d173a0a77da412b6 (patch) | |
tree | 612f7ad38104bda42c49904a2998d623729e9657 /japanese | |
parent | DateTime Extension for Traditional Japanese Calendars (diff) |
This module implements a DateTime::Format module
that can read Japanese date notations and create a
DateTime object, and vice versa.
Author: Daisuke Maki <dmaki@cpan.org>
WWW: http://search.cpan.org/~dmaki/DateTime-Format-Japanese/
PR: ports/117847
Submitted by: Masahiro Teramoto <markun at onohara.to>
Notes
Notes:
svn path=/head/; revision=203276
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/Makefile | 1 | ||||
-rw-r--r-- | japanese/p5-DateTime-Format-Japanese/Makefile | 35 | ||||
-rw-r--r-- | japanese/p5-DateTime-Format-Japanese/distinfo | 3 | ||||
-rw-r--r-- | japanese/p5-DateTime-Format-Japanese/pkg-descr | 6 | ||||
-rw-r--r-- | japanese/p5-DateTime-Format-Japanese/pkg-plist | 11 |
5 files changed, 56 insertions, 0 deletions
diff --git a/japanese/Makefile b/japanese/Makefile index c28ed3489c16..f0f36262daa7 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -248,6 +248,7 @@ SUBDIR += p5-Date-Japanese-Era SUBDIR += p5-Date-Japanese-Holiday SUBDIR += p5-DateTime-Calendar-Japanese-Era + SUBDIR += p5-DateTime-Format-Japanese SUBDIR += p5-Encode-EUCJPMS SUBDIR += p5-FormValidator-Simple-Plugin-Number-Phone-JP SUBDIR += p5-Jcode diff --git a/japanese/p5-DateTime-Format-Japanese/Makefile b/japanese/p5-DateTime-Format-Japanese/Makefile new file mode 100644 index 000000000000..722984ea27f7 --- /dev/null +++ b/japanese/p5-DateTime-Format-Japanese/Makefile @@ -0,0 +1,35 @@ +# New ports collection makefile for: p5-DateTime-Format-Japanese +# Date created: 2007-11-06 +# Whom: Masahiro Teramoto <markun@onohara.to> +# +# $FreeBSD$ +# + +PORTNAME= DateTime-Format-Japanese +PORTVERSION= 0.03 +CATEGORIES= japanese devel perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= ../../authors/id/D/DM/DMAKI +PKGNAMEPREFIX= ja-p5- + +MAINTAINER= markun@onohara.to +COMMENT= A Japanese DateTime Formatter + +BUILD_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \ + p5-DateTime-Calendar-Japanese>=0.05:${PORTSDIR}/devel/p5-DateTime-Calendar-Japanese \ + ja-p5-DateTime-Calendar-Japanese-Era>=0.07:${PORTSDIR}/japanese/p5-DateTime-Calendar-Japanese-Era \ + p5-DateTime-Format-Builder>=0:${PORTSDIR}/devel/p5-DateTime-Format-Builder \ + p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate +RUN_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \ + p5-DateTime-Calendar-Japanese>=0.05:${PORTSDIR}/devel/p5-DateTime-Calendar-Japanese \ + ja-p5-DateTime-Calendar-Japanese-Era>=0.07:${PORTSDIR}/japanese/p5-DateTime-Calendar-Japanese-Era \ + p5-DateTime-Format-Builder>=0:${PORTSDIR}/devel/p5-DateTime-Format-Builder \ + p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate + +PERL_CONFIGURE= yes + +MAN3= DateTime::Format::Japanese.3 \ + DateTime::Format::Japanese::Common.3 \ + DateTime::Format::Japanese::Traditional.3 + +.include <bsd.port.mk> diff --git a/japanese/p5-DateTime-Format-Japanese/distinfo b/japanese/p5-DateTime-Format-Japanese/distinfo new file mode 100644 index 000000000000..28322776dc96 --- /dev/null +++ b/japanese/p5-DateTime-Format-Japanese/distinfo @@ -0,0 +1,3 @@ +MD5 (DateTime-Format-Japanese-0.03.tar.gz) = 03a6d27c657739f57d29d7c2772c47a9 +SHA256 (DateTime-Format-Japanese-0.03.tar.gz) = 40c5b87a76db9084f4739730bcab04e63483ee65aef4796874aef45565e6a850 +SIZE (DateTime-Format-Japanese-0.03.tar.gz) = 13263 diff --git a/japanese/p5-DateTime-Format-Japanese/pkg-descr b/japanese/p5-DateTime-Format-Japanese/pkg-descr new file mode 100644 index 000000000000..04e87acfb737 --- /dev/null +++ b/japanese/p5-DateTime-Format-Japanese/pkg-descr @@ -0,0 +1,6 @@ +This module implements a DateTime::Format module +that can read Japanese date notations and create a +DateTime object, and vice versa. + +Author: Daisuke Maki <dmaki@cpan.org> +WWW: http://search.cpan.org/~dmaki/DateTime-Format-Japanese/ diff --git a/japanese/p5-DateTime-Format-Japanese/pkg-plist b/japanese/p5-DateTime-Format-Japanese/pkg-plist new file mode 100644 index 000000000000..bc8ace413e46 --- /dev/null +++ b/japanese/p5-DateTime-Format-Japanese/pkg-plist @@ -0,0 +1,11 @@ +@comment $FreeBSD$ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Format/Japanese/.packlist +%%SITE_PERL%%/DateTime/Format/Japanese.pm +%%SITE_PERL%%/DateTime/Format/Japanese/Common.pm +%%SITE_PERL%%/DateTime/Format/Japanese/Traditional.pm +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Format/Japanese +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Format +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime +@dirrmtry %%SITE_PERL%%/DateTime/Format/Japanese +@dirrmtry %%SITE_PERL%%/DateTime/Format +@dirrmtry %%SITE_PERL%%/DateTime |