Import of pkgsrc-2016Q3

This commit is contained in:
2016-10-14 07:49:11 +02:00
committed by Lionel Sambuc
parent 9d819b6d54
commit 1242aa1e36
35952 changed files with 949749 additions and 377083 deletions

View File

@@ -0,0 +1,4 @@
A HTTPS client implementation for httplib and urllib2 based on
PyOpenSSL. PyOpenSSL provides a more fully featured SSL
implementation over the default provided with Python and
importantly enables full verification of the SSL peer.

View File

@@ -0,0 +1,20 @@
# $NetBSD: Makefile,v 1.1 2015/12/01 08:43:05 fhajny Exp $
DISTNAME= ndg_httpsclient-0.4.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_GITHUB:=cedadev/}
MAINTAINER= filip@joyent.com
HOMEPAGE= http://github.com/cedadev/ndg_httpsclient/
COMMENT= HTTPS client implementation for httplib and urllib2 based on PyOpenSSL
LICENSE= modified-bsd
GITHUB_PROJECT= ndg_httpsclient
GITHUB_RELEASE= v${PKGVERSION_NOREV}
DEPENDS+= ${PYPKGPREFIX}-asn1>=0.1.4:../../security/py-asn1
DEPENDS+= ${PYPKGPREFIX}-OpenSSL>=0.13:../../security/py-OpenSSL
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,53 @@
@comment $NetBSD: PLIST,v 1.1 2015/12/01 08:43:05 fhajny Exp $
bin/ndg_httpclient
${PYSITELIB}/ndg/httpsclient/__init__.py
${PYSITELIB}/ndg/httpsclient/__init__.pyc
${PYSITELIB}/ndg/httpsclient/__init__.pyo
${PYSITELIB}/ndg/httpsclient/https.py
${PYSITELIB}/ndg/httpsclient/https.pyc
${PYSITELIB}/ndg/httpsclient/https.pyo
${PYSITELIB}/ndg/httpsclient/ssl_context_util.py
${PYSITELIB}/ndg/httpsclient/ssl_context_util.pyc
${PYSITELIB}/ndg/httpsclient/ssl_context_util.pyo
${PYSITELIB}/ndg/httpsclient/ssl_peer_verification.py
${PYSITELIB}/ndg/httpsclient/ssl_peer_verification.pyc
${PYSITELIB}/ndg/httpsclient/ssl_peer_verification.pyo
${PYSITELIB}/ndg/httpsclient/ssl_socket.py
${PYSITELIB}/ndg/httpsclient/ssl_socket.pyc
${PYSITELIB}/ndg/httpsclient/ssl_socket.pyo
${PYSITELIB}/ndg/httpsclient/subj_alt_name.py
${PYSITELIB}/ndg/httpsclient/subj_alt_name.pyc
${PYSITELIB}/ndg/httpsclient/subj_alt_name.pyo
${PYSITELIB}/ndg/httpsclient/test/README
${PYSITELIB}/ndg/httpsclient/test/__init__.py
${PYSITELIB}/ndg/httpsclient/test/__init__.pyc
${PYSITELIB}/ndg/httpsclient/test/__init__.pyo
${PYSITELIB}/ndg/httpsclient/test/pki/ca/08bd99c7.0
${PYSITELIB}/ndg/httpsclient/test/pki/ca/ade0138a.0
${PYSITELIB}/ndg/httpsclient/test/pki/localhost.crt
${PYSITELIB}/ndg/httpsclient/test/pki/localhost.key
${PYSITELIB}/ndg/httpsclient/test/scripts/openssl_https_server.sh
${PYSITELIB}/ndg/httpsclient/test/test_https.py
${PYSITELIB}/ndg/httpsclient/test/test_https.pyc
${PYSITELIB}/ndg/httpsclient/test/test_https.pyo
${PYSITELIB}/ndg/httpsclient/test/test_urllib2.py
${PYSITELIB}/ndg/httpsclient/test/test_urllib2.pyc
${PYSITELIB}/ndg/httpsclient/test/test_urllib2.pyo
${PYSITELIB}/ndg/httpsclient/test/test_utils.py
${PYSITELIB}/ndg/httpsclient/test/test_utils.pyc
${PYSITELIB}/ndg/httpsclient/test/test_utils.pyo
${PYSITELIB}/ndg/httpsclient/urllib2_build_opener.py
${PYSITELIB}/ndg/httpsclient/urllib2_build_opener.pyc
${PYSITELIB}/ndg/httpsclient/urllib2_build_opener.pyo
${PYSITELIB}/ndg/httpsclient/utils.py
${PYSITELIB}/ndg/httpsclient/utils.pyc
${PYSITELIB}/ndg/httpsclient/utils.pyo
${PYSITELIB}/${EGG_NAME}-nspkg.pth
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
${PYSITELIB}/${EGG_INFODIR}/namespace_packages.txt
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt

View File

@@ -0,0 +1,6 @@
$NetBSD: distinfo,v 1.1 2015/12/01 08:43:05 fhajny Exp $
SHA1 (ndg_httpsclient-0.4.0.tar.gz) = 82f6a1797b80a544cbfbc7f9f1df41da8463248d
RMD160 (ndg_httpsclient-0.4.0.tar.gz) = e5f71f2d369ebc02f3628f88ab1bdabcac444faa
SHA512 (ndg_httpsclient-0.4.0.tar.gz) = 3c0225a20c25cf0f12f03005bb79e738527c0488bb660c1eb3b55c505a0ef503002d37fcffb3d013e5f91101bdd03080a68d5805d6d29b682cc01bdc9f0e4a19
Size (ndg_httpsclient-0.4.0.tar.gz) = 24038 bytes