head	1.23;
access;
symbols
	RELEASE_8_3_0:1.21
	RELEASE_9_0_0:1.19
	RELEASE_7_4_0:1.15
	RELEASE_8_2_0:1.15
	RELEASE_6_EOL:1.15
	RELEASE_8_1_0:1.15
	RELEASE_7_3_0:1.14
	RELEASE_8_0_0:1.14
	RELEASE_7_2_0:1.13
	RELEASE_7_1_0:1.12
	RELEASE_6_4_0:1.12
	RELEASE_5_EOL:1.11
	RELEASE_7_0_0:1.11
	RELEASE_6_3_0:1.11
	PRE_XORG_7:1.10
	RELEASE_4_EOL:1.8
	RELEASE_6_2_0:1.3
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2;
locks; strict;
comment	@# @;


1.23
date	2013.03.22.01.10.48;	author svnexp;	state Exp;
branches;
next	1.22;

1.22
date	2012.11.17.06.03.02;	author svnexp;	state Exp;
branches;
next	1.21;

1.21
date	2011.12.16.08.33.22;	author wen;	state Exp;
branches;
next	1.20;

1.20
date	2011.12.14.08.32.19;	author wen;	state Exp;
branches;
next	1.19;

1.19
date	2011.06.25.07.35.30;	author nivit;	state Exp;
branches;
next	1.18;

1.18
date	2011.06.23.14.20.04;	author nivit;	state Exp;
branches;
next	1.17;

1.17
date	2011.02.27.16.14.04;	author miwi;	state Exp;
branches;
next	1.16;

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

1.15
date	2010.05.31.02.01.31;	author ade;	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.23
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/314837
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Nicola Vitale <nivit@@email.it>
# $FreeBSD: head/www/py-turbogears/Makefile 314837 2013-03-21 11:42:42Z rm $

PORTNAME=	TurboGears
PORTVERSION=	1.5.1
PORTREVISION=	2
CATEGORIES=	www python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	python@@FreeBSD.org
COMMENT=	Python-Based Framework for Rapid Web Development

RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cherrypy>=3.1.2:${PORTSDIR}/www/py-cherrypy \
		${PYTHON_PKGNAMEPREFIX}configobj>=4.3.2:${PORTSDIR}/devel/py-configobj \
		${PYTHON_PKGNAMEPREFIX}formencode>=1.2.1:${PORTSDIR}/www/py-formencode \
		${PYTHON_PKGNAMEPREFIX}PasteScript>=1.7:${PORTSDIR}/www/py-pastescript \
		${PYTHON_PKGNAMEPREFIX}PEAK-Rules>=0.5a1:${PORTSDIR}/devel/py-PEAK-Rules \
		${PYTHON_PKGNAMEPREFIX}simplejson>=1.9.1:${PORTSDIR}/devel/py-simplejson \
		${PYTHON_PKGNAMEPREFIX}TurboCheetah>=1.0:${PORTSDIR}/devel/py-turbocheetah \
		${PYTHON_PKGNAMEPREFIX}TurboKid>=1.0.5:${PORTSDIR}/devel/py-turbokid \
		${PYTHON_PKGNAMEPREFIX}TurboJson>=1.3:${PORTSDIR}/devel/py-turbojson \
		${PYTHON_PKGNAMEPREFIX}tgMochiKit>=1.4.2:${PORTSDIR}/devel/py-tgMochiKit \
		${PYTHON_PKGNAMEPREFIX}Genshi>=0.4.4:${PORTSDIR}/textproc/py-genshi \
		${PYTHON_PKGNAMEPREFIX}TGScheduler>0:${PORTSDIR}/devel/py-TGScheduler

USE_GETTEXT=	yes
USE_PYTHON=	-2.7
USE_PYDISTUTILS=	easy_install

OPTIONSFILE=	${PORT_DBDIR}/py-${PORTNAME}/options
OPTIONS_DEFINE=	ELIXIR NOSE SQLOBJECT SQLALCHEMY
OPTIONS_DEFAULT=SQLOBJECT
ELIXIR_DESC=	Use Elixir as plugin
NOSE_DESC=	Use nose TG[testtools]
SQLOBJECT_DESC=	Use SQLObject as DB backend
SQLALCHEMY_DESC=Use SQLAlchemy as DB backend TG[future]

.include <bsd.port.options.mk>

post-patch:
	@@${REINPLACE_CMD} -e 's,< 2.0a,!=2.0,g' ${WRKSRC}/setup.py \
		${WRKSRC}/TurboGears.egg-info/requires.txt

.if ${PORT_OPTIONS:MELIXIR}
RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}Elixir>=0.6.1:${PORTSDIR}/databases/py-Elixir
.endif

.if ${PORT_OPTIONS:MNOSE}
RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}nose>=0.9.1:${PORTSDIR}/devel/py-nose
.endif

