Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 May 2011 01:50:09 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/devel Makefile ports/devel/p5-POE-Component-Syndicator Makefile distinfo pkg-descr pkg-plist
Message-ID:  <201105050150.p451o9I8083642@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201105050150.p451o9I8083642>