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)
12 lines
433 B
Text
12 lines
433 B
Text
ZeroMQ - Distributed Computing Made Simple
|
|
|
|
* The socket library that acts as a concurrency framework.
|
|
* Carries messages across inproc, IPC, TCP, and multicast.
|
|
* Connect N-to-N via fanout, pubsub, pipeline, request-reply.
|
|
* Asynch I/O for scalable multicore message-passing apps.
|
|
|
|
Version 4 Features:
|
|
|
|
* New wire level protocol, ZMTP/3.0
|
|
* New security framework with PLAIN and CURVE mechanisms
|
|
* New ZMQ_STREAM socket type
|