head	1.9;
access;
symbols
	RELEASE_8_3_0:1.6
	RELEASE_9_0_0:1.6
	RELEASE_7_4_0:1.6
	RELEASE_8_2_0:1.6
	RELEASE_6_EOL:1.6
	RELEASE_8_1_0:1.6
	RELEASE_7_3_0:1.6
	RELEASE_8_0_0:1.6
	RELEASE_7_2_0:1.6
	RELEASE_7_1_0:1.5
	RELEASE_6_4_0:1.5
	RELEASE_5_EOL:1.4
	RELEASE_7_0_0:1.4
	RELEASE_6_3_0:1.4
	PRE_XORG_7:1.3
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2;
locks; strict;
comment	@# @;


1.9
date	2013.01.21.08.50.29;	author svnexp;	state Exp;
branches;
next	1.8;

1.8
date	2012.11.17.06.03.00;	author svnexp;	state Exp;
branches;
next	1.7;

1.7
date	2012.05.13.19.08.05;	author rm;	state Exp;
branches;
next	1.6;

1.6
date	2008.12.28.10.54.07;	author pgollucci;	state Exp;
branches;
next	1.5;

1.5
date	2008.09.07.00.18.54;	author linimon;	state Exp;
branches;
next	1.4;

1.4
date	2007.07.30.09.42.12;	author alexbl;	state Exp;
branches;
next	1.3;

1.3
date	2007.04.18.08.01.24;	author sat;	state Exp;
branches;
next	1.2;

1.2
date	2006.07.30.22.46.03;	author sat;	state Exp;
branches;
next	1.1;

1.1
date	2006.07.22.20.21.58;	author sat;	state Exp;
branches;
next	;


desc
@@


1.9
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/310752
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Andrew Pantyukhin <infofarmer@@FreeBSD.org>
# $FreeBSD: head/www/py-openssl-proxy/Makefile 310752 2013-01-21 08:43:03Z wen $

PORTNAME=	openssl-proxy
PORTVERSION=	0.1
CATEGORIES=	www security python
MASTER_SITES=	CENKES
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTNAME=	pyOpenSSLProxy-${PORTVERSION}

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	HTTPS proxy support

RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}openssl>0:${PORTSDIR}/security/py-openssl

USE_PYTHON=	-2.7
USE_PYDISTUTILS=yes
PYDISTUTILS_PKGNAME=	pyOpenSSLProxy

PLIST_FILES=	%%PYTHON_SITELIBDIR%%/OpenSSLProxy.py \
		%%PYTHON_SITELIBDIR%%/OpenSSLProxy.pyc \
		%%PYTHON_SITELIBDIR%%/OpenSSLProxy.pyo

.include <bsd.port.mk>
@


1.8
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:	py-openssl-proxy
# Date created:		23 July 2006
# Whom:			Andrew Pantyukhin <infofarmer@@FreeBSD.org>
#
# $FreeBSD: head/www/py-openssl-proxy/Makefile 300897 2012-07-14 14:29:18Z beat $
#
@


1.7
log
@- remove stale master site and WWW
- do not use PYTHON_SITELIBDIR in dependency entries
- strict python version to 2.x only
- move pkg-plist contents to PLIST_FILES
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.6
log
@CATEGORIES+=    python   for py- ports missing it

PR:             ports/124921
Approved by:    portmgr (pav)
@
text
@d11 1
a11 1
MASTER_SITES=	http://richard.jones.name/google-hacks/gmail-filesystem/ CENKES
d18 1
a18 1
RUN_DEPENDS=	${PYTHON_SITELIBDIR}/OpenSSL/__init__.py:${PORTSDIR}/security/py-openssl
d20 1
a20 1
USE_PYTHON=	yes
d24 4
@


1.5
log
@Reset infofarmer due to maintainer-timeouts and no response to email.

Hat:	portmgr
@
text
@d10 1
a10 1
CATEGORIES=	www security
@


1.4
log
@ - Make Python 2.5.1 the default Python version
 - 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
@
text
@d15 1
a15 1
MAINTAINER=	infofarmer@@FreeBSD.org
@


1.3
log
@- De-4.x-ify most of my ports to save gnats from excessive abuse
- s/CSME/CENKES/ in my ports
@
text
@d22 1
@


1.2
log
@- Provide additional mirrors where needed
- Convert to "magic" master sites
- Various minor portlint-prodded fixes
@
text
@d11 1
a11 1
MASTER_SITES=	http://richard.jones.name/google-hacks/gmail-filesystem/ CSME
@


1.1
log
@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
@
text
@d11 1
a11 1
MASTER_SITES=	http://richard.jones.name/google-hacks/gmail-filesystem/
@

