svn commit: r401991 - in head/textproc: . py3-chardet

Muhammad Moinur Rahman bofh at FreeBSD.org
Fri Nov 20 08:20:04 UTC 2015


Author: bofh
Date: Fri Nov 20 08:20:02 2015
New Revision: 401991
URL: https://svnweb.freebsd.org/changeset/ports/401991

Log:
  [NEW] textproc/py3-chardet: Universal encoding detector for Python 3
  
  - Python3 specific version for textproc/py-chardet
  
  Character encoding auto-detection in Python.
  
  WWW: https://github.com/chardet/chardet/

Added:
  head/textproc/py3-chardet/
  head/textproc/py3-chardet/Makefile   (contents, props changed)
  head/textproc/py3-chardet/distinfo   (contents, props changed)
  head/textproc/py3-chardet/pkg-descr   (contents, props changed)
Modified:
  head/textproc/Makefile

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Fri Nov 20 08:16:19 2015	(r401990)
+++ head/textproc/Makefile	Fri Nov 20 08:20:02 2015	(r401991)
@@ -1300,6 +1300,7 @@
     SUBDIR += py-zope.tal
     SUBDIR += py-zpt
     SUBDIR += py2html
+    SUBDIR += py3-chardet
     SUBDIR += py3-libxml2
     SUBDIR += py3-MarkupSafe
     SUBDIR += pychm

Added: head/textproc/py3-chardet/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py3-chardet/Makefile	Fri Nov 20 08:20:02 2015	(r401991)
@@ -0,0 +1,20 @@
+# Created by: Muhammad Moinur Rahman <bofh at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	chardet
+PORTVERSION=	2.3.0
+CATEGORIES=	textproc python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	bofh at FreeBSD.org
+COMMENT=	Universal encoding detector for Python 3
+
+LICENSE=	LGPL21
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+USES=		python:3
+USE_PYTHON=	autoplist distutils
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/textproc/py3-chardet/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py3-chardet/distinfo	Fri Nov 20 08:20:02 2015	(r401991)
@@ -0,0 +1,2 @@
+SHA256 (chardet-2.3.0.tar.gz) = e53e38b3a4afe6d1132de62b7400a4ac363452dc5dfcf8d88e8e0cce663c68aa
+SIZE (chardet-2.3.0.tar.gz) = 164346

Added: head/textproc/py3-chardet/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py3-chardet/pkg-descr	Fri Nov 20 08:20:02 2015	(r401991)
@@ -0,0 +1,3 @@
+Character encoding auto-detection in Python.
+
+WWW: https://github.com/chardet/chardet/


More information about the svn-ports-all mailing list