pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/ruby-image_size



Module Name:    pkgsrc
Committed By:   taca
Date:           Tue May  5 12:55:27 UTC 2026

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

Log Message:
graphics/ruby-image_size: update to 3.5.0

3.5.0 (2026-05-03)

* Add byte_size method to expose the size of the image data in bytes #27
  @dgodd
* Add minimal validation of dpi global configuration @toy
* Make chunk_size globally configurable @toy
* Make max_redirects globally configurable @toy
* Prevent requesting chunks over http after end of file #29 @toy
* Add ability to restrict fetched URIs by setting uri_checker proc @toy


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/graphics/ruby-image_size/Makefile \
    pkgsrc/graphics/ruby-image_size/PLIST
cvs rdiff -u -r1.11 -r1.12 pkgsrc/graphics/ruby-image_size/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/ruby-image_size/Makefile
diff -u pkgsrc/graphics/ruby-image_size/Makefile:1.9 pkgsrc/graphics/ruby-image_size/Makefile:1.10
--- pkgsrc/graphics/ruby-image_size/Makefile:1.9        Sat Feb  3 15:53:02 2024
+++ pkgsrc/graphics/ruby-image_size/Makefile    Tue May  5 12:55:27 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2024/02/03 15:53:02 taca Exp $
+# $NetBSD: Makefile,v 1.10 2026/05/05 12:55:27 taca Exp $
 
-DISTNAME=      image_size-3.4.0
+DISTNAME=      image_size-3.5.0
 CATEGORIES=    graphics
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/graphics/ruby-image_size/PLIST
diff -u pkgsrc/graphics/ruby-image_size/PLIST:1.9 pkgsrc/graphics/ruby-image_size/PLIST:1.10
--- pkgsrc/graphics/ruby-image_size/PLIST:1.9   Sat Feb  3 15:53:02 2024
+++ pkgsrc/graphics/ruby-image_size/PLIST       Tue May  5 12:55:27 2026
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.9 2024/02/03 15:53:02 taca Exp $
+@comment $NetBSD: PLIST,v 1.10 2026/05/05 12:55:27 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/.github/dependabot.yml
 ${GEM_LIBDIR}/.github/workflows/check.yml
 ${GEM_LIBDIR}/.github/workflows/rubocop.yml
 ${GEM_LIBDIR}/.gitignore
@@ -59,6 +60,7 @@ ${GEM_LIBDIR}/spec/images/pnm/ascii.22x2
 ${GEM_LIBDIR}/spec/images/pnm/ascii.22x25.ppm
 ${GEM_LIBDIR}/spec/images/psd/16x20.psd
 ${GEM_LIBDIR}/spec/images/svg/72x100.svg
+${GEM_LIBDIR}/spec/images/svg/768b.430x430.svg
 ${GEM_LIBDIR}/spec/images/svg/crlf.72x100.svg
 ${GEM_LIBDIR}/spec/images/svg/long.72x100.svg
 ${GEM_LIBDIR}/spec/images/svg/long.crlf.72x100.svg

Index: pkgsrc/graphics/ruby-image_size/distinfo
diff -u pkgsrc/graphics/ruby-image_size/distinfo:1.11 pkgsrc/graphics/ruby-image_size/distinfo:1.12
--- pkgsrc/graphics/ruby-image_size/distinfo:1.11       Sat Feb  3 15:53:02 2024
+++ pkgsrc/graphics/ruby-image_size/distinfo    Tue May  5 12:55:27 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2024/02/03 15:53:02 taca Exp $
+$NetBSD: distinfo,v 1.12 2026/05/05 12:55:27 taca Exp $
 
-BLAKE2s (image_size-3.4.0.gem) = 073f7b9c8157688a3aa7bd553a92132434f4a3a7e2c9d5841d2fa2c2aa339347
-SHA512 (image_size-3.4.0.gem) = 6396261d76df036bd50222d5034485ccac93b26505588cf3a98ada892a8139b9051b550463cad39675d8be2c6d8f160d75216a05c649ff861caed2199188c2f1
-Size (image_size-3.4.0.gem) = 159744 bytes
+BLAKE2s (image_size-3.5.0.gem) = 637af2147f3b5e050f071c425282476f5a716f0a76e00c7468c8e6bda0048855
+SHA512 (image_size-3.5.0.gem) = 55919774fb7d3a035e8510d22a3fc0db0648cdffb41c551d20a0f92b97608b2c41c2d54d9bb2a8f556c47beefdf6a5c3c0f2d5a2b8ec4ef0bd85930f1c085a1f
+Size (image_size-3.5.0.gem) = 161792 bytes



Home | Main Index | Thread Index | Old Index