aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-cchardet
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-04-15 21:14:28 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-04-15 21:14:28 +0000
commitf1fe09700b050846a35cff2749865493f0872d97 (patch)
tree032a8b4bafc7bb7d8815048d3c9475e0a800f3a0 /textproc/py-cchardet
parenta75aacbc2ba5750429f27538e91a517641b2d789 (diff)
downloadports-f1fe09700b050846a35cff2749865493f0872d97.tar.gz
ports-f1fe09700b050846a35cff2749865493f0872d97.zip
Add py-cchardet 2.1.4
cChardet is high speed universal character encoding detector - binding to uchardet. WWW: https://github.com/PyYoshi/cChardet
Notes
Notes: svn path=/head/; revision=499047
Diffstat (limited to 'textproc/py-cchardet')
-rw-r--r--textproc/py-cchardet/Makefile22
-rw-r--r--textproc/py-cchardet/distinfo3
-rw-r--r--textproc/py-cchardet/pkg-descr4
3 files changed, 29 insertions, 0 deletions
diff --git a/textproc/py-cchardet/Makefile b/textproc/py-cchardet/Makefile
new file mode 100644
index 000000000000..2e3fa5397c6d
--- /dev/null
+++ b/textproc/py-cchardet/Makefile
@@ -0,0 +1,22 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= cchardet
+PORTVERSION= 2.1.4
+CATEGORIES= textproc python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= High speed universal character encoding detector
+
+LICENSE= GPLv2 LGPL21 MPL11
+LICENSE_COMB= dual
+LICENSE_FILE= ${WRKSRC}/COPYING
+
+BUILD_DEPENDS= cmake:devel/cmake
+
+USES= python
+USE_PYTHON= autoplist concurrent distutils
+
+.include <bsd.port.mk>
diff --git a/textproc/py-cchardet/distinfo b/textproc/py-cchardet/distinfo
new file mode 100644
index 000000000000..c94bf6a66bfa
--- /dev/null
+++ b/textproc/py-cchardet/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1555345807
+SHA256 (cchardet-2.1.4.tar.gz) = cc9745e0400da4cfb49f075e7819f22473b66443f953427058fee2c7b9547cc0
+SIZE (cchardet-2.1.4.tar.gz) = 648389
diff --git a/textproc/py-cchardet/pkg-descr b/textproc/py-cchardet/pkg-descr
new file mode 100644
index 000000000000..340183be25ff
--- /dev/null
+++ b/textproc/py-cchardet/pkg-descr
@@ -0,0 +1,4 @@
+cChardet is high speed universal character encoding detector - binding to
+uchardet.
+
+WWW: https://github.com/PyYoshi/cChardet