head	1.15;
access;
symbols
	RELEASE_8_3_0:1.12
	RELEASE_9_0_0:1.11
	RELEASE_7_4_0:1.10
	RELEASE_8_2_0:1.10
	RELEASE_6_EOL:1.10
	RELEASE_8_1_0:1.8
	RELEASE_7_3_0:1.8
	RELEASE_8_0_0:1.7
	RELEASE_7_2_0:1.7
	RELEASE_7_1_0:1.6
	RELEASE_6_4_0:1.6
	RELEASE_5_EOL:1.6
	RELEASE_7_0_0:1.6
	RELEASE_6_3_0:1.6
	PRE_XORG_7:1.5
	RELEASE_4_EOL:1.5
	RELEASE_6_2_0:1.4
	RELEASE_6_1_0:1.3
	RELEASE_5_5_0:1.3
	RELEASE_6_0_0:1.2;
locks; strict;
comment	@# @;


1.15
date	2012.11.17.06.01.17;	author svnexp;	state Exp;
branches;
next	1.14;

1.14
date	2012.06.11.16.10.03;	author sunpoet;	state Exp;
branches;
next	1.13;

1.13
date	2012.03.28.19.37.41;	author sunpoet;	state Exp;
branches;
next	1.12;

1.12
date	2012.03.12.07.46.07;	author kevlo;	state Exp;
branches;
next	1.11;

1.11
date	2011.09.07.09.27.53;	author sbz;	state Exp;
branches;
next	1.10;

1.10
date	2010.08.24.02.08.44;	author lwhsu;	state Exp;
branches;
next	1.9;

1.9
date	2010.08.15.10.05.25;	author arved;	state Exp;
branches;
next	1.8;

1.8
date	2010.02.07.09.34.27;	author lwhsu;	state Exp;
branches;
next	1.7;

1.7
date	2009.01.31.09.53.10;	author lwhsu;	state Exp;
branches;
next	1.6;

1.6
date	2007.07.30.09.41.57;	author alexbl;	state Exp;
branches;
next	1.5;

1.5
date	2007.01.12.21.15.00;	author miwi;	state Exp;
branches;
next	1.4;

1.4
date	2006.05.30.15.56.27;	author clsung;	state Exp;
branches;
next	1.3;

1.3
date	2005.11.03.12.17.55;	author mnag;	state Exp;
branches;
next	1.2;

1.2
date	2005.04.15.11.26.04;	author flz;	state Exp;
branches;
next	1.1;

1.1
date	2005.04.15.04.57.33;	author flz;	state Exp;
branches;
next	;


desc
@@


1.15
log
@Switch exporter over
@
text
@# New ports collection makefile for:	py-twistedConch
# Date created:		13 April 2005
# Whom:	      		Neal Nelson <neal@@nelson.name>
#
# $FreeBSD: head/security/py-twistedConch/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	twistedConch
PORTVERSION=	12.1.0
CATEGORIES=	security devel python
MASTER_SITES=	http://twistedmatrix.com/Releases/Conch/${PORTVERSION:R}/
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTNAME=	TwistedConch-${PORTVERSION}

MAINTAINER=	python@@FreeBSD.org
COMMENT=	An SSH and SFTP protocol implementation with clients and servers

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}twistedCore>=${PORTVERSION}:${PORTSDIR}/devel/py-twistedCore
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}asn1>=0.0.9a:${PORTSDIR}/devel/py-asn1 \
		${PYTHON_PKGNAMEPREFIX}twistedCore>=${PORTVERSION}:${PORTSDIR}/devel/py-twistedCore

USE_BZIP2=	yes
USE_PYTHON=	yes
USE_PYDISTUTILS=	yes
PYDISTUTILS_PKGNAME=	${PORTNAME:S/twisted/Twisted_/}

.include <bsd.port.mk>
@


1.14
log
@- Update to 12.1.0
- Change RUN_DEPENDS to ensure same-verison twisted dependency

Changes:	http://twistedmatrix.com/trac/browser/tags/releases/twisted-12.1.0/twisted/conch/topfiles/NEWS
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.13
log
@- Update to 12.0.0
- Pass maintainership to python@@

Changes:	http://twistedmatrix.com/trac/browser/tags/releases/twisted-12.0.0/twisted/conch/topfiles/NEWS
PR:		ports/165737
Submitted by:	sunpoet (myself)
Approved by:	Neal Nelson <neal@@nicandneal.net> (maintainer)
Feature safe:	yes
@
text
@d9 1
a9 1
PORTVERSION=	12.0.0
d21 3
a23 3
BUILD_DEPENDS=	${PYTHON_SITELIBDIR}/twisted:${PORTSDIR}/devel/py-twistedCore
RUN_DEPENDS=	${PYTHON_SITELIBDIR}/twisted:${PORTSDIR}/devel/py-twistedCore \
		${PYTHON_PKGNAMEPREFIX}asn1>=0.0.9a:${PORTSDIR}/devel/py-asn1
