cvs commit: ports/devel Makefile ports/devel/p5-POEx-Role-Streaming Makefile distinfo pkg-descr pkg-plist

Jun Kuriyama kuriyama at FreeBSD.org
Sun Oct 10 05:40:39 UTC 2010


kuriyama    2010-10-10 05:40:39 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/p5-POEx-Role-Streaming Makefile distinfo pkg-descr 
                                 pkg-plist 
  Log:
  POEx::Role::Streaming provides a common idiom for streaming data from
  one filehandle to another.  It accomplishes this by making good use of
  sysread and POE::Wheel::ReadWrite.  This Role errs on the side of
  doing as many blocking reads of the "input_handle" as possible up
  front (until the high water mark is hit on the Wheel).  If this
  default isn't suitable for the consumer, simply override
  "get_data_from_input_handle".  After Streamer has exhausted the
  source, and flushed the last of the output, it will clean up after
  itself by closing the wheel, the handles, and sending all of them out
  of scope. If an exception happens, it will clean up after itself, and
  let the DIE signal propagate.
  
  WWW: http://search.cpan.org/dist/POEx-Role-Streaming/
  
  Revision  Changes    Path
  1.4077    +1 -0      ports/devel/Makefile
  1.1       +31 -0     ports/devel/p5-POEx-Role-Streaming/Makefile (new)
  1.1       +3 -0      ports/devel/p5-POEx-Role-Streaming/distinfo (new)
  1.1       +13 -0     ports/devel/p5-POEx-Role-Streaming/pkg-descr (new)
  1.1       +4 -0      ports/devel/p5-POEx-Role-Streaming/pkg-plist (new)


More information about the cvs-ports mailing list