Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Apr 2019 21:14:29 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r499047 - in head/textproc: . py-cchardet
Message-ID:  <201904152114.x3FLETTo093283@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904152114.x3FLETTo093283>