diff options
author | marino <marino@FreeBSD.org> | 2014-08-07 19:02:58 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-08-07 19:02:58 +0800 |
commit | d793653f4e6b2b6e9e73a1b70f41edce375eaa14 (patch) | |
tree | 4cc9588bccc183bb954b456386b7485907c51ff7 /net/Makefile | |
parent | 645a24e7ecd560f5fd58cb39161705eb8edb97e6 (diff) | |
download | freebsd-ports-gnome-d793653f4e6b2b6e9e73a1b70f41edce375eaa14.tar.gz freebsd-ports-gnome-d793653f4e6b2b6e9e73a1b70f41edce375eaa14.tar.zst freebsd-ports-gnome-d793653f4e6b2b6e9e73a1b70f41edce375eaa14.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.
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
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 |