cvs commit: ports/devel Makefile ports/devel/rubygem-systemu Makefile distinfo pkg-descr

Martin Wilke miwi at FreeBSD.org
Sat Apr 24 11:52:07 UTC 2010


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)


More information about the cvs-all mailing list