pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/ruby-youplot



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun May 31 05:56:52 UTC 2026

Modified Files:
        pkgsrc/graphics/ruby-youplot: Makefile PLIST distinfo

Log Message:
graphics/ruby-youplot: update to 0.5.0

0.5.0 (2026-05-24)

* Improved progressive mode: incremental parsing and more reliable terminal
  cleanup.
* Changed option priority to defaults < config file < CLI.
* Added explicit stdout support for -o - and -O -.
* Fixed uplot --config / uplot config lookup for default config files.
* Improved bar/count label formatting and count label sorting.
* Fixed several input/output edge cases, including file/stdin handling and
  Tempfile/StringIO compatibility.
* Added initial RBS/Steep setup and included sig/ in the gem package.
* Updated packaging, README examples, CI, and Dependabot configuration.

New Contributors

* @kimjune01 #67
* @ericgpks #56


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/graphics/ruby-youplot/Makefile \
    pkgsrc/graphics/ruby-youplot/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/ruby-youplot/PLIST

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

Modified files:

Index: pkgsrc/graphics/ruby-youplot/Makefile
diff -u pkgsrc/graphics/ruby-youplot/Makefile:1.2 pkgsrc/graphics/ruby-youplot/Makefile:1.3
--- pkgsrc/graphics/ruby-youplot/Makefile:1.2   Sat Jul 20 15:28:19 2024
+++ pkgsrc/graphics/ruby-youplot/Makefile       Sun May 31 05:56:52 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2024/07/20 15:28:19 taca Exp $
+# $NetBSD: Makefile,v 1.3 2026/05/31 05:56:52 taca Exp $
 
-DISTNAME=      youplot-0.4.6
+DISTNAME=      youplot-0.5.0
 CATEGORIES=    graphics
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/graphics/ruby-youplot/distinfo
diff -u pkgsrc/graphics/ruby-youplot/distinfo:1.2 pkgsrc/graphics/ruby-youplot/distinfo:1.3
--- pkgsrc/graphics/ruby-youplot/distinfo:1.2   Sat Jul 20 15:28:19 2024
+++ pkgsrc/graphics/ruby-youplot/distinfo       Sun May 31 05:56:52 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2024/07/20 15:28:19 taca Exp $
+$NetBSD: distinfo,v 1.3 2026/05/31 05:56:52 taca Exp $
 
-BLAKE2s (youplot-0.4.6.gem) = 06a47febb4ac4bb5805e69320d8c8921114a57bc5c05153f5a8fb51fea31a332
-SHA512 (youplot-0.4.6.gem) = 5ca1adfd6a6fa287f8dacde061e0789be4122f68ca069c1086f11abfe2e60e203c1cc5cf999cb14b2a91623d46226ef39dbb0f1b7dd3745c6d09790fd4a30aad
-Size (youplot-0.4.6.gem) = 16896 bytes
+BLAKE2s (youplot-0.5.0.gem) = 7df108a8a2b93c6b03e47b417b4afeeb06d2953dd34775cb1914129d81e624de
+SHA512 (youplot-0.5.0.gem) = 282f0da64105096a990f5eb3fc1f427ff89ede121febb551327d76d90047e7a10c5503e791e6e7687b0c1da4a7d2a9048f15d7412c10535c5684ed3209d5395b
+Size (youplot-0.5.0.gem) = 24064 bytes

Index: pkgsrc/graphics/ruby-youplot/PLIST
diff -u pkgsrc/graphics/ruby-youplot/PLIST:1.1 pkgsrc/graphics/ruby-youplot/PLIST:1.2
--- pkgsrc/graphics/ruby-youplot/PLIST:1.1      Tue Jan 31 13:07:11 2023
+++ pkgsrc/graphics/ruby-youplot/PLIST  Sun May 31 05:56:52 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2023/01/31 13:07:11 wiz Exp $
+@comment $NetBSD: PLIST,v 1.2 2026/05/31 05:56:52 taca Exp $
 bin/uplot${RUBY_SUFFIX}
 bin/youplot${RUBY_SUFFIX}
 ${GEM_HOME}/cache/${GEM_NAME}.gem
@@ -7,7 +7,7 @@ ${GEM_LIBDIR}/README.md
 ${GEM_LIBDIR}/exe/uplot
 ${GEM_LIBDIR}/exe/youplot
 ${GEM_LIBDIR}/lib/youplot.rb
-${GEM_LIBDIR}/lib/youplot/backends/processing.rb
+${GEM_LIBDIR}/lib/youplot/aggregation.rb
 ${GEM_LIBDIR}/lib/youplot/backends/unicode_plot.rb
 ${GEM_LIBDIR}/lib/youplot/command.rb
 ${GEM_LIBDIR}/lib/youplot/dsv.rb
@@ -15,4 +15,6 @@ ${GEM_LIBDIR}/lib/youplot/options.rb
 ${GEM_LIBDIR}/lib/youplot/parameters.rb
 ${GEM_LIBDIR}/lib/youplot/parser.rb
 ${GEM_LIBDIR}/lib/youplot/version.rb
+${GEM_LIBDIR}/logo.svg
+${GEM_LIBDIR}/sig/youplot/aggregation.rbs
 ${GEM_HOME}/specifications/${GEM_NAME}.gemspec



Home | Main Index | Thread Index | Old Index