Commit graph

18 commits

Author SHA1 Message Date
wiz
f5b8945cb9 Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:35:58 +00:00
taca
dccd827fac Stop handling DIST_SUBDIR default for Ruby based packages.
Second, update distinfo and/or stop using USE_RUBY_DIST_SUBDIR in Makefiles.
2006-01-03 14:25:49 +00:00
taca
ee5e4d1824 No needs to create RUBY_SITELIBDIR here. 2005-11-03 07:19:03 +00:00
jlam
81edaaa606 Create directories before installing files into them. 2005-06-16 06:57:37 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
taca
0f010b9a66 Bump PKGREVISION with introduce of ruby16-base/ruby18-base pacakge. 2005-03-06 17:19:05 +00:00
agc
4a3d2f7ce2 Add RMD160 digests. 2005-02-23 22:24:08 +00:00
taca
e4b2eb5450 Add USE_BUILDLINK3=yes, make sure to BUILD_DEPNDS to ruby-rdtool.
It should fix bulkbuild problem.
2004-12-01 15:36:07 +00:00
taca
03becc0e0d Migrate ruby-bsearch to use new framework for Ruby packages. 2004-11-27 16:00:09 +00:00
taca
d428fd9d93 Add ruby to CATEGORIES. 2004-03-16 02:01:09 +00:00
grant
4083b24390 s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
wiz
28a4483bc7 NO_PATCH is deprecated, says pkglint. Remove it. 2003-03-28 21:14:10 +00:00
dillo
5f4ad95078 convert to use test target from bsd.pkg.mk
addresses PR pkg/19416
2003-02-17 15:27:58 +00:00
taca
e3158959b3 Update ruby-bsearch to 1.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-03-05 15:58:32 +00:00
taca
ca7a0092ee Oops. Fix include path in Makefile, which was for debugging. 2002-01-04 09:47:56 +00:00
taca
0a435cb068 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.
2002-01-03 15:50:00 +00:00
zuntum
c72c1cf5f9 Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
taca
682525399e Importing ruby-bsearch.
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.
2001-07-01 11:58:20 +00:00