Add py-kanjilib 1.1.1, Japanese text processing library for Python

This commit is contained in:
Hye-Shik Chang 2002-09-04 22:29:37 +00:00
parent 2b2db309c8
commit 32ad779ef1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=65625
6 changed files with 34 additions and 0 deletions

View File

@ -316,6 +316,7 @@
SUBDIR += ptex-pkfonts400
SUBDIR += ptex-pkfonts600
SUBDIR += ptex-sjis
SUBDIR += py-kanjilib
SUBDIR += pycodec
SUBDIR += qkc
SUBDIR += qt23

View File

@ -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>

View File

@ -0,0 +1 @@
MD5 (kanjilib-1.1.1.tar.gz) = f17746ae397795c42654ba2a39b1ee03

View File

@ -0,0 +1 @@
Japanese text processing library for Python

View File

@ -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

View File

@ -0,0 +1,3 @@
%%PYTHON_SITELIBDIR%%/kanjilib.py
%%PYTHON_SITELIBDIR%%/kanjilib.pyc
%%PYTHON_SITELIBDIR%%/kanjilib.pyo