svn commit: r566647 - head/net/p5-Net-Connection-lsof

Steve Wills swills at FreeBSD.org
Sat Feb 27 00:06:19 UTC 2021


Author: swills
Date: Sat Feb 27 00:06:18 2021
New Revision: 566647
URL: https://svnweb.freebsd.org/changeset/ports/566647

Log:
  net/p5-Net-Connection-lsof: create port
  
  Creates Net::Connection objects using lsof.
  
  WWW: https://metacpan.org/release/Net-Connection-lsof
  
  PR:		253690
  Submitted by:	Zane C. Bowers-Hadley <vvelox at vvelox.net>

Added:
  head/net/p5-Net-Connection-lsof/
  head/net/p5-Net-Connection-lsof/Makefile   (contents, props changed)
  head/net/p5-Net-Connection-lsof/distinfo   (contents, props changed)
  head/net/p5-Net-Connection-lsof/pkg-descr   (contents, props changed)
  head/net/p5-Net-Connection-lsof/pkg-plist   (contents, props changed)

Added: head/net/p5-Net-Connection-lsof/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/p5-Net-Connection-lsof/Makefile	Sat Feb 27 00:06:18 2021	(r566647)
@@ -0,0 +1,24 @@
+# Created by: Zane C. Bowers-Hadley <vvelox at vvelox.net>
+# $FreeBSD$
+
+PORTNAME=	Net-Connection-lsof
+PORTVERSION=	0.2.0
+CATEGORIES=	net perl5
+MASTER_SITES=	CPAN
+MASTER_SITE_SUBDIR=	CPAN:VVELOX
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	vvelox at vvelox.net
+COMMENT=	Creates Net::Connection objects using lsof
+
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+
+BUILD_DEPENDS=	${RUN_DEPENDS}
+RUN_DEPENDS=	p5-Net-Connection>=0.2.0:net/p5-Net-Connection \
+		p5-Proc-ProcessTable>=0.59:devel/p5-Proc-ProcessTable
+
+USES=		perl5
+USE_PERL5=	configure
+
+.include <bsd.port.mk>

Added: head/net/p5-Net-Connection-lsof/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/p5-Net-Connection-lsof/distinfo	Sat Feb 27 00:06:18 2021	(r566647)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1613738408
+SHA256 (Net-Connection-lsof-0.2.0.tar.gz) = 69c14677d084d777122d0969c4a6b1c1a338ee4f753cbdb6a139a3a565bd3347
+SIZE (Net-Connection-lsof-0.2.0.tar.gz) = 4909

Added: head/net/p5-Net-Connection-lsof/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/p5-Net-Connection-lsof/pkg-descr	Sat Feb 27 00:06:18 2021	(r566647)
@@ -0,0 +1,3 @@
+Creates Net::Connection objects using lsof.
+
+WWW: https://metacpan.org/release/Net-Connection-lsof

Added: head/net/p5-Net-Connection-lsof/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/p5-Net-Connection-lsof/pkg-plist	Sat Feb 27 00:06:18 2021	(r566647)
@@ -0,0 +1,2 @@
+%%SITE_PERL%%/Net/Connection/lsof.pm
+%%PERL5_MAN3%%/Net::Connection::lsof.3.gz


More information about the svn-ports-all mailing list