svn commit: r325227 - in head/devel: . p5-IO-Pipely
Mathieu Arnold
mat at FreeBSD.org
Thu Aug 22 19:54:53 UTC 2013
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 at 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
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Pipely
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO
+ at dirrmtry %%SITE_PERL%%/IO
More information about the svn-ports-head
mailing list