# -*- 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 59536 2009-10-16 08:48:54Z lightnin@macports.org $ PortSystem 1.0 PortGroup python24 1.0 name py-flup version 1.0.3.dev-20090716 categories python www platforms darwin maintainers lightnin description Flup is a random collection of WSGI servers and \ middleware. long_description Flup offer three sets of WSGI servers/gateways, which \ speak AJP 1.3, FastCGI, and SCGI. Each server comes in \ two flavors: a threaded version, and a forking version. homepage http://www.saddi.com/software/flup master_sites http://pypi.python.org/packages/source/f/flup/ distname flup-${version} checksums md5 087ddf678a921313b21b90570f54eb42 \ sha1 d8436e0a2a93ef43f61e571be3df69ca6fb74483 \ rmd160 9215835160e6a1c2a7fcf4a43ae4b673a06a6a12 depends_lib port:py-setuptools