head	1.19;
access;
symbols
	RELEASE_8_3_0:1.18
	RELEASE_9_0_0:1.17
	RELEASE_7_4_0:1.17
	RELEASE_8_2_0:1.17
	RELEASE_6_EOL:1.17
	RELEASE_8_1_0:1.17
	RELEASE_7_3_0:1.17
	RELEASE_8_0_0:1.16
	old_RELEASE_7_2_0:1.13
	old_RELEASE_7_1_0:1.12
	old_RELEASE_6_4_0:1.12
	old_RELEASE_5_EOL:1.11
	old_RELEASE_7_0_0:1.11
	old_RELEASE_6_3_0:1.11
	old_PRE_XORG_7:1.10
	old_RELEASE_4_EOL:1.8
	old_RELEASE_6_2_0:1.3
	old_RELEASE_6_1_0:1.2
	old_RELEASE_5_5_0:1.2;
locks; strict;
comment	@# @;


1.19
date	2012.11.17.06.03.02;	author svnexp;	state Exp;
branches;
next	1.18;

1.18
date	2012.02.09.00.21.56;	author wen;	state Exp;
branches;
next	1.17;

1.17
date	2009.12.12.13.16.00;	author wen;	state Exp;
branches;
next	1.16;

1.16
date	2009.08.18.22.38.56;	author miwi;	state Exp;
branches;
next	1.15;

1.15
date	2009.08.18.22.20.05;	author miwi;	state Exp;
branches;
next	1.14;

1.14
date	2009.08.03.12.18.30;	author nivit;	state Exp;
branches;
next	1.13;

1.13
date	2009.01.18.17.31.10;	author nivit;	state Exp;
branches;
next	1.12;

1.12
date	2008.06.06.14.07.10;	author edwin;	state Exp;
branches;
next	1.11;

1.11
date	2007.08.04.11.41.28;	author gabor;	state Exp;
branches;
next	1.10;

1.10
date	2007.02.26.06.09.20;	author dryice;	state Exp;
branches;
next	1.9;

1.9
date	2007.02.15.20.42.41;	author nivit;	state Exp;
branches;
next	1.8;

1.8
date	2007.01.11.14.12.22;	author nivit;	state Exp;
branches;
next	1.7;

1.7
date	2007.01.04.13.04.28;	author nivit;	state Exp;
branches;
next	1.6;

1.6
date	2006.12.10.01.21.51;	author nivit;	state Exp;
branches;
next	1.5;

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

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

1.3
date	2006.08.02.13.58.48;	author erwin;	state Exp;
branches;
next	1.2;

1.2
date	2006.02.13.12.12.25;	author lawrance;	state Exp;
branches;
next	1.1;

1.1
date	2006.01.15.02.32.42;	author pav;	state Exp;
branches;
next	;


desc
@@


1.19
log
@Switch exporter over
@
text
@# New ports collection makefile for:	turbogears2
# Date created:		9 Aug, 2009
# Whom:			Wen Heping	<wenheping@@gmail.com>
#
# $FreeBSD: head/www/py-turbogears2/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	TurboGears2
PORTVERSION=	2.1.4
CATEGORIES=	www python
MASTER_SITES=	http://www.turbogears.org/2.1/downloads/${PORTVERSION}/
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	wenheping@@gmail.com
COMMENT=	Python-Based Framework for Rapid Web Development

RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}ToscaWidgets>=0.9.4:${PORTSDIR}/devel/py-ToscaWidgets \
		${PYTHON_PKGNAMEPREFIX}Genshi>=0.5.1:${PORTSDIR}/textproc/py-genshi \
		${PYTHON_PKGNAMEPREFIX}WebFlash>=0.1a8:${PORTSDIR}/www/py-WebFlash \
		${PYTHON_PKGNAMEPREFIX}WebError>=0.10.1:${PORTSDIR}/www/py-WebError \
		${PYTHON_PKGNAMEPREFIX}repoze.tm2>=0:${PORTSDIR}/devel/py-repoze.tm2 \
		${PYTHON_PKGNAMEPREFIX}TurboJson>=1.3.0:${PORTSDIR}/devel/py-turbojson \
		${PYTHON_PKGNAMEPREFIX}repoze.who>=1.0.0:${PORTSDIR}/devel/py-repoze.who \
		${PYTHON_PKGNAMEPREFIX}repoze.who-testutil>=1.0.8:${PORTSDIR}/devel/py-repoze.who-testutil \
		${PYTHON_PKGNAMEPREFIX}repoze.what>=1.0.8:${PORTSDIR}/devel/py-repoze.what \
		${PYTHON_PKGNAMEPREFIX}repoze.what-pylons>=1.0:${PORTSDIR}/devel/py-repoze.what-pylons \
		${PYTHON_PKGNAMEPREFIX}repoze.tm2>=1.0:${PORTSDIR}/devel/py-repoze.tm2 \
		${PYTHON_PKGNAMEPREFIX}coverage>=0:${PORTSDIR}/devel/py-coverage \
		${PYTHON_PKGNAMEPREFIX}nose>=0:${PORTSDIR}/devel/py-nose \
		${PYTHON_PKGNAMEPREFIX}TurboKid>=1.0.4:${PORTSDIR}/devel/py-turbokid \
		${PYTHON_PKGNAMEPREFIX}sqlalchemy>=0.4:${PORTSDIR}/databases/py-sqlalchemy \
		${PYTHON_PKGNAMEPREFIX}Jinja2>=0:${PORTSDIR}/devel/py-Jinja2 \
		${PYTHON_PKGNAMEPREFIX}Chameleon>=2.0:${PORTSDIR}/textproc/py-Chameleon \
		${PYTHON_PKGNAMEPREFIX}mako>=0:${PORTSDIR}/textproc/py-mako \
		${PYTHON_PKGNAMEPREFIX}Babel>=0.9.4:${PORTSDIR}/devel/py-babel

USE_PYTHON=	yes
USE_PYDISTUTILS=	easy_install

.include <bsd.port.mk>
@


1.18
log
@- Update to 2.1.4

PR:		ports/164760
Submitted by:	ychsiao <ychsiao@@ychsiao.org>
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.17
log
@- Update to 2.0.3
@
text
@d9 1
a9 1
PORTVERSION=	2.0.3
d11 1
a11 1
MASTER_SITES=	http://www.turbogears.org/2.0/downloads/${PORTVERSION}/
d22 1
a22 1
		${PYTHON_PKGNAMEPREFIX}TurboJson>=1.2.1:${PORTSDIR}/devel/py-turbojson \
d24 12
a35 1
		${PYTHON_PKGNAMEPREFIX}repoze.what-pylons>=1.0:${PORTSDIR}/devel/py-repoze.what-pylons
@


1.16
log
@- Update to 2.0.1

PR:		137603
Submitted by:	Wen Heping <wenheping@@gmail.com> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	2.0.1
@


1.15
log
@- Force commit to note a repocopy:
	www/py-turbogears -> www/py-turbogears2
@
text
@d1 3
a3 3
# New ports collection makefile for:	turbogears
# Date created:		2006-01-08
# Whom:			Nicola Vitale	<nivit@@email.it>
d8 2
a9 3
PORTNAME=	TurboGears
PORTVERSION=	1.0.8
PORTREVISION=	1
d11 1
a11 2
MASTER_SITES=	http://files.turbogears.org/eggs/ \
		http://nivi.interfree.it/distfiles/${PORTNAME}/
d14 1
a14 1
MAINTAINER=	python@@FreeBSD.org
d17 8
a24 9
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cherrypy-old>=2.3:${PORTSDIR}/www/py-cherrypy-old \
		${PYTHON_PKGNAMEPREFIX}configobj>=4.5.3:${PORTSDIR}/devel/py-configobj \
		${PYTHON_PKGNAMEPREFIX}formencode>=0.6_1:${PORTSDIR}/www/py-formencode \
		${PYTHON_PKGNAMEPREFIX}PasteScript>=1.7.3:${PORTSDIR}/www/py-pastescript \
		${PYTHON_PKGNAMEPREFIX}RuleDispatch>=0.5.a0.r2303:${PORTSDIR}/devel/py-ruledispatch \
		${PYTHON_PKGNAMEPREFIX}simplejson>=1.4:${PORTSDIR}/devel/py-simplejson \
		${PYTHON_PKGNAMEPREFIX}TurboCheetah>=1.0:${PORTSDIR}/devel/py-turbocheetah \
		${PYTHON_PKGNAMEPREFIX}TurboKid>=1.0.4:${PORTSDIR}/devel/py-turbokid \
		${PYTHON_PKGNAMEPREFIX}TurboJson>=1.1.4:${PORTSDIR}/devel/py-turbojson11
