1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126
|
Source: cherokee
Section: web
Priority: optional
Maintainer: Gunnar Wolf <gwolf@debian.org>
Uploaders: Alvaro Lopez Ortega <alvaro@gnu.org>
Build-Depends: bison, flex, debhelper (>= 4.0.0), libgnutls-dev, autotools-dev, sharutils, libpam0g-dev, quilt, python-support
Standards-Version: 3.8.0
Homepage: http://cherokee-project.org/
Package: cherokee
Architecture: any
Pre-Depends: libcherokee-config0 (= ${binary:Version})
Depends: ${shlibs:Depends}, logrotate, mime-support, libcherokee-base0 (= ${binary:Version}), libcherokee-server0 (= ${binary:Version}),
Provides: httpd, httpd-cgi
Description: extremely fast and flexible web server
Cherokee is an extremely flexible and fast web server. It's
embedable, extensible with plug-ins. It has handler-to-path,
virtual servers, gzip encoding, modular loggers, CGI support,
and can run in a chroot environment, among other features.
.
This package contains the server and essential handlers.
Package: libcherokee-base0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Description: extremely fast and flexible web server - libraries
Cherokee is an extremely fast and flexible web server. It's
embedable, extensible with plug-ins. It has handler-to-path,
virtual servers, gzip encoding, modular loggers, CGI support,
and can run in a chroot environment, among other features.
.
This is the runtime library
Package: libcherokee-base0-dev
Section: libdevel
Architecture: any
Depends: libcherokee-base0 (= ${binary:Version})
Description: extremely fast and flexible web server - development files
Cherokee is an extremely fast and flexible web server. It's
embedable, extensible with plug-ins. It has handler-to-path,
virtual servers, gzip encoding, modular loggers, CGI support,
and can run in a chroot environment, among other features.
.
This package contains the development files - headers, .so and .a files.
Package: libcherokee-client0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Description: extremely fast and flexible web server - libraries
Cherokee is an extremely fast and flexible web server. It's
embedable, extensible with plug-ins. It has handler-to-path,
virtual servers, gzip encoding, modular loggers, CGI support,
and can run in a chroot environment, among other features.
.
This is the client runtime library
Package: libcherokee-client0-dev
Section: libdevel
Architecture: any
Depends: libcherokee-client0 (= ${binary:Version}), libcherokee-base0-dev (= ${binary:Version})
Description: extremely fast and flexible web server - development files
Cherokee is an extremely fast and flexible web server. It's
embedable, extensible with plug-ins. It has handler-to-path,
virtual servers, gzip encoding, modular loggers, CGI support,
and can run in a chroot environment, among other features.
.
This package contains the client development files - headers, .so
and .a files.
Package: libcherokee-config0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, python
Description: extremely fast and flexible web server - libraries
Cherokee is an extremely fast and flexible web server. It's
embedable, extensible with plug-ins. It has handler-to-path,
virtual servers, gzip encoding, modular loggers, CGI support,
and can run in a chroot environment, among other features.
.
This is the configuration handler's runtime library
Package: libcherokee-config0-dev
Section: libdevel
Architecture: any
Depends: libcherokee-config0 (= ${binary:Version}), libcherokee-base0-dev (= ${binary:Version})
Description: extremely fast and flexible web server - development files
Cherokee is an extremely fast and flexible web server. It's
embedable, extensible with plug-ins. It has handler-to-path,
virtual servers, gzip encoding, modular loggers, CGI support,
and can run in a chroot environment, among other features.
.
This package contains the development files for the configuration
handler - headers, .so and .a files.
Package: libcherokee-server0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Description: extremely fast and flexible web server - libraries
Cherokee is an extremely fast and flexible web server. It's
embedable, extensible with plug-ins. It has handler-to-path,
virtual servers, gzip encoding, modular loggers, CGI support,
and can run in a chroot environment, among other features.
.
This is the server runtime library
Package: libcherokee-server0-dev
Section: libdevel
Architecture: any
Depends: libcherokee-server0 (= ${binary:Version}), libcherokee-base0-dev (= ${binary:Version})
Description: extremely fast and flexible web server - development files
Cherokee is an extremely fast and flexible web server. It's
embedable, extensible with plug-ins. It has handler-to-path,
virtual servers, gzip encoding, modular loggers, CGI support,
and can run in a chroot environment, among other features.
.
This package contains the server development files - headers, .so
and .a files.
Package: cget
Architecture: any
Depends: ${shlibs:Depends}, libcherokee-client0 (= ${binary:Version})
Description: web page downloader
CGet is a small downloader based in the Cherokee client library
|