mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
Add port www/py-openssl-proxy:
OpenSSLProxy module Provides HTTPS proxy support to httplib and urllib2 classes. * 'OpenSSLProxy' is derived from httplib.HTTPS and provides HTTPS proxy support * 'OpenSSLProxyHandler' is dervived from urllib2.HTTPSHandler and provides HTTPS proxy support * Support for Basic User Authentication * Honors environmental variable https_proxy WWW: http://richard.jones.name/google-hacks/gmail-filesystem/gmail-filesystem-using.html
This commit is contained in:
parent
13d16bf9b1
commit
f9c0db31b0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=168506
@ -871,6 +871,7 @@
|
||||
SUBDIR += py-meld
|
||||
SUBDIR += py-mt
|
||||
SUBDIR += py-nevow
|
||||
SUBDIR += py-openssl-proxy
|
||||
SUBDIR += py-prewikka
|
||||
SUBDIR += py-pullparser
|
||||
SUBDIR += py-scgi
|
||||
|
23
www/py-openssl-proxy/Makefile
Normal file
23
www/py-openssl-proxy/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# New ports collection makefile for: py-openssl-proxy
|
||||
# Date created: 23 July 2006
|
||||
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= openssl-proxy
|
||||
PORTVERSION= 0.1
|
||||
CATEGORIES= www security
|
||||
MASTER_SITES= http://richard.jones.name/google-hacks/gmail-filesystem/
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= pyOpenSSLProxy-${PORTVERSION}
|
||||
|
||||
MAINTAINER= infofarmer@FreeBSD.org
|
||||
COMMENT= HTTPS proxy support
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/OpenSSL/__init__.py:${PORTSDIR}/security/py-openssl
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS=yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/py-openssl-proxy/distinfo
Normal file
3
www/py-openssl-proxy/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (pyOpenSSLProxy-0.1.tar.gz) = d5df6afaa0a6c76199422e072abb667d
|
||||
SHA256 (pyOpenSSLProxy-0.1.tar.gz) = f7b6c9bc098dac51edec8102db4c34b660069b3c70ab75867ef79ac8e7231d42
|
||||
SIZE (pyOpenSSLProxy-0.1.tar.gz) = 4027
|
11
www/py-openssl-proxy/pkg-descr
Normal file
11
www/py-openssl-proxy/pkg-descr
Normal file
@ -0,0 +1,11 @@
|
||||
OpenSSLProxy module Provides HTTPS proxy support to httplib and urllib2
|
||||
classes.
|
||||
|
||||
* 'OpenSSLProxy' is derived from httplib.HTTPS and provides HTTPS
|
||||
proxy support
|
||||
* 'OpenSSLProxyHandler' is dervived from urllib2.HTTPSHandler and
|
||||
provides HTTPS proxy support
|
||||
* Support for Basic User Authentication
|
||||
* Honors environmental variable https_proxy
|
||||
|
||||
WWW: http://richard.jones.name/google-hacks/gmail-filesystem/gmail-filesystem-using.html
|
3
www/py-openssl-proxy/pkg-plist
Normal file
3
www/py-openssl-proxy/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
%%PYTHON_SITELIBDIR%%/OpenSSLProxy.py
|
||||
%%PYTHON_SITELIBDIR%%/OpenSSLProxy.pyc
|
||||
%%PYTHON_SITELIBDIR%%/OpenSSLProxy.pyo
|
Loading…
Reference in New Issue
Block a user