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
|
Source: yaws
Section: httpd
Priority: optional
Maintainer: Debian Erlang Packagers <pkg-erlang-devel@lists.alioth.debian.org>
Uploaders: Sergei Golovan <sgolovan@debian.org>
Build-Depends: debhelper (>= 10.0.0), libpam0g-dev,
erlang-dev (>= 1:17), erlang-edoc, erlang-mnesia, erlang-dialyzer, erlang-tools
Build-Depends-Indep: texlive-latex-base, texlive-latex-recommended, texlive-latex-extra,
texlive-fonts-recommended, texlive-font-utils, texlive-extra-utils, ghostscript
Standards-Version: 4.5.0
Homepage: http://yaws.hyber.org/
Vcs-Browser: https://salsa.debian.org/erlang-team/packages/yaws
Vcs-Git: https://salsa.debian.org/erlang-team/packages/yaws.git
Package: yaws
Architecture: all
Provides: httpd, httpd-cgi
Depends: erlang-yaws (>= ${binary:Version}), adduser, ssl-cert, lsb-base (>= 3.0-6), ${misc:Depends}
Suggests: yaws-doc, yaws-chat, yaws-mail, yaws-wiki, yaws-yapp, erlang-yapp, logrotate
Description: High performance HTTP 1.1 webserver written in Erlang
Yaws is a high performance HTTP 1.1 webserver written in Erlang. It is a
multithreaded webserver where one Erlang light weight process is used to
handle each client. Two separate modes of operation are supported.
.
This package includes binaries and config to run Yaws in standalone mode
where it works as a regular webserver daemon.
Package: erlang-yaws
Architecture: any
Depends: ${erlang-abi:Depends}, ${erlang:Depends}, ${shlibs:Depends}, ${misc:Depends}
Suggests: yaws, yaws-doc, zip, bzip2
Breaks: yaws (<< 1.99), yaws-chat (<< 1.99), yaws-mail (<< 1.99), yaws-wiki (<< 1.99), yaws-yapp (<< 1.99)
Replaces: yaws (<< 1.88-2)
Description: Erlang application which implements HTTP webserver
Yaws is a high performance HTTP 1.1 webserver written in Erlang. It is a
multithreaded webserver where one Erlang light weight process is used to
handle each client. Two separate modes of operation are supported.
.
This package includes Erlang Yaws application suitable to work in embedded
mode where it runs as a webserver in another Erlang application.
Package: erlang-yapp
Architecture: any
Depends: ${erlang:Depends}, erlang-yaws (= ${binary:Version}), ${misc:Depends}
Suggests: yaws-yapp
Replaces: yaws-yapp (<< 1.99)
Description: Erlang application for deploying Yaws webserver applications
Yaws-yapp (Yaws application handler) is a helper application.
It takes care of adding, and removing, the applications into a running
server. When anyone access the server with an URL that matches the path
for an added application, the docroot will be temporarily switched
to where the web pages for that application are located.
.
This package includes the Yapp Erlang module which can be used in Yaws
embedded mode without separate server config.
Package: yaws-doc
Section: doc
Architecture: all
Multi-arch: foreign
Depends: ${misc:Depends}
Suggests: erlang-yaws, yaws
Replaces: yaws (<< 1.87)
Description: Documentation and examples for Yaws webserver
Yaws is a high performance HTTP 1.1 webserver written in Erlang. It is a
multithreaded webserver where one Erlang light weight process is used to
handle each client.
.
This package includes Yaws documentation and examples.
Package: yaws-chat
Section: web
Architecture: all
Depends: ${erlang:Depends}, yaws (>= ${binary:Version}), ${misc:Depends}
Description: Chat application for Yaws webserver
Yaws-chat allows one to create a very simple web-based chatroom.
Package: yaws-mail
Section: web
Architecture: all
Depends: ${erlang:Depends}, yaws (>= ${binary:Version}), ${misc:Depends}
Description: Webmail application for Yaws webserver
Yaws-mail is a small stateless webmail application. It requires
SMTP and POP3 servers to operate and does not store email locally.
Package: yaws-wiki
Section: web
Architecture: all
Depends: ${erlang:Depends}, yaws (>= ${binary:Version}), ${misc:Depends}
Description: Wiki application for Yaws webserver
Yaws-wiki is a small wiki application, written in Erlang for Yaws
webserver.
Package: yaws-yapp
Section: web
Architecture: all
Depends: ${erlang:Depends}, yaws (>= ${binary:Version}), erlang-yapp (>= ${binary:Version}), ${misc:Depends}
Description: Provides an easy way to deploy applications for Yaws webserver
Yaws-yapp (Yaws application handler) is a helper application.
It takes care of adding, and removing, the applications into a running
server. When anyone access the server with an URL that matches the path
for an added application, the docroot will be temporarily switched
to where the web pages for that application are located.
.
This package provides Yapp config file which is intended to use along
with fully installed Yaws webserver.
|