pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/ruby-image_size graphics/ruby-image_size: upd...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3dc9e197989f
branches:  trunk
changeset: 769978:3dc9e197989f
user:      taca <taca%pkgsrc.org@localhost>
date:      Tue Nov 23 14:32:01 2021 +0000

description:
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

diffstat:

 graphics/ruby-image_size/Makefile |   4 ++--
 graphics/ruby-image_size/PLIST    |  16 +++++++++++++++-
 graphics/ruby-image_size/distinfo |   8 ++++----
 3 files changed, 21 insertions(+), 7 deletions(-)

diffs (69 lines):

diff -r da152025a8a9 -r 3dc9e197989f graphics/ruby-image_size/Makefile
--- a/graphics/ruby-image_size/Makefile Tue Nov 23 14:30:22 2021 +0000
+++ b/graphics/ruby-image_size/Makefile Tue Nov 23 14:32:01 2021 +0000
@@ -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
diff -r da152025a8a9 -r 3dc9e197989f graphics/ruby-image_size/PLIST
--- a/graphics/ruby-image_size/PLIST    Tue Nov 23 14:30:22 2021 +0000
+++ b/graphics/ruby-image_size/PLIST    Tue Nov 23 14:32:01 2021 +0000
@@ -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}/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.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/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
diff -r da152025a8a9 -r 3dc9e197989f graphics/ruby-image_size/distinfo
--- a/graphics/ruby-image_size/distinfo Tue Nov 23 14:30:22 2021 +0000
+++ b/graphics/ruby-image_size/distinfo Tue Nov 23 14:32:01 2021 +0000
@@ -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