Commit graph

9 commits

Author SHA1 Message Date
taca
a25c45296e Add USE_BUILDLINK3=yes, make sure to BUILD_DEPNDS to ruby-rdtool and
miscellaneous clean up.

This should fix bulkbuild problem.
2004-12-01 15:37:16 +00:00
taca
c2b3c252c5 Fix a mistake of REPLACE_RUBY_DIRS usage. 2004-11-28 06:31:47 +00:00
taca
5ff7d65736 Update ruby-drb pacakge to 2.0.4 migrating to use new framework
for Ruby packages.

And mark this package is only for ruby16.  (Ruby 1.8.1 and lator
bundled the same version.)
2004-11-28 06:10:35 +00:00
taca
d428fd9d93 Add ruby to CATEGORIES. 2004-03-16 02:01:09 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
taca
81a5a23804 Update ruby-drb package to 1.3.7.
This fixes a bug which can call private methods (potential security hole).

* 1.3.7
  * drb.rb: Fix obj.send(:eval, ...).
  * runit/drbunit.rb: Add ut_eval.
  * runit/ut_eval.rb: Added

* 1.3.6
  * drb.rb: untaint uri (for $SAFE=1).
  * runit/drbunit.rb: Add $SAFE=1 test.

* 1.3.5
  * lib/drb/extserv*.rb: Change ExtServManager#regist protocol.
  * runit/ut_port.rb: Adjust a port number
  * lib/drb/drb.rb: Add DRb::DRbServer.verbose, verbose=, #verbose=, #verbose.
  * lib/drb/drb.rb: Use Object.__id__ insted of Object.id.
2002-09-04 12:59:13 +00:00
taca
ab42929aaa Update ruby-drb package to 1.3.4.2. Changes from 1.3.2 are bellow
with my poor translation from Japanese.

1.3.4.2
	o dRuby development version.
	o No change in dRuby itself.
	o Move "drb over http" scripts from lib to sample directory.
	o Fix a bug in drbunit.rb.

1.3.4
	o Add new sample, distribute cdbiff client and server.
	o Fix "yield" make a mistake its argument.
	o Fix exchange large message; revert sysread/syswrite to read/write.
	o Handle SOL_TCP.
	o Add DRb::DRbObservable module.

1.3.3
	o Try to reuse connection (for performance improvement).
	o DRbObject returns the object, when URI is matched with remote.
	o Now DRbUnknownError can go and return.
	o Add hash.eql? to drb/rq.rb.
	o Add close on exec flag.
2002-01-20 06:43:23 +00:00
taca
f4cfc1f7b1 remove redundant USE_RUBY. 2001-07-04 16:02:36 +00:00
taca
0cf2df9814 Importing ruby-drb, ruby-drb-1.3.2 package.
druby (DRb) - distributed ruby.
DRb can be used to exchange messages among Ruby scripts.
2001-07-01 14:25:06 +00:00