Path to this page:
./
devel/ruby-stream,
Interface for external iterators
Branch: pkgsrc-2013Q2,
Version: 0.5nb2,
Package name: ruby193-stream-0.5nb2,
Maintainer: minskimModule 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.
Required to run:[
lang/ruby193-base]
Master sites: (Expand)
Version history: (Expand)
- (2013-07-17) Updated to version: ruby193-stream-0.5nb2
- (2013-07-08) Package added to pkgsrc.se, version ruby193-stream-0.5nb1 (created)
CVS history: (Expand)
2013-07-16 22:00:25 by Matthias Scheler | Files touched by this commit (2) |
Log message:
Pullup ticket #4181 - requested by taca
devel/ruby-stream: build fix
Revisions pulled up:
- devel/ruby-stream/Makefile 1.6
- devel/ruby-stream/distinfo 1.9
---
Module Name: pkgsrc
Committed By: taca
Date: Sun Jul 7 16:02:42 UTC 2013
Modified Files:
pkgsrc/devel/ruby-stream: Makefile distinfo
Log message:
Previous distfile wasn't really gem format file and now real gem file
can be fetched. So, add DIST_SUBDIR and bump PKGREVISION.
|