Subject: CVS commit: pkgsrc/devel/ruby-stream
To: None <pkgsrc-changes@NetBSD.org>
From: Min Sik Kim <minskim@netbsd.org>
List: pkgsrc-changes
Date: 05/04/2006 01:29:57
Module Name:	pkgsrc
Committed By:	minskim
Date:		Thu May  4 01:29:57 UTC 2006

Update of /cvsroot/pkgsrc/devel/ruby-stream
In directory ivanova.netbsd.org:/tmp/cvs-serv1950

Log Message:
Import ruby-stream.

Module Stream defines an interface for external iterators.  A stream
can be seen as an iterator on a sequence of objects x1, ..., xn.  The
state of the stream is uniquely determined by the following methods:
at_beginning?, at_end?, current, and peek.  State changes are done
with the following operations: set_to_begin, set_to_end, forward, and
backward.


Vendor Tag:	TNF
Release Tags:	pkgsrc-base
		
N pkgsrc/devel/ruby-stream/DESCR
N pkgsrc/devel/ruby-stream/distinfo
N pkgsrc/devel/ruby-stream/Makefile
N pkgsrc/devel/ruby-stream/PLIST
N pkgsrc/devel/ruby-stream/patches/patch-aa

No conflicts created by this import