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


1.7
date	2012.11.17.06.01.17;	author svnexp;	state Exp;
branches;
next	1.6;

1.6
date	2012.11.09.16.18.33;	author bdrewery;	state Exp;
branches;
next	1.5;

1.5
date	2012.07.29.11.17.02;	author cs;	state Exp;
branches;
next	1.4;

1.4
date	2012.03.01.13.16.33;	author wen;	state Exp;
branches;
next	1.3;

1.3
date	2009.08.02.08.02.02;	author linimon;	state Exp;
branches;
next	1.2;

1.2
date	2006.09.13.03.21.37;	author alexbl;	state Exp;
branches;
next	1.1;

1.1
date	2006.09.07.05.23.30;	author novel;	state Exp;
branches;
next	;


desc
@@


1.7
log
@Switch exporter over
@
text
@# Created by: Alexander Botero-Lowry <alex@@foxybanana.com>
# $FreeBSD: head/security/py-tlslite/Makefile 307240 2012-11-09 16:18:33Z bdrewery $

PORTNAME=	tlslite
PORTVERSION=	0.4.3
CATEGORIES=	security python
MASTER_SITES=	http://cloud.github.com/downloads/trevp/tlslite/
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Python module implementing SSL 3.0, TLS 1.0, and TLS 1.1

USE_PYTHON=		2.6-2.7
USE_PYDISTUTILS=	yes

.include <bsd.port.mk>
@


1.6
log
@SVN rev 307240 on 2012-11-09 16:18:33Z by bdrewery

- Update to 0.4.3
- Trim header

Feature safe:	yes
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.5
log
@SVN rev 301684 on 2012-07-29 11:17:02Z by cs

Fix typos in COMMENT

Approved by:	portmgr@@ (implicit)
@
text
@d1 1
a1 4
# New ports collection makefile for:	py-tlslite
# Date created:				05 Sep 2006
# Whom:					Alexander Botero-Lowry <alex@@foxybanana.com>
#
d5 1
a5 1
PORTVERSION=	0.4.0
@


1.4
log
@- Update to 0.4.0
@
text
@d14 1
a14 1
COMMENT=	Python module implenting SSL 3.0, TLS 1.0 and TLS 1.1
@


1.3
log
@Reset alexbl@@FreeBSD.org due to maintainer-timeouts and no repsonse
to email.

Hat:		portmgr
@
text
@d8 1
a8 1
PORTVERSION=	0.3.8
d10 1
a10 1
MASTER_SITES=	http://trevp.net/tlslite/
d16 1
a16 1
USE_PYTHON=	yes
@


1.2
log
@Change all my MAINTAINER lines to my new FreeBSD.org address.

Approved by:	novel
@
text
@d13 1
a13 1
MAINTAINER=	alexbl@@FreeBSD.org
@


1.1
log
@TLS Lite is a free python library that implements SSL 3.0, TLS 1.0, and TLS
1.1. TLS Lite supports non-traditional authentication methods such as SRP,
shared keys, and cryptoIDs in addition to X.509 certificates. TLS Lite is pure
Python, however it can access OpenSSL, cryptlib, pycrypto, and GMPY for faster
crypto operations. TLS Lite integrates with httplib, xmlrpclib, poplib,
imaplib, smtplib, SocketServer, asyncore, and Twisted.

WWW: http://trevp.net/tlslite/

PR:		ports/102923
Submitted by:	Alexander Botero-Lowry <alex at foxybanana.com>
@
text
@d13 1
a13 1
MAINTAINER=	alex@@foxybanana.com
@