d26 1
a26 2
USE_GETTEXT=	yes
USE_PYTHON=	2.4+
d29 1
a29 40
OPTIONSFILE=	${PORT_DBDIR}/py-${PORTNAME}/options
OPTIONS+=	ELIXIR	"Use Elixir as plugin" off \
		GENSHI	"Use Genshi as plugin TG[future]" off \
		NOSE	"Use nose TG[testtools]" off \
		PYSQLITE	"Use SQLite as DB backend" off \
		SQLOBJECT	"Use SQLObject as DB backend" on \
		SQLALCHEMY	"Use SQLAlchemy as DB backend TG[future]" off

.include <bsd.port.pre.mk>

.if ${PYTHON_REL} < 250
PYEASYINSTALL_UNINSTALLARGS=	-q -m -N -S ${PYTHON_SITELIBDIR} -d ${PYEASYINSTALL_SITELIBDIR} -s ${PYEASYINSTALL_BINDIR} ${PYDISTUTILS_PKGNAME}==${PYDISTUTILS_PKGVERSION}
.endif

.if defined (WITH_ELIXIR)
RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}Elixir>=0.6.1:${PORTSDIR}/databases/py-Elixir
.endif

.if defined (WITH_GENSHI)
RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}Genshi>=0.3.6:${PORTSDIR}/textproc/py-genshi
.endif

.if defined (WITH_NOSE)
RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}nose>=0.9.1:${PORTSDIR}/devel/py-nose
.endif

# Python 2.5 already includes SQLite
.if defined (WITH_PYSQLITE) && (${PYTHON_REL} < 250)
RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}pysqlite>=2.0.7_1:${PORTSDIR}/databases/py-pysqlite22
.endif

.if defined (WITH_SQLOBJECT)
RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}sqlobject>=0.10.1:${PORTSDIR}/databases/py-sqlobject
.endif

.if defined (WITH_SQLALCHEMY)
RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}sqlalchemy>=0.3.4:${PORTSDIR}/databases/py-sqlalchemy
.endif

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


1.14
log
@- The port now depends on devel/py-turbojson11
- Bump PORTREVISION
@
text
@@


1.13
log
@- Update to 1.0.8
- Add ELIXIR, SQLOBJECT to OPTIONS
- Add switch -N to PYEASYINSTALL_UNINSTALLARGS when ${PYTHON_REL} < 250
- Move easy_install support to <bsd.python.mk>
- Option PYSQLITE available only for Python < 2.5
- Remove TGFASTDATA from OPTIONS
- Set USE_PYTHON to 2.4+

PR:		ports/130180
Submitted by:	Wen Heping <wenheping at gmail dot com>
@
text
@d10 1
d27 1
a27 1
		${PYTHON_PKGNAMEPREFIX}TurboJson>=1.1.4:${PORTSDIR}/devel/py-turbojson
@


1.12
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
@d9 1
a9 2
PORTVERSION=	1.0.1
PORTREVISION=	1
a13 3
EXTRACT_SUFX=
DISTFILES=	${PYTURBOGEARS_EGG}
DISTFILES+=	${TGDEPEGGS}
d18 5
a22 5
BUILD_DEPENDS=	${EASY_INSTALL_CMD}:${PORTSDIR}/devel/py-setuptools
RUN_DEPENDS=	${BUILD_DEPENDS}
# ${PYTHON_PKGNAMEPREFIX} is safe here, because we USE_PYTHON 2.4
RUN_DEPENDS+=	kid:${PORTSDIR}/devel/py-kid \
		paster:${PORTSDIR}/www/py-pastescript \
