pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/converters/py-chardet Import wip/py-chardet-1.0.1:
details: https://anonhg.NetBSD.org/pkgsrc/rev/78d6d313499c
branches: trunk
changeset: 548063:78d6d313499c
user: wiz <wiz%pkgsrc.org@localhost>
date: Wed Oct 08 09:38:46 2008 +0000
description:
Import wip/py-chardet-1.0.1:
Character encoding auto-detection in Python.
Packaged for wip by bartoszkuzma.
diffstat:
converters/py-chardet/DESCR | 1 +
converters/py-chardet/Makefile | 18 ++++++
converters/py-chardet/PLIST | 107 +++++++++++++++++++++++++++++++++++++++++
converters/py-chardet/distinfo | 5 +
4 files changed, 131 insertions(+), 0 deletions(-)
diffs (147 lines):
diff -r 38868b63e13c -r 78d6d313499c converters/py-chardet/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/py-chardet/DESCR Wed Oct 08 09:38:46 2008 +0000
@@ -0,0 +1,1 @@
+Character encoding auto-detection in Python.
diff -r 38868b63e13c -r 78d6d313499c converters/py-chardet/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/py-chardet/Makefile Wed Oct 08 09:38:46 2008 +0000
@@ -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@localhost
+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 -r 38868b63e13c -r 78d6d313499c converters/py-chardet/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/py-chardet/PLIST Wed Oct 08 09:38:46 2008 +0000
@@ -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 -r 38868b63e13c -r 78d6d313499c converters/py-chardet/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/py-chardet/distinfo Wed Oct 08 09:38:46 2008 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index