diff options
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/Makefile | 1 | ||||
-rw-r--r-- | japanese/py-kanjilib/Makefile | 26 | ||||
-rw-r--r-- | japanese/py-kanjilib/distinfo | 2 | ||||
-rw-r--r-- | japanese/py-kanjilib/pkg-descr | 6 | ||||
-rw-r--r-- | japanese/py-kanjilib/pkg-plist | 3 |
5 files changed, 0 insertions, 38 deletions
diff --git a/japanese/Makefile b/japanese/Makefile index 4d4ddf941e6c..4fdd5124fa14 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -260,7 +260,6 @@ SUBDIR += prime-el SUBDIR += prn SUBDIR += ptex - SUBDIR += py-kanjilib SUBDIR += py-mecab SUBDIR += py-tegaki SUBDIR += py-tegaki-gtk diff --git a/japanese/py-kanjilib/Makefile b/japanese/py-kanjilib/Makefile deleted file mode 100644 index e73c57356a22..000000000000 --- a/japanese/py-kanjilib/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# New ports collection makefile for: py-kanjilib -# Date created: 5 September 2002 -# Whom: Hye-Shik Chang -# -# $FreeBSD$ -# - -PORTNAME= kanjilib -PORTVERSION= 1.2 -CATEGORIES= japanese python converters -MASTER_SITES= http://www.asahi-net.or.jp/~rd6t-kjym/python/kanjilib/dist/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Japanese text processing library for Python - -DEPRECATED= This port is not needed with any supported python version -EXPIRATION_DATE= 2012-01-01 - -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 deleted file mode 100644 index e0996fe35025..000000000000 --- a/japanese/py-kanjilib/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (kanjilib-1.2.tar.gz) = 767c0e9386a4e26f80f4b8389aaa71303d96a20e27d28894811907ae4a8f6708 -SIZE (kanjilib-1.2.tar.gz) = 9446 diff --git a/japanese/py-kanjilib/pkg-descr b/japanese/py-kanjilib/pkg-descr deleted file mode 100644 index 52b8d96e40a9..000000000000 --- a/japanese/py-kanjilib/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -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 deleted file mode 100644 index 74f757d5a533..000000000000 --- a/japanese/py-kanjilib/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -%%PYTHON_SITELIBDIR%%/kanjilib.py -%%PYTHON_SITELIBDIR%%/kanjilib.pyc -%%PYTHON_SITELIBDIR%%/kanjilib.pyo |