Port details |
- ehnt Simple Cisco NetFlow data collector
- 0.3_9 net-mgmt =3 0.3_9Version of this port present on the latest quarterly branch.
- Maintainer: marck@FreeBSD.org
- Port Added: 2004-02-23 04:43:25
- Last Update: 2024-03-20 13:19:30
- Commit Hash: dcf2f39
- People watching this port, also watch:: nagios-check_hdd_health, nuitka-py311, monit, py39-beautifulsoup, openmdns
- License: not specified in port
- WWW:
- https://ehnt.sourceforge.net/
- Description:
- This is a lightweight but well-featured tool for collecting
NetFlow version 5 packets from Cisco routers.
The implementation includes a simple UDP-to-TCP converting server,
which may be used to replicate NetFlow data to multiple clients.
- ¦ ¦ ¦ ¦
- 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-mgmt/ehnt/ && make install clean
- To add the package, run one of these commands:
- pkg install net-mgmt/ehnt
- pkg install ehnt
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ehnt
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (ehnt-0.3.tar.gz) = c611a246352813f1f5d19188d905c8610758aea50767c1870b40b4932372a833
SIZE (ehnt-0.3.tar.gz) = 25795
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for ehnt-0.3_9:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- net-mgmt_ehnt
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.3_9 20 Mar 2024 13:19:30 |
Nuno Teixeira (eduardo) |
net-mgmt/ehnt: Move man pages to share/man
Approved by: portmgr (blanket) |
0.3_8 06 Nov 2023 10:03:47 |
Rodrigo Osorio (rodrigo) |
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
Issue reported by repology : https://repology.org/repository/freebsd/problems
Approved by: portmgr (blanket)
PR: 274888 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.3_8 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.3_8 20 Jul 2022 14:22:42 |
Tobias C. Berner (tcberner) |
net-mgmt: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* @BABOLO <.@babolo.ru>
* Alex Samorukov, samm@freebsd.org
* Alexander Kriventsov <avk@vl.ru>
* Alexander Sulfrian <alexander@sulfrian.net>
* Alexander Y. Grigoryev <alexander.4mail@gmail.com>
* Alexandre Biancalana <ale@biancalanas.net>
* Alexandre Snarskii <snar@paranoia.ru>
* Alexandre Snarskii <snar@snar.spb.ru>
* Alexey Bobkov <mr.deadlystorm@gmail.com>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alexey V. Degtyarev (Only the first 15 lines of the commit message are shown above ) |
0.3_8 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.3_8 19 May 2016 10:44:12 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
0.3_8 22 May 2015 20:34:29 |
mat |
Remove $FreeBSD$ from patches files everywhere.
With hat: portmgr
Sponsored by: Absolight |
0.3_8 20 Dec 2014 19:28:11 |
bapt |
cleanup plist |
0.3_8 10 Jul 2014 12:13:12 |
olgeni |
Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category N.
CR: D307
Approved by: portmgr (bapt) |
0.3_8 04 Jul 2014 21:53:52 |
adamw |
Remove NOPORTDOCS and NOPORTEXAMPLES. |
0.3_8 18 Oct 2013 21:25:27 |
antoine |
Finish staging support |
0.3_8 16 Oct 2013 13:03:54 |
marck (doc committer) |
Actually do stage support
PR: 183008
Submitted by: marino
Pointy hat to: marck |
0.3_8 03 Oct 2013 20:46:29 |
marck (doc committer) |
Chase last void functions used as int.
Enable STAGE support.
Tested @: ff, ref10-{i386,amd64} |
0.3_8 20 Sep 2013 22:24:44 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-mgmt) |
0.3_8 19 Sep 2013 14:12:59 |
marck (doc committer) |
More clang-only errors (actually, more uses non-void function types)
Notified by: pkg-fallout |
0.3_8 12 Sep 2013 11:40:30 |
marck (doc committer) |
Complete r326363 by including more complete set of headers.
Fix one incorrecr usage of perror(3).
No functional changes.
Notified by: pkg-fallout |
0.3_8 05 Sep 2013 07:40:07 |
marck (doc committer) |
Clang is more strict than gcc. Fix build for 10.*
No need to bump revision as there are no changes
except one brach build fix.
Notified by: pkg-fallout |
0.3_8 24 Oct 2011 04:17:38 |
dougb |
Remove more tags from pkg-descr files fo the form:
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file. |
0.3_8 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
0.3_8 22 Aug 2009 00:32:25 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with N |
0.3_8 01 Feb 2006 01:08:07 |
edwin |
SHA256ify
Approved by: krion@ |
0.3_8 18 Oct 2004 17:44:47 |
marck |
Shift my manitainer address to FreeBSD.org domain.
Drop PERL dependency on ehnt as it is no longer needed (since 0.8_3). |
0.3_8 05 Sep 2004 16:29:18 |
krion |
Fix build on ia64 and sparc64
Submitted by: maintainer
Approved by: portmgr |
0.3_7 23 Jun 2004 12:01:33 |
osa |
Make small improvement: print packets per second in topmode.
Original patch from: Gleb Smirnoff <glebius@cell.sick.ru>
Fixed patch from, approved by: Dmitry Morozovsky <marck@rinet.ru> (maintainer) |
0.3_6 24 May 2004 09:06:59 |
krion |
- Add missing patch |
0.3_6 24 May 2004 09:06:37 |
krion |
- turn off interactivity for pipe-oriented mode (colondump)
- convert ASN table from static to alloc()ed to reduce memory
footprint
- bump PORTREVISION
PR: ports/67117
Submitted by: maintainer |
0.3_5 21 May 2004 08:39:05 |
osa |
Fix signed int problem in display (when displaying very
active flows it is possible to overflow bytecount). [1]
Also: [2]
o use DOCSDIR and DATADIR macros
o move files from pkg-plist to Makefile
o remove pkg-plist
Reported by: Gleb Smirnoff <glebius at sell dot sick dot ru>
Submitted by: Dmitry Morozovsky <marck at rinet dot ru> (maintainer) [1],
osa [2]
Approved by: maintainer
PR: 66936 |
0.3_4 12 Mar 2004 09:17:12 |
krion |
- Fix incorrect accept(2) usage
- SIZE'ify and remove unneeded distfile from distinfo [1]
- Pet portlint [2]
- Bump PORTREVISION
PR: ports/64088
Submitted by: maintainer, trevor [1], krion [2] |
0.3_3 23 Feb 2004 04:42:13 |
wollman |
Say hello to the new "net-mgmt" category. There are probably more
ports that belong here than the ones I have identified and moved in
this, first, pass.
Approved in principle by: marcus |