From owner-dev-commits-ports-main@freebsd.org Tue Sep 21 03:48:42 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3571E6B2373; Tue, 21 Sep 2021 03:48:42 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HD6py0DPfz4crW; Tue, 21 Sep 2021 03:48:42 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C6BB81CBDC; Tue, 21 Sep 2021 03:48:41 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18L3mfVg017130; Tue, 21 Sep 2021 03:48:41 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18L3mfPA017129; Tue, 21 Sep 2021 03:48:41 GMT (envelope-from git) Date: Tue, 21 Sep 2021 03:48:41 GMT Message-Id: <202109210348.18L3mfPA017129@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 3ea5edf8a731 - main - textproc/py-charset-normalizer: Add py-charset-normalizer 2.0.6 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 3ea5edf8a731cc77bda2e743df9ecceb89a66aca Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Sep 2021 03:48:42 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=3ea5edf8a731cc77bda2e743df9ecceb89a66aca commit 3ea5edf8a731cc77bda2e743df9ecceb89a66aca Author: Po-Chuan Hsieh AuthorDate: 2021-09-21 03:06:15 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-21 03:35:08 +0000 textproc/py-charset-normalizer: Add py-charset-normalizer 2.0.6 A library that helps you read text from an unknown charset encoding. Motivated by chardet, I'm trying to resolve the issue by taking a new approach. All IANA character set names for which the Python core library provides codecs are supported. WWW: https://github.com/Ousret/charset_normalizer --- textproc/Makefile | 1 + textproc/py-charset-normalizer/Makefile | 20 ++++++++++++++++++++ textproc/py-charset-normalizer/distinfo | 3 +++ textproc/py-charset-normalizer/pkg-descr | 6 ++++++ 4 files changed, 30 insertions(+) diff --git a/textproc/Makefile b/textproc/Makefile index a4ebd09c4b28..64f624ff971b 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1257,6 +1257,7 @@ SUBDIR += py-bracex SUBDIR += py-cchardet SUBDIR += py-chardet + SUBDIR += py-charset-normalizer SUBDIR += py-citeproc-py SUBDIR += py-citeproc-py-styles SUBDIR += py-cjkwrap diff --git a/textproc/py-charset-normalizer/Makefile b/textproc/py-charset-normalizer/Makefile new file mode 100644 index 000000000000..8b9725c662c7 --- /dev/null +++ b/textproc/py-charset-normalizer/Makefile @@ -0,0 +1,20 @@ +# Created by: Po-Chuan Hsieh + +PORTNAME= charset-normalizer +PORTVERSION= 2.0.6 +CATEGORIES= textproc python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Real First Universal Charset Detector + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= python:3.6+ +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include diff --git a/textproc/py-charset-normalizer/distinfo b/textproc/py-charset-normalizer/distinfo new file mode 100644 index 000000000000..e957a415fe36 --- /dev/null +++ b/textproc/py-charset-normalizer/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1632036830 +SHA256 (charset-normalizer-2.0.6.tar.gz) = 5ec46d183433dcbd0ab716f2d7f29d8dee50505b3fdb40c6b985c7c4f5a3591f +SIZE (charset-normalizer-2.0.6.tar.gz) = 361879 diff --git a/textproc/py-charset-normalizer/pkg-descr b/textproc/py-charset-normalizer/pkg-descr new file mode 100644 index 000000000000..6029002e196b --- /dev/null +++ b/textproc/py-charset-normalizer/pkg-descr @@ -0,0 +1,6 @@ +A library that helps you read text from an unknown charset encoding. Motivated +by chardet, I'm trying to resolve the issue by taking a new approach. All IANA +character set names for which the Python core library provides codecs are +supported. + +WWW: https://github.com/Ousret/charset_normalizer