Summary: | [NEW PORT] net/p5-Net-Connection-Sort Sorts a array of Net::Connection objects | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Zane C. Bowers-Hadley <vvelox> | ||||||
Component: | Individual Port(s) | Assignee: | Steve Wills <swills> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Only Me | CC: | lwhsu, swills | ||||||
Priority: | --- | ||||||||
Version: | Latest | ||||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
Bug Depends on: | |||||||||
Bug Blocks: | 253410 | ||||||||
Attachments: |
|
Description
Zane C. Bowers-Hadley
2021-02-10 12:45:56 UTC
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! |