mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
d63f864482
- Copy devel/zmq-devel to net/libzmq3 - Delete devel/zmq-devel - Remove from devel/Makefile - Add a MOVED entry for zmq-devel - Add libzmq3 to net/Makefile - Switch primary category - Add DEBUG and PGM (Multicast) options - Remove PKGNAMESUFFIX - Update COMMENT to align with libzqm4 - Update pkg-descr to align with libzmq4 - Add LICENSE - Update CONFLICTS - Tweak the regression-test target to build before running Reviewed by: kwm, wg
9 lines
315 B
Plaintext
9 lines
315 B
Plaintext
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.
|
|
|
|
WWW: http://www.zeromq.org/
|