Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 8238B63B95D for ; Tue, 10 May 2011 18:55:59 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 58D6F14A1A0; Tue, 10 May 2011 18:55:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 18D4714A19A for ; Tue, 10 May 2011 18:55:57 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 3WB57iruubYh for ; Tue, 10 May 2011 18:55:56 +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 8C64014A184 for ; Tue, 10 May 2011 18:55:56 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 538FF175DD; Tue, 10 May 2011 18:55:56 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Tue, 10 May 2011 18:55:56 +0000 From: "Alexander Nasonov" Subject: CVS commit: pkgsrc/math/R-CGIwithR To: pkgsrc-changes@NetBSD.org Reply-To: alnsn@netbsd.org X-Mailer: log_accum Message-Id: <20110510185556.538FF175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: alnsn Date: Tue May 10 18:55:55 UTC 2011 Modified Files: pkgsrc/math/R-CGIwithR: Makefile distinfo Added Files: pkgsrc/math/R-CGIwithR: MESSAGE Log Message: Update math/R-CGIwithR to version 0.73-0. Approved by wiz@. Version 0.73-0 * Identify the contents of file uploads with a class "FileUploadContent" * Don't collapse duplicate parameter values that correspond to file uploads in MultiPartFormData objects. * $ operator for MultiPartFormData extended to handle the case of multiple elements for the same parameter, specifically file uploads. * Added parameters to some functions to allow caller to specify content of the submitted form that is usually provide via environment variables or standard in. This facilitates debugging. Version 0.72-2 * Deal with repeated parameters. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/math/R-CGIwithR/MESSAGE cvs rdiff -u -r1.3 -r1.4 pkgsrc/math/R-CGIwithR/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/math/R-CGIwithR/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.