diff options
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/py-hypua2jamo/Makefile | 16 | ||||
-rw-r--r-- | textproc/py-hypua2jamo/distinfo | 2 | ||||
-rw-r--r-- | textproc/py-hypua2jamo/pkg-descr | 3 |
4 files changed, 22 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 584a788f6f35..2f00322a838c 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1231,6 +1231,7 @@ SUBDIR += py-hexdump SUBDIR += py-html2text SUBDIR += py-hyperestraier-python + SUBDIR += py-hypua2jamo SUBDIR += py-jaxml SUBDIR += py-junit-xml SUBDIR += py-libtre diff --git a/textproc/py-hypua2jamo/Makefile b/textproc/py-hypua2jamo/Makefile new file mode 100644 index 000000000000..a8a2e91292ad --- /dev/null +++ b/textproc/py-hypua2jamo/Makefile @@ -0,0 +1,16 @@ +# Created by: Ryan Steinmetz <zi@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= hypua2jamo +PORTVERSION= 0.3 +CATEGORIES= textproc python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= zi@FreeBSD.org +COMMENT= Convert Hanyang-PUA code to unicode Hangul Jamo + +USES= python +USE_PYTHON= distutils autoplist + +.include <bsd.port.mk> diff --git a/textproc/py-hypua2jamo/distinfo b/textproc/py-hypua2jamo/distinfo new file mode 100644 index 000000000000..5ecc6c3c774d --- /dev/null +++ b/textproc/py-hypua2jamo/distinfo @@ -0,0 +1,2 @@ +SHA256 (hypua2jamo-0.3.tar.gz) = 4d17db0733724a0afc287fdd80a08b0cd15b43091122d8e844744e971aef5585 +SIZE (hypua2jamo-0.3.tar.gz) = 214876 diff --git a/textproc/py-hypua2jamo/pkg-descr b/textproc/py-hypua2jamo/pkg-descr new file mode 100644 index 000000000000..31a6bb2512a6 --- /dev/null +++ b/textproc/py-hypua2jamo/pkg-descr @@ -0,0 +1,3 @@ +Convert Hanyang-PUA code to unicode Hangul Jamo + +WWW: https://pypi.python.org/pypi/hypua2jamo |