FreeBSD Bugzilla – Attachment 189395 Details for
Bug 224894
New Port: net/p5-Parse-Netstat parses the output from the netstat and returns a useful hash
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
svn diff
net_p5-Parse-Netstat (text/plain), 3.29 KB, created by
Zane C. Bowers-Hadley
on 2018-01-04 13:05:40 UTC
(
hide
)
Description:
svn diff
Filename:
MIME Type:
Creator:
Zane C. Bowers-Hadley
Created:
2018-01-04 13:05:40 UTC
Size:
3.29 KB
patch
obsolete
>Index: p5-Parse-Netstat/Makefile >=================================================================== >--- p5-Parse-Netstat/Makefile (nonexistent) >+++ p5-Parse-Netstat/Makefile (working copy) >@@ -0,0 +1,21 @@ >+# $FreeBSD$ >+ >+PORTNAME= Parse-Netstat >+PORTVERSION= 0.14 >+CATEGORIES= devel perl5 >+MASTER_SITES= CPAN >+PKGNAMEPREFIX= p5- >+ >+MAINTAINER= vvelox@vvelox.net >+COMMENT= Parse the output of "netstat" command >+ >+LICENSE= ART10 GPLv1+ >+LICENSE_COMB= dual >+ >+TEST_DEPENDS= p5-File-Slurper>=0.011:devel/p5-File-Slurper >+ >+NO_ARCH= yes >+USE_PERL5= configure >+USES= perl5 >+ >+.include <bsd.port.mk> > >Property changes on: p5-Parse-Netstat/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: p5-Parse-Netstat/distinfo >=================================================================== >--- p5-Parse-Netstat/distinfo (nonexistent) >+++ p5-Parse-Netstat/distinfo (working copy) >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1515070320 >+SHA256 (Parse-Netstat-0.14.tar.gz) = 7dbb15cbccf58534631067e650da068f3cdb169b082bc02dd356117e32caf1cc >+SIZE (Parse-Netstat-0.14.tar.gz) = 27385 > >Property changes on: p5-Parse-Netstat/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: p5-Parse-Netstat/pkg-descr >=================================================================== >--- p5-Parse-Netstat/pkg-descr (nonexistent) >+++ p5-Parse-Netstat/pkg-descr (working copy) >@@ -0,0 +1,3 @@ >+Parses the output from netstat, returning a easy to use hash. >+ >+WWW: https://metacpan.org/release/Parse-Netstat > >Property changes on: p5-Parse-Netstat/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: p5-Parse-Netstat/pkg-plist >=================================================================== >--- p5-Parse-Netstat/pkg-plist (nonexistent) >+++ p5-Parse-Netstat/pkg-plist (working copy) >@@ -0,0 +1,12 @@ >+%%SITE_PERL%%/Parse/Netstat.pm >+%%SITE_PERL%%/Parse/Netstat/darwin.pm >+%%SITE_PERL%%/Parse/Netstat/freebsd.pm >+%%SITE_PERL%%/Parse/Netstat/linux.pm >+%%SITE_PERL%%/Parse/Netstat/solaris.pm >+%%SITE_PERL%%/Parse/Netstat/win32.pm >+%%PERL5_MAN3%%/Parse::Netstat.3.gz >+%%PERL5_MAN3%%/Parse::Netstat::darwin.3.gz >+%%PERL5_MAN3%%/Parse::Netstat::freebsd.3.gz >+%%PERL5_MAN3%%/Parse::Netstat::linux.3.gz >+%%PERL5_MAN3%%/Parse::Netstat::solaris.3.gz >+%%PERL5_MAN3%%/Parse::Netstat::win32.3.gz > >Property changes on: p5-Parse-Netstat/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 224894
: 189395