From owner-svn-ports-all@freebsd.org Sat Feb 27 00:06:10 2021 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 4C1CF553C96; Sat, 27 Feb 2021 00:06:10 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DnRdG1TQTz3MXk; Sat, 27 Feb 2021 00:06:10 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2614E14058; Sat, 27 Feb 2021 00:06:10 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 11R06Ad0065822; Sat, 27 Feb 2021 00:06:10 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11R069Cc065818; Sat, 27 Feb 2021 00:06:09 GMT (envelope-from swills@FreeBSD.org) Message-Id: <202102270006.11R069Cc065818@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sat, 27 Feb 2021 00:06:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r566645 - head/net/p5-Net-Connection-Match X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/net/p5-Net-Connection-Match X-SVN-Commit-Revision: 566645 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Feb 2021 00:06:10 -0000 Author: swills Date: Sat Feb 27 00:06:09 2021 New Revision: 566645 URL: https://svnweb.freebsd.org/changeset/ports/566645 Log: net/p5-Net-Connection-Match: create port Provides a easy to use method for checking if a Net::Connection object mathes a series of checks. Currently can do matching based off of the following. * CIDR * Command * PctCPU * PctMem * Ports * Protocol * State * RegexPTR * PTR * UID * Username * WChan WWW: https://metacpan.org/release/Net-Connection-Match PR: 253408 Submitted by: Zane C. Bowers-Hadley Added: head/net/p5-Net-Connection-Match/ head/net/p5-Net-Connection-Match/Makefile (contents, props changed) head/net/p5-Net-Connection-Match/distinfo (contents, props changed) head/net/p5-Net-Connection-Match/pkg-descr (contents, props changed) head/net/p5-Net-Connection-Match/pkg-plist (contents, props changed) Added: head/net/p5-Net-Connection-Match/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/p5-Net-Connection-Match/Makefile Sat Feb 27 00:06:09 2021 (r566645) @@ -0,0 +1,27 @@ +# Created by: Zane C. Bowers-Hadley +# $FreeBSD$ + +PORTNAME= Net-Connection-Match +PORTVERSION= 0.5.0 +CATEGORIES= net perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:VVELOX +PKGNAMEPREFIX= p5- + +MAINTAINER= vvelox@vvelox.net +COMMENT= Runs a stack of checks to match Net::Connection objects + +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-Net-DNS>=1.20:dns/p5-Net-DNS \ + p5-Net-CIDR>=-0.20:net-mgmt/p5-Net-CIDR \ + p5-Net-Connection>=0.0.1:net/p5-Net-Connection \ + p5-Proc-ProcessTable>=0.59:devel/p5-Proc-ProcessTable \ + p5-Error-Helper>=1.0.0:devel/p5-Error-Helper + +USES= perl5 +USE_PERL5= configure + +.include Added: head/net/p5-Net-Connection-Match/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/p5-Net-Connection-Match/distinfo Sat Feb 27 00:06:09 2021 (r566645) @@ -0,0 +1,3 @@ +TIMESTAMP = 1613830696 +SHA256 (Net-Connection-Match-0.5.0.tar.gz) = f2fdeb1b10623e57c97178396b27a849ace0909b610f7c48dc83925d950da33b +SIZE (Net-Connection-Match-0.5.0.tar.gz) = 17033 Added: head/net/p5-Net-Connection-Match/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/p5-Net-Connection-Match/pkg-descr Sat Feb 27 00:06:09 2021 (r566645) @@ -0,0 +1,19 @@ +Provides a easy to use method for checking if a Net::Connection +object mathes a series of checks. + +Currently can do matching based off of the following. + + * CIDR + * Command + * PctCPU + * PctMem + * Ports + * Protocol + * State + * RegexPTR + * PTR + * UID + * Username + * WChan + +WWW: https://metacpan.org/release/Net-Connection-Match Added: head/net/p5-Net-Connection-Match/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/p5-Net-Connection-Match/pkg-plist Sat Feb 27 00:06:09 2021 (r566645) @@ -0,0 +1,30 @@ +%%SITE_PERL%%/Net/Connection/Match.pm +%%SITE_PERL%%/Net/Connection/Match/All.pm +%%SITE_PERL%%/Net/Connection/Match/CIDR.pm +%%SITE_PERL%%/Net/Connection/Match/Command.pm +%%SITE_PERL%%/Net/Connection/Match/PID.pm +%%SITE_PERL%%/Net/Connection/Match/PTR.pm +%%SITE_PERL%%/Net/Connection/Match/PctCPU.pm +%%SITE_PERL%%/Net/Connection/Match/PctMem.pm +%%SITE_PERL%%/Net/Connection/Match/Ports.pm +%%SITE_PERL%%/Net/Connection/Match/Protos.pm +%%SITE_PERL%%/Net/Connection/Match/RegexPTR.pm +%%SITE_PERL%%/Net/Connection/Match/States.pm +%%SITE_PERL%%/Net/Connection/Match/UID.pm +%%SITE_PERL%%/Net/Connection/Match/Username.pm +%%SITE_PERL%%/Net/Connection/Match/WChan.pm +%%PERL5_MAN3%%/Net::Connection::Match.3.gz +%%PERL5_MAN3%%/Net::Connection::Match::All.3.gz +%%PERL5_MAN3%%/Net::Connection::Match::CIDR.3.gz +%%PERL5_MAN3%%/Net::Connection::Match::Command.3.gz +%%PERL5_MAN3%%/Net::Connection::Match::PID.3.gz +%%PERL5_MAN3%%/Net::Connection::Match::PTR.3.gz +%%PERL5_MAN3%%/Net::Connection::Match::PctCPU.3.gz +%%PERL5_MAN3%%/Net::Connection::Match::PctMem.3.gz +%%PERL5_MAN3%%/Net::Connection::Match::Ports.3.gz +%%PERL5_MAN3%%/Net::Connection::Match::Protos.3.gz +%%PERL5_MAN3%%/Net::Connection::Match::RegexPTR.3.gz +%%PERL5_MAN3%%/Net::Connection::Match::States.3.gz +%%PERL5_MAN3%%/Net::Connection::Match::UID.3.gz +%%PERL5_MAN3%%/Net::Connection::Match::Username.3.gz +%%PERL5_MAN3%%/Net::Connection::Match::WChan.3.gz