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 Nov 23 14:32:01 UTC 2021

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

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

3.0.1 (2021-10-21)

* Fix reading file chunks starting after EOF and reading chunks
  non-consecutively toy/image_optim_rails#12 @toy

3.0.0 (2021-10-17)

* Read only required chunks of data for files and seekable IOs @toy
* Raise FormatError whenever reading data returns less data than expected
  #12 @toy
* Add w/width and h/height accessors to Size @toy


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/graphics/ruby-image_size/Makefile \
    pkgsrc/graphics/ruby-image_size/PLIST
cvs rdiff -u -r1.5 -r1.6 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.3 pkgsrc/graphics/ruby-image_size/Makefile:1.4
--- pkgsrc/graphics/ruby-image_size/Makefile:1.3        Tue Aug 31 15:23:51 2021
+++ pkgsrc/graphics/ruby-image_size/Makefile    Tue Nov 23 14:32:01 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2021/08/31 15:23:51 taca Exp $
+# $NetBSD: Makefile,v 1.4 2021/11/23 14:32:01 taca Exp $
 
-DISTNAME=      image_size-2.1.2
+DISTNAME=      image_size-3.0.1
 CATEGORIES=    graphics
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/graphics/ruby-image_size/PLIST
diff -u pkgsrc/graphics/ruby-image_size/PLIST:1.3 pkgsrc/graphics/ruby-image_size/PLIST:1.4
--- pkgsrc/graphics/ruby-image_size/PLIST:1.3   Tue Aug 31 15:23:51 2021
+++ pkgsrc/graphics/ruby-image_size/PLIST       Tue Nov 23 14:32:01 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2021/08/31 15:23:51 taca Exp $
+@comment $NetBSD: PLIST,v 1.4 2021/11/23 14:32:01 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/.github/workflows/check.yml
 ${GEM_LIBDIR}/.gitignore
@@ -11,7 +11,16 @@ ${GEM_LIBDIR}/LICENSE.txt
 ${GEM_LIBDIR}/README.markdown
 ${GEM_LIBDIR}/image_size.gemspec
 ${GEM_LIBDIR}/lib/image_size.rb
+${GEM_LIBDIR}/lib/image_size/chunky_reader.rb
+${GEM_LIBDIR}/lib/image_size/reader.rb
+${GEM_LIBDIR}/lib/image_size/seekable_io_reader.rb
+${GEM_LIBDIR}/lib/image_size/stream_io_reader.rb
+${GEM_LIBDIR}/lib/image_size/string_reader.rb
+${GEM_LIBDIR}/lib/image_size/uri_reader.rb
+${GEM_LIBDIR}/spec/image_size/chunky_reader_spec.rb
+${GEM_LIBDIR}/spec/image_size/seekable_io_reader_spec.rb
 ${GEM_LIBDIR}/spec/image_size_spec.rb
+${GEM_LIBDIR}/spec/images/.gitattributes
 ${GEM_LIBDIR}/spec/images/bmp/v2.42x50.bmp
 ${GEM_LIBDIR}/spec/images/bmp/v3-bottom2top.42x50.bmp
 ${GEM_LIBDIR}/spec/images/bmp/v3-top2bottom.42x50.bmp
@@ -36,6 +45,9 @@ ${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/crlf.72x100.svg
+${GEM_LIBDIR}/spec/images/svg/long.72x100.svg
+${GEM_LIBDIR}/spec/images/svg/long.crlf.72x100.svg
 ${GEM_LIBDIR}/spec/images/swf/450x200.swf
 ${GEM_LIBDIR}/spec/images/tiff/big-endian.68x49.tiff
 ${GEM_LIBDIR}/spec/images/tiff/little-endian.40x68.tiff
@@ -43,5 +55,7 @@ ${GEM_LIBDIR}/spec/images/webp/extended.
 ${GEM_LIBDIR}/spec/images/webp/lossless.16x32.webp
 ${GEM_LIBDIR}/spec/images/webp/lossy.16x32.webp
 ${GEM_LIBDIR}/spec/images/xbm/16x32.xbm
+${GEM_LIBDIR}/spec/images/xbm/crlf.16x32.xbm
 ${GEM_LIBDIR}/spec/images/xpm/24x32.xpm
+${GEM_LIBDIR}/spec/images/xpm/crlf.24x32.xpm
 ${GEM_HOME}/specifications/${GEM_NAME}.gemspec

Index: pkgsrc/graphics/ruby-image_size/distinfo
diff -u pkgsrc/graphics/ruby-image_size/distinfo:1.5 pkgsrc/graphics/ruby-image_size/distinfo:1.6
--- pkgsrc/graphics/ruby-image_size/distinfo:1.5        Tue Oct 26 10:46:52 2021
+++ pkgsrc/graphics/ruby-image_size/distinfo    Tue Nov 23 14:32:01 2021
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 10:46:52 nia Exp $
+$NetBSD: distinfo,v 1.6 2021/11/23 14:32:01 taca Exp $
 
-BLAKE2s (image_size-2.1.2.gem) = 2419f748d2d276566e7555d92b49328b334885be09aaca47c27d3e282ffbc634
-SHA512 (image_size-2.1.2.gem) = 5eb1655bffc5bdc8ba9ce5bcf7526077b15461e147888e2a32676c32f621bfe90aa7b8dee6ebf3f1f63cf76d66304248e85f87418ecdc1e7afddd55b0a3b64bc
-Size (image_size-2.1.2.gem) = 133120 bytes
+BLAKE2s (image_size-3.0.1.gem) = af98c99a7ffe7f60475413d8336ff200cca63bbee6aa3762afa7f8a35e570a0a
+SHA512 (image_size-3.0.1.gem) = dac88670e12302a95c5e30baef075b4947342d6ae825017423fdce0084cffeee83c0448a96332d8455a73f478b7fc26388d4e76d25f981a3708ce66cf8188aae
+Size (image_size-3.0.1.gem) = 136704 bytes



Home | Main Index | Thread Index | Old Index