# -*- 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

PortSystem          1.0
PortGroup           python 1.0

name                py-turbogears
version             1.0.4.4
platforms           darwin
supported_archs     noarch
license             MIT
maintainers         nomaintainer

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).
homepage            http://www.turbogears.org/

master_sites        pypi:T/TurboGears/
distname            TurboGears-${version}
checksums           md5 a03a66fcf7d687fd7bd4205a01fd21dd \
                    sha1 7788fb655e3c276cfdd70bd0111989f4d4d140fa \
                    rmd160 ae54857e82961345a69c5eda8fe23543a2639e41

python.versions     27

if {${name} ne ${subport}} {
    depends_lib         port:py${python.version}-cherrypy \
                        port:py${python.version}-configobj \
                        port:py${python.version}-decoratortools \
                        port:py${python.version}-formencode \
                        port:py${python.version}-pastescript \
                        port:py${python.version}-ruledispatch \
                        port:py${python.version}-setuptools \
                        port:py${python.version}-simplejson \
                        port:py${python.version}-turbocheetah \
                        port:py${python.version}-turbojson \
                        port:py${python.version}-turbokid
    post-destroot {
        xinstall -m 644 -W ${worksrcpath} \
            CHANGELOG.txt CONTRIBUTORS.txt LICENSE.txt README.txt \
             ${destroot}${prefix}/share/doc/${subport}
    }
}