d24 3
a26 10
		${PYTHON_PKGNAMEPREFIX}cheetah>=2.0.r7:${PORTSDIR}/devel/py-cheetah \
		${PYTHON_PKGNAMEPREFIX}formencode>=0.6_1:${PORTSDIR}/www/py-formencode \
		${PYTHON_PKGNAMEPREFIX}Paste>=1.1.1:${PORTSDIR}/www/py-paste \
		${PYTHON_PKGNAMEPREFIX}PasteDeploy>=1.1:${PORTSDIR}/www/py-pastedeploy \
		${PYTHON_PKGNAMEPREFIX}PyProtocols>=1.0.a0.r2082:${PORTSDIR}/devel/py-protocols-devel \
		${PYTHON_PKGNAMEPREFIX}RuleDispatch>=0.5.a0.r2115:${PORTSDIR}/devel/py-ruledispatch \
		${PYTHON_PKGNAMEPREFIX}sqlobject>=0.7.2:${PORTSDIR}/databases/py-sqlobject \
		${PYTHON_PKGNAMEPREFIX}TurboCheetah>=0.9.5:${PORTSDIR}/devel/py-turbocheetah \
		${PYTHON_PKGNAMEPREFIX}TurboJson>=1.0:${PORTSDIR}/devel/py-turbojson \
		${PYTHON_PKGNAMEPREFIX}TurboKid>=0.9.9:${PORTSDIR}/devel/py-turbokid
d29 2
a30 21
USE_PYTHON=	2.4

# Some dependencies have specific platform information in their filename
MANUAL_PACKAGE_BUILD=Doesn't build in tinderbox environment

# see EGG-INFO/requires.txt, EGG-INFO/extras.txt
OPTIONS=	GENSHI		"Use Genshi TG[future])" off \
		NOSE		"Use nose TG[testtools]" off \
		PYSQLITE	"Use pysqlite TG[testtools]" on \
		SQLALCHEMY	"Use SQLAlchemy TG[future, testtools]" off \
		TGFASTDATA	"Use TGFastData TG[exp]" off

PLIST_SUB+=	PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S|${PREFIX}/||} \
		EASY_INSTALL_CMD=${EASY_INSTALL_CMD} \
		EGG="${PORTNAME}==${PORTVERSION} ${REG_TGDEPEGGS}"

EASY_INSTALL_CMD?=	${LOCALBASE}/bin/easy_install-${PYTHON_VER}
EASY_INSTALL_ARGS=	-b ${WRKSRC} -N
EASY_INSTALL_DEPS_ARGS=	${EASY_INSTALL_ARGS}

DATADIR=	${PYTHON_SITELIBDIR}/${PYTURBOGEARS_EGG}
d33 6
d40 1
a40 1
PYTURBOGEARS_EGG=	${PORTNAME}-${PORTVERSION}-py${PYTHON_VER}.egg
d42 3
a44 32
# We are waiting for the following ports use Python eggs:
#    devel/py-celementtree
#    devel/py-configobj
#    devel/py-elementtree
#    www/py-cheerypy
# When it happens, we shall remove the respective entry from TGDEPEGGS,
# REG_TGDEPEGGS, distinfo, and add the dependent port to RUN_DEPENDS
OSRELEASE!=	/usr/bin/uname -r
ENVINFO=	py${PYTHON_VER}-${OPSYS:L}-${OSRELEASE}-${ARCH}.egg

TGDEPEGGS=	CherryPy-2.2.1-py2.4.egg cElementTree-1.0.5-20051216.tar.gz \
		configobj-4.3.2-py2.4.egg elementtree-1.2.6-py2.4.egg
REG_TGDEPEGGS=	CherryPy==2.2.1 cElementTree==1.0.5-20051216 \
		configobj==4.3.2 elementtree==1.2.6
PLIST_SUB+=	PYCHERRYPY_EGG=CherryPy-2.2.1-py2.4.egg \
		PYCONFIGOBJ_EGG=configobj-4.3.2-py2.4.egg \
		PYELEMENTTREE_EGG=elementtree-1.2.6-py2.4.egg \
		PYCELEMENTTREE_EGG=cElementTree-1.0.5_20051216-${ENVINFO}
#

