aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--japanese/Makefile1
-rw-r--r--japanese/py-jaconv/Makefile21
-rw-r--r--japanese/py-jaconv/distinfo3
-rw-r--r--japanese/py-jaconv/pkg-descr4
4 files changed, 29 insertions, 0 deletions
diff --git a/japanese/Makefile b/japanese/Makefile
index 4569e365efa0..a3b74c776313 100644
--- a/japanese/Makefile
+++ b/japanese/Makefile
@@ -217,6 +217,7 @@
SUBDIR += plain2
SUBDIR += plan
SUBDIR += prn
+ SUBDIR += py-jaconv
SUBDIR += py-mecab
SUBDIR += py-tegaki
SUBDIR += py-tegaki-gtk
diff --git a/japanese/py-jaconv/Makefile b/japanese/py-jaconv/Makefile
new file mode 100644
index 000000000000..25b611550682
--- /dev/null
+++ b/japanese/py-jaconv/Makefile
@@ -0,0 +1,21 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= jaconv
+PORTVERSION= 0.2.4
+CATEGORIES= japanese python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Japanese character interconverter for Hiragana, Katakana, Hankaku and Zenkaku
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USES= python
+USE_PYTHON= autoplist concurrent distutils
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/japanese/py-jaconv/distinfo b/japanese/py-jaconv/distinfo
new file mode 100644
index 000000000000..65948380342f
--- /dev/null
+++ b/japanese/py-jaconv/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1582811370
+SHA256 (jaconv-0.2.4.tar.gz) = 2ccdf768da20d55f30e8801e5e2e27783aae1bb29b890e503e1124134d6d09c9
+SIZE (jaconv-0.2.4.tar.gz) = 11912
diff --git a/japanese/py-jaconv/pkg-descr b/japanese/py-jaconv/pkg-descr
new file mode 100644
index 000000000000..07ad75d04022
--- /dev/null
+++ b/japanese/py-jaconv/pkg-descr
@@ -0,0 +1,4 @@
+jaconv (Japanese Converter) is interconverter for Hiragana, Katakana, Hankaku
+(half-width character) and Zenkaku (full-width character).
+
+WWW: https://github.com/ikegami-yukino/jaconv