Bug 253406

Summary: [NEW PORT]: net/p5-Net-Connection Used for representing a network connection as a object
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 Flags
svn diff
none
svn diff
none
svn diff none

Description Zane C. Bowers-Hadley 2021-02-10 12:34:25 UTC
Created attachment 222333 [details]
svn diff

Porting in preperations to port ncnetstat.


This module crates a object that basically serves as a means to
store basic connection information and retrieve it.

WWW: https://metacpan.org/release/Net-Connection
Comment 1 Zane C. Bowers-Hadley 2021-02-17 09:56:55 UTC
Created attachment 222517 [details]
svn diff

Make portlint happy.
Comment 2 Zane C. Bowers-Hadley 2021-02-17 09:58:32 UTC
Created attachment 222518 [details]
svn diff

Correct SVN diff.
Comment 3 commit-hook freebsd_committer freebsd_triage 2021-02-27 00:06:48 UTC
A commit references this bug:

Author: swills
Date: Sat Feb 27 00:05:50 UTC 2021
New revision: 566644
URL: https://svnweb.freebsd.org/changeset/ports/566644

Log:
  net/p5-Network-Connection: create port

  This module crates a object that basically serves as a means to
  store basic connection information and retrieve it.

  WWW: https://metacpan.org/release/Net-Connection

  PR:		253406
  Submitted by:	Zane C. Bowers-Hadley <vvelox@vvelox.net>

Changes:
  head/net/p5-Net-Connection/
  head/net/p5-Net-Connection/Makefile
  head/net/p5-Net-Connection/distinfo
  head/net/p5-Net-Connection/pkg-descr
  head/net/p5-Net-Connection/pkg-plist
Comment 4 Steve Wills freebsd_committer freebsd_triage 2021-02-27 00:09:24 UTC
Committed, thanks!