View | Details | Raw Unified | Return to bug 253410 | Differences between
and this patch

Collapse All | Expand All

(-)net/p5-Net-Connection-ncnetstat/Makefile (+30 lines)
Line 0 Link Here
1
# Created by: Zane C. Bowers-Hadley <vvelox@vvelox.net>
2
# $FreeBSD$
3
4
PORTNAME=	Net-Connection-ncnetstat
5
PORTVERSION=	0.7.1
6
CATEGORIES=	net perl5
7
MASTER_SITES=	CPAN
8
MASTER_SITE_SUBDIR=	CPAN:VVELOX
9
PKGNAMEPREFIX=	p5-
10
11
MAINTAINER=	vvelox@vvelox.net
12
COMMENT=	Netstat like utility that supports color and searching
13
14
LICENSE=	ART10 GPLv1+
15
LICENSE_COMB=	dual
16
17
BUILD_DEPENDS=	${RUN_DEPENDS}
18
RUN_DEPENDS=	p5-Net-Connection>=0.2.0:net/p5-Net-Connection \
19
		p5-Net-Connection-Match>=0.5.0:net/p5-Net-Connection-Match \
20
		p5-Net-Connection-Sort>=0.0.1:net/p5-Net-Connection-Sort \
21
		p5-Term-ANSIColor>=4.06:devel/p5-Term-ANSIColor \
22
		p5-Text-ANSITable>=0.601:textproc/p5-Text-ANSITable \
23
		p5-Getopt-Long>=2.52:devel/p5-Getopt-Long \
24
		p5-Data-Unixish>=1.570:devel/p5-Data-Unixish \
25
		p5-Net-Connection-lsof>=0.2.0:net/p5-Net-Connection-lsof
26
27
USES=		perl5 shebangfix
28
USE_PERL5=	configure
29
30
.include <bsd.port.mk>
(-)net/p5-Net-Connection-ncnetstat/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1613752616
2
SHA256 (Net-Connection-ncnetstat-0.7.1.tar.gz) = 72bd22a4abe88a9a75a65ce9311451931a4a23995733157ef19edbbc30993a66
3
SIZE (Net-Connection-ncnetstat-0.7.1.tar.gz) = 11171
(-)net/p5-Net-Connection-ncnetstat/pkg-descr (+21 lines)
Line 0 Link Here
1
Provides a enhances colorized netstat like tool that is
2
capable of doing searches.
3
4
The search criteria can be any of the following.
5
6
 * CIDR
7
 * port
8
 * host
9
 * PTR
10
 * pctcpu
11
 * pctmem
12
 * Regex PTR
13
 * state
14
 * UID
15
 * username
16
 * wait channel
17
18
Among other unique features it can also display the full
19
command, PctMem, and PctCPU of the process with the connection.
20
21
WWW: https://metacpan.org/release/Net-Connection-ncnetstat
(-)net/p5-Net-Connection-ncnetstat/pkg-plist (+3 lines)
Line 0 Link Here
1
bin/ncnetstat
2
%%SITE_PERL%%/Net/Connection/ncnetstat.pm
3
%%PERL5_MAN3%%/Net::Connection::ncnetstat.3.gz

Return to bug 253410