summaryrefslogtreecommitdiff
path: root/devel/ruby-bsearch
AgeCommit message (Collapse)AuthorFilesLines
2006-10-04Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.wiz1-3/+3
2006-01-03Stop handling DIST_SUBDIR default for Ruby based packages.taca1-4/+4
Second, update distinfo and/or stop using USE_RUBY_DIST_SUBDIR in Makefiles.
2005-11-03No needs to create RUBY_SITELIBDIR here.taca1-2/+1
2005-06-16Create directories before installing files into them.jlam1-1/+2
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-06Bump PKGREVISION with introduce of ruby16-base/ruby18-base pacakge.taca1-1/+2
2005-02-23Add RMD160 digests.agc1-1/+2
2004-12-01Add USE_BUILDLINK3=yes, make sure to BUILD_DEPNDS to ruby-rdtool.taca1-1/+2
It should fix bulkbuild problem.
2004-11-27Migrate ruby-bsearch to use new framework for Ruby packages.taca1-7/+5
2004-03-16Add ruby to CATEGORIES.taca1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-03-28NO_PATCH is deprecated, says pkglint. Remove it.wiz1-2/+1
2003-02-17convert to use test target from bsd.pkg.mkdillo1-4/+3
addresses PR pkg/19416
2002-03-05Update ruby-bsearch to 1.5.taca2-5/+5
Supplied by pkg/15811 by iwamoto at sat.t.u-tokyo.ac.jp (IWAMOTO Toshihiro). 2001-12-10 Satoru Takabayashi <satoru@namazu.org> * Ruby/Bsearch: Version 1.5 released. * bsearch.rb (Array::bsearch_range): Take &block and pass &block. (Array::bsearch_last): Likewise. (Array::bsearch_first): Likewise. (Array::bsearch_lower_boundary): Likewise. (Array::bsearch_upper_boundary): Likewise. 2001-11-16 Satoru Takabayashi <satoru@namazu.org> * tests/test.rb (check_boundaries): New method.
2002-01-04Oops. Fix include path in Makefile, which was for debugging.taca1-3/+2
2002-01-03Update ruby-bsearch package to 1.4 and fix some build problem.taca3-8/+28
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.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum3-2/+2
2001-07-01Importing ruby-bsearch.taca4-0/+34
Ruby/Bsearch is a binary search library for Ruby. It can search the FIRST or LAST occurrence in an array with a condition given by a block.