From owner-svn-ports-head@freebsd.org Wed Aug 29 15:10:12 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DBA1C108CA1A; Wed, 29 Aug 2018 15:10:11 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8CA9870AEF; Wed, 29 Aug 2018 15:10:11 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 69E2D1EBFF; Wed, 29 Aug 2018 15:10:11 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w7TFABJ9040494; Wed, 29 Aug 2018 15:10:11 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7TFAAPb040490; Wed, 29 Aug 2018 15:10:10 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201808291510.w7TFAAPb040490@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Wed, 29 Aug 2018 15:10:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r478359 - in head/net: . p5-Parse-Netstat X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in head/net: . p5-Parse-Netstat X-SVN-Commit-Revision: 478359 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Aug 2018 15:10:12 -0000 Author: swills Date: Wed Aug 29 15:10:10 2018 New Revision: 478359 URL: https://svnweb.freebsd.org/changeset/ports/478359 Log: net/p5-Parse-Netstat: create port Parses the output from netstat, returning a easy to use hash. WWW: https://metacpan.org/release/Parse-Netstat PR: 224894 Submitted by: Zane C. Bowers-Hadley Added: head/net/p5-Parse-Netstat/ head/net/p5-Parse-Netstat/Makefile (contents, props changed) head/net/p5-Parse-Netstat/distinfo (contents, props changed) head/net/p5-Parse-Netstat/pkg-descr (contents, props changed) head/net/p5-Parse-Netstat/pkg-plist (contents, props changed) Modified: head/net/Makefile (contents, props changed) Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Wed Aug 29 15:05:02 2018 (r478358) +++ head/net/Makefile Wed Aug 29 15:10:10 2018 (r478359) @@ -828,6 +828,7 @@ SUBDIR += p5-OAI-Harvester SUBDIR += p5-OurNet-BBS SUBDIR += p5-OurNet-BBSAgent + SUBDIR += p5-Parse-Netstat SUBDIR += p5-POE-Component-Client-Ident SUBDIR += p5-POE-Component-Client-Keepalive SUBDIR += p5-POE-Component-Client-Ping Added: head/net/p5-Parse-Netstat/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/p5-Parse-Netstat/Makefile Wed Aug 29 15:10:10 2018 (r478359) @@ -0,0 +1,29 @@ +# $FreeBSD$ + +PORTNAME= Parse-Netstat +PORTVERSION= 0.14 +CATEGORIES= net perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= vvelox@vvelox.net +COMMENT= Parse the output of netstat command + +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-File-ShareDir-Install>=0.06:devel/p5-File-ShareDir-Install +TEST_DEPENDS= p5-File-Slurper>=0.011:devel/p5-File-Slurper + +USES= perl5 +USE_PERL5= configure +NO_ARCH= yes + +post-patch: + @${RM} -r ${WRKSRC}/share + @${REINPLACE_CMD} -e '/.*netstat-samples.*/d' \ + ${WRKSRC}/MANIFEST + @${REINPLACE_CMD} -e '/install_share.*/d' \ + ${WRKSRC}/Makefile.PL + +.include Added: head/net/p5-Parse-Netstat/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/p5-Parse-Netstat/distinfo Wed Aug 29 15:10:10 2018 (r478359) @@ -0,0 +1,3 @@ +TIMESTAMP = 1515070320 +SHA256 (Parse-Netstat-0.14.tar.gz) = 7dbb15cbccf58534631067e650da068f3cdb169b082bc02dd356117e32caf1cc +SIZE (Parse-Netstat-0.14.tar.gz) = 27385 Added: head/net/p5-Parse-Netstat/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/p5-Parse-Netstat/pkg-descr Wed Aug 29 15:10:10 2018 (r478359) @@ -0,0 +1,3 @@ +Parses the output from netstat, returning a easy to use hash. + +WWW: https://metacpan.org/release/Parse-Netstat Added: head/net/p5-Parse-Netstat/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/p5-Parse-Netstat/pkg-plist Wed Aug 29 15:10:10 2018 (r478359) @@ -0,0 +1,12 @@ +%%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 +%%PERL5_MAN3%%/Parse::Netstat.3.gz +%%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