# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 67416 2010-05-08 17:05:05Z singingwolfboy@macports.org $

PortSystem          1.0
PortGroup           python26 1.0

name                py26-tornado
set real_name       tornado
version             0.2
categories-append   www
maintainers         singingwolfboy openmaintainer
license             Apache 2.0
description         Scalable, non-blocking web server and related tools
long_description    \
    Tornado is an open source version of the scalable, non-blocking web server \
    and tools that power FriendFeed. The FriendFeed application is written \
    using a web framework that looks a bit like web.py or Google's webapp, \
    but with additional tools and optimizations to take advantage of the \
    underlying non-blocking infrastructure.

platforms           darwin

homepage            http://www.tornadoweb.org/
master_sites        http://www.tornadoweb.org/static/
distname            ${real_name}-${version}

checksums           md5     4704cbf8baab2562c1e648c76de87b60 \
                    sha1    1b510e6299b093884ca15e7d2be254b81984a988 \
                    rmd160  8509d76f4f40d16c3f578115661950d5f504b88e

depends_lib-append  port:py26-curl
