net/zeromq

Small and fast socket communication library
Directory:
net/zeromq (package's history)
Package version:
zeromq-2.0.10
Home page:
http://www.zeromq.org/
License:
gnu-lgpl-v3
Source archive:
http://download.zeromq.org/zeromq-2.0.10.tar.gz
Description:
ØMQ looks like an embeddable networking library but acts like a concurrency framework. It gives you sockets that carry whole messages across various transports like inproc, IPC, TCP, and multicast. You can connect sockets N-to-N with patterns like fanout, pubsub, task distribution, and request-reply. It's fast and small enough to be the fabric for clustered products. Its asynchronous I/O model gives you scalable multicore applications, built as asynchronous message-processing tasks. It has over twenty language APIs and runs on most operating systems. ØMQ is open source and fully supported by iMatix.
Run dependencies:
glib2>=2.20, libstdc++, libuuid>=1, perl>=5, python27>=2.7<2.8
Build dependencies:
digest>=20080510, g++>=3, gcc>=3, patch>=2.0, pax, pkg-config>=0.22, pkg_install>=20110805.9, tnftp>=20091122
General options:
debug
Produce debugging information for binary programs
pgm
c++-compiler alternatives:
g++
Use the GNU C++ compiler
clang++
Use the LLVM C++ compiler
ccache-g++
Use ccache and the GNU C++ compiler
ccache-clang++
Use ccache and the LLVM C++ compiler
c-compiler alternatives:
gcc
Use the GNU C compiler
clang
Use the LLVM C compiler
ccache-gcc
Use ccache and the GNU C compiler
ccache-clang
Use ccache and the LLVM C compiler
python alternatives:
python27
Use python-2.7