Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Oct 2010 05:40:39 +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/devel Makefile ports/devel/p5-POEx-Role-Streaming Makefile distinfo pkg-descr pkg-plist
Message-ID:  <201010100540.o9A5edis005198@repoman.freebsd.org>

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



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