aboutsummaryrefslogtreecommitdiff
path: root/net/Makefile
diff options
context:
space:
mode:
authorKubilay Kocak <koobs@FreeBSD.org>2013-11-28 11:41:56 +0000
committerKubilay Kocak <koobs@FreeBSD.org>2013-11-28 11:41:56 +0000
commitffec8704f390e2bc7e51d1b7c29cf7ac0e89b6ec (patch)
tree6378125e74532106a5726dc454584a7e5fa4e7b4 /net/Makefile
parentb639eee051aba552605322eb82e55d827df67654 (diff)
downloadports-ffec8704f390e2bc7e51d1b7c29cf7ac0e89b6ec.tar.gz
ports-ffec8704f390e2bc7e51d1b7c29cf7ac0e89b6ec.zip
net/libzmq4: ZeroMQ core library (Version 4) [NEW PORT]
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 WWW: http://www.zeromq.org/ PR: ports/183730 Reviewed by: kwm, wg
Notes
Notes: svn path=/head/; revision=335088
Diffstat (limited to 'net/Makefile')
-rw-r--r--net/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile
index a55a6ea4a496..884a74c9184b 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -348,6 +348,7 @@
SUBDIR += libunp
SUBDIR += libutp
SUBDIR += libvncserver
+ SUBDIR += libzmq4
SUBDIR += liferea
SUBDIR += linc
SUBDIR += linc-reference