head	1.5;
access;
symbols
	RELEASE_7_4_0:1.4
	RELEASE_8_2_0:1.4
	RELEASE_6_EOL:1.4
	RELEASE_8_1_0:1.4
	RELEASE_7_3_0:1.4
	RELEASE_8_0_0:1.4
	RELEASE_7_2_0:1.3
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1
	PRE_XORG_7:1.1;
locks; strict;
comment	@# @;


1.5
date	2011.02.27.16.22.06;	author miwi;	state dead;
branches;
next	1.4;

1.4
date	2009.08.22.00.38.23;	author amdmi3;	state Exp;
branches;
next	1.3;

1.3
date	2009.01.20.17.22.11;	author nivit;	state Exp;
branches;
next	1.2;

1.2
date	2008.06.06.14.07.10;	author edwin;	state Exp;
branches;
next	1.1;

1.1
date	2007.02.17.17.08.34;	author nivit;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Remove:
	www/py-turbodjango
	www/py-turbosetup
	textproc/py-csv
	devel/py-uuid
@
text
@# New ports collection makefile for:	py-turbodjango
# Date created:		2007-02-14
# Whom:			Nicola Vitale <nivit@@FreeBSD.org>
#
# $FreeBSD: ports/www/py-turbodjango/Makefile,v 1.4 2009/08/22 00:38:23 amdmi3 Exp $
#

PORTNAME=	turbodjango
PORTVERSION=	0.95.w2
PORTREVISION=	1
CATEGORIES=	www python
MASTER_SITES=	SF/tgwidgets/TurboDjango/TurboDjango%200.95w2
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTNAME=	${PYTURBODJANGO_EGG}
EXTRACT_SUFX=

MAINTAINER=	python@@FreeBSD.org
COMMENT=	Django template for TurboGears

RUN_DEPENDS=	${EASY_INSTALL_CMD}:${PORTSDIR}/devel/py-setuptools \
		${PYTHON_PKGNAMEPREFIX}django>=0.95_2:${PORTSDIR}/www/py-django \
		${PYTHON_PKGNAMEPREFIX}TurboGears>=1.0.1:${PORTSDIR}/www/py-turbogears

NO_BUILD=	yes

USE_PYTHON=	yes

PLIST_SUB=	EASY_INSTALL_CMD=${EASY_INSTALL_CMD} \
		PORTNAME=${PORTNAME} PORTVERSION=${PYTURBODJANGO_VER} \
		PYTURBODJANGO_EGG=${PYTURBODJANGO_EGG}

EASY_INSTALL_CMD?=	easy_install-${PYTHON_VER}
EASY_INSTALL_ARGS=	-N

PYTURBODJANGO=	TurboDjango
PYTURBODJANGO_VER=	${PORTVERSION:C/([0-9])\.([a-z])/\1\2/}
PYTURBODJANGO_EGG=	${PYTURBODJANGO}-${PYTURBODJANGO_VER}-py${PYTHON_VER}.egg

do-extract:
	@@${RM} -rf ${WRKDIR}
	@@${MKDIR} ${WRKDIR}

do-install:
	@@${EASY_INSTALL_CMD} ${EASY_INSTALL_ARGS} ${DISTDIR}/${PYTURBODJANGO_EGG}

.include <bsd.port.pre.mk>

.if ${PYTHON_REL} < 240 || ${PYTHON_REL} >= 250
IGNORE=	the distribution file is available only for Python 2.4
.endif

.include <bsd.port.post.mk>
@


1.4
log
@- Switch SourceForge ports to the new File Release System: categories starting with W
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.3
log
@- Mark the port with IGNORE  when PYTHON_VERSION != 2.4,
  because the distribution egg-file is only available for Python 2.4.

PR:		ports/130785
Submitted by:	nivit
@
text
@d12 1
a12 2
MASTER_SITES=	SF
MASTER_SITE_SUBDIR=	tgwidgets
@


1.2
log
@Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@@
Approved by:    portmgr (pav)
@
text
@d27 1
a27 2
# Use the same version of www/py-turbogears
USE_PYTHON=	2.4
d47 7
a53 1
.include <bsd.port.mk>
@


1.1
log
@Django template for TurboGears

Author: Fred Lin
WWW:	 http://sourceforge.net/projects/tgwidgets/
@
text
@d10 1
@

