| Port details on branch 2026Q3 |
- nmsg Network message encapsulation system
- 1.4.0 net
=0 1.4.0Version of this port present on the latest quarterly branch. - Maintainer: truckman@FreeBSD.org
 - Port Added: 2026-09-07 07:06:06
- Last Update: 2026-09-07 06:29:46
- Commit Hash: 287949d
- License: APACHE20
- WWW:
- https://github.com/farsightsec/nmsg
- Description:
- 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.
¦ ¦ ¦ ¦ 
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- To install the port:
- cd /usr/ports/net/nmsg/ && make install clean
- To add the package, run one of these commands:
- pkg install net/nmsg
- pkg install nmsg
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: nmsg
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1788648469
SHA256 (nmsg-1.4.0.tar.gz) = e78653f00d3c71f1b24063eebc49df58cb220cab27b0498da109acea23426cc2
SIZE (nmsg-1.4.0.tar.gz) = 771675
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- doxygen : devel/doxygen
- xsltproc : textproc/libxslt
- docbook-xml>0 : textproc/docbook-xml
- docbook-xsl-ns>0 : textproc/docbook-xsl-ns
- gmake>=4.4.1 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- perl5>=5.42.r<5.43 : lang/perl5.42
- Library dependencies:
-
- libjson-c.so : devel/json-c
- libprotobuf-c.so : devel/protobuf-c
- libwdns.so : dns/wdns
- librdkafka.so : net/librdkafka
- libzmq.so : net/libzmq4
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for nmsg-1.4.0:
DOCS=on: Build and/or install documentation
DOXYGEN=on: Build documentation with Doxygen
EXAMPLES=on: Build and/or install examples
KAFKA=on: Kafka I/O in JSON and binary forms
MANPAGES=on: Build and/or install manual pages
ZEROMQ=on: ZeroMQ support
===> Use 'make config' to modify these settings
- Options name:
- net_nmsg
- USES:
- gmake libtool pathfix pkgconfig perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 1
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
1.4.0 07 Sep 2026 06:29:46
    |
Don Lewis (truckman)  |
net/nmsg: Upgrade to version 1.4.0
nmsg (1.4.0):
* Removed nmsgtool support for presentation inputs.
* Properly handle fragmented containers in zmq/kafka inputs.
* Support single nmsg payload kafka in/out sources.
* Clean-up temp files after failed start using -w.
* Improved warning for mismatched CRC.
* Require json-c build dependency. (Only the first 15 lines of the commit message are shown above ) |
Number of commits found: 1
|