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$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup python25 1.0 |
---|
6 | |
---|
7 | name py25-flup |
---|
8 | version 1.0.1 |
---|
9 | categories python www |
---|
10 | maintainers openmaintainer |
---|
11 | platforms darwin |
---|
12 | |
---|
13 | description Flup is a random collection of WSGI servers and middleware. |
---|
14 | long_description Flup offer three sets of WSGI \ |
---|
15 | servers/gateways, which speak AJP 1.3, \ |
---|
16 | FastCGI, and SCGI. Each server comes in two \ |
---|
17 | flavors: a threaded version, and a forking \ |
---|
18 | version. |
---|
19 | |
---|
20 | homepage http://www.saddi.com/software/flup |
---|
21 | master_sites http://www.saddi.com/software/flup/dist/ |
---|
22 | |
---|
23 | distname flup-${version} |
---|
24 | worksrcdir flup-${version} |
---|
25 | |
---|
26 | checksums md5 414181781fb0923f884a38503e8e56da \ |
---|
27 | sha1 22f57848e06d00cafbd056235d49c3a4a4cdc6f9 \ |
---|
28 | rmd160 f46cc4f03a2a64abbff454b879c4e84d267318b6 |
---|