aboutsummaryrefslogtreecommitdiff
path: root/net/Makefile
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2014-08-07 11:02:58 +0000
committerJohn Marino <marino@FreeBSD.org>2014-08-07 11:02:58 +0000
commitaa961f501b5112c86d7527a10961812b43074844 (patch)
tree4cc9588bccc183bb954b456386b7485907c51ff7 /net/Makefile
parentbaaca9d06e678103073c058aa08bf1a82da2143e (diff)
downloadports-aa961f501b5112c86d7527a10961812b43074844.tar.gz
ports-aa961f501b5112c86d7527a10961812b43074844.zip
Add new port net/nmsg
PR: 190601 Submitted by: Don Lewis (truckman@) ================================================================ The NMSG format is an efficient encoding of typed, structured data into payloads which are packed into containers which can be transmitted over the network or stored to disk. libnmsg is the reference implementation of this format and provides an extensible interface for creating and parsing messages in NMSG format. The NMSG format relies on Google Protocol Buffers to encode the payload header. Individual NMSG payloads are distinguished by assigned vendor ID and message type values and libnmsg provides a modular interface for registering handlers for specific message types. libnmsg makes it easy to build new message types using the protobuf-c compiler.
Notes
Notes: svn path=/head/; revision=364263
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 a9cd27f8f6ec..d04ee0db4780 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -419,6 +419,7 @@
SUBDIR += ngrep
SUBDIR += nifmon
SUBDIR += nload
+ SUBDIR += nmsg
SUBDIR += nocatsplash
SUBDIR += nos-ttb
SUBDIR += nph