| Port details on branch 2020Q3 |
- nfdump Command-line tools to collect and process NetFlow data
- 1.6.20_1 net-mgmt
=0 1.6.20_1Version of this port present on the latest quarterly branch. - Maintainer: pi@FreeBSD.org
 - Port Added: 2020-08-26 15:45:08
- Last Update: 2020-08-26 13:16:42
- Commit Hash: 761f70b
- License: BSD3CLAUSE
- WWW:
- https://github.com/phaag/nfdump
- Description:
- NFDUMP tools support netflow v5, v7 and v9 capturing and processing.
nfcapd - netflow capture daemon.
Reads the netflow data from the network and stores the data into files.
nfdump - netflow dump.
Reads the netflow data from the files stored by nfcapd. It's syntax is similar
to tcpdump. If you like tcpdump you will like nfdump.
nfprofile - netflow profiler.
Reads the netflow data from the files stored by nfcapd. Filters the netflow
data according to the specified filter sets (profiles) and stores the
filtered data into files for later use.
nfreplay - netflow replay.
Reads the netflow data from the files stored by nfcapd and sends it over
the network to another host.
ft2nfdump - flow-tools to nfdump - optional component.
WWW: https://github.com/phaag/nfdump
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- 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-mgmt/nfdump/ && make install clean
- To add the package, run one of these commands:
- pkg install net-mgmt/nfdump
- pkg install nfdump
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: nfdump
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1590491538
SHA256 (phaag-nfdump-v1.6.20_GH0.tar.gz) = 672f4fbe2b7424cfdba5917441100a440cbc9083f2a79147562fb5a966838543
SIZE (phaag-nfdump-v1.6.20_GH0.tar.gz) = 561053
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:
-
- rrdtool : databases/rrdtool
- pkgconf>=1.3.0_1 : devel/pkgconf
- autoconf>=2.69 : devel/autoconf
- automake>=1.16.1 : devel/automake
- libtoolize : devel/libtool
- Runtime dependencies:
-
- rrdtool : databases/rrdtool
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for nfdump-1.6.20_1:
DOCS=on: Build and/or install documentation
FIXTIMEBUG=off: With fixing swap time bug of some v5
FT2NFDUMP=off: With Flow-tools to nfdump converter
INFLUXDB=off: Enable stats to InfluxDB
NFDUMP15=off: Enable compatibility with version 1.5
NFPCAPD=off: Build nfpcapd collector daemon also
NFPROFILE=on: With nfprofile (nfsen requires it)
NFTRACK=off: With PortTracker support
NSEL=off: Read and process ASA/NSEL/NEL event data
READPCAP=off: With pcap support
SFLOW=off: Build sflow collector daemon also
===> Use 'make config' to modify these settings
- Options name:
- net-mgmt_nfdump
- USES:
- autoreconf compiler:c11 libtool 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.6.20_1 26 Aug 2020 13:16:42
    |
Piotr Kubaj (pkubaj)  |
MFH: r546277
net-mgmt/nfdump: fix build on GCC architectures and check-plist on others
Use C11 compiler:
In file included from nfcapd.c:69:
nfx.h:946: error: redefinition of typedef 'extension_map_t'
nfdump.h:64: error: previous declaration of 'extension_map_t' was here
In file included from nfcapd.c:70:
exporter.h:78: error: redefinition of typedef 'exporter_info_record_t'
nfdump.h:63: error: previous declaration of 'exporter_info_record_t' was here
Remove unconditional installation of nfpcapd, it breaks check-plist and there's
an option for installing it.
Bump PORTREVISION for package change.
Approved by: portmgr (fix build blanket, packaging fix) |
1.6.20_1 26 Aug 2020 13:16:42
  |
pkubaj  |
MFH: r546277
net-mgmt/nfdump: fix build on GCC architectures and check-plist on others
Use C11 compiler:
In file included from nfcapd.c:69:
nfx.h:946: error: redefinition of typedef 'extension_map_t'
nfdump.h:64: error: previous declaration of 'extension_map_t' was here
In file included from nfcapd.c:70:
exporter.h:78: error: redefinition of typedef 'exporter_info_record_t'
nfdump.h:63: error: previous declaration of 'exporter_info_record_t' was here
Remove unconditional installation of nfpcapd, it breaks check-plist and there's
an option for installing it.
Bump PORTREVISION for package change.
Approved by: portmgr (fix build blanket, packaging fix) |
Number of commits found: 2
|