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/
This commit is contained in:
parent
4f23ef7d6b
commit
f496ce457f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=392650
@ -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
|
||||
|
25
japanese/p5-Lingua-JA-Moji/Makefile
Normal file
25
japanese/p5-Lingua-JA-Moji/Makefile
Normal file
@ -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>
|
2
japanese/p5-Lingua-JA-Moji/distinfo
Normal file
2
japanese/p5-Lingua-JA-Moji/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Lingua-JA-Moji-0.36.tar.gz) = e2c0d3ddcee2787db4d72cdfe3c0bb6ad44d099f2157ab3f28c21f7a75c3964e
|
||||
SIZE (Lingua-JA-Moji-0.36.tar.gz) = 37514
|
10
japanese/p5-Lingua-JA-Moji/pkg-descr
Normal file
10
japanese/p5-Lingua-JA-Moji/pkg-descr
Normal file
@ -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/
|
17
japanese/p5-Lingua-JA-Moji/pkg-plist
Normal file
17
japanese/p5-Lingua-JA-Moji/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user