diff options
author | shell <shell@pkgsrc.org> | 2002-06-15 08:18:15 +0000 |
---|---|---|
committer | shell <shell@pkgsrc.org> | 2002-06-15 08:18:15 +0000 |
commit | 2e5cc8e3a599aeaba288b0a7a8ad922d34738c91 (patch) | |
tree | fa16fe37aeaafddf1f8a1066466c07f06a00116c /converters | |
parent | 85a2f2c3d6e19a8185eba5e83bcb98e42df3aa96 (diff) | |
download | pkgsrc-2e5cc8e3a599aeaba288b0a7a8ad922d34738c91.tar.gz |
Initial import of py-zhCodecs-1.2.0 (PR#15166)
python Unicode codecs for Chinese charsets
---
This package supports Python interfaces for conversions between
Chinese and Unicode.
Diffstat (limited to 'converters')
-rw-r--r-- | converters/py-zhCodecs/DESCR | 2 | ||||
-rw-r--r-- | converters/py-zhCodecs/Makefile | 22 | ||||
-rw-r--r-- | converters/py-zhCodecs/PLIST | 23 | ||||
-rw-r--r-- | converters/py-zhCodecs/distinfo | 4 |
4 files changed, 51 insertions, 0 deletions
diff --git a/converters/py-zhCodecs/DESCR b/converters/py-zhCodecs/DESCR new file mode 100644 index 00000000000..122fea0e754 --- /dev/null +++ b/converters/py-zhCodecs/DESCR @@ -0,0 +1,2 @@ +This package supports Python interfaces for conversions between +Chinese and Unicode. diff --git a/converters/py-zhCodecs/Makefile b/converters/py-zhCodecs/Makefile new file mode 100644 index 00000000000..5a3667d99f9 --- /dev/null +++ b/converters/py-zhCodecs/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/06/15 08:18:15 shell Exp $ + +DISTNAME= ChineseCodecs1.2.0 +PKGNAME= ${PYPKGPREFIX}-zhCodecs-1.2.0 +CATEGORIES= converters devel +MASTER_SITES= ftp://ftp.shellhung.org/pub/OpenBSD/packages/chinese/ \ + ftp://ftp2.python.or.kr/pub/FreeBSD/ports/distfiles/ + +MAINTAINER= shell@netbsd.org +HOMEPAGE= http://www.sourceforge.net/python-codecs/ +COMMENT= python Unicode codecs for Chinese charsets + +PYDISTUTILSPKG= # defined +PYBINMODULE= # defined + +WRKSRC= ${WRKDIR}/${DISTNAME}/Python + +post-extract: + @${CHMOD} 711 ${WRKSRC}/chinesetw + +.include "../../lang/python/extension.buildlink.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/converters/py-zhCodecs/PLIST b/converters/py-zhCodecs/PLIST new file mode 100644 index 00000000000..c8062d96f5f --- /dev/null +++ b/converters/py-zhCodecs/PLIST @@ -0,0 +1,23 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/06/15 08:18:15 shell Exp $ +${PYSITELIB}/big5_tw.py +${PYSITELIB}/big5_tw.pyc +${PYSITELIB}/chinesecn/__init__.py +${PYSITELIB}/chinesecn/__init__.pyc +${PYSITELIB}/chinesecn/euc_gb23122utf.py +${PYSITELIB}/chinesecn/euc_gb23122utf.pyc +${PYSITELIB}/chinesecn/utf2euc_gb2312.py +${PYSITELIB}/chinesecn/utf2euc_gb2312.pyc +${PYSITELIB}/chinesetw/__init__.py +${PYSITELIB}/chinesetw/__init__.pyc +${PYSITELIB}/chinesetw/big52utf1.py +${PYSITELIB}/chinesetw/big52utf1.pyc +${PYSITELIB}/chinesetw/big52utf2.py +${PYSITELIB}/chinesetw/big52utf2.pyc +${PYSITELIB}/chinesetw/utf2big51.py +${PYSITELIB}/chinesetw/utf2big51.pyc +${PYSITELIB}/chinesetw/utf2big52.py +${PYSITELIB}/chinesetw/utf2big52.pyc +${PYSITELIB}/eucgb2312_cn.py +${PYSITELIB}/eucgb2312_cn.pyc +@dirrm ${PYSITELIB}/chinesetw +@dirrm ${PYSITELIB}/chinesecn diff --git a/converters/py-zhCodecs/distinfo b/converters/py-zhCodecs/distinfo new file mode 100644 index 00000000000..098804758c9 --- /dev/null +++ b/converters/py-zhCodecs/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/06/15 08:18:15 shell Exp $ + +SHA1 (ChineseCodecs1.2.0.tar.gz) = 25f20cfdd19f7ea43684960344c3555696e75d4c +Size (ChineseCodecs1.2.0.tar.gz) = 519525 bytes |