do-extract:
	@@${MKDIR} ${WRKSRC}

do-build:
	@@${DO_NADA}

do-install:
	@@cd ${WRKSRC}; \
	for FILE in ${TGDEPEGGS}; do \
	    ${EASY_INSTALL_CMD} ${EASY_INSTALL_DEPS_ARGS} ${DISTDIR}/$${FILE}; \
	done; \
	${EASY_INSTALL_CMD} ${EASY_INSTALL_ARGS} ${DISTDIR}/${PYTURBOGEARS_EGG}
d46 3
a48 1
.include <bsd.port.pre.mk>
a49 1
# OPTIONS
d58 7
a64 2
.if defined (WITH_PYSQLITE)
RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}pysqlite>=2.0.7_1:${PORTSDIR}/databases/py-pysqlite23
a70 11
PYTGFASTDATA_EGG=	TGFastData-0.9a6-py2.4.egg
.if defined (WITH_TGFASTDATA)
TGDEPEGGS+=	${PYTGFASTDATA_EGG}
REG_TGDEPEGGS+=	TGFastData==0.9a6
WITHTGFASTDATA=	""
.else
WITHTGFASTDATA=	"@@comment "
.endif
PLIST_SUB+=	WITHTGFASTDATA=${WITHTGFASTDATA} PYTGFASTDATA_EGG=${PYTGFASTDATA_EGG}
# end OPTIONS

@


1.11
log
@- Remove the DESTDIR modifications from individual ports as we have a new,
  fully chrooted DESTDIR, which does not need such any more.

Sponsored by:	Google Summer of Code 2007
Approved by:	portmgr (pav)
@
text
@d10 1
@


1.10
log
@update simplejson dependency

Approved by:	itetcu (mentor, implicit)   nivit (original maintainer)
@
text
@d72 1
a72 1
OSRELEASE!=	${DESTDIR}/usr/bin/uname -r
@


1.9
log
@- Updated to 1.0.1
- Set MAINTAINER to python@@FreeBSD.org
- Removed files/pkg-deinstall.in
@
text
@d26 1
a26 1
		${PYTHON_SITELIBDIR}/simplejson-1.4-py2.4.egg:${PORTSDIR}/devel/py-simplejson \
@


1.8
log
@- Bumped PORTREVISION
- Removed option -D (ignored by the new version of easy_install),
  added -q to files/pkg-deinstall.in
- Updated path to the Python egg of devel/py-kid (dependency),
  fixing build on pointyhat (reported by kris@@)

Approved by:	alexbl (mentor, implicit)
@
text
@d9 1
a9 2
PORTVERSION=	0.8.9
PORTREVISION=	4
d11 2
a12 2
MASTER_SITES=	http://nivi.interfree.it/distfiles/${PORTNAME}/ \
		http://www.turbogears.org/download/eggs/
d14 3
a16 1
DISTNAME=	${PORTNAME}-${PORTVERSION}
d18 1
a18 1
MAINTAINER=	nivit@@FreeBSD.org
d21 37
a57 10
BUILD_DEPENDS=	easy_install:${PORTSDIR}/devel/py-setuptools
RUN_DEPENDS=	easy_install:${PORTSDIR}/devel/py-setuptools \
		${PYTHON_SITELIBDIR}/${PYKID_EGG}/kid/__init__.py:${PORTSDIR}/devel/py-kid \
		sqlobject-admin:${PORTSDIR}/databases/py-sqlobject \
		${PYTHON_SITELIBDIR}/cherrypy/__init__.py:${PORTSDIR}/www/py-cherrypy-old \
		${PYTHON_SITELIBDIR}/cElementTree.so:${PORTSDIR}/devel/py-celementtree \
		${PYTHON_SITELIBDIR}/elementtree/__init__.py:${PORTSDIR}/devel/py-elementtree \
		${PYTHON_SITELIBDIR}/${PYFORMENCODE_EGG}/formencode/__init__.py:${PORTSDIR}/www/py-formencode \
		${PYTHON_SITELIBDIR}/json.py:${PORTSDIR}/devel/py-json-py \
		${PYTHON_SITELIBDIR}/TestGears-0.2-py2.4.egg:${PORTSDIR}/devel/py-testgears
