Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Aug 2013 19:54:51 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r325227 - in head/devel: . p5-IO-Pipely
Message-ID:  <201308221954.r7MJsqLn097044@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Thu Aug 22 19:54:51 2013
New Revision: 325227
URL: http://svnweb.freebsd.org/changeset/ports/325227

Log:
  Add p5-IO-Pipely 0.005, portably create pipe() or pipe-like handles, one
  way or another.
  
  Some dependencies are not quite met yet, but should be soon.

Added:
  head/devel/p5-IO-Pipely/
  head/devel/p5-IO-Pipely/Makefile   (contents, props changed)
  head/devel/p5-IO-Pipely/distinfo   (contents, props changed)
  head/devel/p5-IO-Pipely/pkg-descr   (contents, props changed)
  head/devel/p5-IO-Pipely/pkg-plist   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Thu Aug 22 19:11:58 2013	(r325226)
+++ head/devel/Makefile	Thu Aug 22 19:54:51 2013	(r325227)
@@ -2124,6 +2124,7 @@
     SUBDIR += p5-IO-NestedCapture
     SUBDIR += p5-IO-Null
     SUBDIR += p5-IO-Pager
+    SUBDIR += p5-IO-Pipely
     SUBDIR += p5-IO-Prompt
     SUBDIR += p5-IO-Prompt-Tiny
     SUBDIR += p5-IO-Pty-Easy

Added: head/devel/p5-IO-Pipely/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-IO-Pipely/Makefile	Thu Aug 22 19:54:51 2013	(r325227)
@@ -0,0 +1,23 @@
+# Created by: Mathieu Arnold
+# $FreeBSD$
+
+PORTNAME=	IO-Pipely
+PORTVERSION=	0.005
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	perl@FreeBSD.org
+COMMENT=	Portably create pipe() or pipe-like handles, one way or another
+
+BUILD_DEPENDS=	p5-Carp>=1.26:${PORTSDIR}/devel/p5-Carp \
+		p5-Exporter>=5.68:${PORTSDIR}/devel/p5-Exporter \
+		p5-base>=2.18:${PORTSDIR}/devel/p5-base \
+		p5-Scalar-List-Utils>=1.29:${PORTSDIR}/lang/p5-Scalar-List-Utils
+
+USES=		perl5
+USE_PERL5=	configure
+
+MAN3=		IO::Pipely.3
+
+.include <bsd.port.mk>

Added: head/devel/p5-IO-Pipely/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-IO-Pipely/distinfo	Thu Aug 22 19:54:51 2013	(r325227)
@@ -0,0 +1,2 @@
+SHA256 (IO-Pipely-0.005.tar.gz) = e33b6cf5cb2b46ee308513f51e623987a50a89901e81bf19701dce35179f2e74
+SIZE (IO-Pipely-0.005.tar.gz) = 23928

Added: head/devel/p5-IO-Pipely/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-IO-Pipely/pkg-descr	Thu Aug 22 19:54:51 2013	(r325227)
@@ -0,0 +1,7 @@
+IO::Pipely - Portably create pipe() or pipe-like handles, one way or another.
+
+Pipes are troublesome beasts because there are a few different, incompatible
+ways to create them. Not all platforms support all ways, and some platforms may
+have hidden difficulties like incomplete or buggy support.
+
+WWW: http://search.cpan.org/dist/IO-Pipely/

Added: head/devel/p5-IO-Pipely/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-IO-Pipely/pkg-plist	Thu Aug 22 19:54:51 2013	(r325227)
@@ -0,0 +1,5 @@
+%%SITE_PERL%%/IO/Pipely.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Pipely/.packlist
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Pipely
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO
+@dirrmtry %%SITE_PERL%%/IO



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