diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2009-06-06 23:29:08 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2009-06-06 23:29:08 +0000 |
commit | 9139e38d27b2c9de3ba737e80cafe750602689d8 (patch) | |
tree | 59273fbfa5cb4adeac40f67244acf661ed4e065f /japanese | |
parent | 23d59462b8ec502b248143cd60b89c26c9f40f39 (diff) | |
download | ports-9139e38d27b2c9de3ba737e80cafe750602689d8.tar.gz ports-9139e38d27b2c9de3ba737e80cafe750602689d8.zip |
Notes
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/Makefile | 1 | ||||
-rw-r--r-- | japanese/p5-Lingua-JA-Regular-Unicode/Makefile | 31 | ||||
-rw-r--r-- | japanese/p5-Lingua-JA-Regular-Unicode/distinfo | 3 | ||||
-rw-r--r-- | japanese/p5-Lingua-JA-Regular-Unicode/pkg-descr | 3 | ||||
-rw-r--r-- | japanese/p5-Lingua-JA-Regular-Unicode/pkg-plist | 9 |
5 files changed, 47 insertions, 0 deletions
diff --git a/japanese/Makefile b/japanese/Makefile index 3edd98c77b6f..8a257e6a760c 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -227,6 +227,7 @@ SUBDIR += p5-Jcode SUBDIR += p5-Lingua-JA-Kana SUBDIR += p5-Lingua-JA-Numbers + SUBDIR += p5-Lingua-JA-Regular-Unicode SUBDIR += p5-Lingua-JA-Summarize-Extract SUBDIR += p5-Mail-SpamAssassin SUBDIR += p5-MeCab diff --git a/japanese/p5-Lingua-JA-Regular-Unicode/Makefile b/japanese/p5-Lingua-JA-Regular-Unicode/Makefile new file mode 100644 index 000000000000..20f35840c639 --- /dev/null +++ b/japanese/p5-Lingua-JA-Regular-Unicode/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: Lingua::JA::Regular::Unicode +# Date created: 06 Jun 2009 +# Whom: Jun Kuriyama <kuriyama@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Lingua-JA-Regular-Unicode +PORTVERSION= 0.02 +CATEGORIES= japanese perl5 +MASTER_SITES= CPAN + +MAINTAINER= kuriyama@FreeBSD.org +COMMENT= Perl extension to convert Japanese chars + +#RUN_DEPENDS= +BUILD_DEPENDS= p5-YAML>0:${PORTSDIR}/textproc/p5-YAML + +PERL_CONFIGURE= yes + +MAN3= Lingua::JA::Regular::Unicode.3 + +.include <bsd.port.pre.mk> + +PKGNAMEPREFIX:= ${PKGNAMEPREFIX}p5- + +.if ${PERL_LEVEL} < 500801 +IGNORE= older perl not supported +.endif + +.include <bsd.port.post.mk> diff --git a/japanese/p5-Lingua-JA-Regular-Unicode/distinfo b/japanese/p5-Lingua-JA-Regular-Unicode/distinfo new file mode 100644 index 000000000000..bf86e4ac7221 --- /dev/null +++ b/japanese/p5-Lingua-JA-Regular-Unicode/distinfo @@ -0,0 +1,3 @@ +MD5 (Lingua-JA-Regular-Unicode-0.02.tar.gz) = eab12598f7cd960730e30669ec735cfb +SHA256 (Lingua-JA-Regular-Unicode-0.02.tar.gz) = ba2746ec99930b4af175e69e991cd0626150425d6f034f6546a022923860292d +SIZE (Lingua-JA-Regular-Unicode-0.02.tar.gz) = 41469 diff --git a/japanese/p5-Lingua-JA-Regular-Unicode/pkg-descr b/japanese/p5-Lingua-JA-Regular-Unicode/pkg-descr new file mode 100644 index 000000000000..ae1db8fa67ad --- /dev/null +++ b/japanese/p5-Lingua-JA-Regular-Unicode/pkg-descr @@ -0,0 +1,3 @@ +Convert Japanese characters. + +WWW: http://search.cpan.org/dist/Lingua-JA-Regular-Unicode/ diff --git a/japanese/p5-Lingua-JA-Regular-Unicode/pkg-plist b/japanese/p5-Lingua-JA-Regular-Unicode/pkg-plist new file mode 100644 index 000000000000..12fe6e0f5d69 --- /dev/null +++ b/japanese/p5-Lingua-JA-Regular-Unicode/pkg-plist @@ -0,0 +1,9 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/JA/Regular/Unicode/.packlist +%%SITE_PERL%%/Lingua/JA/Regular/Unicode.pm +@dirrmtry %%SITE_PERL%%/Lingua/JA/Regular +@dirrmtry %%SITE_PERL%%/Lingua/JA +@dirrmtry %%SITE_PERL%%/Lingua +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/JA/Regular/Unicode +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/JA/Regular +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/JA +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lingua/ |