Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Mar 2026 07:52:55 +0000
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 3f3890a4faf6 - main - korean/py-jamo: New port: Hangul syllable and jamo analyzer
Message-ID:  <69b90857.3fc28.71d4f7f9@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3f3890a4faf699ecb9fa52af85026e1a3dbe1fd1

commit 3f3890a4faf699ecb9fa52af85026e1a3dbe1fd1
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-03-16 18:52:53 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-03-17 07:52:50 +0000

    korean/py-jamo: New port: Hangul syllable and jamo analyzer
---
 korean/Makefile          |  1 +
 korean/py-jamo/Makefile  | 18 ++++++++++++++++++
 korean/py-jamo/distinfo  |  3 +++
 korean/py-jamo/pkg-descr |  5 +++++
 4 files changed, 27 insertions(+)

diff --git a/korean/Makefile b/korean/Makefile
index 32606b9788b3..f9573bcfaac1 100644
--- a/korean/Makefile
+++ b/korean/Makefile
@@ -41,6 +41,7 @@
     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
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 <bsd.port.mk>
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.


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69b90857.3fc28.71d4f7f9>