pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/ruby-rqrcode



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Jan 18 14:10:50 UTC 2026

Modified Files:
        pkgsrc/textproc/ruby-rqrcode: Makefile distinfo

Log Message:
textproc/ruby-rqrcode: update to 3.2.0

3.1.1 (2025-11-26)

What's Changed

* Release 3.1.0 mergeback by @whomwah in #158

* Update required_ruby_version to allow Ruby 4.0 by @k0kubun in #160

* Releases/v3.1.1 by @whomwah in #161

New Contributors

* @k0kubun made their first contribution in #160

3.2.0 (20026-01-08)

What's Changed

* Release 3.1.1 mergeback by @whomwah in #162

* Using AI Assistant to identity (and fix) performance bottlenecks by
  @whomwah in #163

        - Updated minimum Ruby version requirement to >= 3.2.0
        - SVG rendering: Improved by +130% (from 184 i/s to 424 i/s) with
          71% memory reduction
        - HTML rendering: Now the fastest export format at 1,876 i/s
          (rendering-only benchmark)
        - Memory efficiency: HTML now uses 6x less memory than SVG
          (previously 22x)
        - uses rqrcode_core 2.1 which also received performance
          improvements.

* Releases/3.2.0 by @whomwah in #164


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/ruby-rqrcode/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/textproc/ruby-rqrcode/distinfo

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

Modified files:

Index: pkgsrc/textproc/ruby-rqrcode/Makefile
diff -u pkgsrc/textproc/ruby-rqrcode/Makefile:1.5 pkgsrc/textproc/ruby-rqrcode/Makefile:1.6
--- pkgsrc/textproc/ruby-rqrcode/Makefile:1.5   Sun May 18 03:57:33 2025
+++ pkgsrc/textproc/ruby-rqrcode/Makefile       Sun Jan 18 14:10:50 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2025/05/18 03:57:33 taca Exp $
+# $NetBSD: Makefile,v 1.6 2026/01/18 14:10:50 taca Exp $
 
-DISTNAME=      rqrcode-3.1.0
+DISTNAME=      rqrcode-3.1.1
 CATEGORIES=    textproc
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/textproc/ruby-rqrcode/distinfo
diff -u pkgsrc/textproc/ruby-rqrcode/distinfo:1.7 pkgsrc/textproc/ruby-rqrcode/distinfo:1.8
--- pkgsrc/textproc/ruby-rqrcode/distinfo:1.7   Sun May 18 03:57:33 2025
+++ pkgsrc/textproc/ruby-rqrcode/distinfo       Sun Jan 18 14:10:50 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2025/05/18 03:57:33 taca Exp $
+$NetBSD: distinfo,v 1.8 2026/01/18 14:10:50 taca Exp $
 
-BLAKE2s (rqrcode-3.1.0.gem) = 5a0b1d4c977b4fc97edb8b668c55f1e54112e608910d29defba8dadbc0ce2b79
-SHA512 (rqrcode-3.1.0.gem) = dd733bc1427a5e804501130d66c29b20ff13955f9adbeb9904c90298068b542dde579e475313242e3814b2092b716278610f79c4a074908a68f874a9731d09b2
-Size (rqrcode-3.1.0.gem) = 106496 bytes
+BLAKE2s (rqrcode-3.1.1.gem) = 18d32fdfbad34d78fa33c2b7161985a1e53c9d74ca5b49e3c5595a0544ad0641
+SHA512 (rqrcode-3.1.1.gem) = a5f2836d2bcd5a80fb03a0029717eb9b036c92a286f1b57355ce30d7fbf6fc5dfe1b04647d43c8bb10dacd50fbfb6b9e7dbe1c805c606291a6014427697398f5
+Size (rqrcode-3.1.1.gem) = 106496 bytes



Home | Main Index | Thread Index | Old Index