1 | # -*- 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 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup python26 1.0 |
---|
6 | |
---|
7 | name py26-flup |
---|
8 | version 1.0.3 |
---|
9 | categories python www |
---|
10 | platforms darwin |
---|
11 | maintainers cfedermann@gmail.com |
---|
12 | description Flup is a random collection of WSGI servers and \ |
---|
13 | middleware. |
---|
14 | long_description Flup offer three sets of WSGI servers/gateways, which \ |
---|
15 | speak AJP 1.3, FastCGI, and SCGI. Each server comes in \ |
---|
16 | two flavors: a threaded version, and a forking version. |
---|
17 | |
---|
18 | homepage http://www.saddi.com/software/flup |
---|
19 | master_sites http://pypi.python.org/packages/source/f/flup/ |
---|
20 | distname flup-${version}.dev-20090612 |
---|
21 | checksums md5 ec3b6bbdfb697536274f605256cddb62 \ |
---|
22 | sha1 12da63a23d5e35178a1c2cd21ccb8b74d7d9db76 \ |
---|
23 | rmd160 9a1a90c64a21669b47f98737f1cb81aa40ecc261 |
---|