Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Dec 2015 20:40:52 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r403077 - in head/net: . p5-IO-Socket-Timeout
Message-ID:  <201512052040.tB5KeqER097025@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Sat Dec  5 20:40:52 2015
New Revision: 403077
URL: https://svnweb.freebsd.org/changeset/ports/403077

Log:
  New port: net/p5-IO-Socket-Timeout
  
  This module provides a way to set a timeout on read / write operations
  on an IO::Socket instance, or any IO::Socket::* modules, like
  IO::Socket::INET.
  
  WWW: http://search.cpan.org/dist/IO-Socket-Timeout/

Added:
  head/net/p5-IO-Socket-Timeout/
  head/net/p5-IO-Socket-Timeout/Makefile   (contents, props changed)
  head/net/p5-IO-Socket-Timeout/distinfo   (contents, props changed)
  head/net/p5-IO-Socket-Timeout/pkg-descr   (contents, props changed)
  head/net/p5-IO-Socket-Timeout/pkg-plist   (contents, props changed)
Modified:
  head/net/Makefile

Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile	Sat Dec  5 20:37:11 2015	(r403076)
+++ head/net/Makefile	Sat Dec  5 20:40:52 2015	(r403077)
@@ -527,6 +527,7 @@
     SUBDIR += p5-IO-Socket-IP
     SUBDIR += p5-IO-Socket-Multicast
     SUBDIR += p5-IO-Socket-Multicast6
+    SUBDIR += p5-IO-Socket-Timeout
     SUBDIR += p5-IO-Socket-UNIX-Util
     SUBDIR += p5-IP-Anonymous
     SUBDIR += p5-IP-Country

Added: head/net/p5-IO-Socket-Timeout/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/p5-IO-Socket-Timeout/Makefile	Sat Dec  5 20:40:52 2015	(r403077)
@@ -0,0 +1,22 @@
+# $FreeBSD$
+
+PORTNAME=	IO-Socket-Timeout
+PORTVERSION=	0.32
+CATEGORIES=	net ipv6 perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	pi@FreeBSD.org
+COMMENT=	IO::Socket with read/write timeout
+
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+BUILD_DEPENDS=	p5-PerlIO-via-Timeout>=0.32:${PORTSDIR}/devel/p5-PerlIO-via-Timeout
+
+NO_ARCH=	yes
+
+USE_PERL5=	configure
+USES=		perl5
+
+.include <bsd.port.mk>

Added: head/net/p5-IO-Socket-Timeout/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/p5-IO-Socket-Timeout/distinfo	Sat Dec  5 20:40:52 2015	(r403077)
@@ -0,0 +1,2 @@
+SHA256 (IO-Socket-Timeout-0.32.tar.gz) = edf915d6cc66bee43503aa6dc2b373366f38eaff701582183dad10cb8adf2972
+SIZE (IO-Socket-Timeout-0.32.tar.gz) = 16294

Added: head/net/p5-IO-Socket-Timeout/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/p5-IO-Socket-Timeout/pkg-descr	Sat Dec  5 20:40:52 2015	(r403077)
@@ -0,0 +1,5 @@
+This module provides a way to set a timeout on read / write operations
+on an IO::Socket instance, or any IO::Socket::* modules, like
+IO::Socket::INET.
+
+WWW: http://search.cpan.org/dist/IO-Socket-Timeout/

Added: head/net/p5-IO-Socket-Timeout/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/p5-IO-Socket-Timeout/pkg-plist	Sat Dec  5 20:40:52 2015	(r403077)
@@ -0,0 +1,2 @@
+%%SITE_PERL%%/IO/Socket/Timeout.pm
+%%PERL5_MAN3%%/IO::Socket::Timeout.3.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512052040.tB5KeqER097025>