d28 1
a28 1
PYDISTUTILS_PKGNAME=	Twisted_Conch
@


1.12
log
@- Add missing dependency on py-pycrypto
- Bump PORTREVISION

Feature safe:	yes
@
text
@d9 1
a9 2
PORTVERSION=	11.0.0
PORTREVISION=	1
d15 1
a15 1
MAINTAINER=	neal@@nelson.name
d23 1
a23 2
		${PYTHON_PKGNAMEPREFIX}asn1>=0.0.9a:${PORTSDIR}/devel/py-asn1 \
		${PYTHON_PKGNAMEPREFIX}pycrypto>=2.5:${PORTSDIR}/security/py-pycrypto
@


1.11
log
@- Update to 11.0.0
- Update MASTER_SITES
- Add LICENSE

Reviewed by:	lwhsu@@
Approved by:	jadawin@@ (mentor)
@
text
@d10 1
d24 2
a25 1
		${PYTHON_PKGNAMEPREFIX}asn1>=0.0.9a:${PORTSDIR}/devel/py-asn1
@


1.10
log
@- Update to 10.1.0

PR:		ports/149784
Submitted by:	lwhsu
Approved by:	Neal Nelson <neal AT nelson.name> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	10.1.0
d11 1
a11 1
MASTER_SITES=	http://tmrc.mit.edu/mirror/twisted/Conch/${PORTVERSION:R}/
d18 3
@


1.9
log
@Add dependency on py-asn1

PR:		148026
Submitted by:	Janne Snabb <snabb@@epipe.com>
Approved by:	maintainer
@
text
@d9 1
a9 2
PORTVERSION=	9.0.0
PORTREVISION=	1
d19 1
a19 1
RUN_DEPENDS=	${BUILD_DEPENDS} \
d25 1
a25 1
PYDISTUTILS_PKGNAME=	Conch
@


1.8
log
@- Update to 9.0.0

PR:		ports/140937
Submitted by:	wen
@
text
@d10 1
d20 2
a21 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.7
log
@- Update py-twisted-* to 8.2.0
- turn devel/py-twisted into a meta port.
- Update USE_TWISTED{,_BUILD,_RUN} in bsd.python.mk:
  * Remove flow, pair, xish, which are deprecated
    (but still update them to latest release in the tree)
  * Remove USE_TWISTED=13 (no port uses this)
  * Fix typos in twisted components _DEPENDS

PR:		ports/130001
Submitted by:	lwhsu
Approved by:	maintainer timeout
@
text
@d9 1
a9 1
PORTVERSION=	8.2.0
@


1.6
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
@d9 1
a9 1
PORTVERSION=	0.8.0
d11 1
a11 1
MASTER_SITES=	http://tmrc.mit.edu/mirror/twisted/Conch/${PORTVERSION:S/.0//}/
d22 1
a22 1
USE_PYTHON=	2.3+
@


1.5
log
@- Update to 0.8.0

PR:		ports/107841
Submitted by:	Li-Wen Hsu <lwhsu@@lwhsu.org>
Approved by:	maintainer
@
text
@d24 1
@


1.4
log
@- update to 0.7.0

PR:		ports/98137
Submitted by:	maintainer (Neal Nelson)
@
text
@d9 1
a9 1
PORTVERSION=	0.7.0
d11 1
a11 2
MASTER_SITES=	http://twistedmatrix.com/downloads/Conch/${PORTVERSION:S/.0//}/ \
		http://tmrc.mit.edu/mirror/twisted/Conch/${PORTVERSION:S/.0//}/
a20 2
WRKSRC=		${WRKDIR}/TwistedConch-${PORTVERSION}

a24 2
PLIST_SUB+=	S=${PYTHONPREFIX_SITELIBDIR:S;${PREFIX}/;;}

@


1.3
log
@Update to 0.6.0

PR:		88443
Submitted by:	Neal Nelson <neal@@nelson.name> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	0.6.0
d25 1
a25 1
USE_PYTHON=	2.2+
@


1.2
log
@- Fix BUILD_DEPENDS.

PR:		ports/79958
Submitted by:	maintainer
@
text
@d9 1
a9 2
PORTVERSION=	0.5.0
PORTREVISION=	1
d11 2
a12 2
MASTER_SITES=	http://twistedmatrix.com/downloads/Conch/0.5/ \
		http://tmrc.mit.edu/mirror/twisted/Conch/0.5/
@


1.1
log
@- Add py-twistedConch, an SSH and SFTP protocol implementation
together with clients and servers.

PR:		ports/79921
Submitted by:	Neal Nelson <neal@@nelson.name>
@
text
@d10 1
d20 2
a21 1
RUN_DEPENDS=	${PYTHON_SITELIBDIR}/twisted:${PORTSDIR}/devel/py-twistedCore
@

