Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Jun 2012 14:21:38 +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-IO-Callback Makefile distinfo pkg-descr pkg-plist
Message-ID:  <201206021421.q52ELc0J005587@repoman.freebsd.org>

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



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