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 | |
---|
3 | # $ID$ |
---|
4 | |
---|
5 | PortSystem 1.0 |
---|
6 | PortGroup python25 1.0 |
---|
7 | |
---|
8 | name py25-flup |
---|
9 | version 0.5 |
---|
10 | categories python www |
---|
11 | maintainers gmail.com:michael.dagitses |
---|
12 | platforms darwin |
---|
13 | |
---|
14 | description Flup is a random collection of WSGI servers and middleware. |
---|
15 | long_description Flup offer three sets of WSGI \ |
---|
16 | servers/gateways, which speak AJP 1.3, \ |
---|
17 | FastCGI, and SCGI. Each server comes in two \ |
---|
18 | flavors: a threaded version, and a forking \ |
---|
19 | version. |
---|
20 | |
---|
21 | # change this because flup-r2311.tar.gz extracts to flup-0.5 dir |
---|
22 | worksrcdir flup-0.5 |
---|
23 | |
---|
24 | distname flup-r2311 |
---|
25 | homepage http://trac.saddi.com/flup |
---|
26 | master_sites http://www.saddi.com/software/flup/dist/ |
---|
27 | |
---|
28 | checksums md5 c54e0bc5877f1b612e8ac99a061598d4 \ |
---|
29 | sha1 f473d9ce496ad18b21c5a0302ebcfbb25d7cfbd2 \ |
---|
30 | rmd160 867cc618643d155869cecf7af45d01748ec3d171 |
---|