Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id CDD317A3D7 for ; Sat, 16 Apr 2016 10:10:20 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 48C0785EE3; Sat, 16 Apr 2016 10:10:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CBB2885E5E for ; Sat, 16 Apr 2016 10:10:19 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 0_bMYwtpIG_O for ; Sat, 16 Apr 2016 10:10:19 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 42D6E84CE5 for ; Sat, 16 Apr 2016 10:10:19 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3D921FBBA; Sat, 16 Apr 2016 10:10:19 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sat, 16 Apr 2016 10:10:19 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/databases/p5-Fsdb To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20160416101019.3D921FBBA@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wen Date: Sat Apr 16 10:10:19 UTC 2016 Modified Files: pkgsrc/databases/p5-Fsdb: Makefile distinfo Log Message: Update to 2.58 Upstream changes: 2.51, 2014-09-05 Feature enhancements to dbcolmovingstats, dbcolcreate, dbmapreduce, and new sqlselect_to_db ENHANCEMENT dbcolcreate now has a "--no-recreate-fatal" that causes it to ignore creation of existing columns (instead of failing). ENHANCEMENT dbmapreduce once again is robust to reducers that output the key; "--no-prepend-key" is no longer mandatory. ENHANCEMENT dbcolsplittorows can now enumerate the output rows with "-E". BUG FIX dbcolmovingstats is more mathematically robust. Previously for some inputs and some platforms, floating point rounding could sometimes cause squareroots of negative numbers. NEW sqlselect_to_db converts the output of the MySQL or MarinaDB select comment into fsdb format. INCOMPATIBLE CHANGE dbfilediff now outputs the second row when doing sloppy numeric comparisons, to better support test suites. 2.52, 2014-11-03 Fixing the test suite for line number changes. ENHANCEMENT Test suites changes to be robust to exact line numbers of failures, since different Perl releases fail on different lines. 2.53, 2014-11-26 bug fixes and stability improvements to dbmapreduce ENHANCEMENT The dbfilediff how supports a "--quiet" option. ENHANCEMENT Better documention of dbpipeline_filter. BUGFIX Added groff-base and perl-podlators to the Fedora package spec. Fixes . (Also in package 2.52-2.) BUGFIX An important stability improvement to dbmapreduce. It, plus dbmultistats, and dbcolstats now support controlled parallelism with the "--pararallelism=N" option. They default to run with the number of available CPUs. dbmapreduce also moderates its level of parallelism. Previously it would create reducers as needed, causing CPU thrashing if reducers ran much slower than data production. BUGFIX The combination of dbmapreduce with dbrowenumerate now works as it should. (The obscure bug was an interaction with dbcolcreate with non-multi-key reducers that output their own key. dbmapreduce has too many useful corner cases.) 2.54, 2014-11-28 fix for the test suite to correct failing tests on not-my- platform BUGFIX Sigh, the test suite now has a test suite. Because, yes, I broke it, causing many incorrect failures at cpantesters. Now fixed. 2.55, 2015-01-05 many spelling fixes and dbcolmovingstats tests are more robust to different numeric precision ENHANCEMENT dbfilediff now can be extra quiet, as I continue to try to track down a numeric difference on FreeBSD AMD boxes. ENHANCEMENT dbcolmovingstats gave different test output (just reflecting rounding error) when stddev approaches zero. We now detect hand handle this case. See and thanks to H. Merijn Brand for the bug report. BUG FIX Many, many spelling bugs found by H. Merijn Brand for the bug report. INCOMPATBLE CHANGE A number of programs had misspelled "separator" in "--fieldseparator" and "--columnseparator" options as "seperator". These are now correctly spelled. 2.56, 2015-02-03 fix against Getopt::Long-2.43's stricter error checkign BUG FIX Internal argument parsing uses Getopt::Long, but mixed pass-through and <>. Bug reported by Petr Pisar at .a BUG FIX Added missing BuildRequires for "XML::Simple". To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/databases/p5-Fsdb/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/databases/p5-Fsdb/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.