From owner-svn-ports-all@FreeBSD.ORG Thu Jan 1 16:09:18 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 496876F2; Thu, 1 Jan 2015 16:09:18 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 2B55B79; Thu, 1 Jan 2015 16:09:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t01G9Ig7002477; Thu, 1 Jan 2015 16:09:18 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t01G9Ga7002472; Thu, 1 Jan 2015 16:09:16 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201501011609.t01G9Ga7002472@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 1 Jan 2015 16:09:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r375937 - in head/net: . p5-IO-Socket-UNIX-Util X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jan 2015 16:09:18 -0000 Author: sunpoet Date: Thu Jan 1 16:09:16 2015 New Revision: 375937 URL: https://svnweb.freebsd.org/changeset/ports/375937 QAT: https://qat.redports.org/buildarchive/r375937/ Log: - Add p5-IO-Socket-UNIX-Util 0.05 IO::Socket::UNIX::Util provides Unix domain socket utilities. WWW: http://search.cpan.org/dist/IO-Socket-UNIX-Util/ Added: head/net/p5-IO-Socket-UNIX-Util/ head/net/p5-IO-Socket-UNIX-Util/Makefile (contents, props changed) head/net/p5-IO-Socket-UNIX-Util/distinfo (contents, props changed) head/net/p5-IO-Socket-UNIX-Util/pkg-descr (contents, props changed) head/net/p5-IO-Socket-UNIX-Util/pkg-plist (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Thu Jan 1 16:09:08 2015 (r375936) +++ head/net/Makefile Thu Jan 1 16:09:16 2015 (r375937) @@ -503,6 +503,7 @@ SUBDIR += p5-IO-Socket-IP SUBDIR += p5-IO-Socket-Multicast SUBDIR += p5-IO-Socket-Multicast6 + SUBDIR += p5-IO-Socket-UNIX-Util SUBDIR += p5-IP-Anonymous SUBDIR += p5-IP-Country SUBDIR += p5-IPC-Session Added: head/net/p5-IO-Socket-UNIX-Util/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/p5-IO-Socket-UNIX-Util/Makefile Thu Jan 1 16:09:16 2015 (r375937) @@ -0,0 +1,19 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= IO-Socket-UNIX-Util +PORTVERSION= 0.05 +CATEGORIES= net perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Unix domain socket utilities + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +USE_PERL5= configure +USES= perl5 + +.include Added: head/net/p5-IO-Socket-UNIX-Util/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/p5-IO-Socket-UNIX-Util/distinfo Thu Jan 1 16:09:16 2015 (r375937) @@ -0,0 +1,2 @@ +SHA256 (IO-Socket-UNIX-Util-0.05.tar.gz) = 97599e5366e8ed7b6e5cdc0744985e45904e6d17cec7ff863ff023e5ae12e199 +SIZE (IO-Socket-UNIX-Util-0.05.tar.gz) = 13127 Added: head/net/p5-IO-Socket-UNIX-Util/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/p5-IO-Socket-UNIX-Util/pkg-descr Thu Jan 1 16:09:16 2015 (r375937) @@ -0,0 +1,3 @@ +IO::Socket::UNIX::Util provides Unix domain socket utilities. + +WWW: http://search.cpan.org/dist/IO-Socket-UNIX-Util/ Added: head/net/p5-IO-Socket-UNIX-Util/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/p5-IO-Socket-UNIX-Util/pkg-plist Thu Jan 1 16:09:16 2015 (r375937) @@ -0,0 +1,2 @@ +%%SITE_PERL%%/IO/Socket/UNIX/Util.pm +%%PERL5_MAN3%%/IO::Socket::UNIX::Util.3.gz