9 | | maintainers nomaintainer |
10 | | description Cherokee web server |
11 | | long_description \ |
12 | | Cherokee is a relatively new HTTP server designed to be as\ |
13 | | performant as Apache and lighttpd, but much easier to \ |
14 | | configure and maintain. It ships out-of-the-box SCGI \ |
15 | | support, making it ideal for deploying dynamic websites. |
| 9 | maintainers stahlstift |
| 10 | license GPL 2 |
| 11 | description The Fastest free Web Server out there! |
| 12 | long_description Cherokee is a very fast, flexible and easy to configure Web Server. \ |
| 13 | It supports the widespread technologies nowadays: \ |
| 14 | FastCGI, SCGI, PHP, CGI, uWSGI, SSI, TLS and SSL encrypted connections, \ |
| 15 | Virtual hosts, Authentication, on the fly encoding, Load Balancing, \ |
| 16 | Apache compatible log files, Data Base Balancing, Reverse HTTP Proxy, \ |
| 17 | Traffic Shaper, Video Streaming and much more. |
| 39 | default_variants +ssl |
| 40 | |
| 41 | variant rrdtool description {Install rrdtool for graphs} { |
| 42 | depends_lib-append port:rrdtool |
| 43 | } |
| 44 | |
| 45 | variant geoip description {Enable libgeopip} { |
| 46 | depends_lib-append port:libgeoip |
| 47 | } |
| 48 | |
| 49 | variant ffmpeg description {Enable ffmpeg support} { |
| 50 | depends_lib-append port:ffmpeg-devel |
| 51 | } |
| 52 | |
| 53 | variant mysql4 conflicts mysql5 description {Enable DBSlayer support} { |
| 54 | depends_lib-append port:mysql4 |
| 55 | configure.args-append --with-mysql=${prefix}/bin/mysql_config |
| 56 | } |
| 57 | |
| 58 | variant mysql5 conflicts mysql4 description {Enable DBSlayer support} { |
| 59 | depends_lib-append port:mysql5 |
| 60 | configure.args-append --with-mysql=${prefix}/bin/mysql_config5 |
| 61 | } |
| 62 | |