svn commit: r499047 - in head/textproc: . py-cchardet
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon Apr 15 21:14:34 UTC 2019
Author: sunpoet
Date: Mon Apr 15 21:14:28 2019
New Revision: 499047
URL: https://svnweb.freebsd.org/changeset/ports/499047
Log:
Add py-cchardet 2.1.4
cChardet is high speed universal character encoding detector - binding to
uchardet.
WWW: https://github.com/PyYoshi/cChardet
Added:
head/textproc/py-cchardet/
head/textproc/py-cchardet/Makefile (contents, props changed)
head/textproc/py-cchardet/distinfo (contents, props changed)
head/textproc/py-cchardet/pkg-descr (contents, props changed)
Modified:
head/textproc/Makefile
Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile Mon Apr 15 21:14:23 2019 (r499046)
+++ head/textproc/Makefile Mon Apr 15 21:14:28 2019 (r499047)
@@ -1277,6 +1277,7 @@
SUBDIR += py-awesome-slugify
SUBDIR += py-bibtexparser
SUBDIR += py-bugzillatools
+ SUBDIR += py-cchardet
SUBDIR += py-chardet
SUBDIR += py-citeproc-py
SUBDIR += py-citeproc-py-styles
Added: head/textproc/py-cchardet/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/py-cchardet/Makefile Mon Apr 15 21:14:28 2019 (r499047)
@@ -0,0 +1,22 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= cchardet
+PORTVERSION= 2.1.4
+CATEGORIES= textproc python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= sunpoet at 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>
Added: head/textproc/py-cchardet/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/py-cchardet/distinfo Mon Apr 15 21:14:28 2019 (r499047)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1555345807
+SHA256 (cchardet-2.1.4.tar.gz) = cc9745e0400da4cfb49f075e7819f22473b66443f953427058fee2c7b9547cc0
+SIZE (cchardet-2.1.4.tar.gz) = 648389
Added: head/textproc/py-cchardet/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/py-cchardet/pkg-descr Mon Apr 15 21:14:28 2019 (r499047)
@@ -0,0 +1,4 @@
+cChardet is high speed universal character encoding detector - binding to
+uchardet.
+
+WWW: https://github.com/PyYoshi/cChardet
More information about the svn-ports-all
mailing list