aboutsummaryrefslogtreecommitdiffstats
path: root/www/py-openssl-proxy
Commit message (Collapse)AuthorAgeFilesLines
* - Trim Makefile headerswen2013-01-211-5/+1
|
* - remove stale master site and WWWrm2012-05-143-10/+9
| | | | | | - do not use PYTHON_SITELIBDIR in dependency entries - strict python version to 2.x only - move pkg-plist contents to PLIST_FILES
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
|
* CATEGORIES+= python for py- ports missing itpgollucci2008-12-281-1/+1
| | | | | PR: ports/124921 Approved by: portmgr (pav)
* Reset infofarmer due to maintainer-timeouts and no response to email.linimon2008-09-071-1/+1
| | | | Hat: portmgr
* - Make Python 2.5.1 the default Python versionalexbl2007-07-301-0/+1
| | | | | | | | | | - Add significantly better support in bsd.python.mk for working with Python Eggs and the easy_install system Tested by: pointyhat runs Approved by: pav (portmgr) Most work by: perky Thanks to: pav
* - De-4.x-ify most of my ports to save gnats from excessive abusesat2007-04-181-1/+1
| | | | - s/CSME/CENKES/ in my ports
* - Provide additional mirrors where neededsat2006-07-311-1/+1
| | | | | - Convert to "magic" master sites - Various minor portlint-prodded fixes
* Add port www/py-openssl-proxy:sat2006-07-234-0/+40
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