SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
8
devel/p5-IPC-Run/pkg/DESCR
Normal file
8
devel/p5-IPC-Run/pkg/DESCR
Normal file
|
@ -0,0 +1,8 @@
|
|||
IPC::Run 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. Like-
|
||||
wise, functional and OO API styles are both supported and
|
||||
may be mixed.
|
||||
|
||||
This is an heavy-weight module. Refer to IPC::Run3 to run
|
||||
simple stuff with io redirections.
|
16
devel/p5-IPC-Run/pkg/PLIST
Normal file
16
devel/p5-IPC-Run/pkg/PLIST
Normal file
|
@ -0,0 +1,16 @@
|
|||
${P5SITE}/IPC/
|
||||
${P5SITE}/IPC/Run/
|
||||
${P5SITE}/IPC/Run.pm
|
||||
${P5SITE}/IPC/Run/Debug.pm
|
||||
${P5SITE}/IPC/Run/IO.pm
|
||||
${P5SITE}/IPC/Run/Timer.pm
|
||||
${P5SITE}/IPC/Run/Win32Helper.pm
|
||||
${P5SITE}/IPC/Run/Win32IO.pm
|
||||
${P5SITE}/IPC/Run/Win32Pump.pm
|
||||
@man man/man3p/IPC::Run.3p
|
||||
@man man/man3p/IPC::Run::Debug.3p
|
||||
@man man/man3p/IPC::Run::IO.3p
|
||||
@man man/man3p/IPC::Run::Timer.3p
|
||||
@man man/man3p/IPC::Run::Win32Helper.3p
|
||||
@man man/man3p/IPC::Run::Win32IO.3p
|
||||
@man man/man3p/IPC::Run::Win32Pump.3p
|
Loading…
Add table
Add a link
Reference in a new issue