Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Aug 2011 08:01:59 +0000 (UTC)
From:      TAKATSU Tomonari <tota@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/devel Makefile ports/devel/rubygem-io-like Makefile distinfo pkg-descr
Message-ID:  <201108060801.p7681xTL001336@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
tota        2011-08-06 08:01:59 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/rubygem-io-like Makefile distinfo pkg-descr 
  Log:
  - Add a new port: devel/rubygem-io-like
  
    The IO::Like module provides all of the methods of typical IO implementations
    such as File; most importantly the read, write, and seek series of methods.  A
    class which includes IO::Like needs to provide only a few methods in order to
    enable the higher level methods.  Buffering is automatically provided by default
    for the methods which normally provide it in IO.
  
    WWW:  https://github.com/javanthropus/io-like
  
  Revision  Changes    Path
  1.4473    +1 -0      ports/devel/Makefile
  1.1       +26 -0     ports/devel/rubygem-io-like/Makefile (new)
  1.1       +2 -0      ports/devel/rubygem-io-like/distinfo (new)
  1.1       +7 -0      ports/devel/rubygem-io-like/pkg-descr (new)



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