Bug 102676 - [NEW PORT] net perl5/p5-POE-Component-Generic: Provides non-blocking access to a blocking object
Summary: [NEW PORT] net perl5/p5-POE-Component-Generic: Provides non-blocking access t...
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-08-30 03:40 UTC by tjs
Modified: 2006-10-02 02:10 UTC (History)
0 users

See Also:


Attachments
p5-POE-Component-Generic-0.09.05.shar (3.88 KB, text/plain)
2006-08-30 03:40 UTC, tjs
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description tjs 2006-08-30 03:40:18 UTC
POE::Component::Generic is a POE component that provides a
non-blocking wrapper around any object. It works by forking
a child process with POE::Wheel::Run and creating the object
in the child process. Method calls are then serialised and
sent via STDIN to the child to be handled. Return values are
posted back to your session via STDOUT. This means that all
method arguments and return values must survive serialisation.
If you need to pass coderefs, use "callbacks", "postbacks" or
"factories".

Method calls are wrapped in eval in the child process so that
errors may be propagated back to your session. See "OUTPUT".

Output to STDERR in the child, that is from your object, is
shown only if debug or verbose is set.

STDOUT in the child, that is from your object, is redirected
to STDERR and will be shown in the same circomstances.

WWW:	http://search.cpan.org/dist/POE-Component-Generic/

Generated with FreeBSD Port Tools 0.77
Comment 1 Cheng-Lung Sung freebsd_committer freebsd_triage 2006-08-30 03:42:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2006-10-02 02:05:39 UTC
clsung      2006-10-02 01:05:33 UTC

  FreeBSD ports repository

  Modified files:
    net                  Makefile 
  Added files:
    net/p5-POE-Component-Generic Makefile distinfo pkg-descr 
                                 pkg-plist 
  Log:
  Add p5-POE-Component-Generic 0.09.05, provides non-blocking access to a
  blocking object.
  
  PR:             ports/102676
  Submitted by:   Jin-Shan Tseng <tjs at cdpa.nsysu.edu.tw>
  
  Revision  Changes    Path
  1.1747    +1 -0      ports/net/Makefile
  1.1       +36 -0     ports/net/p5-POE-Component-Generic/Makefile (new)
  1.1       +3 -0      ports/net/p5-POE-Component-Generic/distinfo (new)
  1.1       +20 -0     ports/net/p5-POE-Component-Generic/pkg-descr (new)
  1.1       +13 -0     ports/net/p5-POE-Component-Generic/pkg-plist (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 3 Cheng-Lung Sung freebsd_committer freebsd_triage 2006-10-02 02:06:07 UTC
State Changed
From-To: open->closed

New port added. Thank You.