FreeBSD Bugzilla – Attachment 222520 Details for
Bug 253408
[NEW PORT]: net/p5-Net-Connection-Match Runs a stack of checks to match 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-Match.diff (text/plain), 4.86 KB, created by
Zane C. Bowers-Hadley
on 2021-02-17 10:20:47 UTC
(
hide
)
Description:
svn diff
Filename:
MIME Type:
Creator:
Zane C. Bowers-Hadley
Created:
2021-02-17 10:20:47 UTC
Size:
4.86 KB
patch
obsolete
>Index: net/p5-Net-Connection-Match/Makefile >=================================================================== >--- net/p5-Net-Connection-Match/Makefile (nonexistent) >+++ net/p5-Net-Connection-Match/Makefile (working copy) >@@ -0,0 +1,27 @@ >+# Created by: Zane C. Bowers-Hadley <vvelox@vvelox.net> >+# $FreeBSD$ >+ >+PORTNAME= Net-Connection-Match >+PORTVERSION= 0.4.0 >+CATEGORIES= net perl5 >+MASTER_SITES= CPAN >+MASTER_SITE_SUBDIR= CPAN:VVELOX >+PKGNAMEPREFIX= p5- >+ >+MAINTAINER= vvelox@vvelox.net >+COMMENT= Runs a stack of checks to match Net::Connection objects >+ >+LICENSE= ART10 GPLv1+ >+LICENSE_COMB= dual >+ >+BUILD_DEPENDS= ${RUN_DEPENDS} >+RUN_DEPENDS= p5-Net-DNS>=1.20:dns/p5-Net-DNS \ >+ p5-Net-CIDR>=-0.20:net-mgmt/p5-Net-CIDR \ >+ p5-Net-Connection>=0.0.1:net/p5-Net-Connection \ >+ p5-Proc-ProcessTable>=0.59:devel/p5-Proc-ProcessTable \ >+ p5-Error-Helper>=1.0.0:devel/p5-Error-Helper >+ >+USES= perl5 >+USE_PERL5= configure >+ >+.include <bsd.port.mk> > >Property changes on: net/p5-Net-Connection-Match/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-Match/distinfo >=================================================================== >--- net/p5-Net-Connection-Match/distinfo (nonexistent) >+++ net/p5-Net-Connection-Match/distinfo (working copy) >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1612953091 >+SHA256 (Net-Connection-Match-0.4.0.tar.gz) = 70468a6dae881b59e36e43181808e2f3e50737bb178ebc84ab40eb77e51d21f0 >+SIZE (Net-Connection-Match-0.4.0.tar.gz) = 15752 > >Property changes on: net/p5-Net-Connection-Match/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-Match/pkg-descr >=================================================================== >--- net/p5-Net-Connection-Match/pkg-descr (nonexistent) >+++ net/p5-Net-Connection-Match/pkg-descr (working copy) >@@ -0,0 +1,19 @@ >+Provides a easy to use method for checking if a Net::Connection >+object mathes a series of checks. >+ >+Currently can do matching based off of the following. >+ >+ * CIDR >+ * Command >+ * PctCPU >+ * PctMem >+ * Ports >+ * Protocol >+ * State >+ * RegexPTR >+ * PTR >+ * UID >+ * Username >+ * WChan >+ >+WWW: https://metacpan.org/release/Net-Connection-Match > >Property changes on: net/p5-Net-Connection-Match/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-Match/pkg-plist >=================================================================== >--- net/p5-Net-Connection-Match/pkg-plist (nonexistent) >+++ net/p5-Net-Connection-Match/pkg-plist (working copy) >@@ -0,0 +1,28 @@ >+%%SITE_PERL%%/Net/Connection/Match.pm >+%%SITE_PERL%%/Net/Connection/Match/CIDR.pm >+%%SITE_PERL%%/Net/Connection/Match/Command.pm >+%%SITE_PERL%%/Net/Connection/Match/PID.pm >+%%SITE_PERL%%/Net/Connection/Match/PTR.pm >+%%SITE_PERL%%/Net/Connection/Match/PctCPU.pm >+%%SITE_PERL%%/Net/Connection/Match/PctMem.pm >+%%SITE_PERL%%/Net/Connection/Match/Ports.pm >+%%SITE_PERL%%/Net/Connection/Match/Protos.pm >+%%SITE_PERL%%/Net/Connection/Match/RegexPTR.pm >+%%SITE_PERL%%/Net/Connection/Match/States.pm >+%%SITE_PERL%%/Net/Connection/Match/UID.pm >+%%SITE_PERL%%/Net/Connection/Match/Username.pm >+%%SITE_PERL%%/Net/Connection/Match/WChan.pm >+%%PERL5_MAN3%%/Net::Connection::Match.3.gz >+%%PERL5_MAN3%%/Net::Connection::Match::CIDR.3.gz >+%%PERL5_MAN3%%/Net::Connection::Match::Command.3.gz >+%%PERL5_MAN3%%/Net::Connection::Match::PID.3.gz >+%%PERL5_MAN3%%/Net::Connection::Match::PTR.3.gz >+%%PERL5_MAN3%%/Net::Connection::Match::PctCPU.3.gz >+%%PERL5_MAN3%%/Net::Connection::Match::PctMem.3.gz >+%%PERL5_MAN3%%/Net::Connection::Match::Ports.3.gz >+%%PERL5_MAN3%%/Net::Connection::Match::Protos.3.gz >+%%PERL5_MAN3%%/Net::Connection::Match::RegexPTR.3.gz >+%%PERL5_MAN3%%/Net::Connection::Match::States.3.gz >+%%PERL5_MAN3%%/Net::Connection::Match::UID.3.gz >+%%PERL5_MAN3%%/Net::Connection::Match::Username.3.gz >+%%PERL5_MAN3%%/Net::Connection::Match::WChan.3.gz > >Property changes on: net/p5-Net-Connection-Match/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 253408
:
222335
|
222520
|
222675