FreeBSD Bugzilla – Attachment 222521 Details for
Bug 253409
[NEW PORT] net/p5-Net-Connection-Sort Sorts a array of Net::Connection objects
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
svn diff
p5-Net-Connection-Sort.diff (text/plain), 5.07 KB, created by
Zane C. Bowers-Hadley
on 2021-02-17 10:26:50 UTC
(
hide
)
Description:
svn diff
Filename:
MIME Type:
Creator:
Zane C. Bowers-Hadley
Created:
2021-02-17 10:26:50 UTC
Size:
5.07 KB
patch
obsolete
>Index: net/p5-Net-Connection-Sort/Makefile >=================================================================== >--- net/p5-Net-Connection-Sort/Makefile (nonexistent) >+++ net/p5-Net-Connection-Sort/Makefile (working copy) >@@ -0,0 +1,24 @@ >+# Created by: Zane C. Bowers-Hadley <vvelox@vvelox.net> >+# $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 <bsd.port.mk> > >Property changes on: net/p5-Net-Connection-Sort/Makefile >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:keywords >## -0,0 +1 ## >+FreeBSD=%H >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: net/p5-Net-Connection-Sort/distinfo >=================================================================== >--- net/p5-Net-Connection-Sort/distinfo (nonexistent) >+++ net/p5-Net-Connection-Sort/distinfo (working copy) >@@ -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 > >Property changes on: net/p5-Net-Connection-Sort/distinfo >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: net/p5-Net-Connection-Sort/pkg-descr >=================================================================== >--- net/p5-Net-Connection-Sort/pkg-descr (nonexistent) >+++ net/p5-Net-Connection-Sort/pkg-descr (working copy) >@@ -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 > >Property changes on: net/p5-Net-Connection-Sort/pkg-descr >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: net/p5-Net-Connection-Sort/pkg-plist >=================================================================== >--- net/p5-Net-Connection-Sort/pkg-plist (nonexistent) >+++ net/p5-Net-Connection-Sort/pkg-plist (working copy) >@@ -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 > >Property changes on: net/p5-Net-Connection-Sort/pkg-plist >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 253409
:
222336
| 222521