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,21 @@
# Created by: Olivier Duchateau
# $FreeBSD: head/net/py-ndg_httpsclient/Makefile 426451 2016-11-19 17:07:06Z sunpoet $
PORTNAME= ndg_httpsclient
PORTVERSION= 0.4.2
CATEGORIES= net python
MASTER_SITES= CHEESESHOP/source/n/ndg-httpsclient
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Enhance HTTPS support for httplib and urllib2
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyasn1>=0.1.4:python/py-pyasn1@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}openssl>=0.13:python/py-openssl@${PY_FLAVOR}
NO_ARCH= yes
USE_PYTHON= autoplist distutils
USES= python
.include <bsd.port.mk>
#EOF

View File

@@ -0,0 +1,3 @@
TIMESTAMP = 1479405311
SHA256 (ndg_httpsclient-0.4.2.tar.gz) = 580987ef194334c50389e0d7de885fccf15605c13c6eecaabd8d6c43768eb8ac
SIZE (ndg_httpsclient-0.4.2.tar.gz) = 25062

View File

@@ -0,0 +1,5 @@
This is a HTTPS client implementation for httplib and urllib2 based on
PyOpenSSL.
WWW: https://pypi.python.org/pypi/ndg-httpsclient
WWW: https://github.com/cedadev/ndg_httpsclient