diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2001-07-12 22:16:42 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2001-07-12 22:16:42 +0000 |
commit | 9cce736c9b7b0cd6ccc98b724a63f75b15278cbd (patch) | |
tree | 11790fead34779759bdaafb56e3d2b0fe8ba8d6e /devel/p5-IPC-Run/pkg-descr | |
parent | 62cc92f957a4f6ccb93cc43dc3177681af56a5e3 (diff) | |
download | ports-9cce736c9b7b0cd6ccc98b724a63f75b15278cbd.tar.gz ports-9cce736c9b7b0cd6ccc98b724a63f75b15278cbd.zip |
Notes
Diffstat (limited to 'devel/p5-IPC-Run/pkg-descr')
-rw-r--r-- | devel/p5-IPC-Run/pkg-descr | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/devel/p5-IPC-Run/pkg-descr b/devel/p5-IPC-Run/pkg-descr new file mode 100644 index 000000000000..0c9737bf8a71 --- /dev/null +++ b/devel/p5-IPC-Run/pkg-descr @@ -0,0 +1,6 @@ +IPC::Run allows you run and interact with child processes, files, pipes, +and pseudo-ttys. Both event-loop and procedural techniques are +supported and may be mixed. Likewise, functional and OO API styles are +both supported and may be mixed. + +Currently, pseudo-ttys operations are not supported in FreeBSD. |