d59 1
a59 2
USE_PYTHON=	2.4+
USE_PYDISTUTILS=	yes
a60 2
OPTIONS=	CHEETAH	"Install py-cheetah add-on" off
# bypass infrastructure bug (taken from www/py-django)
d63 1
a63 3
PLIST_SUB=	PORTVERSION=${PORTVERSION} EGGEXT=py2.4.egg
SUB_FILES=	pkg-deinstall
SUB_LIST=	EGGS=${EGGS} PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR}
d65 25
a89 2
EGGS=		${PORTNAME}-${PORTVERSION}-py2.4.egg
EASY_INSTALL=	easy_install
d92 12
a103 3
	for FILE in ${DISTFILES}; do \
	    ${EASY_INSTALL} --no-deps --script-dir=${PREFIX}/bin ${DISTDIR}/$${FILE}; \
	done;
d105 3
a107 2
post-install:
	${RM} ${PYTHON_SITELIBDIR}/${PORTNAME}-${PORTVERSION}-py2.4.egg/EGG-INFO/requires.txt
d109 3
a111 1
.include <bsd.port.pre.mk>
d113 2
a114 2
.if defined(WITH_CHEETAH)
RUN_DEPENDS+=	cheetah:${PORTSDIR}/devel/py-cheetah
d117 10
a126 2
PYFORMENCODE_EGG!=	${MAKE} -f ${PORTSDIR}/www/py-formencode/Makefile -V PYFORMENCODE_EGG
PYKID_EGG!=	${MAKE} -f ${PORTSDIR}/devel/py-kid/Makefile -V PYKID_EGG
@


1.7
log
@- Updated path to the Python egg of www/py-formencode (dependency)

Approved by:	alexbl (mentor)
@
text
@d10 1
a10 1
PORTREVISION=	3
d22 1
a22 1
		${PYTHON_SITELIBDIR}/kid/__init__.py:${PORTSDIR}/devel/py-kid \
d60 1
@


1.6
log
@- Updated email address in my ports

Approved by:	alexbl (mentor)
@
text
@d27 1
a27 1
		${PYTHON_SITELIBDIR}/formencode/__init__.py:${PORTSDIR}/www/py-formencode \
d59 2
@


1.5
log
@- Chase increase of devel/py-kid shlib version.
- Bump PORTREVISION

Submitted by:	pointyhat via kris mail
@
text
@d17 1
a17 1
MAINTAINER=	nivit@@email.it
@


1.4
log
@- Update MASTER_SITES
- Change dependency from www/py-cherrypy to www/py-cherrypy-old

PR:		ports/105842
Submitted by:	nivit@@email.it (Nicola Vitale) (maintainer)
@
text
@d10 1
a10 1
PORTREVISION=	2
d22 1
a22 1
		kid:${PORTSDIR}/devel/py-kid \
@


1.3
log
@Fix PLIST

PR:		101256
Submitted by:	erwin, pointyhat
Approved by:	maintainer
@
text
@d10 1
a10 1
PORTREVISION=	1
d12 2
a13 1
MASTER_SITES=	http://www.turbogears.org/download/eggs/
d24 1
a24 1
		${PYTHON_SITELIBDIR}/cherrypy/__init__.py:${PORTSDIR}/www/py-cherrypy \
@


1.2
log
@Update to 0.8.9.

PR:		ports/93190
Submitted by:	Nicola Vitale <nivit@@email.it> (maintainer)
@
text
@d10 1
@


1.1
log
@TurboGears brings together four major pieces to create an easy to install, easy
to use web megaframework. It covers everything from front end (MochiKit
JavaScript for the browser, Kid for templates in Python) to the controllers
(CherryPy) to the back end (SQLObject).

The TurboGears project is focused on providing documentation and integration
with these tools without losing touch with the communities that already exist
around those tools.

TurboGears is easy to use for a wide range of web applications.

Author:	Kevin Dangoor et alii
WWW:	http://www.turbogears.org/

PR:		ports/91691
Submitted by:	Nicola Vitale <nivit@@email.it>
@
text
@d9 1
a9 1
PORTVERSION=	0.8.8
@

