Subject: CVS commit: pkgsrc/devel/ruby-bsearch
To: None <pkgsrc-changes@netbsd.org>
From: Takahiro Kambe <taca@netbsd.org>
List: pkgsrc-changes
Date: 01/03/2002 17:50:01
Module Name:	pkgsrc
Committed By:	taca
Date:		Thu Jan  3 15:50:01 UTC 2002

Modified Files:
	pkgsrc/devel/ruby-bsearch: Makefile PLIST distinfo

Log Message:
Update ruby-bsearch package to 1.4 and fix some build problem.

Changes from 1.1 are bellow.

2001-10-19  Satoru Takabayashi  <satoru@namazu.org>

	* Ruby/Bsearch: Version 1.4 released.

	* tests/test.rb (lookup): Add assertions.

	* bsearch.rb (Array::bsearch_lower_boundary): Use .to_i for
	working with mathn.rb (Rational).
	Thanks to Nenad Ocelic <nocelic@medri.hr> for reporting it.
	(Array::bsearch_upper_boundary): Likewise.

2001-09-12  Satoru Takabayashi  <satoru@namazu.org>

	* Ruby/Bsearch: Version 1.3 released.

	* bsearch.en.rd: Update documentation .

	* bsearch.ja.rd: Likewise.

2001-08-16  Satoru Takabayashi  <satoru@namazu.org>

	* bsearch.rb (bsearch_lower_bound): New method.

	* bsearch.rb (bsearch_upper_bound): New method.

	* bsearch.rb (bsearch_range): Return the range consisting of
	bsearch_lower_bound and bsearch_upper_bound.

2001-07-03  Satoru Takabayashi  <satoru@namazu.org>

	* Ruby/Bsearch: Version 1.2 released.

	* Rewrite documents with rdtools.


To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/devel/ruby-bsearch/Makefile \
    pkgsrc/devel/ruby-bsearch/distinfo
cvs rdiff -r1.1 -r1.2 pkgsrc/devel/ruby-bsearch/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.