aboutsummaryrefslogtreecommitdiff
path: root/net/Makefile
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2018-07-19 19:45:05 +0000
committerSteve Wills <swills@FreeBSD.org>2018-07-19 19:45:05 +0000
commit779baa30e4dc6d02d296ab822767128e4017b51a (patch)
treee97308bfc379ba27f13cf7cbed57163ef66b32cd /net/Makefile
parent57747875e83f847c0f801d707493f527d42a0b99 (diff)
downloadports-779baa30e4dc6d02d296ab822767128e4017b51a.tar.gz
ports-779baa30e4dc6d02d296ab822767128e4017b51a.zip
net/nng: create port
NNG, like its predecessors nanomsg (and to some extent ZeroMQ), is a lightweight, broker-less library, offering a simple API to solve common recurring messaging problems, such as publish/subscribe, RPC-style request/reply, or service discovery. The API frees the programmer from worrying about details like connection management, retries, and other common considerations, so that they can focus on the application instead of the plumbing. NNG is implemented in C, requiring only C99 and CMake to build. It can be built as a shared or a static library, and is readily embeddable. It is also designed to be easy to port to new platforms if your platform is not already supported. WWW: https://nanomsg.github.io/nng/
Notes
Notes: svn path=/head/; revision=474973
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 dd8ed1d40aa3..2844a365031b 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -532,6 +532,7 @@
SUBDIR += nload
SUBDIR += nmsg
SUBDIR += nncp
+ SUBDIR += nng
SUBDIR += nocatsplash
SUBDIR += norm
SUBDIR += nph