svn commit: r375937 - in head/net: . p5-IO-Socket-UNIX-Util

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Jan 1 16:09:18 UTC 2015


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 <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	IO-Socket-UNIX-Util
+PORTVERSION=	0.05
+CATEGORIES=	net perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	sunpoet at FreeBSD.org
+COMMENT=	Unix domain socket utilities
+
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+USE_PERL5=	configure
+USES=		perl5
+
+.include <bsd.port.mk>

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


More information about the svn-ports-head mailing list