create bsd12 branch

This commit is contained in:
ziggi
2019-12-26 07:26:06 +00:00
commit 5cfdab6bfe
14432 changed files with 2272620 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
# Created by: arved
# $FreeBSD: head/textproc/py-chardet/Makefile 472884 2018-06-20 17:05:41Z mat $
PORTNAME= chardet
PORTVERSION= 3.0.4
CATEGORIES= textproc python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MASTER_SITES= CHEESESHOP
MAINTAINER= rm@FreeBSD.org
COMMENT= Universal encoding detector for Python 2 and 3
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>0:python/py-pytest-runner@${PY_FLAVOR}
NO_ARCH= yes
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>

View File

@@ -0,0 +1,3 @@
TIMESTAMP = 1499956132
SHA256 (chardet-3.0.4.tar.gz) = 84ab92ed1c4d4f16916e05906b6b75a6c0fb5db821cc65e70cbd64a3e2a5eaae
SIZE (chardet-3.0.4.tar.gz) = 1868453

View File

@@ -0,0 +1,3 @@
Character encoding auto-detection in Python.
WWW: https://github.com/chardet/chardet/