# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 65907 2010-04-02 22:08:22Z jmr@macports.org $

PortSystem          1.0
PortGroup           python25 1.0

name                py25-turbogears
version             1.0.4.4
maintainers         akitada openmaintainer
description         front-to-back rapid web development
long_description    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/Genshi/Mako/Cheetah for templates in Python) \
                    to the controllers (CherryPy) to the back end \
                    (SQLAlchemy or 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. \
                    \
                    The latest development version is available in the \
                    TurboGears subversion repository. \
                    \
                    Our mailing list is lively and helpful, don't \
                    hesitate to send your questions there, we will try \
                    to help you find out a solution to your problem.
platforms           darwin
homepage            http://www.turbogears.org/
master_sites        http://pypi.python.org/packages/source/T/TurboGears/
distname            TurboGears-${version}
checksums           md5 a03a66fcf7d687fd7bd4205a01fd21dd \
                    sha1 7788fb655e3c276cfdd70bd0111989f4d4d140fa \
                    rmd160 ae54857e82961345a69c5eda8fe23543a2639e41
depends_lib         port:py25-cherrypy \
                    port:py25-configobj \
                    port:py25-decoratortools \
                    port:py25-formencode \
                    port:py25-pastescript \
                    port:py25-ruledispatch \
                    port:py25-distribute \
                    port:py25-simplejson \
                    port:py25-turbocheetah \
                    port:py25-turbojson \
                    port:py25-turbokid
post-destroot {
    xinstall -m 644 -W ${worksrcpath} \
        CHANGELOG.txt CONTRIBUTORS.txt LICENSE.txt README.txt \
         ${destroot}${prefix}/share/doc/${name}
}
