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

18
python/py-idna/Makefile Normal file
View File

@@ -0,0 +1,18 @@
# Created by: Kubilay Kocak <koobs@FreeBSD.org>
# $FreeBSD: head/dns/py-idna/Makefile 400660 2015-11-02 16:30:46Z koobs $
PORTNAME= idna
PORTVERSION= 2.7
CATEGORIES= dns python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= koobs@FreeBSD.org
COMMENT= Internationalized Domain Names in Applications (IDNA)
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>
#EOF

2
python/py-idna/distinfo Normal file
View File

@@ -0,0 +1,2 @@
SHA256 (idna-2.7.tar.gz) = 684a38a6f903c1d71d6d5fac066b58d7768af4de2b832e426ec79c30daa94a16
SIZE (idna-2.7.tar.gz) = 172698

10
python/py-idna/pkg-descr Normal file
View File

@@ -0,0 +1,10 @@
A library to support the Internationalised Domain Names in Applications
(IDNA) protocol as specified in RFC 5891. This version of the protocol
is often referred to as "IDNA2008" and can produce different res
lts from the earlier standard from 2003.
The library is also intended to act as a suitable drop-in replacement
for the "encodings.idna" module that comes with the Python standard
library but currently only supports the older 2003 specification.
WWW: https://github.com/kjd/idna