mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
8 lines
474 B
Plaintext
8 lines
474 B
Plaintext
Libevhtp was created as a replacement API for Libevent's current HTTP API.
|
|
The reality of libevent's http interface is that it was created as a JIT
|
|
server, meaning the developer never thought of it being used for creating a
|
|
full-fledged HTTP service. The maintainer is under the impression that the
|
|
libevent http API was designed almost as an example of what you can do with
|
|
libevent. It's not Apache in a box, but more and more developers are
|
|
attempting to use it as such.
|