Date: Wed, 22 Jul 2015 00:17:41 +0000 (UTC) From: Jun Kuriyama <kuriyama@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392650 - in head/japanese: . p5-Lingua-JA-Moji Message-ID: <201507220017.t6M0HfJV032063@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kuriyama Date: Wed Jul 22 00:17:40 2015 New Revision: 392650 URL: https://svnweb.freebsd.org/changeset/ports/392650 Log: This module provides methods to convert different written forms of Japanese into one another. It enables conversion between romanized Japanese, hiragana, and katakana. It also includes a number of unusual encodings such as Japanese braille and morse code, as well as conversions between Japanese and Cyrillic and Hangul. It also handles conversion between the Chinese characters (kanji) used before and after the character reforms of 1949, as well as the various bracketed and circled forms of kana and kanji. WWW: http://search.cpan.org/dist/Lingua-JA-Moji/ Added: head/japanese/p5-Lingua-JA-Moji/ head/japanese/p5-Lingua-JA-Moji/Makefile (contents, props changed) head/japanese/p5-Lingua-JA-Moji/distinfo (contents, props changed) head/japanese/p5-Lingua-JA-Moji/pkg-descr (contents, props changed) head/japanese/p5-Lingua-JA-Moji/pkg-plist (contents, props changed) Modified: head/japanese/Makefile Modified: head/japanese/Makefile ============================================================================== --- head/japanese/Makefile Tue Jul 21 23:54:37 2015 (r392649) +++ head/japanese/Makefile Wed Jul 22 00:17:40 2015 (r392650) @@ -197,6 +197,7 @@ SUBDIR += p5-HTML-MobileJp SUBDIR += p5-Jcode SUBDIR += p5-Lingua-JA-Kana + SUBDIR += p5-Lingua-JA-Moji SUBDIR += p5-Lingua-JA-Numbers SUBDIR += p5-Lingua-JA-Regular-Unicode SUBDIR += p5-Lingua-JA-Summarize-Extract Added: head/japanese/p5-Lingua-JA-Moji/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/japanese/p5-Lingua-JA-Moji/Makefile Wed Jul 22 00:17:40 2015 (r392650) @@ -0,0 +1,25 @@ +# $FreeBSD$ + +PORTNAME= Lingua-JA-Moji +PORTVERSION= 0.36 +CATEGORIES= japanese perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= kuriyama@FreeBSD.org +COMMENT= Perl extension to handle many kinds of Japanese characters + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +RUN_DEPENDS= \ + p5-Convert-Moji>=0.05:${PORTSDIR}/converters/p5-Convert-Moji +BUILD_DEPENDS= ${RUN_DEPENDS} + +USES= perl5 +USE_PERL5= configure +NO_ARCH= YES + +.include <bsd.port.pre.mk> +PKGNAMEPREFIX:= ${PKGNAMEPREFIX}p5- +.include <bsd.port.post.mk> Added: head/japanese/p5-Lingua-JA-Moji/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/japanese/p5-Lingua-JA-Moji/distinfo Wed Jul 22 00:17:40 2015 (r392650) @@ -0,0 +1,2 @@ +SHA256 (Lingua-JA-Moji-0.36.tar.gz) = e2c0d3ddcee2787db4d72cdfe3c0bb6ad44d099f2157ab3f28c21f7a75c3964e +SIZE (Lingua-JA-Moji-0.36.tar.gz) = 37514 Added: head/japanese/p5-Lingua-JA-Moji/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/japanese/p5-Lingua-JA-Moji/pkg-descr Wed Jul 22 00:17:40 2015 (r392650) @@ -0,0 +1,10 @@ +This module provides methods to convert different written forms of +Japanese into one another. It enables conversion between romanized +Japanese, hiragana, and katakana. It also includes a number of +unusual encodings such as Japanese braille and morse code, as well as +conversions between Japanese and Cyrillic and Hangul. It also handles +conversion between the Chinese characters (kanji) used before and +after the character reforms of 1949, as well as the various bracketed +and circled forms of kana and kanji. + +WWW: http://search.cpan.org/dist/Lingua-JA-Moji/ Added: head/japanese/p5-Lingua-JA-Moji/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/japanese/p5-Lingua-JA-Moji/pkg-plist Wed Jul 22 00:17:40 2015 (r392650) @@ -0,0 +1,17 @@ +%%PERL5_MAN3%%/Lingua::JA::Moji-ja.3.gz +%%PERL5_MAN3%%/Lingua::JA::Moji.3.gz +%%SITE_PERL%%/Lingua/JA/Moji-ja.pod +%%SITE_PERL%%/Lingua/JA/Moji.pm +%%SITE_PERL%%/Lingua/JA/Moji.pod +%%SITE_PERL%%/Lingua/JA/Moji/bracketed2kanji.txt +%%SITE_PERL%%/Lingua/JA/Moji/circled2kanji.txt +%%SITE_PERL%%/Lingua/JA/Moji/first2hangul.txt +%%SITE_PERL%%/Lingua/JA/Moji/katakana2braille.txt +%%SITE_PERL%%/Lingua/JA/Moji/katakana2circled.txt +%%SITE_PERL%%/Lingua/JA/Moji/katakana2cyrillic.txt +%%SITE_PERL%%/Lingua/JA/Moji/katakana2hw_katakana.txt +%%SITE_PERL%%/Lingua/JA/Moji/katakana2morse.txt +%%SITE_PERL%%/Lingua/JA/Moji/new_kanji2old_kanji.txt +%%SITE_PERL%%/Lingua/JA/Moji/rest2hangul.txt +%%SITE_PERL%%/Lingua/JA/Moji/romaji2katakana.txt +%%SITE_PERL%%/Lingua/JA/Moji/square-katakana.txt
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507220017.t6M0HfJV032063>