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)
7 lines
367 B
Text
7 lines
367 B
Text
POE::Loop::AnyEvent replaces POE's default select() event loop with AnyEvent.
|
|
This allows POE programs to transparently use most of the event loops AnyEvent
|
|
can provide.
|
|
|
|
POE::Loop::AnyEvent changes POE's internal implementation without altering its
|
|
APIs. By design, nearly all software that are already uses POE should continue
|
|
to work normally without any changes.
|