cvs commit: ports/devel Makefile ports/devel/p5-IO-Callback Makefile distinfo pkg-descr pkg-plist

Jun Kuriyama kuriyama at FreeBSD.org
Sat Jun 2 14:21:38 UTC 2012


kuriyama    2012-06-02 14:21:38 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/p5-IO-Callback Makefile distinfo pkg-descr pkg-plist 
  Log:
  IO::Callback provides an easy way to produce a phoney read-only
  filehandle that calls back to your own code when it needs data to
  satisfy a read.  This is useful if you want to use a library module
  that expects to read data from a filehandle, but you want the data to
  come from some other source and you don't want to read it all into
  memory and use IO::String.
  
  WWW: http://search.cpan.org/dist/IO-Callback/
  
  Revision  Changes    Path
  1.4979    +1 -0      ports/devel/Makefile
  1.1       +29 -0     ports/devel/p5-IO-Callback/Makefile (new)
  1.1       +2 -0      ports/devel/p5-IO-Callback/distinfo (new)
  1.1       +8 -0      ports/devel/p5-IO-Callback/pkg-descr (new)
  1.1       +3 -0      ports/devel/p5-IO-Callback/pkg-plist (new)


More information about the cvs-ports mailing list