Created attachment 222336 [details] svn diff Porting this for the purpose of porting ncnetstat. 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
Created attachment 222521 [details] svn diff Poudriere and portlint all happy.
A commit references this bug: Author: swills Date: Sat Feb 27 00:06:15 UTC 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 <vvelox@vvelox.net> Changes: head/net/p5-Net-Connection-Sort/ head/net/p5-Net-Connection-Sort/Makefile head/net/p5-Net-Connection-Sort/distinfo head/net/p5-Net-Connection-Sort/pkg-descr head/net/p5-Net-Connection-Sort/pkg-plist
Committed, thanks!