pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/gnuplot



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Jan 16 19:18:26 UTC 2019

Modified Files:
        pkgsrc/graphics/gnuplot: Makefile distinfo
Removed Files:
        pkgsrc/graphics/gnuplot/patches: patch-src_libcerf.c

Log Message:
gnuplot: updated to 5.2.6

Changes in 5.2.6
NEW keyword "keyentry" places an entry in the key without actually plotting
NEW "set style boxplot medianlinewidth <lw>"
CHANGE drop non-working support for CIE/XYZ color space
CHANGE strptime ignores content read with format a/A/w/W
FIX various corner-case bugs and overruns found by fuzzing
FIX revise waitforinput in x11 terminal
FIX revise waitforinput and terminal close events in qt terminal
FIX revise waitforinput and new window events in monothreaded wxt terminal
FIX lua.trm compatibility with lua version 5.3
FIX error line reporting inside an if/else bracketed clause
FIX error in date conversion for times within a nanosecond of a year boundary


To generate a diff of this commit:
cvs rdiff -u -r1.127 -r1.128 pkgsrc/graphics/gnuplot/Makefile
cvs rdiff -u -r1.39 -r1.40 pkgsrc/graphics/gnuplot/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/graphics/gnuplot/patches/patch-src_libcerf.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/gnuplot/Makefile
diff -u pkgsrc/graphics/gnuplot/Makefile:1.127 pkgsrc/graphics/gnuplot/Makefile:1.128
--- pkgsrc/graphics/gnuplot/Makefile:1.127      Sun Dec  9 18:52:30 2018
+++ pkgsrc/graphics/gnuplot/Makefile    Wed Jan 16 19:18:26 2019
@@ -1,13 +1,12 @@
-# $NetBSD: Makefile,v 1.127 2018/12/09 18:52:30 adam Exp $
+# $NetBSD: Makefile,v 1.128 2019/01/16 19:18:26 adam Exp $
 
-DISTNAME=      gnuplot-5.2.5
+DISTNAME=      gnuplot-5.2.6
 CATEGORIES+=   graphics
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=gnuplot/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://gnuplot.sourceforge.net/
 COMMENT=       Portable interactive, function plotting utility
-PKGREVISION=   1
 #LICENSE=      gnuplot + BSD
 
 API_VERSION=   ${PKGVERSION_NOREV:C/([0-9])\.([0-9])\.([0-9])/\1.\2/}
@@ -22,11 +21,12 @@ CONFIGURE_ARGS+=    --without-latex
 CONFIGURE_ARGS+=       --without-tutorial
 CONFIGURE_ARGS+=       ac_cv_prog_EMACS=
 INFO_FILES=            yes
+TEST_TARGET=           check
 
 PLIST_SUBST+=          API_VERSION=${API_VERSION}
 LDFLAGS.SunOS+=                -liconv
 
-# Make this available to patch-ah so the font path can include pkgsrc fonts.
+# Make this available to patch-src_variable.c so the font path can include pkgsrc fonts.
 SUBST_CLASSES+=                fontpath
 SUBST_STAGE.fontpath=  pre-configure
 SUBST_MESSAGE.fontpath=        Fixing font path.

Index: pkgsrc/graphics/gnuplot/distinfo
diff -u pkgsrc/graphics/gnuplot/distinfo:1.39 pkgsrc/graphics/gnuplot/distinfo:1.40
--- pkgsrc/graphics/gnuplot/distinfo:1.39       Wed Nov 21 17:12:06 2018
+++ pkgsrc/graphics/gnuplot/distinfo    Wed Jan 16 19:18:26 2019
@@ -1,12 +1,11 @@
-$NetBSD: distinfo,v 1.39 2018/11/21 17:12:06 adam Exp $
+$NetBSD: distinfo,v 1.40 2019/01/16 19:18:26 adam Exp $
 
-SHA1 (gnuplot-5.2.5.tar.gz) = 6c0e43968ec19f813241b91cbcf15e44f6ad5c73
-RMD160 (gnuplot-5.2.5.tar.gz) = 7054759e91c1bd44d9b1acf9aa15816d4e386a16
-SHA512 (gnuplot-5.2.5.tar.gz) = e516f33b678963e13c2464679efec6c387e57df4f92a57d319baec8bbd29ab46e545cd5d70b2d17644d734040892769da745b8a5441467dcdb8f9c892a493ca4
-Size (gnuplot-5.2.5.tar.gz) = 5305288 bytes
+SHA1 (gnuplot-5.2.6.tar.gz) = e39a58addf5d69814cd6631a2aff24c5a5206c05
+RMD160 (gnuplot-5.2.6.tar.gz) = 557d513d25a88eea7ffb7808efaad3cd373631ed
+SHA512 (gnuplot-5.2.6.tar.gz) = 557c0d00c951055ca03ef0f2b262e96b8013da4fedeb64dc5325fabd94772144fd2fe7bfa9d159fa47ab76695109cb4d3f01fc5bfa996df4576aee0eebe36a90
+Size (gnuplot-5.2.6.tar.gz) = 5321601 bytes
 SHA1 (patch-configure) = 0881a50206c9796a2f34b93b72f6cd6eae127a15
 SHA1 (patch-src_gp__hist.h) = b1549572ba1bacad5ae76e7a5a6b632e693b74a7
-SHA1 (patch-src_libcerf.c) = 2503759216b169d0e1e8588a7c6634ef30f8bd24
 SHA1 (patch-src_plot.c) = a91ef7ff92917c54e37f3cca765e92d9857a47a5
 SHA1 (patch-src_readline.h) = ae138bb783a5a5e68f89850cdd861cc545399aaf
 SHA1 (patch-src_variable.c) = 90a9372c715791efe42bc019025aa61fb5ece80c



Home | Main Index | Thread Index | Old Index