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

Collapse All | Expand All

(-)net/p5-Net-Connection-ncnetstat/Makefile (+29 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.6.1
6
CATEGORIES=	sysutils perl5
7
MASTER_SITES=	CPAN
8
MASTER_SITE_SUBDIR=	CPAN:VVELOX
9
PKGNAMEPREFIX=	p5-
10
11
MAINTAINER=	vvelox@vvelox.net
12
COMMENT=	A 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.4.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/pkg-plist
25
26
USES=		perl5 shebangfix
27
USE_PERL5=	configure
28
29
.include <bsd.port.mk>
(-)net/p5-Net-Connection-ncnetstat/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1612959527
2
SHA256 (Net-Connection-ncnetstat-0.6.1.tar.gz) = a17e6d623f5f826fc6da00203b07b096c7e2c9e31f4dd140c7edb5d2688fc170
3
SIZE (Net-Connection-ncnetstat-0.6.1.tar.gz) = 10905
(-)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