| Port details on branch 2025Q3 |
- nmsg Network message encapsulation system
- 1.3.2 net
=0 1.3.2Version of this port present on the latest quarterly branch. - Maintainer: truckman@FreeBSD.org
 - Port Added: 2025-07-09 10:54:09
- Last Update: 2025-08-01 19:09:48
- Commit Hash: a3638f7
- 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 = 1753934821
SHA256 (nmsg-1.3.2.tar.gz) = 9e7f2ea95f5a703c84632061f20bcce2a459c89b24999f3470c8a54a8a9b5b8e
SIZE (nmsg-1.3.2.tar.gz) = 767970
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.40.r<5.41 : lang/perl5.40
- Library dependencies:
-
- libprotobuf-c.so : devel/protobuf-c
- libwdns.so : dns/wdns
- libjson-c.so : devel/json-c
- librdkafka.so : net/librdkafka
- libzmq.so : net/libzmq4
- This port is required by:
- for Libraries
-
- net/sie-nmsg
Configuration Options:
- ===> The following configuration options are available for nmsg-1.3.2:
DOCS=on: Build and/or install documentation
DOXYGEN=on: Build documentation with Doxygen
EXAMPLES=on: Build and/or install examples
JSON_C=on: JSON support via libjson-c
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: 2
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
1.3.2 01 Aug 2025 19:09:48
    |
Don Lewis (truckman)  |
net/nmsg: Upgrade to 1.3.2
nmsg (1.3.2-1)
* Add configure --with-coverage feature and make targets
"clean-coverage" and "report-coverage" for code coverage analysis.
* Add more documentation to nmsgtool manual.
* Remove unused dead code.
* Lots of tests added and improved.
* Add sample statsmod plugin (nmsg_stats1_sample) with parameters
"out" to define output filename and "secs" to set the update
frequency in seconds.
* Various packet capture parsing fixes for DNSQR message type.
* Fix bug where idle JSON and presentation inputs block SIGINT.
MFH: 2025Q3
Sponsored by: DomainTools LLC
(cherry picked from commit c606fef2778e68ba80d5a355b86def27cc37dfff) |
1.3.1_1 09 Jul 2025 10:50:07
    |
Don Lewis (truckman)  |
*/*: Bump PORTREVISION for devel/protobuf-c update
libprotobuf-c.so once again has version info. Force a rebuild of
its consumers.
PR: 282060
MFH: 2025Q3
Sponsored by: <If the change was sponsored by an organization.>
(cherry picked from commit f0ba732a818fd9e7d0fbcb2c9be128163a3c3b9a) |
Number of commits found: 2
|