diff options
author | wiz <wiz> | 2008-10-08 09:38:46 +0000 |
---|---|---|
committer | wiz <wiz> | 2008-10-08 09:38:46 +0000 |
commit | 3f7780f110d5d6cc419a95325eae7c73818c34bf (patch) | |
tree | afec45b3faf0120e934adae493c3d9efd0ee793f /converters | |
parent | 79f7d33eb80437bea3265526204fbd5e9968f43b (diff) | |
download | pkgsrc-3f7780f110d5d6cc419a95325eae7c73818c34bf.tar.gz |
Import wip/py-chardet-1.0.1:
Character encoding auto-detection in Python.
Packaged for wip by bartoszkuzma.
Diffstat (limited to 'converters')
-rw-r--r-- | converters/py-chardet/DESCR | 1 | ||||
-rw-r--r-- | converters/py-chardet/Makefile | 18 | ||||
-rw-r--r-- | converters/py-chardet/PLIST | 107 | ||||
-rw-r--r-- | converters/py-chardet/distinfo | 5 |
4 files changed, 131 insertions, 0 deletions
diff --git a/converters/py-chardet/DESCR b/converters/py-chardet/DESCR new file mode 100644 index 00000000000..a5474c0a496 --- /dev/null +++ b/converters/py-chardet/DESCR @@ -0,0 +1 @@ +Character encoding auto-detection in Python. diff --git a/converters/py-chardet/Makefile b/converters/py-chardet/Makefile new file mode 100644 index 00000000000..b4b868e5ffc --- /dev/null +++ b/converters/py-chardet/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/10/08 09:38:46 wiz Exp $ +# + +DISTNAME= chardet-1.0.1 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= converters python +MASTER_SITES= http://chardet.feedparser.org/download/ +EXTRACT_SUFX= .tgz + +MAINTAINER= bartosz@atom.eu.org +HOMEPAGE= http://chardet.feedparser.org/ +COMMENT= Character encoding auto-detection in Python + +PYDISTUTILSPKG= yes +PYBINMODULE= yes + +.include "../../lang/python/extension.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/converters/py-chardet/PLIST b/converters/py-chardet/PLIST new file mode 100644 index 00000000000..ff107949726 --- /dev/null +++ b/converters/py-chardet/PLIST @@ -0,0 +1,107 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2008/10/08 09:38:46 wiz Exp $ +${PYSITELIB}/chardet/big5freq.py +${PYSITELIB}/chardet/big5freq.pyc +${PYSITELIB}/chardet/big5freq.pyo +${PYSITELIB}/chardet/big5prober.py +${PYSITELIB}/chardet/big5prober.pyc +${PYSITELIB}/chardet/big5prober.pyo +${PYSITELIB}/chardet/chardistribution.py +${PYSITELIB}/chardet/chardistribution.pyc +${PYSITELIB}/chardet/chardistribution.pyo +${PYSITELIB}/chardet/charsetgroupprober.py +${PYSITELIB}/chardet/charsetgroupprober.pyc +${PYSITELIB}/chardet/charsetgroupprober.pyo +${PYSITELIB}/chardet/charsetprober.py +${PYSITELIB}/chardet/charsetprober.pyc +${PYSITELIB}/chardet/charsetprober.pyo +${PYSITELIB}/chardet/codingstatemachine.py +${PYSITELIB}/chardet/codingstatemachine.pyc +${PYSITELIB}/chardet/codingstatemachine.pyo +${PYSITELIB}/chardet/constants.py +${PYSITELIB}/chardet/constants.pyc +${PYSITELIB}/chardet/constants.pyo +${PYSITELIB}/chardet/escprober.py +${PYSITELIB}/chardet/escprober.pyc +${PYSITELIB}/chardet/escprober.pyo +${PYSITELIB}/chardet/escsm.py +${PYSITELIB}/chardet/escsm.pyc +${PYSITELIB}/chardet/escsm.pyo +${PYSITELIB}/chardet/eucjpprober.py +${PYSITELIB}/chardet/eucjpprober.pyc +${PYSITELIB}/chardet/eucjpprober.pyo +${PYSITELIB}/chardet/euckrfreq.py +${PYSITELIB}/chardet/euckrfreq.pyc +${PYSITELIB}/chardet/euckrfreq.pyo +${PYSITELIB}/chardet/euckrprober.py +${PYSITELIB}/chardet/euckrprober.pyc +${PYSITELIB}/chardet/euckrprober.pyo +${PYSITELIB}/chardet/euctwfreq.py +${PYSITELIB}/chardet/euctwfreq.pyc +${PYSITELIB}/chardet/euctwfreq.pyo +${PYSITELIB}/chardet/euctwprober.py +${PYSITELIB}/chardet/euctwprober.pyc +${PYSITELIB}/chardet/euctwprober.pyo +${PYSITELIB}/chardet/gb2312freq.py +${PYSITELIB}/chardet/gb2312freq.pyc +${PYSITELIB}/chardet/gb2312freq.pyo +${PYSITELIB}/chardet/gb2312prober.py +${PYSITELIB}/chardet/gb2312prober.pyc +${PYSITELIB}/chardet/gb2312prober.pyo +${PYSITELIB}/chardet/hebrewprober.py +${PYSITELIB}/chardet/hebrewprober.pyc +${PYSITELIB}/chardet/hebrewprober.pyo +${PYSITELIB}/chardet/__init__.py +${PYSITELIB}/chardet/__init__.pyc +${PYSITELIB}/chardet/__init__.pyo +${PYSITELIB}/chardet/jisfreq.py +${PYSITELIB}/chardet/jisfreq.pyc +${PYSITELIB}/chardet/jisfreq.pyo +${PYSITELIB}/chardet/jpcntx.py +${PYSITELIB}/chardet/jpcntx.pyc +${PYSITELIB}/chardet/jpcntx.pyo +${PYSITELIB}/chardet/langbulgarianmodel.py +${PYSITELIB}/chardet/langbulgarianmodel.pyc +${PYSITELIB}/chardet/langbulgarianmodel.pyo +${PYSITELIB}/chardet/langcyrillicmodel.py +${PYSITELIB}/chardet/langcyrillicmodel.pyc +${PYSITELIB}/chardet/langcyrillicmodel.pyo +${PYSITELIB}/chardet/langgreekmodel.py +${PYSITELIB}/chardet/langgreekmodel.pyc +${PYSITELIB}/chardet/langgreekmodel.pyo +${PYSITELIB}/chardet/langhebrewmodel.py +${PYSITELIB}/chardet/langhebrewmodel.pyc +${PYSITELIB}/chardet/langhebrewmodel.pyo +${PYSITELIB}/chardet/langhungarianmodel.py +${PYSITELIB}/chardet/langhungarianmodel.pyc +${PYSITELIB}/chardet/langhungarianmodel.pyo +${PYSITELIB}/chardet/langthaimodel.py +${PYSITELIB}/chardet/langthaimodel.pyc +${PYSITELIB}/chardet/langthaimodel.pyo +${PYSITELIB}/chardet/latin1prober.py +${PYSITELIB}/chardet/latin1prober.pyc +${PYSITELIB}/chardet/latin1prober.pyo +${PYSITELIB}/chardet/mbcharsetprober.py +${PYSITELIB}/chardet/mbcharsetprober.pyc +${PYSITELIB}/chardet/mbcharsetprober.pyo +${PYSITELIB}/chardet/mbcsgroupprober.py +${PYSITELIB}/chardet/mbcsgroupprober.pyc +${PYSITELIB}/chardet/mbcsgroupprober.pyo +${PYSITELIB}/chardet/mbcssm.py +${PYSITELIB}/chardet/mbcssm.pyc +${PYSITELIB}/chardet/mbcssm.pyo +${PYSITELIB}/chardet/sbcharsetprober.py +${PYSITELIB}/chardet/sbcharsetprober.pyc +${PYSITELIB}/chardet/sbcharsetprober.pyo +${PYSITELIB}/chardet/sbcsgroupprober.py +${PYSITELIB}/chardet/sbcsgroupprober.pyc +${PYSITELIB}/chardet/sbcsgroupprober.pyo +${PYSITELIB}/chardet/sjisprober.py +${PYSITELIB}/chardet/sjisprober.pyc +${PYSITELIB}/chardet/sjisprober.pyo +${PYSITELIB}/chardet/universaldetector.py +${PYSITELIB}/chardet/universaldetector.pyc +${PYSITELIB}/chardet/universaldetector.pyo +${PYSITELIB}/chardet/utf8prober.py +${PYSITELIB}/chardet/utf8prober.pyc +${PYSITELIB}/chardet/utf8prober.pyo +@dirrm ${PYSITELIB}/chardet diff --git a/converters/py-chardet/distinfo b/converters/py-chardet/distinfo new file mode 100644 index 00000000000..ad324b7d6aa --- /dev/null +++ b/converters/py-chardet/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/10/08 09:38:46 wiz Exp $ + +SHA1 (chardet-1.0.1.tgz) = cff3db70eef4d580951c083dd9bbe2685fd773a5 +RMD160 (chardet-1.0.1.tgz) = 0dcf3de5722f37693d20bf20020778b31a3f818c +Size (chardet-1.0.1.tgz) = 179218 bytes |