head	1.8;
access;
symbols
	RELEASE_8_3_0:1.7
	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.5
	RELEASE_7_0_0:1.5
	RELEASE_6_3_0:1.5
	PRE_XORG_7:1.4
	RELEASE_4_EOL:1.3
	RELEASE_6_2_0:1.3
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1;
locks; strict;
comment	@# @;


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

1.7
date	2012.01.21.17.40.09;	author eadler;	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.03.10.20.32.36;	author linimon;	state Exp;
branches;
next	1.3;

1.3
date	2006.09.30.12.10.20;	author miwi;	state Exp;
branches;
next	1.2;

1.2
date	2006.07.15.08.37.00;	author perky;	state Exp;
branches;
next	1.1;

1.1
date	2005.09.05.14.46.07;	author vsevolod;	state Exp;
branches;
next	;


desc
@@


1.8
log
@Switch exporter over
@
text
@# New ports collection makefile for:	py-twistedWeb2
# Date created:		5 August 2005
# Whom:			Landon Fuller <landonf@@opendarwin.org>
#
# $FreeBSD: head/www/py-twistedWeb2/Makefile 300897 2012-07-14 14:29:18Z beat $

PORTNAME=	twistedWeb2
PORTVERSION=	8.1.0
CATEGORIES=	www devel python
MASTER_SITES=	http://tmrc.mit.edu/mirror/twisted/Web2/${PORTVERSION:R}/
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTNAME=	TwistedWeb2-${PORTVERSION}

MAINTAINER=	python@@FreeBSD.org
COMMENT=	The next generation Web Server Framework built with Twisted

BUILD_DEPENDS=	${PYTHON_SITELIBDIR}/twisted:${PORTSDIR}/devel/py-twistedCore
RUN_DEPENDS:=	${BUILD_DEPENDS}

WRKSRC=		${WRKDIR}/TwistedWeb2-${PORTVERSION}

USE_BZIP2=	yes
USE_PYTHON=	yes
USE_PYDISTUTILS=	yes
PYDISTUTILS_PKGNAME=	Twisted_Web2

.include <bsd.port.mk>
@


1.7
log
@At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:	portmgr
@
text
@d5 1
a5 1
# $FreeBSD$
@


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
@d18 1
a18 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


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
@d8 1
a8 1
PORTVERSION=	0.2.0
d10 1
a10 1
MASTER_SITES=	http://tmrc.mit.edu/mirror/twisted/Web2/
d14 1
a14 1
MAINTAINER=	ports@@FreeBSD.org
d23 1
a23 1
USE_PYTHON=	2.3+
@


1.4
log
@Reset landonf@@opendarwin.org: address bounces.

Hat:		portmgr
@
text
@d25 1
@


1.3
log
@- Update to 0.2.0

Changes to the port:
* Remove stale master site.
* Bump minimum Python version to 2.3.
* Remove no-longer-necessary _version.py hack.

PR:		ports/102867
Submitted by:	Piet Delport <pjd@@satori.za.net>
Approved by:	Maintainer timeout
@
text
@d14 1
a14 1
MAINTAINER=	landonf@@opendarwin.org
@


1.2
log
@Fix build with Twisted 2.4.

Spotted by:	linimon
@
text
@d8 1
a8 2
PORTVERSION=	0.1
PORTREVISION=	1
d10 1
a10 2
MASTER_SITES=	http://twistedmatrix.com/downloads/Web2/ \
		http://tmrc.mit.edu/mirror/twisted/Web2/
d23 1
a23 1
USE_PYTHON=	2.2+
a25 5
post-extract:
	# temporal hack to work with Twisted 2.4
	${ECHO_CMD} "from twisted.python import versions" > ${WRKSRC}/twisted/web2/_version.py
	${ECHO_CMD} "version = versions.Version(__name__[:__name__.rfind('.')], 0, 1, 0)" >> ${WRKSRC}/twisted/web2/_version.py

@


1.1
log
@Add py-twistedWeb2 - the next generation Web Server Framework built
with Twisted.

PR:		84585
Submitted by:	Landon Fuller <landonf@@opendarwin.org>
Approved by:	perky (mentor)
@
text
@d9 1
d28 5
@

