Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id 55FCF63E51F for ; Wed, 7 Nov 2012 19:22:13 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 1696314A177; Wed, 7 Nov 2012 19:22:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EEDF814A19F for ; Wed, 7 Nov 2012 19:22:06 +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 yDrRY7HPfrKf for ; Wed, 7 Nov 2012 19:22:06 +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 1F54214A163 for ; Wed, 7 Nov 2012 19:22:05 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 8DB68175DD; Wed, 7 Nov 2012 19:22:05 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Wed, 7 Nov 2012 19:22:05 +0000 From: "Havard Eidnes" Subject: CVS commit: pkgsrc/graphics/gnuplot To: pkgsrc-changes@NetBSD.org Reply-To: he@netbsd.org X-Mailer: log_accum Message-Id: <20121107192205.8DB68175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: he Date: Wed Nov 7 19:22:05 UTC 2012 Modified Files: pkgsrc/graphics/gnuplot: Makefile PLIST distinfo pkgsrc/graphics/gnuplot/patches: patch-ag Removed Files: pkgsrc/graphics/gnuplot/patches: patch-src_command.c Log Message: Update gnuplot to version 4.6.1. Update a comment in patch-ag. Remove the point patch for the "crash on first command when using editline", since this problem is now fixed upstream. Upstream changes relative to version 4.6.0: * NEW syntax hints inside Emacs gnuplot-mode * NEW support tabulation (set table) of pixel values from image plot styles * NEW support tabulation of variable color column * CHANGE emf output modified for better compatibility with MS Office programs * CHANGE canvas terminal loads appropriate font file for UTF-8 encoding * CHANGE skip execution of empty iteration loops in set and do commands * CHANGE build scripts modified to accommodate automake 1.12 * CHANGE new policy: objects given in screen coords are not clipped to graph * CHANGE Draw the z-axis label at a fixed distance to the left of the z-axis * CHANGE "unset object N" succeeds even if there is currently no object N * FIX margin space required for rotated axis tic labels * FIX check for NaN values in binary input * FIX backslash handling in enhanced text strings * FIX cairo terminals sometimes lost the line segment before a polygon * FIX interactive toggle of multiplots in svg * FIX failure to balance {} if an input file did not end with a newline * FIX strlen() and substring operators correctly handle UTF-8 * FIX initialization of history when configured --with-readline=bsd * FIX set term cairolatex pdf mono * FIX palette-related corruption in some cairolatex output * FIX preserve number of active call arguments across a nested call command * FIX wxt terminal mutex protecting execution of the command list * FIX apply clipping to the interior fill of circles and ellipses * FIX corruption of weights used for plotting with smooth acsplines * FIX skip columnheader line when applying "every" filter * FIX handle out-of-range pm3d values when cb axis is set to log scale * FIX top/bottom color distinction in hidden3d when not using palette/RGB colors * FIX allow toggling on/off of more than 10 plots in windows terminal * FIX color printing from windows terminal * FIX set term win font "," * FIX incorrect return for acos(x) when imag(x) > 0 (bug present since v3.7) incorrect return for asin(x) when imag(x) > 0 (bug in 4.4.4, 4.6.0) incorrect asinh(x) when real(x) < 0 && imag(x) == 0 (bug in 4.4.4, 4.6.0) * FIX keep sufficient precision in canvas and svg coords to report time in msec * FIX the input buffer was not always extended correctly inside a { clause } * FIX some cairolatex set_color requests were being ignored * FIX calculated value of kernel density mean and sigma * FIX emf terminal dashed line support To generate a diff of this commit: cvs rdiff -u -r1.68 -r1.69 pkgsrc/graphics/gnuplot/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/graphics/gnuplot/PLIST cvs rdiff -u -r1.20 -r1.21 pkgsrc/graphics/gnuplot/distinfo cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/gnuplot/patches/patch-ag cvs rdiff -u -r1.1 -r0 pkgsrc/graphics/gnuplot/patches/patch-src_command.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.