diff options
author | perky <perky@FreeBSD.org> | 2002-09-05 06:29:37 +0800 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2002-09-05 06:29:37 +0800 |
commit | 1c57c4bbb3eeb7d2614988872b52806a82add487 (patch) | |
tree | c1ac879f91ef2197c71681db362a6c063d1838a1 /japanese | |
parent | c0f555ad7a4856ac307870906249a62a3a565110 (diff) | |
download | freebsd-ports-gnome-1c57c4bbb3eeb7d2614988872b52806a82add487.tar.gz freebsd-ports-gnome-1c57c4bbb3eeb7d2614988872b52806a82add487.tar.zst freebsd-ports-gnome-1c57c4bbb3eeb7d2614988872b52806a82add487.zip |
Add py-kanjilib 1.1.1, Japanese text processing library for Python
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/Makefile | 1 | ||||
-rw-r--r-- | japanese/py-kanjilib/Makefile | 22 | ||||
-rw-r--r-- | japanese/py-kanjilib/distinfo | 1 | ||||
-rw-r--r-- | japanese/py-kanjilib/pkg-comment | 1 | ||||
-rw-r--r-- | japanese/py-kanjilib/pkg-descr | 6 | ||||
-rw-r--r-- | japanese/py-kanjilib/pkg-plist | 3 |
6 files changed, 34 insertions, 0 deletions
diff --git a/japanese/Makefile b/japanese/Makefile index 070fda8ced04..6dea4d4a7d07 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -316,6 +316,7 @@ SUBDIR += ptex-pkfonts400 SUBDIR += ptex-pkfonts600 SUBDIR += ptex-sjis + SUBDIR += py-kanjilib SUBDIR += pycodec SUBDIR += qkc SUBDIR += qt23 diff --git a/japanese/py-kanjilib/Makefile b/japanese/py-kanjilib/Makefile new file mode 100644 index 000000000000..989b5d0eb742 --- /dev/null +++ b/japanese/py-kanjilib/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: py-kanjilib +# Date created: 5 September 2002 +# Whom: Hye-Shik Chang +# +# $FreeBSD$ +# + +PORTNAME= kanjilib +PORTVERSION= 1.1.1 +CATEGORIES= japanese python converters +MASTER_SITES= http://www.asahi-net.or.jp/~rd6t-kjym/python/kanjilib/dist/ + +MAINTAINER= perky@FreeBSD.org + +USE_PYTHON= yes +USE_PYDISTUTILS=yes + +.include <bsd.port.pre.mk> + +PKGNAMEPREFIX:= ${PKGNAMEPREFIX}${PYTHON_PKGNAMEPREFIX} + +.include <bsd.port.post.mk> diff --git a/japanese/py-kanjilib/distinfo b/japanese/py-kanjilib/distinfo new file mode 100644 index 000000000000..49068d642aea --- /dev/null +++ b/japanese/py-kanjilib/distinfo @@ -0,0 +1 @@ +MD5 (kanjilib-1.1.1.tar.gz) = f17746ae397795c42654ba2a39b1ee03 diff --git a/japanese/py-kanjilib/pkg-comment b/japanese/py-kanjilib/pkg-comment new file mode 100644 index 000000000000..796993f2bb0d --- /dev/null +++ b/japanese/py-kanjilib/pkg-comment @@ -0,0 +1 @@ +Japanese text processing library for Python diff --git a/japanese/py-kanjilib/pkg-descr b/japanese/py-kanjilib/pkg-descr new file mode 100644 index 000000000000..52b8d96e40a9 --- /dev/null +++ b/japanese/py-kanjilib/pkg-descr @@ -0,0 +1,6 @@ +This is a Japanese text processing library module that provides +kanji code conversion functions for three kanji codes EUC-JP, +Shift_JIS and ISO-2022-JP. It also includes kanji code auto-detection +functions. The entire module is written in Python. + +WWW: http://www.asahi-net.or.jp/~rd6t-kjym/python/#kanjilib diff --git a/japanese/py-kanjilib/pkg-plist b/japanese/py-kanjilib/pkg-plist new file mode 100644 index 000000000000..74f757d5a533 --- /dev/null +++ b/japanese/py-kanjilib/pkg-plist @@ -0,0 +1,3 @@ +%%PYTHON_SITELIBDIR%%/kanjilib.py +%%PYTHON_SITELIBDIR%%/kanjilib.pyc +%%PYTHON_SITELIBDIR%%/kanjilib.pyo |