From owner-svn-ports-head@freebsd.org Sat Dec 5 20:40:54 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 405D5A4179C; Sat, 5 Dec 2015 20:40:54 +0000 (UTC) (envelope-from pi@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 mx1.freebsd.org (Postfix) with ESMTPS id E85EC1B33; Sat, 5 Dec 2015 20:40:53 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tB5KerrK097030; Sat, 5 Dec 2015 20:40:53 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tB5KeqER097025; Sat, 5 Dec 2015 20:40:52 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201512052040.tB5KeqER097025@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 5 Dec 2015 20:40:52 +0000 (UTC) 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 X-SVN-Group: ports-head 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.20 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: Sat, 05 Dec 2015 20:40:54 -0000 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 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