Port details on branch 2023Q3 |
- nmsg Network message encapsulation system
- 1.1.1 net
=0 1.3.2Version of this port present on the latest quarterly branch. - Maintainer: truckman@FreeBSD.org
 - Port Added: 2023-09-10 17:57:13
- Last Update: 2023-09-13 15:33:04
- Commit Hash: f1f122f
- 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:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - 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 = 1694577738
SHA256 (nmsg-1.1.1.tar.gz) = dcc17af28cc40b0f4742626b86fa9126f80fcb3a296cf4c2acc6daf31ff1afbb
SIZE (nmsg-1.1.1.tar.gz) = 721568
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.3 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libprotobuf-c.so : devel/protobuf-c
- libwdns.so : dns/wdns
- libjson-c.so : devel/json-c
- libzmq.so : net/libzmq4
- This port is required by:
- for Libraries
-
- dns/dnstable-convert
- net/axa
- net/p5-Net-Nmsg
- net/py-pynmsg
- net/sie-nmsg
Configuration Options:
- ===> The following configuration options are available for nmsg-1.1.1:
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
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
- 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.1.1 13 Sep 2023 15:33:04
    |
Don Lewis (truckman)  |
net/nmsg: Upgrade to version 1.1.1
1.1.1:
* Update estimated container size to include space for sequencing
info.
MFH: 2023Q3
Sponsored by: DomainTools LLC
(cherry picked from commit 3b5f2eb0c59911b19dc7406847b6fbe1631fcd6f) |
1.1.0_1 10 Sep 2023 17:52:49
    |
Don Lewis (truckman)  |
net/nmsg: 1.1.0
1.1.0:
* Multiple performance improvements to JSON formatting.
* Multiple performance and concurrency improvements in nmsg_io loop.
* Add new dnsobs message type for raw passive DNS observations.
* Format DNS messages as JSON in base:dnsqr, base:dnstap, and
base:dnsobs.
* Format base:encode payload in human readable form in JSON output.
* Replace yajl with json-c for JSON parsing. (Only the first 15 lines of the commit message are shown above ) |
Number of commits found: 2
|