Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 5A6E063B11D for ; Tue, 16 Mar 2010 10:47:59 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 026CA63B1F1; Tue, 16 Mar 2010 10:47:59 +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 0519A63B1ED for ; Tue, 16 Mar 2010 10:47:57 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id C60A5175DF; Tue, 16 Mar 2010 10:47:57 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Tue, 16 Mar 2010 10:47:57 +0000 From: Jens Rehsack Subject: CVS commit: pkgsrc/converters/p5-JSON-XS To: pkgsrc-changes@NetBSD.org Reply-To: sno@netbsd.org X-Mailer: log_accum Message-Id: <20100316104757.C60A5175DF@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: list Module Name: pkgsrc Committed By: sno Date: Tue Mar 16 10:47:57 UTC 2010 Modified Files: pkgsrc/converters/p5-JSON-XS: Makefile distinfo Log Message: Updating converters/p5-JSON-XS 2.27 to 2.28 Upstream changes: 2.28 Thu Mar 11 20:30:46 CET 2010 - implement our own atof function - perl's can be orders of magnitudes slower than even the system one. on the positive side, ours seems to be more exact in general than perl's. (testcase provided by Tim Meadowcroft). - clarify floating point conversion issues a bit. - update jpsykes csrf article url. - updated benchmark section - JSON::PP became much faster! To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 pkgsrc/converters/p5-JSON-XS/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/converters/p5-JSON-XS/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.