pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/ruby-io-like



Module Name:    pkgsrc
Committed By:   taca
Date:           Tue Mar 20 07:24:21 UTC 2012

Update of /cvsroot/pkgsrc/devel/ruby-io-like
In directory ivanova.netbsd.org:/tmp/cvs-serv26047

Log Message:
Importing ruby-io-like version 0.3.0.


The IO::Like module provides the methods of an IO object based upon on a few
simple methods provided by the including class: unbuffered_read,
unbuffered_write, and unbuffered_seek.

These methods provide the underlying read, write, and seek support
respectively, and only the method or methods necessary to the correct
operation of the IO aspects of the including class need to be provided.

Missing functionality will cause the resulting object to appear read-only,
write-only, and/or unseekable depending on which underlying methods are
absent.

Additionally, read and write operations which are buffered in IO are buffered
with independently configurable buffer sizes.  Duplexed objects (those with
separate read and write streams) are also supported.


Status:

Vendor Tag:     TNF
Release Tags:   pkgsrc-base
                
N pkgsrc/devel/ruby-io-like/Makefile
N pkgsrc/devel/ruby-io-like/DESCR
N pkgsrc/devel/ruby-io-like/distinfo
N pkgsrc/devel/ruby-io-like/PLIST

No conflicts created by this import




Home | Main Index | Thread Index | Old Index