Commit graph

5 commits

Author SHA1 Message Date
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
marino
50e463e5f8 www/yaws: Fix PLIST for DragonFly 2012-05-21 15:51:27 +00:00
dholland
b6bebb67db Add missing PAM buildlink, and tell configure script where to find it.
Otherwise only builds with native PAM.
2012-03-20 16:25:51 +00:00
hans
906ba7c681 Use ${RM} -f to avoid failure if no files are found to be removed. 2012-02-02 09:48:42 +00:00
cheusov
1941d84d6a Import from wip/yaws requested and tested under
DragonflyBSD by Andrey N. Oktyabski.

Yaws is a HTTP high perfomance 1.1 webserver particularly well suited for
dynamic-content webapplications. Two separate modes of operations are
supported:
 * Standalone mode where Yaws runs as a regular webserver daemon.
   This is the default mode.
 * Embedded mode where Yaws runs as an embedded webserver in another
   erlang application.

Yaws is entirely written in Erlang furthermore it is a multithreaded
webserver
where one Erlang light weight process is used to handle each client.

The main advantages of yaws compared to other Web technologies are
performance
and elegance. The performance comes from the underlying Erlang system and
its
ability to handle concurrent processes in an efficent way. Its elegance
comes
from Erlang as well. Web applications dont have to be written in ugly adhoc
languages.
2011-08-26 13:46:43 +00:00