Commit graph

8 commits

Author SHA1 Message Date
taca
2438b66463 Fix gemspec syntax to fix build problem with ruby19.
Ruby 1.8's gem (misc/rubygems) contains a patch to allow such a wrong
syntax of gemspec.  (I don't think this patch is a good idea now.)

Noted by joerg@ via private mail.
2010-09-26 12:14:21 +00:00
taca
3c7d401cb9 * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Ajust new ruby package's framework.
2010-09-10 06:28:43 +00:00
minskim
70b0063ee9 Make sure that a .orig file is not installed.
Noted by Hasso Tepper.
2009-07-12 19:51:16 +00:00
joerg
bacea7cad5 Remove @dirrm entries from PLISTs 2009-06-14 17:48:39 +00:00
taca
606d783b2d Add a comment to last patch. 2009-06-12 13:24:27 +00:00
taca
28be29996f * Add LICENSE.
* Fix homepage in gemspec file to pass newer Rubygems.

No PKGREVISION bump since there is no change with built package.
2009-06-12 11:52:51 +00:00
jlam
49044b1ec2 Install as a gem using the pkgsrc rubygem.mk framework instead of
directly into site_ruby.
2008-04-04 15:30:00 +00:00
minskim
20112fc260 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.
2006-05-04 01:29:57 +00:00