Subject: CVS commit: pkgsrc/net/ruby-drb
To: None <pkgsrc-changes@netbsd.org>
From: Takahiro Kambe <taca@netbsd.org>
List: pkgsrc-changes
Date: 01/20/2002 08:43:26
Module Name:	pkgsrc
Committed By:	taca
Date:		Sun Jan 20 06:43:25 UTC 2002

Modified Files:
	pkgsrc/net/ruby-drb: Makefile PLIST distinfo
Removed Files:
	pkgsrc/net/ruby-drb/patches: patch-aa patch-ab

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 pkgsrc/net/ruby-drb/Makefile
cvs rdiff -r1.1 -r1.2 pkgsrc/net/ruby-drb/PLIST
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/net/ruby-drb/distinfo
cvs rdiff -r1.1.1.1 -r0 pkgsrc/net/ruby-drb/patches/patch-aa \
    pkgsrc/net/ruby-drb/patches/patch-ab

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