Port details |
- tcpstat Program to report various network statistics
- 1.5_1 net
=12 1.5_1Version of this port present on the latest quarterly branch. - Maintainer: egypcio@FreeBSD.org
 - Port Added: 2001-02-01 20:31:23
- Last Update: 2024-03-20 18:37:11
- Commit Hash: c7d78b1
- People watching this port, also watch:: png, ngrep, wget, p5-Net, freetype2
- License: BSD2CLAUSE
- WWW:
- https://www.frenchfries.net/paul/tcpstat/
- Description:
- tcpstat reports certain network interface statistics (such as
bandwidth) much like vmstat does for system statistics. It gets its
information by either monitoring a specific interface, or by reading
previously-saved tcpdump data from a file. It has been tested under
Linux, Solaris, FreeBSD, NetBSD, and BSD/OS.
¦ ¦ ¦ ¦ 
- 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/tcpstat/ && make install clean
- To add the package, run one of these commands:
- pkg install net/tcpstat
- pkg install tcpstat
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: tcpstat
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (tcpstat-1.5.tar.gz) = 46fde9458cc5678264b0c5f2197f84ada9101951197fdeec5f04b0801fcff0ba
SIZE (tcpstat-1.5.tar.gz) = 93102
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 tcpstat-1.5_1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- net_tcpstat
- 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 |
1.5_1 20 Mar 2024 18:37:11
    |
Nuno Teixeira (eduardo)  |
net/tcpstat: Move man pages to share/man
Approved by: portmgr (blanket) |
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) |
1.5 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 ) |
1.5 20 Jul 2022 14:22:37
    |
Tobias C. Berner (tcberner)  |
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above ) |
1.5 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.5 14 Jan 2020 13:36:24
  |
egypcio  |
net/tcpstat: taking maintainership |
1.5 11 Aug 2016 09:01:06
  |
amdmi3  |
- Add LICENSE_FILE
- Switch to options helpers |
1.5 26 Mar 2014 13:45:39
  |
nemysis  |
- Add license (BSD2CLAUSE)
- Remove LICENSE from DOCS
- Use PLIST_FILES and PORTDOCS=* instead of pkg-plist
PR: ports/179198
Submitted by: nemysis (self) |
1.5 06 Feb 2014 18:13:45
  |
antoine  |
Stage support |
1.5 21 Jan 2014 23:40:23
  |
bapt  |
Fix properties on pkg-plist |
1.5 22 Sep 2013 18:05:05
  |
bapt  |
Fix NO_STAGE attribution |
1.5 20 Sep 2013 22:10:25
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
1.5 18 Nov 2011 23:30:13
 |
ehaupt  |
Remove trailing whitespaces.
Feature safe: yes |
1.5 20 Mar 2011 12:54:45
 |
miwi  |
- Get Rid MD5 support |
1.5 21 Aug 2008 06:18:49
 |
rafan  |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
1.5 25 Nov 2005 16:48:31
 |
pav  |
- Add SHA256 |
1.5 12 Apr 2005 03:26:57
 |
obrien  |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
1.5 11 Apr 2005 08:04:41
 |
obrien  |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
1.5 29 Jun 2004 10:19:55
 |
linimon  |
Reset bouncing maintainer address. |
1.5 31 Mar 2004 03:12:58
 |
trevor  |
SIZEify (maintainer timeout) |
1.5 04 Dec 2003 22:14:37
 |
sergei  |
- Update to 1.5
- Assign maintainership to the submitter
While I'm here:
- Silence configure warning
- Install some documentation
PR: 59920
Submitted by: Vincent Tantardini <vinc@freebsd-fr.org> |
1.4 03 Nov 2003 07:28:44
 |
linimon  |
Reset maintainer to ports@FreeBSD.org. Requested by: kris. |
1.4 07 Mar 2003 06:08:06
 |
ade  |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
05 Feb 2001 15:50:42
    |
olgeni  |
Style fixes for ports/net. |
01 Feb 2001 23:31:23
    |
dannyboy  |
Add tcpstat, a vmstat-like tool for networks. |