diff options
author | seb <seb@pkgsrc.org> | 2002-08-28 19:33:20 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2002-08-28 19:33:20 +0000 |
commit | 2e0ab6ed689e5b4b29e437bc790e28e3502974ea (patch) | |
tree | 4d3e76edbf7ad4477b77b4e26ed5d83cb69f735a /devel | |
parent | 6f3188e994e97c15df8998ef55724891f6c44632 (diff) | |
download | pkgsrc-2e0ab6ed689e5b4b29e437bc790e28e3502974ea.tar.gz |
Initial import of p5-IPC-Run version 0.74 into the Packages Collection.
This perl module allows you run and interact with child processes using files,
pipes, and pseudo-ttys. Both system()-style and scripted usages are supported
and may be mixed. Likewise, functional and OO API styles are both supported
and may be mixed.
Various redirection operators reminiscent of those seen on common Unix and DOS
command lines are provided.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-IPC-Run/DESCR | 7 | ||||
-rw-r--r-- | devel/p5-IPC-Run/Makefile | 18 | ||||
-rw-r--r-- | devel/p5-IPC-Run/PLIST | 1 | ||||
-rw-r--r-- | devel/p5-IPC-Run/distinfo | 4 |
4 files changed, 30 insertions, 0 deletions
diff --git a/devel/p5-IPC-Run/DESCR b/devel/p5-IPC-Run/DESCR new file mode 100644 index 00000000000..45a77fe360e --- /dev/null +++ b/devel/p5-IPC-Run/DESCR @@ -0,0 +1,7 @@ +This perl module allows you run and interact with child processes using files, +pipes, and pseudo-ttys. Both system()-style and scripted usages are supported +and may be mixed. Likewise, functional and OO API styles are both supported +and may be mixed. + +Various redirection operators reminiscent of those seen on common Unix and DOS +command lines are provided. diff --git a/devel/p5-IPC-Run/Makefile b/devel/p5-IPC-Run/Makefile new file mode 100644 index 00000000000..238bfc6e0af --- /dev/null +++ b/devel/p5-IPC-Run/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/08/28 19:33:20 seb Exp $ + +DISTNAME= IPC-Run-0.74 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IPC/} + +MAINTAINER= packages@netbsd.org +COMMENT= Perl module for interacting with child processes + +USE_BUILDLINK2= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/IPC/Run/.packlist + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +.include "../../lang/perl5/buildlink2.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-IPC-Run/PLIST b/devel/p5-IPC-Run/PLIST new file mode 100644 index 00000000000..c8112b61bed --- /dev/null +++ b/devel/p5-IPC-Run/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/08/28 19:33:20 seb Exp $ diff --git a/devel/p5-IPC-Run/distinfo b/devel/p5-IPC-Run/distinfo new file mode 100644 index 00000000000..99f75828b3c --- /dev/null +++ b/devel/p5-IPC-Run/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/08/28 19:33:20 seb Exp $ + +SHA1 (IPC-Run-0.74.tar.gz) = ef6288700444e949a49ade658f4e7257e24444ca +Size (IPC-Run-0.74.tar.gz) = 87892 bytes |