Bug 157950 - [new port] devel/rubygem-POpen4
Summary: [new port] devel/rubygem-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: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-17 16:30 UTC by Ryan Steinmetz
Modified: 2011-06-18 18:50 UTC (History)
0 users

See Also:


Attachments
file.shar (1.72 KB, text/plain)
2011-06-17 16:30 UTC, Ryan Steinmetz
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan Steinmetz 2011-06-17 16:30:12 UTC
-New port devel/rubygem-POpen4

POpen4 provides the Rubyist a single API across platforms for 
executing a command in a child process with handles on stdout, 
stderr, stdin streams as well as access to the process ID and exit status.

WWW: http://rubygems.org/gems/popen4

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-06-17 16:30:23 UTC
Class Changed
From-To: update->change-request

Fix category (new ports should be change-requests) (via the GNATS Auto 
Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2011-06-17 16:30:32 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ruby

ruby@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 3 Steve Wills freebsd_committer freebsd_triage 2011-06-18 15:02:29 UTC
Responsible Changed
From-To: ruby->swills

I'll take it.
Comment 4 dfilter service freebsd_committer freebsd_triage 2011-06-18 18:45:30 UTC
swills      2011-06-18 17:45:20 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/rubygem-popen4 Makefile distinfo pkg-descr 
  Log:
  POpen4 provides the Rubyist a single API across platforms for
  executing a command in a child process with handles on stdout,
  stderr, stdin streams as well as access to the process ID and exit status.
  
  WWW: http://rubygems.org/gems/popen4
  
  PR:             ports/157950
  Submitted by:   rpsfa at rit.edu
  
  Revision  Changes    Path
  1.4374    +1 -0      ports/devel/Makefile
  1.1       +24 -0     ports/devel/rubygem-popen4/Makefile (new)
  1.1       +2 -0      ports/devel/rubygem-popen4/distinfo (new)
  1.1       +5 -0      ports/devel/rubygem-popen4/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"
Comment 5 Steve Wills freebsd_committer freebsd_triage 2011-06-18 18:46:06 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!