yaws 1.90-2 source package in Ubuntu

Changelog

yaws (1.90-2) unstable; urgency=low

  * Removed -m32 and -m64 gcc command line option which led to FTBFS on
    ia64 and s390 architectures.

yaws (1.90-1) unstable; urgency=low

  * New upstream release.
  * Bumped standards version to 3.9.2.
  * Fixed a few spelling errors in package descriptions.
  * Fixed a bug in yaws.conf(5) manpage.

yaws (1.89-1) experimental; urgency=low

  * New upstream release.
  * Synchrinized config file with the upstream version.
  * Bumped standards version to 3.9.1.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Tue,  14 Jun 2011 10:04:52 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Oneiric
Original maintainer:
Debian Erlang Packagers
Architectures:
any
Section:
web
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
yaws_1.90.orig.tar.gz 847.3 KiB 41edfdc63124ad536cb9ce736d77f0b7cacfd743f14303f81ad3938a459d8d39
yaws_1.90-2.diff.gz 21.7 KiB 74c9aabc9c903e2f4b8196a1c0fde10b3d30715f98abe29e5b8a4be09865bc67
yaws_1.90-2.dsc 1.4 KiB 1cb2681bcb16cc86c0160abd9ccf2d0a8956ebf8569c716349a42ef7c1e1a916

Available diffs

View changes file

Binary packages built by this source

erlang-yaws: No summary available for erlang-yaws in ubuntu oneiric.

No description available for erlang-yaws in ubuntu oneiric.

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 web server

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

yaws-doc: Documentation and examples for Yaws web server

 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: No summary available for yaws-mail in ubuntu oneiric.

No description available for yaws-mail in ubuntu oneiric.

yaws-wiki: Wiki application for Yaws web server

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

yaws-yapp: Provides an easy way to deploy applications for Yaws web server

 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.