Port details |
- tcplist Lists TCP connections to/from local machine (+username on both sides)
- 2.2_3 sysutils =8 2.2_3Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: unknown
- Last Update: 2024-02-26 07:25:21
- Commit Hash: 6c1c4d2
- People watching this port, also watch:: lsof, nmap, wget, openssl, logcheck
- Also Listed In: net
- License: not specified in port
- Description:
- Tcplist makes a list of TCP connections to and from the local machine,
displaying the user name associated with the local end, and making use of
Ident services if available to determine the "user" at the other end.
Tcplist uses LSOF to do its low level work on 4.4BSD machines.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- tcplist>0:sysutils/tcplist
- To install the port:
- cd /usr/ports/sysutils/tcplist/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/tcplist
- pkg install tcplist
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: tcplist
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (tcplist-2.2.shar) = dae100e4385c8f630b5642c3b5ec55f506c8fea30612af8f7975c6f7fbf584c6
SIZE (tcplist-2.2.shar) = 53711
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- lsof : sysutils/lsof
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- sysutils_tcplist
- 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 |
2.2_3 26 Feb 2024 07:25:21 |
Muhammad Moinur Rahman (bofh) |
sysutils/tcplist: Moved man to share/man
Approved by: portmgr (blanket) |
2.2_2 20 Jul 2022 14:23:05 |
Tobias C. Berner (tcberner) |
sysutils: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <jsmith@resonatingmedia.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Landwehr <aaron@snaphat.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Adrian Chadd
* Adrian Chadd <adrian@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Eldridge <alane@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Deiter <alex.deiter@gmail.com> (Only the first 15 lines of the commit message are shown above ) |
2.2_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.2_2 19 May 2016 10:53:06 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket |
2.2_2 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
2.2_2 20 Sep 2015 21:12:21 |
olgeni |
Typos, whitespace and capitalization fixes (S-X). |
2.2_2 08 Sep 2014 19:19:16 |
antoine |
Allow staging as a regular user |
2.2_2 29 Jul 2014 15:00:13 |
adamw |
Rename sysutils/ patch-xy patches to reflect the files they modify. |
2.2_2 27 Jul 2014 09:05:49 |
marino |
sysutils/tcplist: Fix compatiblity with sysutils/lsof
PR: 187240
Submitted by: Chris Hutchinson
Fix by: Ruslan |
2.2_1 16 Nov 2013 13:25:19 |
vanilla |
Support STAGEDIR. |
2.2_1 20 Sep 2013 23:06:00 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
2.2_1 24 Jul 2012 21:09:45 |
cs |
Fix typos in COMMENT |
2.2_1 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
2.2_1 21 Dec 2009 02:19:12 |
dougb |
For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports. |
2.2_1 25 Nov 2005 18:14:52 |
pav |
- Add SHA256 |
2.2_1 29 Jan 2004 16:13:06 |
trevor |
SIZEify. |
2.2_1 13 Oct 2003 20:01:34 |
krion |
- Fix build on -current
PR: 57968
Submitted by: Michael Edenfield <kutulu@kutulu.org> |
2.2_1 20 Feb 2003 19:00:52 |
knu |
De-pkg-comment. |
2.2_1 07 Nov 2002 03:10:58 |
adamw |
Fix PORTCOMMENTs that were killing INDEX builds.
105 pointy hats to: me
Approved by: pat |
12 Feb 2002 15:31:41 |
obrien |
fix byteorder -- tcplist -n returns the IP address in network order instead of
host order. |
22 Nov 2000 00:57:34 |
obrien |
Add $FreeBSD$, which help me in problem reports. |
14 Nov 2000 00:29:15 |
asami |
lsof is in ${LOCALBASE}/sbin, not in root's default search path, so spell it
out. |
08 Oct 2000 07:23:57 |
asami |
Convert category sysutils to new layout. |