yaws 2.1.0+dfsg-1 source package in Ubuntu

Changelog

yaws (2.1.0+dfsg-1) unstable; urgency=medium

  * New upstream release.
  * Refresh patches.
  * Remove the no longer useful patch which fixed FTBFS of Yaws with Erlang 23.
  * Replace `which` by `command -v` in the yaws main script.
  * Remove superfluous patterns from debian/copyright.
  * Bump the debhelper compatibility level to 12.
  * Bump standards version to 4.6.0.

 -- Sergei Golovan <email address hidden>  Sun, 19 Dec 2021 23:50:45 +0300

Upload details

Uploaded by:
Debian Erlang Packagers
Uploaded to:
Sid
Original maintainer:
Debian Erlang Packagers
Architectures:
any all
Section:
httpd
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
yaws_2.1.0+dfsg-1.dsc 2.5 KiB 016ab204d569885dae13f2e0e579667bb8a469916a313feec1f38aa2590469c0
yaws_2.1.0+dfsg.orig.tar.xz 950.1 KiB d2a368874fa311aef7751a166c3f660465fc46e47bbdf4dc853330c43f3c24ba
yaws_2.1.0+dfsg-1.debian.tar.xz 27.8 KiB edb7764f2f2e89bf827d3f54653e3cc5dc89fa1c44e4bacea4c5f56a84100d21

Available diffs

No changes file available.

Binary packages built by this source

erlang-yapp: 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.

erlang-yaws: 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.

erlang-yaws-dbgsym: debug symbols for erlang-yaws
yaws: 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.

yaws-chat: Chat application for Yaws webserver

 Yaws-chat allows one to create a very simple web-based chatroom.

yaws-doc: 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.

yaws-mail: 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.

yaws-wiki: Wiki application for Yaws webserver

 Yaws-wiki is a small wiki application, written in Erlang for Yaws
 webserver.

yaws-yapp: 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.