.if ${PORT_OPTIONS:MSQLOBJECT}
RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}sqlobject>=0.10.1:${PORTSDIR}/databases/py-sqlobject
.endif

.if ${PORT_OPTIONS:MSQLALCHEMY}
RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}sqlalchemy06>=0.3.4:${PORTSDIR}/databases/py-sqlalchemy06
.endif

.include <bsd.port.mk>
@


1.22
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:	turbogears
# Date created:		2006-01-08
# Whom:			Nicola Vitale	<nivit@@email.it>
#
# $FreeBSD: head/www/py-turbogears/Makefile 300897 2012-07-14 14:29:18Z beat $
#
d6 1
a6 1
PORTREVISION=	1
d28 1
a28 1
USE_PYTHON=	2.5+
d32 12
a43 4
OPTIONS+=	ELIXIR	"Use Elixir as plugin" off \
		NOSE	"Use nose TG[testtools]" off \
		SQLOBJECT	"Use SQLObject as DB backend" on \
		SQLALCHEMY	"Use SQLAlchemy as DB backend TG[future]" off
d45 1
a45 3
.include <bsd.port.pre.mk>

.if defined (WITH_ELIXIR)
d49 1
a49 1
.if defined (WITH_NOSE)
d53 1
a53 1
.if defined (WITH_SQLOBJECT)
d57 1
a57 1
.if defined (WITH_SQLALCHEMY)
d61 1
a61 1
.include <bsd.port.post.mk>
@


1.21
log
@- Add missing DEPENDS

Feature safe:	yes
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.20
log
@- Update to 1.5.1

Feature safe:	yes
@
text
@d10 1
d28 2
a29 1
		${PYTHON_PKGNAMEPREFIX}Genshi>=0.4.4:${PORTSDIR}/textproc/py-genshi
@


1.19
log
@- Fix path/typo in the tuple of py-sqlalchemy in RUN_DEPENDS

Reported by:	pavbot
@
text
@d9 1
a9 2
PORTVERSION=	1.1.2
PORTREVISION=	1
d11 1
a11 2
MASTER_SITES=	http://files.turbogears.org/eggs/ \
		http://nivi.interfree.it/distfiles/${PORTNAME}/
d17 1
a17 1
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cherrypy-old>=2.3.0:${PORTSDIR}/www/py-cherrypy-old \
d20 1
a20 1
		${PYTHON_PKGNAMEPREFIX}PasteScript>=1.7.3:${PORTSDIR}/www/py-pastescript \
@


1.18
log
@- Fix RUN_DEPENDS after the repocopy of databases/py-sqlalchemy
  (This port doesn't yet support SQLAlchemy 0.7.X)
- Bump PORTREVISION
@
text
@d56 1
a56 1
RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}sqlalchemy>=0.3.4:${PORTSDIR}/databases/py-sqlalchemy06
@


1.17
log
@- Update to 1.1.2 (this release added python27 support)

Submitted by:	wen@@
@
text
@d10 1
d56 1
a56 1
RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}sqlalchemy>=0.3.4:${PORTSDIR}/databases/py-sqlalchemy
@


1.16
log
@- Move over to py25
- while here drop md5 support
- Small cleanups
@
text
@d9 1
a9 2
PORTVERSION=	1.0.8
PORTREVISION=	3
d18 3
a20 3
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 \
d22 2
a23 2
		${PYTHON_PKGNAMEPREFIX}RuleDispatch>=0.5.a0.r2303:${PORTSDIR}/devel/py-ruledispatch \
		${PYTHON_PKGNAMEPREFIX}simplejson>=1.4:${PORTSDIR}/devel/py-simplejson \
d25 4
a28 2
		${PYTHON_PKGNAMEPREFIX}TurboKid>=1.0.4:${PORTSDIR}/devel/py-turbokid \
		${PYTHON_PKGNAMEPREFIX}TurboJson>=1.1.4:${PORTSDIR}/devel/py-turbojson11
a35 1
		GENSHI	"Use Genshi as plugin TG[future]" off \
a45 4
.if defined (WITH_GENSHI)
RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}Genshi>=0.3.6:${PORTSDIR}/textproc/py-genshi
.endif

@


1.15
log
@Bounce PORTREVISION for gettext-related ports.  Have fun, ya'll.
@
text
@d10 1
a10 1
PORTREVISION=	2
d30 1
a30 1
USE_PYTHON=	2.4+
a36 1
		PYSQLITE	"Use SQLite as DB backend" off \
a41 4
.if ${PYTHON_REL} < 250
PYEASYINSTALL_UNINSTALLARGS=	-q -m -N -S ${PYTHON_SITELIBDIR} -d ${PYEASYINSTALL_SITELIBDIR} -s ${PYEASYINSTALL_BINDIR} ${PYDISTUTILS_PKGNAME}==${PYDISTUTILS_PKGVERSION}
.endif

a53 5
# 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

@


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


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
@

