head	1.12;
access;
symbols
	RELEASE_8_3_0:1.9
	RELEASE_9_0_0:1.9
	RELEASE_7_4_0:1.8
	RELEASE_8_2_0:1.8
	RELEASE_6_EOL:1.8
	RELEASE_8_1_0:1.7
	RELEASE_7_3_0:1.7
	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.5
	RELEASE_7_0_0:1.5
	RELEASE_6_3_0:1.5
	PRE_XORG_7:1.4
	RELEASE_4_EOL:1.4
	RELEASE_6_2_0:1.3
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2
	RELEASE_6_0_0:1.2;
locks; strict;
comment	@# @;


1.12
date	2012.11.17.06.03.02;	author svnexp;	state Exp;
branches;
next	1.11;

1.11
date	2012.06.11.16.10.06;	author sunpoet;	state Exp;
branches;
next	1.10;

1.10
date	2012.03.28.19.37.44;	author sunpoet;	state Exp;
branches;
next	1.9;

1.9
date	2011.09.07.09.27.54;	author sbz;	state Exp;
branches;
next	1.8;

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

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

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

1.5
date	2007.07.30.09.42.16;	author alexbl;	state Exp;
branches;
next	1.4;

1.4
date	2007.01.12.21.16.29;	author miwi;	state Exp;
branches;
next	1.3;

1.3
date	2006.05.30.15.59.59;	author clsung;	state Exp;
branches;
next	1.2;

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

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


desc
@@


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

PORTNAME=	twistedWeb
PORTVERSION=	12.1.0
CATEGORIES=	www devel python
MASTER_SITES=	http://twistedmatrix.com/Releases/Web/${PORTVERSION:R}/
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTNAME=	TwistedWeb-${PORTVERSION}

MAINTAINER=	python@@FreeBSD.org
COMMENT=	An HTTP protocol implementation together with clients and servers

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

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

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

.include <bsd.port.mk>
@


1.11
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/web/topfiles/NEWS
@
text
@d5 1
a5 1
# $FreeBSD$
@


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

Changes:	http://twistedmatrix.com/trac/browser/tags/releases/twisted-12.0.0/twisted/web/topfiles/NEWS
PR:		ports/165739
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 1
a21 1
BUILD_DEPENDS=	${PYTHON_SITELIBDIR}/twisted:${PORTSDIR}/devel/py-twistedCore
d27 1
a27 1
PYDISTUTILS_PKGNAME=	Twisted_Web
@


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

Reviewed by:	lwhsu@@
Approved by:	jadawin@@ (mentor)
@
text
@d9 1
a9 1
PORTVERSION=	11.0.0
d15 1
a15 1
MAINTAINER=	neal@@nelson.name
@


1.8
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/Web/${PORTVERSION:R}/
d18 3
d22 1
a22 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.7
log
@- Update to 9.0.0

PR:		ports/140937
Submitted by:	wen
@
text
@d9 1
a9 1
PORTVERSION=	9.0.0
@


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


1.4
log
@- Update to 0.7.0

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


1.3
log
@- update to 0.6.0

PR:		98139
Submitted by:	maintainer (Neal Nelson)
@
text
@d9 1
a9 2
PORTVERSION=	0.6.0
PORTREVISION=	1
a20 2
WRKSRC=		${WRKDIR}/TwistedWeb-${PORTVERSION}

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

@


1.2
log
@- Fix BUILD_DEPENDS.

PR:		ports/79960
Submitted by:	maintainer
@
text
@d9 1
a9 1
PORTVERSION=	0.5.0
d12 1
a12 2
MASTER_SITES=	http://twistedmatrix.com/downloads/Web/0.5/ \
		http://tmrc.mit.edu/mirror/twisted/Web/0.5/
d25 1
a25 1
USE_PYTHON=	2.2+
@


1.1
log
@- Add py-twistedWeb, An HTTP protocol implementation together with clients
and servers.

PR:		ports/79922
Submitted by:	Neal Nelson <neal@@nelson.name>
@
text
@d10 1
d13 1
a13 1
    http://tmrc.mit.edu/mirror/twisted/Web/0.5/
d20 2
a21 1
RUN_DEPENDS=	${PYTHON_SITELIBDIR}/twisted:${PORTSDIR}/devel/py-twistedCore
@

