Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id A898563B995 for ; Thu, 23 Sep 2010 02:28:20 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 623C463B101; Thu, 23 Sep 2010 02:28:20 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 5538163B100 for ; Thu, 23 Sep 2010 02:28:19 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 3F272175DD; Thu, 23 Sep 2010 02:28:19 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain Date: Thu, 23 Sep 2010 02:28:19 +0000 From: Takahiro Kambe Subject: CVS commit: pkgsrc/databases/ruby-odbc To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20100923022819.3F272175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: list Module Name: pkgsrc Committed By: taca Date: Thu Sep 23 02:28:19 UTC 2010 Modified Files: pkgsrc/databases/ruby-odbc: Makefile PLIST distinfo pkgsrc/databases/ruby-odbc/patches: patch-aa Log Message: Update ruby-odbc package to 0.99992. * Add a comment to patch. Thu Sep 16 2010 version 0.99992 released * ODBC::Statement.each/each_hash now output arrays when invoked without block * column keys in result hashes now are cached/recycled Ruby strings * added ODBC::Database methods use_time/use_utc to directly output Ruby Time/Date objects * added encoding support in the UTF8 variant for Ruby >= 1.9 * added module constant ODBC::UTF8 to indicate variant of module * fixes for M$SQL server reporting zero column sizes and unknown data types for varchar(strmax) columns * eliminated compiler warnings * use StringValueCStr instead of STR2CSTR (Ruby >= 1.9.1) * small change for decision when to use SQLGetData() loop To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/databases/ruby-odbc/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/databases/ruby-odbc/PLIST cvs rdiff -u -r1.4 -r1.5 pkgsrc/databases/ruby-odbc/distinfo cvs rdiff -u -r1.2 -r1.3 pkgsrc/databases/ruby-odbc/patches/patch-aa Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.