aboutsummaryrefslogtreecommitdiff
path: root/www/py-openssl-proxy
Commit message (Collapse)AuthorAgeFilesLines
* CATEGORIES+= python for py- ports missing itPhilip M. Gollucci2008-12-281-1/+1
| | | | | | | | PR: ports/124921 Approved by: portmgr (pav) Notes: svn path=/head/; revision=224878
* Reset infofarmer due to maintainer-timeouts and no response to email.Mark Linimon2008-09-071-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=220031
* - Make Python 2.5.1 the default Python versionAlexander Botero-Lowry2007-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 Notes: svn path=/head/; revision=196700
* - De-4.x-ify most of my ports to save gnats from excessive abuseAndrew Pantyukhin2007-04-181-1/+1
| | | | | | | - s/CSME/CENKES/ in my ports Notes: svn path=/head/; revision=190273
* - Provide additional mirrors where neededAndrew Pantyukhin2006-07-301-1/+1
| | | | | | | | - Convert to "magic" master sites - Various minor portlint-prodded fixes Notes: svn path=/head/; revision=169159
* Add port www/py-openssl-proxy:Andrew Pantyukhin2006-07-224-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 Notes: svn path=/head/; revision=168506