Bug 100627 - [NEW PORT] devel/p5-IPC-Open3-Simple: A simple alternative to IPC::Open3
Summary: [NEW PORT] devel/p5-IPC-Open3-Simple: A simple alternative to IPC::Open3
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Cheng-Lung Sung
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-20 20:00 UTC by gslin
Modified: 2006-07-21 17:20 UTC (History)
1 user (show)

See Also:


Attachments
p5-IPC-Open3-Simple-0.04.shar (3.04 KB, text/plain)
2006-07-20 20:00 UTC, gslin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description gslin 2006-07-20 20:00:31 UTC
IPC::Open3::Simple aims at making it very easy to start a shell
command, eventually feed its stdin with some data, then retrieve its
stdout and stderr separately.

When you want to run a shell command and parse its stdout/stderr or
feed its stdin, you often end up using IPC::Run, IPC::Cmd or
IPC::Open3 with your own parsing code, and end up writing more code
than you intended. IPC::Open3::Simple is about removing this overhead
and making IPC::Open3 easier to use.

IPC::Open3::Simple calls IPC::Open3 and redirects stdin, stdout and
stderr to some function references passed in argument to the
constructor. It does a select on the input/output filehandles returned
by IPC::Open3 and dispatches their content to and from those functions.

WWW:	http://search.cpan.org/dist/IPC-Open3-Simple/

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-07-20 20:00:54 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

clsung@ wants his PRs
Comment 2 Cheng-Lung Sung freebsd_committer freebsd_triage 2006-07-21 17:20:19 UTC
State Changed
From-To: open->closed

New port added. Thank You.