Date: Sun, 10 Oct 2010 05:56:04 +0000 (UTC) From: Jun Kuriyama <kuriyama@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/p5-POEx-Role-TCPServer Makefile distinfo pkg-descr pkg-plist Message-ID: <201010100556.o9A5u4t1006405@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010100556.o9A5u4t1006405>
