pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/gnuplot Changes in 5.0.7



details:   https://anonhg.NetBSD.org/pkgsrc/rev/09f1562b03d0
branches:  trunk
changeset: 366998:09f1562b03d0
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Aug 21 15:06:53 2017 +0000

description:
Changes in 5.0.7
NEW set term {pngcairo|pdfcairo} pointscale <factor>
NEW "save fit" back-ported from version 5.2 as a replacement for "update"
CHANGE deprecate "update" command (but do not remove it)
CHANGE allow placement of circles in 3D plots using axis coordinates
CHANGE ignore invalid z coordinate for 3D objects placed in "set view map"
CHANGE distinguish 'bind "shift-Button1"' from 'bind "Button1"'
CHANGE use Mingw-w64 and MSVC popen rather than built-in "fake" popen
FIX rangelimited y2 axis could produce spurious diagonal line across plot
FIX assignment of x/y dimensions in "binary record=(a,b) ... with image"
FIX negative array index caused by hidden3d degenerate polygon
FIX object clipping in "set view map"
FIX cairo terminals: scale textbox border linewidth by terminal linewidth
FIX canvas terminal: initialization of plot dimensions (affects first zoom)
FIX crash in stats if no usable data is found
FIX do not use LaTeX formatting in tabular output
FIX additional sanity checks for input data format
FIX more consistent handling of plot 'with table'
FIX incorrect, possibly empty, command string was saved for previous fit
FIX 2D images with logscale axes could fail (segfault)
FIX nested iteration containing an empty range

diffstat:

 graphics/gnuplot/Makefile |  15 +++++----------
 graphics/gnuplot/distinfo |  10 +++++-----
 2 files changed, 10 insertions(+), 15 deletions(-)

diffs (61 lines):

diff -r 4db9cc3f4f8e -r 09f1562b03d0 graphics/gnuplot/Makefile
--- a/graphics/gnuplot/Makefile Mon Aug 21 14:53:58 2017 +0000
+++ b/graphics/gnuplot/Makefile Mon Aug 21 15:06:53 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.114 2017/06/19 21:10:00 wiz Exp $
+# $NetBSD: Makefile,v 1.115 2017/08/21 15:06:53 adam Exp $
 
-DISTNAME=      gnuplot-5.0.6
+DISTNAME=      gnuplot-5.0.7
 API_VERSION=   ${PKGVERSION_NOREV:C/([0-9])\.([0-9])\.([0-9])/\1.\2/}
 CATEGORIES+=   graphics
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=gnuplot/}
@@ -12,22 +12,15 @@
 
 CONFLICTS+=            gnuplot-nox11-[0-9]*
 
-PATCHDIR=              ${.CURDIR}/../../graphics/gnuplot/patches
-DISTINFO_FILE=         ${.CURDIR}/../../graphics/gnuplot/distinfo
-
 USE_LANGUAGES=         c
 USE_TOOLS+=            makeinfo pkg-config gmake
 GNU_CONFIGURE=         yes
-#CONFIGURE_ARGS+=      --enable-history-file
+CONFIGURE_ARGS+=       --with-readline=bsd
 CONFIGURE_ARGS+=       --without-latex
 CONFIGURE_ARGS+=       --without-tutorial
 CONFIGURE_ARGS+=       ac_cv_prog_EMACS=
 INFO_FILES=            yes
 
-CONFIGURE_ARGS+=       --with-readline=bsd
-.include "../../mk/readline.buildlink3.mk"
-.include "../../mk/curses.buildlink3.mk"
-
 PLIST_SUBST+=          API_VERSION=${API_VERSION}
 LDFLAGS.SunOS+=                -liconv
 
@@ -41,4 +34,6 @@
 .include "options.mk"
 
 .include "../../converters/libiconv/buildlink3.mk"
+.include "../../mk/curses.buildlink3.mk"
+.include "../../mk/readline.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 4db9cc3f4f8e -r 09f1562b03d0 graphics/gnuplot/distinfo
--- a/graphics/gnuplot/distinfo Mon Aug 21 14:53:58 2017 +0000
+++ b/graphics/gnuplot/distinfo Mon Aug 21 15:06:53 2017 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.35 2017/06/19 21:10:00 wiz Exp $
+$NetBSD: distinfo,v 1.36 2017/08/21 15:06:53 adam Exp $
 
-SHA1 (gnuplot-5.0.6.tar.gz) = f7b8948166b22e5bd658d5cf7579716f4821dba0
-RMD160 (gnuplot-5.0.6.tar.gz) = 3c0d36c4b497aa28866265aa2760b63671ee5584
-SHA512 (gnuplot-5.0.6.tar.gz) = 7f9b05725a8594dcfbf1f1fc8f1db9bf45e1b6841fa1089b2c2528a3e36f71baab16d5fbeb027e4dd3618461a4895d037cb9f43781bfee2cb078cb9583567d8d
-Size (gnuplot-5.0.6.tar.gz) = 5093897 bytes
+SHA1 (gnuplot-5.0.7.tar.gz) = 6cdb03ebd096ef020f4653a1f4faf76ba9bce495
+RMD160 (gnuplot-5.0.7.tar.gz) = 9ef7cf8e4f3333af64ea68e82d62d77ea8cf0398
+SHA512 (gnuplot-5.0.7.tar.gz) = 5d7241dc1472f87af8632110a1e88f83b5ea3f41e1bc8c89a45dc4662a3071d91a25bf9ae5196a2b8bef09c8079c22f635bb947c02def3416d78880d61eea919
+Size (gnuplot-5.0.7.tar.gz) = 5100186 bytes
 SHA1 (patch-ac) = ba7d48926faca78399fe10f44020364a244f87e0
 SHA1 (patch-ad) = 5165374c6e8275f2f030659daa45051851e98413
 SHA1 (patch-ae) = ce2a89ebcdcae1b1945563b48e6ebb6974d3a048



Home | Main Index | Thread Index | Old Index