Bug 156798 - [NEW PORT] devel/p5-POE-Component-Syndicator: A POE component base class which implements the Observer pattern
Summary: [NEW PORT] devel/p5-POE-Component-Syndicator: A POE component base class whic...
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: freebsd-perl (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-03 18:10 UTC by Jase Thew
Modified: 2011-05-05 03:00 UTC (History)
0 users

See Also:


Attachments
p5-POE-Component-Syndicator-0.01.shar (3.13 KB, text/plain)
2011-05-03 18:10 UTC, Jase Thew
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jase Thew 2011-05-03 18:10:01 UTC
POE::Component::Syndicator is a base class for POE components which need to
handle a persistent resource (e.g. a connection to an IRC server) for one or
more sessions in an extendable way.

This module (as well as Object::Pluggable, which this module inherits from)
was born out of POE::Component::IRC, the guts of which quickly spread to
other POE components. Now they can all inherit from this module instead.

The component provides an event queue, which can be managed with the methods
documented below. It handles delivery of events to the object itself, all
interested plugins, and all interested sessions.

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

Generated with FreeBSD Port Tools 0.99
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-05-03 18:10:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

perl@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-05-05 02:50:22 UTC
wen         2011-05-05 01:50:09 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/p5-POE-Component-Syndicator Makefile distinfo pkg-descr 
                                      pkg-plist 
  Log:
  POE::Component::Syndicator is a base class for POE components which need to
  handle a persistent resource (e.g. a connection to an IRC server) for one or
  more sessions in an extendable way.
  
  This module (as well as Object::Pluggable, which this module inherits from)
  was born out of POE::Component::IRC, the guts of which quickly spread to
  other POE components. Now they can all inherit from this module instead.
  
  The component provides an event queue, which can be managed with the methods
  documented below. It handles delivery of events to the object itself, all
  interested plugins, and all interested sessions.
  
  WWW: http://search.cpan.org/dist/POE-Component-Syndicator/
  
  PR:             ports/156798
  Submitted by:   Jase Thew <freebsd@beardz.net>
  
  Revision  Changes    Path
  1.4321    +1 -0      ports/devel/Makefile
  1.1       +29 -0     ports/devel/p5-POE-Component-Syndicator/Makefile (new)
  1.1       +2 -0      ports/devel/p5-POE-Component-Syndicator/distinfo (new)
  1.1       +13 -0     ports/devel/p5-POE-Component-Syndicator/pkg-descr (new)
  1.1       +7 -0      ports/devel/p5-POE-Component-Syndicator/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 Wen Heping freebsd_committer freebsd_triage 2011-05-05 02:55:17 UTC
State Changed
From-To: open->closed

New port added. Thanks!