diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-02-27 21:23:33 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-02-27 21:23:33 +0000 |
commit | 6d3f3657989ff70f3001d8b313447f0ff47455c1 (patch) | |
tree | d789580d0e3baa6d4e6e4450b1bbe168199d54ef /japanese | |
parent | 874e2330c4382dd929b0f50d1027c6a46dddcd6b (diff) |
Notes
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/Makefile | 1 | ||||
-rw-r--r-- | japanese/py-jaconv/Makefile | 21 | ||||
-rw-r--r-- | japanese/py-jaconv/distinfo | 3 | ||||
-rw-r--r-- | japanese/py-jaconv/pkg-descr | 4 |
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 |