Index: net/p5-Net-Connection-ncnetstat/Makefile =================================================================== --- net/p5-Net-Connection-ncnetstat/Makefile (nonexistent) +++ net/p5-Net-Connection-ncnetstat/Makefile (working copy) @@ -0,0 +1,29 @@ +# Created by: Zane C. Bowers-Hadley +# $FreeBSD$ + +PORTNAME= Net-Connection-ncnetstat +PORTVERSION= 0.6.2 +CATEGORIES= sysutils perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:VVELOX +PKGNAMEPREFIX= p5- + +MAINTAINER= vvelox@vvelox.net +COMMENT= A netstat like utility that supports color and searching + +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-Net-Connection>=0.2.0:net/p5-Net-Connection \ + p5-Net-Connection-Match>=0.4.0:net/p5-Net-Connection-Match \ + p5-Net-Connection-Sort>=0.0.1:net/p5-Net-Connection-Sort \ + p5-Term-ANSIColor>=4.06:devel/p5-Term-ANSIColor \ + p5-Text-ANSITable>=0.601:textproc/p5-Text-ANSITable \ + p5-Getopt-Long>=2.52:devel/p5-Getopt-Long \ + p5-Data-Unixish>=1.570:devel/p5-Data-Unixish/pkg-plist + +USES= perl5 shebangfix +USE_PERL5= configure + +.include Property changes on: net/p5-Net-Connection-ncnetstat/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: net/p5-Net-Connection-ncnetstat/distinfo =================================================================== --- net/p5-Net-Connection-ncnetstat/distinfo (nonexistent) +++ net/p5-Net-Connection-ncnetstat/distinfo (working copy) @@ -0,0 +1,3 @@ +TIMESTAMP = 1613464706 +SHA256 (Net-Connection-ncnetstat-0.6.2.tar.gz) = afb484990ed8acd3d3d82828bd72621677c8fb06eb4f0460cd3c4f75877c72da +SIZE (Net-Connection-ncnetstat-0.6.2.tar.gz) = 10926 Property changes on: net/p5-Net-Connection-ncnetstat/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: net/p5-Net-Connection-ncnetstat/pkg-descr =================================================================== --- net/p5-Net-Connection-ncnetstat/pkg-descr (nonexistent) +++ net/p5-Net-Connection-ncnetstat/pkg-descr (working copy) @@ -0,0 +1,21 @@ +Provides a enhances colorized netstat like tool that is +capable of doing searches. + +The search criteria can be any of the following. + + * CIDR + * port + * host + * PTR + * pctcpu + * pctmem + * Regex PTR + * state + * UID + * username + * wait channel + +Among other unique features it can also display the full +command, PctMem, and PctCPU of the process with the connection. + +WWW: https://metacpan.org/release/Net-Connection-ncnetstat Property changes on: net/p5-Net-Connection-ncnetstat/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: net/p5-Net-Connection-ncnetstat/pkg-plist =================================================================== --- net/p5-Net-Connection-ncnetstat/pkg-plist (nonexistent) +++ net/p5-Net-Connection-ncnetstat/pkg-plist (working copy) @@ -0,0 +1,3 @@ +bin/ncnetstat +%%SITE_PERL%%/Net/Connection/ncnetstat.pm +%%PERL5_MAN3%%/Net::Connection::ncnetstat.3.gz Property changes on: net/p5-Net-Connection-ncnetstat/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property