Received: by mail.netbsd.org (Postfix, from userid 605) id 4637D84D67; Thu, 5 Dec 2019 18:42:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C0E3A84D2A for ; Thu, 5 Dec 2019 18:42: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 sbFUYZTb6Wcf for ; Thu, 5 Dec 2019 18:42:06 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 2E31284CDA for ; Thu, 5 Dec 2019 18:42:06 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2C09AFA97; Thu, 5 Dec 2019 18:42:06 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_15755713267470" MIME-Version: 1.0 Date: Thu, 5 Dec 2019 18:42:06 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/graphics/gnuplot To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20191205184206.2C09AFA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_15755713267470 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: adam Date: Thu Dec 5 18:42:06 UTC 2019 Modified Files: pkgsrc/graphics/gnuplot: Makefile distinfo Log Message: gnuplot: updated to 5.2.8 Changes in 5.2.8 * CHANGE user-visible GPVAL_TERM_HCHAR GPVAL_TERM_VCHAR (help debug font issues) * CHANGE placement of ylabel (compromise 5.2.7 and earlier versions) * CHANGE make strstrt() aware of UTF8, e.g. strstrt("αβγ5", "5") returns 4 * FIX "set timestamp" from "save" must not include a justification * FIX set cntrparam levels increment , for logscale z * FIX character pointtypes should inherit plot coloring like normal pointtypes * FIX bad autoscaling of linked y2 axis * FIX prevent infinite loop from unbounded interation in a non-data plot command * FIX dimensions reported by "stats matrix every" * FIX extent of boxplot whiskers could be off by one point * FIX mix unbounded iteration and functions in a single plot command * FIX reverse history search with readline=builtin * FIX qt: suppress off-by-one ysize * FIX cairo: suppress off-by-one ysize * FIX gd: apply alpha to brushstroke lines * FIX tikz: fixes to accommodate lua 5.3 and newer pgf * FIX wxt: ExportToFile widget disabled in persist mode * FIX qt: handling of modifier keys (ctrl alt shift) for keyboard events * FIX wxt: handling of modifier keys (ctrl alt shift) for keyboard events * FIX fig: dashtype "solid" was not passed through correctly to transfig * FIX gd: incorrect line spacing of multiline label To generate a diff of this commit: cvs rdiff -u -r1.133 -r1.134 pkgsrc/graphics/gnuplot/Makefile cvs rdiff -u -r1.41 -r1.42 pkgsrc/graphics/gnuplot/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_15755713267470 Content-Disposition: inline Content-Length: 2090 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/gnuplot/Makefile diff -u pkgsrc/graphics/gnuplot/Makefile:1.133 pkgsrc/graphics/gnuplot/Makefile:1.134 --- pkgsrc/graphics/gnuplot/Makefile:1.133 Mon Oct 28 08:33:24 2019 +++ pkgsrc/graphics/gnuplot/Makefile Thu Dec 5 18:42:05 2019 @@ -1,13 +1,12 @@ -# $NetBSD: Makefile,v 1.133 2019/10/28 08:33:24 kamil Exp $ +# $NetBSD: Makefile,v 1.134 2019/12/05 18:42:05 adam Exp $ -DISTNAME= gnuplot-5.2.7 +DISTNAME= gnuplot-5.2.8 CATEGORIES+= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnuplot/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://gnuplot.sourceforge.net/ COMMENT= Portable interactive, function plotting utility -PKGREVISION= 2 #LICENSE= gnuplot + BSD API_VERSION= ${PKGVERSION_NOREV:C/([0-9])\.([0-9])\.([0-9])/\1.\2/} Index: pkgsrc/graphics/gnuplot/distinfo diff -u pkgsrc/graphics/gnuplot/distinfo:1.41 pkgsrc/graphics/gnuplot/distinfo:1.42 --- pkgsrc/graphics/gnuplot/distinfo:1.41 Fri Aug 30 12:16:24 2019 +++ pkgsrc/graphics/gnuplot/distinfo Thu Dec 5 18:42:05 2019 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.41 2019/08/30 12:16:24 rin Exp $ +$NetBSD: distinfo,v 1.42 2019/12/05 18:42:05 adam Exp $ -SHA1 (gnuplot-5.2.7.tar.gz) = fcd54ed0b1e5d7dda8151602b7198f0040462c70 -RMD160 (gnuplot-5.2.7.tar.gz) = 59a3d9fbcd5856b123b4e8eb9ecde753ab252060 -SHA512 (gnuplot-5.2.7.tar.gz) = f6b77e16b25e5705ea9dad4f89ed5f5a3cf95d3e4215da00be3cbfbcdeee23009e9205156399448526783f25b5b7599b674670c94c01345abafeff74f6c7de93 -Size (gnuplot-5.2.7.tar.gz) = 5335673 bytes +SHA1 (gnuplot-5.2.8.tar.gz) = dc018b1e0a31b770d4635958badff13498babc4d +RMD160 (gnuplot-5.2.8.tar.gz) = 1048f333f14be3f27bd8a6fa866371c6308f4f5d +SHA512 (gnuplot-5.2.8.tar.gz) = 513dff15236dcb58c3c5471cdaa0713242787dbf30ef860c3f69152cb87c6392e4973caff5eb178707bbb84c78548e806b2920864a37686bce49425fbfdc4e8c +Size (gnuplot-5.2.8.tar.gz) = 5340677 bytes SHA1 (patch-configure) = 0881a50206c9796a2f34b93b72f6cd6eae127a15 SHA1 (patch-src_gp__hist.h) = b1549572ba1bacad5ae76e7a5a6b632e693b74a7 SHA1 (patch-src_plot.c) = a91ef7ff92917c54e37f3cca765e92d9857a47a5 --_----------=_15755713267470--