From owner-svn-ports-head@freebsd.org Sat Feb 27 00:06:18 2021 Return-Path: Delivered-To: svn-ports-head@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 8A5CD5538E4; Sat, 27 Feb 2021 00:06:18 +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 4DnRdN5MRbz3MZw; Sat, 27 Feb 2021 00:06:16 +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 86C1014059; Sat, 27 Feb 2021 00:06:15 +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 11R06Fi0065992; Sat, 27 Feb 2021 00:06:15 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11R06Eeg065986; Sat, 27 Feb 2021 00:06:14 GMT (envelope-from swills@FreeBSD.org) Message-Id: <202102270006.11R06Eeg065986@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:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r566646 - head/net/p5-Net-Connection-Sort X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/net/p5-Net-Connection-Sort X-SVN-Commit-Revision: 566646 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Feb 2021 00:06:19 -0000 Author: swills Date: Sat Feb 27 00:06:14 2021 New Revision: 566646 URL: https://svnweb.freebsd.org/changeset/ports/566646 Log: net/p5-Net-Connection-Sort: create port This sorts a array of Net::Connection objects. Currently the methods below are supported. * host_f - Host foreign * host_fl - Host, foreign then local * host_l - Host, local * host_lf - Host, local then foreign * pid - Process ID * port_f - Port, foreign, numeric * port_fa - Port, foreign, alpha * port_l - Port, local, numeric * port_la - Port, local, alpha * proto - Network connection protocol * ptr_f - PTR, foreign * ptr_l - PTR, local * state - Connection * uid - User ID * user - Username WWW: https://metacpan.org/release/Net-Connection-Sort PR: 253409 Submitted by: Zane C. Bowers-Hadley Added: head/net/p5-Net-Connection-Sort/ head/net/p5-Net-Connection-Sort/Makefile (contents, props changed) head/net/p5-Net-Connection-Sort/distinfo (contents, props changed) head/net/p5-Net-Connection-Sort/pkg-descr (contents, props changed) head/net/p5-Net-Connection-Sort/pkg-plist (contents, props changed) Added: head/net/p5-Net-Connection-Sort/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/p5-Net-Connection-Sort/Makefile Sat Feb 27 00:06:14 2021 (r566646) @@ -0,0 +1,24 @@ +# Created by: Zane C. Bowers-Hadley +# $FreeBSD$ + +PORTNAME= Net-Connection-Sort +PORTVERSION= 0.0.1 +CATEGORIES= net perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:VVELOX +PKGNAMEPREFIX= p5- + +MAINTAINER= vvelox@vvelox.net +COMMENT= Sorts array of Net::Connection objects + +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-Net-IP>=1.26:net-mgmt/p5-Net-IP \ + p5-Net-Connection>=0.0.1:net/p5-Net-Connection + +USES= perl5 +USE_PERL5= configure + +.include Added: head/net/p5-Net-Connection-Sort/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/p5-Net-Connection-Sort/distinfo Sat Feb 27 00:06:14 2021 (r566646) @@ -0,0 +1,3 @@ +TIMESTAMP = 1612955125 +SHA256 (Net-Connection-Sort-0.0.1.tar.gz) = afb67118f3d46757741eb1c26aa1ad80bcbce89a42082fc1c670d0e2ad82162d +SIZE (Net-Connection-Sort-0.0.1.tar.gz) = 9929 Added: head/net/p5-Net-Connection-Sort/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/p5-Net-Connection-Sort/pkg-descr Sat Feb 27 00:06:14 2021 (r566646) @@ -0,0 +1,21 @@ +This sorts a array of Net::Connection objects. + +Currently the methods below are supported. + + * host_f - Host foreign + * host_fl - Host, foreign then local + * host_l - Host, local + * host_lf - Host, local then foreign + * pid - Process ID + * port_f - Port, foreign, numeric + * port_fa - Port, foreign, alpha + * port_l - Port, local, numeric + * port_la - Port, local, alpha + * proto - Network connection protocol + * ptr_f - PTR, foreign + * ptr_l - PTR, local + * state - Connection + * uid - User ID + * user - Username + +WWW: https://metacpan.org/release/Net-Connection-Sort Added: head/net/p5-Net-Connection-Sort/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/p5-Net-Connection-Sort/pkg-plist Sat Feb 27 00:06:14 2021 (r566646) @@ -0,0 +1,32 @@ +%%SITE_PERL%%/Net/Connection/Sort.pm +%%SITE_PERL%%/Net/Connection/Sort/host_f.pm +%%SITE_PERL%%/Net/Connection/Sort/host_fl.pm +%%SITE_PERL%%/Net/Connection/Sort/host_l.pm +%%SITE_PERL%%/Net/Connection/Sort/host_lf.pm +%%SITE_PERL%%/Net/Connection/Sort/pid.pm +%%SITE_PERL%%/Net/Connection/Sort/port_f.pm +%%SITE_PERL%%/Net/Connection/Sort/port_fa.pm +%%SITE_PERL%%/Net/Connection/Sort/port_l.pm +%%SITE_PERL%%/Net/Connection/Sort/port_la.pm +%%SITE_PERL%%/Net/Connection/Sort/proto.pm +%%SITE_PERL%%/Net/Connection/Sort/ptr_f.pm +%%SITE_PERL%%/Net/Connection/Sort/ptr_l.pm +%%SITE_PERL%%/Net/Connection/Sort/state.pm +%%SITE_PERL%%/Net/Connection/Sort/uid.pm +%%SITE_PERL%%/Net/Connection/Sort/user.pm +%%PERL5_MAN3%%/Net::Connection::Sort.3.gz +%%PERL5_MAN3%%/Net::Connection::Sort::host_f.3.gz +%%PERL5_MAN3%%/Net::Connection::Sort::host_fl.3.gz +%%PERL5_MAN3%%/Net::Connection::Sort::host_l.3.gz +%%PERL5_MAN3%%/Net::Connection::Sort::host_lf.3.gz +%%PERL5_MAN3%%/Net::Connection::Sort::pid.3.gz +%%PERL5_MAN3%%/Net::Connection::Sort::port_f.3.gz +%%PERL5_MAN3%%/Net::Connection::Sort::port_fa.3.gz +%%PERL5_MAN3%%/Net::Connection::Sort::port_l.3.gz +%%PERL5_MAN3%%/Net::Connection::Sort::port_la.3.gz +%%PERL5_MAN3%%/Net::Connection::Sort::proto.3.gz +%%PERL5_MAN3%%/Net::Connection::Sort::ptr_f.3.gz +%%PERL5_MAN3%%/Net::Connection::Sort::ptr_l.3.gz +%%PERL5_MAN3%%/Net::Connection::Sort::state.3.gz +%%PERL5_MAN3%%/Net::Connection::Sort::uid.3.gz +%%PERL5_MAN3%%/Net::Connection::Sort::user.3.gz