cvs commit: ports/net Makefile ports/net/p5-POEx-Role-TCPServer Makefile distinfo pkg-descr pkg-plist

Jun Kuriyama kuriyama at FreeBSD.org
Sun Oct 10 05:56:04 UTC 2010


kuriyama    2010-10-10 05:56:04 UTC

  FreeBSD ports repository

  Modified files:
    net                  Makefile 
  Added files:
    net/p5-POEx-Role-TCPServer Makefile distinfo pkg-descr 
                               pkg-plist 
  Log:
  POEx::Role::TCPServer bundles up the lower level
  SocketFactory/ReadWrite combination of wheels into a simple
  Moose::Role. It builds upon other POEx modules such as
  POEx::Role::SessionInstantiation and POEx::Types.
  
  The events for SocketFactory for and for each ReadWrite instantiated
  are methods that can be advised in any way deemed fit. Advising these
  methods is actually encouraged and can simplify code for the consumer.
  
  The only method that must be provided by the consuming class is
  handle_inbound_data.
  
  WWW: http://search.cpan.org/dist/POEx-Role-TCPServer/
  
  Revision  Changes    Path
  1.2262    +1 -0      ports/net/Makefile
  1.1       +32 -0     ports/net/p5-POEx-Role-TCPServer/Makefile (new)
  1.1       +3 -0      ports/net/p5-POEx-Role-TCPServer/distinfo (new)
  1.1       +13 -0     ports/net/p5-POEx-Role-TCPServer/pkg-descr (new)
  1.1       +4 -0      ports/net/p5-POEx-Role-TCPServer/pkg-plist (new)


More information about the cvs-ports mailing list