From afd5ba3abf0ed4dbb9aa63f0b5fc3020104a9d94 Mon Sep 17 00:00:00 2001 From: shell Date: Mon, 17 Jun 2002 05:06:49 +0000 Subject: Initial import of py-koCodecs-2.0.2 (PR#15940 by Hye-Shik Chang ) Python Unicode codec of Korean Character Sets --- This package provides Unicode codecs that make Python aware of Korean character encoding 'EUC-KR'. By using this package, Korean characters can be treated as a character string instead of a byte sequence. --- converters/py-koCodecs/DESCR | 4 +++ converters/py-koCodecs/Makefile | 16 ++++++++++++ converters/py-koCodecs/PLIST | 55 +++++++++++++++++++++++++++++++++++++++++ converters/py-koCodecs/distinfo | 4 +++ 4 files changed, 79 insertions(+) create mode 100644 converters/py-koCodecs/DESCR create mode 100644 converters/py-koCodecs/Makefile create mode 100644 converters/py-koCodecs/PLIST create mode 100644 converters/py-koCodecs/distinfo (limited to 'converters/py-koCodecs') diff --git a/converters/py-koCodecs/DESCR b/converters/py-koCodecs/DESCR new file mode 100644 index 00000000000..242990aa08b --- /dev/null +++ b/converters/py-koCodecs/DESCR @@ -0,0 +1,4 @@ +This package provides Unicode codecs that make Python aware of +Korean character encoding 'EUC-KR'. By using this package, Korean +characters can be treated as a character string instead of a byte +sequence. diff --git a/converters/py-koCodecs/Makefile b/converters/py-koCodecs/Makefile new file mode 100644 index 00000000000..e89f8a2ff7d --- /dev/null +++ b/converters/py-koCodecs/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/06/17 05:06:49 shell Exp $ + +DISTNAME= KoreanCodecs-2.0.2 +PKGNAME= ${PYPKGPREFIX}-koCodecs-2.0.2 +CATEGORIES= converters +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=koco/} + +MAINTAINER= perky@fallin.lv +HOMEPAGE= http://sourceforge.net/projects/koco +COMMENT= Python Unicode codecs for Korean charsets + +PYDISTUTILSPKG= yes +PYBINMODULE= yes + +.include "../../lang/python/extension.buildlink.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/converters/py-koCodecs/PLIST b/converters/py-koCodecs/PLIST new file mode 100644 index 00000000000..15043152f0b --- /dev/null +++ b/converters/py-koCodecs/PLIST @@ -0,0 +1,55 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/06/17 05:06:50 shell Exp $ +${PYSITELIB}/KoreanCodecs.pth +${PYSITELIB}/korean/__init__.py +${PYSITELIB}/korean/__init__.pyc +${PYSITELIB}/korean/c/__init__.py +${PYSITELIB}/korean/c/__init__.pyc +${PYSITELIB}/korean/c/_koco.so +${PYSITELIB}/korean/c/cp949.py +${PYSITELIB}/korean/c/cp949.pyc +${PYSITELIB}/korean/c/euc_kr.py +${PYSITELIB}/korean/c/euc_kr.pyc +${PYSITELIB}/korean/cp949.py +${PYSITELIB}/korean/cp949.pyc +${PYSITELIB}/korean/euc_kr.py +${PYSITELIB}/korean/euc_kr.pyc +${PYSITELIB}/korean/hangul.py +${PYSITELIB}/korean/hangul.pyc +${PYSITELIB}/korean/iso_2022_kr.py +${PYSITELIB}/korean/iso_2022_kr.pyc +${PYSITELIB}/korean/johab.py +${PYSITELIB}/korean/johab.pyc +${PYSITELIB}/korean/mappings/__init__.py +${PYSITELIB}/korean/mappings/__init__.pyc +${PYSITELIB}/korean/mappings/johab_ideograph.py +${PYSITELIB}/korean/mappings/johab_ideograph.pyc +${PYSITELIB}/korean/mappings/ksc5601_hangul.py +${PYSITELIB}/korean/mappings/ksc5601_hangul.pyc +${PYSITELIB}/korean/mappings/ksc5601_ideograph.py +${PYSITELIB}/korean/mappings/ksc5601_ideograph.pyc +${PYSITELIB}/korean/mappings/ksc5601_misc.py +${PYSITELIB}/korean/mappings/ksc5601_misc.pyc +${PYSITELIB}/korean/mappings/uhc.py +${PYSITELIB}/korean/mappings/uhc.pyc +${PYSITELIB}/korean/python/__init__.py +${PYSITELIB}/korean/python/__init__.pyc +${PYSITELIB}/korean/python/cp949.py +${PYSITELIB}/korean/python/cp949.pyc +${PYSITELIB}/korean/python/euc_kr.py +${PYSITELIB}/korean/python/euc_kr.pyc +${PYSITELIB}/korean/python/iso_2022_kr.py +${PYSITELIB}/korean/python/iso_2022_kr.pyc +${PYSITELIB}/korean/python/johab.py +${PYSITELIB}/korean/python/johab.pyc +${PYSITELIB}/korean/python/qwerty2bul.py +${PYSITELIB}/korean/python/qwerty2bul.pyc +${PYSITELIB}/korean/python/unijohab.py +${PYSITELIB}/korean/python/unijohab.pyc +${PYSITELIB}/korean/qwerty2bul.py +${PYSITELIB}/korean/qwerty2bul.pyc +${PYSITELIB}/korean/unijohab.py +${PYSITELIB}/korean/unijohab.pyc +@dirrm ${PYSITELIB}/korean/python +@dirrm ${PYSITELIB}/korean/mappings +@dirrm ${PYSITELIB}/korean/c +@dirrm ${PYSITELIB}/korean diff --git a/converters/py-koCodecs/distinfo b/converters/py-koCodecs/distinfo new file mode 100644 index 00000000000..09a9873601d --- /dev/null +++ b/converters/py-koCodecs/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/06/17 05:06:50 shell Exp $ + +SHA1 (KoreanCodecs-2.0.2.tar.gz) = 958c9b3ad6dcbde98e49899ed8ea17e827b52dca +Size (KoreanCodecs-2.0.2.tar.gz) = 236218 bytes -- cgit v1.2.3