Date: Sat, 27 Feb 2021 00:05:50 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r566644 - head/net/p5-Net-Connection Message-ID: <202102270005.11R05o8g065641@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Sat Feb 27 00:05:49 2021 New Revision: 566644 URL: https://svnweb.freebsd.org/changeset/ports/566644 Log: net/p5-Network-Connection: create port This module crates a object that basically serves as a means to store basic connection information and retrieve it. WWW: https://metacpan.org/release/Net-Connection PR: 253406 Submitted by: Zane C. Bowers-Hadley <vvelox@vvelox.net> Added: head/net/p5-Net-Connection/ head/net/p5-Net-Connection/Makefile (contents, props changed) head/net/p5-Net-Connection/distinfo (contents, props changed) head/net/p5-Net-Connection/pkg-descr (contents, props changed) head/net/p5-Net-Connection/pkg-plist (contents, props changed) Added: head/net/p5-Net-Connection/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/p5-Net-Connection/Makefile Sat Feb 27 00:05:49 2021 (r566644) @@ -0,0 +1,23 @@ +# Created by: Zane C. Bowers-Hadley <vvelox@vvelox.net> +# $FreeBSD$ + +PORTNAME= Net-Connection +PORTVERSION= 0.2.0 +CATEGORIES= net perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:VVELOX +PKGNAMEPREFIX= p5- + +MAINTAINER= vvelox@vvelox.net +COMMENT= Represents a network connection as a object + +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-Net-DNS>=1.20:dns/p5-Net-DNS + +USES= perl5 +USE_PERL5= configure + +.include <bsd.port.mk> Added: head/net/p5-Net-Connection/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/p5-Net-Connection/distinfo Sat Feb 27 00:05:49 2021 (r566644) @@ -0,0 +1,3 @@ +TIMESTAMP = 1612791484 +SHA256 (Net-Connection-0.2.0.tar.gz) = a159bef0336fc6f0c0da34f8bbca969c41b16223446a2724a8a89c09ef3edf72 +SIZE (Net-Connection-0.2.0.tar.gz) = 6782 Added: head/net/p5-Net-Connection/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/p5-Net-Connection/pkg-descr Sat Feb 27 00:05:49 2021 (r566644) @@ -0,0 +1,4 @@ +This module crates a object that basically serves as a means to +store basic connection information and retrieve it. + +WWW: https://metacpan.org/release/Net-Connection Added: head/net/p5-Net-Connection/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/p5-Net-Connection/pkg-plist Sat Feb 27 00:05:49 2021 (r566644) @@ -0,0 +1,2 @@ +%%SITE_PERL%%/Net/Connection.pm +%%PERL5_MAN3%%/Net::Connection.3.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102270005.11R05o8g065641>