Date: Tue, 17 Mar 2026 07:52:56 +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: 279bc7153e1b - main - japanese/py-mojimoji: New port: Fast converter between Japanese hankaku and zenkaku characters Message-ID: <69b90858.3e8cb.69e79be@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=279bc7153e1b9dda7d1e93ee86c0ebc08bca575b commit 279bc7153e1b9dda7d1e93ee86c0ebc08bca575b Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2026-03-16 18:59:42 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2026-03-17 07:52:50 +0000 japanese/py-mojimoji: New port: Fast converter between Japanese hankaku and zenkaku characters --- japanese/Makefile | 1 + japanese/py-mojimoji/Makefile | 19 +++++++++++++++++++ japanese/py-mojimoji/distinfo | 3 +++ japanese/py-mojimoji/pkg-descr | 5 +++++ 4 files changed, 28 insertions(+) diff --git a/japanese/Makefile b/japanese/Makefile index 8aa382f0dd79..5a65f88956c9 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -226,6 +226,7 @@ SUBDIR += py-fugashi SUBDIR += py-ipadic SUBDIR += py-jaconv + SUBDIR += py-mojimoji SUBDIR += py-unidic SUBDIR += qkc SUBDIR += qolibri diff --git a/japanese/py-mojimoji/Makefile b/japanese/py-mojimoji/Makefile new file mode 100644 index 000000000000..4705ff6bb268 --- /dev/null +++ b/japanese/py-mojimoji/Makefile @@ -0,0 +1,19 @@ +PORTNAME= mojimoji +DISTVERSION= 0.0.13 +CATEGORIES= japanese python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Fast converter between Japanese hankaku and zenkaku characters +WWW= https://github.com/studio-ousia/mojimoji + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} + +USES= python +USE_PYTHON= distutils cython autoplist concurrent + +.include <bsd.port.mk> diff --git a/japanese/py-mojimoji/distinfo b/japanese/py-mojimoji/distinfo new file mode 100644 index 000000000000..6e71237cddd7 --- /dev/null +++ b/japanese/py-mojimoji/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1773625064 +SHA256 (mojimoji-0.0.13.tar.gz) = 0e6d2fba22cc8bf132a5bdf3a964296d9287a618d09681a12868f0fd518e4230 +SIZE (mojimoji-0.0.13.tar.gz) = 5010 diff --git a/japanese/py-mojimoji/pkg-descr b/japanese/py-mojimoji/pkg-descr new file mode 100644 index 000000000000..3ee5ad15909b --- /dev/null +++ b/japanese/py-mojimoji/pkg-descr @@ -0,0 +1,5 @@ +mojimoji is a fast converter between Japanese hankaku (half-width) and zenkaku +(full-width) characters. + +mojimoji provides simple functions to convert between half-width and full-width +Japanese characters, which is useful for text normalization.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69b90858.3e8cb.69e79be>
