Bug 208480

Summary: New Port: www/p5-Mojo-IOLoop-ReadWriteFork This class enable you to fork children which you can write data to and emit events when the child prints to STDERR or STDOUT.
Product: Ports & Packages Reporter: Zane C. Bowers-Hadley <vvelox>
Component: Individual Port(s)Assignee: Adam Weinberger <adamw>
Status: Closed Feedback Timeout    
Severity: Affects Only Me CC: adamw
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
p5-Mojo-IOLoop-ReadWriteFork.shar none

Description Zane C. Bowers-Hadley 2016-04-03 10:22:44 UTC
Created attachment 168922 [details]
p5-Mojo-IOLoop-ReadWriteFork.shar

This class enable you to fork children which you can write data to
and emit events when the child prints to STDERR or STDOUT.

WWW: http://search.cpan.org/~jhthorsen/Mojo-IOLoop-ReadWriteFork/
Comment 1 Adam Weinberger freebsd_committer freebsd_triage 2016-05-20 15:33:45 UTC
I'll commit this shortly.

The plist needs to be sorted, and I'm going to put it in devel/ not www/.
Comment 2 Adam Weinberger freebsd_committer freebsd_triage 2016-05-20 15:39:35 UTC
No, wait, I'm not committing it. There are too many problems.

1) It's out of date; you need to submit a new shar at the current version.

2) This module doesn't function without Mojolicious and IO:Tty, so it needs to be in BUILD_DEPENDS and RUN_DEPENDS. Take a look at devel/p5-Mojolicious-Plugin-NYTProf for an example of how to do this.

3) Sort the plist

4) Move it to devel/ category

5) Remove blank line after bsd.port.mk
Comment 3 Adam Weinberger freebsd_committer freebsd_triage 2016-06-02 15:11:42 UTC
No response from submitter, closing PR. Feel free to reopen or resubmit if you're still interested.