1 | # -*- 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 |
---|
2 | # $Id: Portfile 44419 2008-12-28 09:31:44Z akitada@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup python26 1.0 |
---|
6 | |
---|
7 | name py26-tornado |
---|
8 | version 0.2 |
---|
9 | maintainers nomaintainer |
---|
10 | description The scalable, non-blocking web server written in Python |
---|
11 | long_description Tornado is an open source version of the scalable, \ |
---|
12 | non-blocking web server and tools that power FriendFeed. \ |
---|
13 | The FriendFeed application is written using a web \ |
---|
14 | framework that looks a bit like web.py or Google's webapp, \ |
---|
15 | but with additional tools and optimizations to take \ |
---|
16 | advantage of the underlying non-blocking infrastructure. |
---|
17 | platforms darwin |
---|
18 | homepage http://www.tornadoweb.org/ |
---|
19 | master_sites http://www.tornadoweb.org/static/ |
---|
20 | distname tornado-${version} |
---|
21 | checksums md5 4704cbf8baab2562c1e648c76de87b60 \ |
---|
22 | sha1 1b510e6299b093884ca15e7d2be254b81984a988 \ |
---|
23 | rmd160 8509d76f4f40d16c3f578115661950d5f504b88e |
---|
24 | |
---|
25 | depends_lib port:py26-curl \ |
---|
26 | port:py26-simplejson |
---|
27 | |
---|