Bug 145845 - [NEW PORT] devel/rubygem-systemu: A portable replacement for popen4
Summary: [NEW PORT] devel/rubygem-systemu: A portable replacement for popen4
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: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-19 16:00 UTC by renchap
Modified: 2010-04-24 13:00 UTC (History)
0 users

See Also:


Attachments
rubygem-systemu-1.2.0.shar (1.85 KB, text/plain)
2010-04-19 16:00 UTC, renchap
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description renchap 2010-04-19 16:00:13 UTC
systemu is a portable replacement for popen4 in ruby.

systemu can be used on any platform to return status, stdout, and stderr of
any command.  unlike other methods like open3/popen4 there is zero danger of
full pipes or threading issues hanging your process or subprocess.

WWW: http://codeforpeople.com/lib/ruby/systemu/

Generated with FreeBSD Port Tools 0.99
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2010-04-21 13:33:24 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2010-04-24 12:51:55 UTC
State Changed
From-To: open->closed

New port added. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2010-04-24 12:52:24 UTC
miwi        2010-04-24 11:52:07 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/rubygem-systemu Makefile distinfo pkg-descr 
  Log:
  systemu is a portable replacement for popen4 in ruby.
  
  systemu can be used on any platform to return status, stdout, and stderr of
  any command.  unlike other methods like open3/popen4 there is zero danger of
  full pipes or threading issues hanging your process or subprocess.
  
  WWW: http://codeforpeople.com/lib/ruby/systemu/
  
  PR:             ports/145845
  Submitted by:   renchap at cocoa-x.com
  
  Revision  Changes    Path
  1.3897    +1 -0      ports/devel/Makefile
  1.1       +23 -0     ports/devel/rubygem-systemu/Makefile (new)
  1.1       +3 -0      ports/devel/rubygem-systemu/distinfo (new)
  1.1       +7 -0      ports/devel/rubygem-systemu/pkg-descr (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"