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:   ryoon
Date:           Fri Mar 10 22:27:39 UTC 2023

Modified Files:
        pkgsrc/graphics/gnuplot: Makefile distinfo

Log Message:
gnuplot: Update to 5.4.6

Changelog:
Changes in 5.4.6
================
* NEW    set key {columns <exact no of columns>}
         set key {keywidth <exact width>}
* NEW    XDG support
           startup file:      $XDG_CONFIG_HOME/gnuplot/gnuplotrc
           history file:      $XDG_STATE_HOME/gnuplot_history
           wxt configuration: $XDG_CONFIG_HOME/gnuplot/gnuplot-wxt.conf
* CHANGE remove "alldoc" build target
* CHANGE plot with polygons fillstyle empty really does mean empty
* FIX    windows: various problems mixing piped input and stdin        Bug #2491
* FIX    x11: bad interactions of lt nodraw, bgnd and dash pattern     Bug #2572
* FIX    wxt: export-to-file widget should preserve line properties
* FIX    svg: set initial default fill to "none"
* FIX    png: back-compatibility with very old versions of gdlib       Bug #2579
* FIX    variable pointtype, pointsize in plot style yerrorlines
* FIX    border color for polygons with variable fillcolor
* FIX    definition followed by iteration in a plot command            Bug #2580
* FIX    parametric plot with filledcurves y1=<limit>                  Bug #1797


To generate a diff of this commit:
cvs rdiff -u -r1.166 -r1.167 pkgsrc/graphics/gnuplot/Makefile
cvs rdiff -u -r1.49 -r1.50 pkgsrc/graphics/gnuplot/distinfo

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.166 pkgsrc/graphics/gnuplot/Makefile:1.167
--- pkgsrc/graphics/gnuplot/Makefile:1.166      Sun Jan 29 21:16:34 2023
+++ pkgsrc/graphics/gnuplot/Makefile    Fri Mar 10 22:27:39 2023
@@ -1,13 +1,12 @@
-# $NetBSD: Makefile,v 1.166 2023/01/29 21:16:34 ryoon Exp $
+# $NetBSD: Makefile,v 1.167 2023/03/10 22:27:39 ryoon Exp $
 
-DISTNAME=      gnuplot-5.4.5
+DISTNAME=      gnuplot-5.4.6
 CATEGORIES+=   graphics
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=gnuplot/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://gnuplot.info/
 COMMENT=       Portable interactive, function plotting utility
-PKGREVISION=   3
 #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.49 pkgsrc/graphics/gnuplot/distinfo:1.50
--- pkgsrc/graphics/gnuplot/distinfo:1.49       Fri Oct 21 12:28:07 2022
+++ pkgsrc/graphics/gnuplot/distinfo    Fri Mar 10 22:27:39 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.49 2022/10/21 12:28:07 adam Exp $
+$NetBSD: distinfo,v 1.50 2023/03/10 22:27:39 ryoon Exp $
 
-BLAKE2s (gnuplot-5.4.5.tar.gz) = ee478eb51ac5e232979c21527ffd0f37c2b0ec844595400037601ebae5add9d5
-SHA512 (gnuplot-5.4.5.tar.gz) = dbd0b338c5662304566fc0d790c8f53db071d7c486e7422f6ba4b7a9e0d8e50db756ab37dade9bdc01ed1a1ca6fe4e63749038c0ceec95b78bf8b92a0ae2dd20
-Size (gnuplot-5.4.5.tar.gz) = 5643171 bytes
+BLAKE2s (gnuplot-5.4.6.tar.gz) = df42cfce78176f934651f37521c80c063a01d7bfef5c1a52dbbdd81ca747a3a5
+SHA512 (gnuplot-5.4.6.tar.gz) = a78333f7c0ed3429b24fcdeb6296e67fb760e6f8ffc0801a6b379fcb12ae7e80cebe65a2655cb3530c2a2d4083adc34060c9a7cbe67ce98b660682c0edba174b
+Size (gnuplot-5.4.6.tar.gz) = 5655661 bytes
 SHA1 (patch-configure) = 51813d74dc2be0e6fcc2e55fcbcbcf2b4678b954
 SHA1 (patch-src_gp__hist.h) = b1549572ba1bacad5ae76e7a5a6b632e693b74a7
 SHA1 (patch-src_plot.c) = a91ef7ff92917c54e37f3cca765e92d9857a47a5



Home | Main Index | Thread Index | Old Index