diff --git a/korean/Makefile b/korean/Makefile index 32606b9788b3..f9573bcfaac1 100644 --- a/korean/Makefile +++ b/korean/Makefile @@ -1,54 +1,55 @@ COMMENT = Korean support SUBDIR += FreeWnn-lib SUBDIR += FreeWnn-server SUBDIR += aleefonts-ttf SUBDIR += baekmukfonts-bdf SUBDIR += baekmukfonts-ttf SUBDIR += d2coding-ttf SUBDIR += engdic SUBDIR += fcitx-hangul SUBDIR += fcitx5-hangul SUBDIR += h2ps SUBDIR += hanyangfonts SUBDIR += hcode SUBDIR += hmconv SUBDIR += hpscat SUBDIR += hunspell SUBDIR += ibus-hangul SUBDIR += imhangul-gtk2 SUBDIR += imhangul-gtk3 SUBDIR += kaistfonts SUBDIR += ko.TeX SUBDIR += ko.TeX-fonts-base SUBDIR += ko.TeX-fonts-extra SUBDIR += libhangul SUBDIR += libreoffice SUBDIR += munhwafonts-cid SUBDIR += nabi SUBDIR += nanum-barun-gothic SUBDIR += nanum-barun-pen SUBDIR += nanum-brush SUBDIR += nanum-gothic SUBDIR += nanum-gothic-coding SUBDIR += nanum-gothic-eco SUBDIR += nanum-myeongjo SUBDIR += nanum-myeongjo-eco SUBDIR += nanum-pen SUBDIR += nanum-square SUBDIR += nanum-square-round SUBDIR += nanumfonts SUBDIR += nhpf SUBDIR += p5-Lingua-KO-Hangul-Util SUBDIR += p5-Lingua-KO-Romanize-Hangul + SUBDIR += py-jamo SUBDIR += py-korean-lunar-calendar SUBDIR += scim-hangul SUBDIR += scim-tables SUBDIR += sourcehansans-otf SUBDIR += sourcehanserif-otf SUBDIR += spoqahansans-ttf SUBDIR += unfonts-core SUBDIR += unfonts-extra SUBDIR += uniksc .include diff --git a/korean/py-jamo/Makefile b/korean/py-jamo/Makefile new file mode 100644 index 000000000000..f07b187d439b --- /dev/null +++ b/korean/py-jamo/Makefile @@ -0,0 +1,18 @@ +PORTNAME= jamo +DISTVERSION= 0.4.1 +CATEGORIES= korean python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Hangul syllable and jamo analyzer +WWW= https://github.com/jdongian/python-jamo + +LICENSE= APACHE20 + +USES= python +USE_PYTHON= autoplist distutils + +NO_ARCH= yes + +.include diff --git a/korean/py-jamo/distinfo b/korean/py-jamo/distinfo new file mode 100644 index 000000000000..8bea9da0205e --- /dev/null +++ b/korean/py-jamo/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1773625154 +SHA256 (jamo-0.4.1.tar.gz) = ea65cf9d35338d0e0af48d75ff426d8a369b0ebde6f07051c3ac37256f56d025 +SIZE (jamo-0.4.1.tar.gz) = 7386 diff --git a/korean/py-jamo/pkg-descr b/korean/py-jamo/pkg-descr new file mode 100644 index 000000000000..bd18fabac30b --- /dev/null +++ b/korean/py-jamo/pkg-descr @@ -0,0 +1,5 @@ +jamo is Hangul syllable and jamo analyzer for Korean language processing. + +jamo provides functions to decompose Korean Hangul syllables into individual +jamo (consonants and vowels) and compose them back. Useful for Korean text +processing and normalization.