Skip to content

Commit

Permalink
graphics/ruby-image_size: update to 3.0.1
Browse files Browse the repository at this point in the history
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
  • Loading branch information
taca committed Nov 23, 2021
1 parent 75fb41f commit cc5c966
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 7 deletions.
4 changes: 2 additions & 2 deletions graphics/ruby-image_size/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
16 changes: 15 additions & 1 deletion graphics/ruby-image_size/PLIST
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand All @@ -36,12 +45,17 @@ ${GEM_LIBDIR}/spec/images/pnm/ascii.22x25.pgm
${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
${GEM_LIBDIR}/spec/images/webp/extended.16x32.webp
${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
8 changes: 4 additions & 4 deletions graphics/ruby-image_size/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit cc5c966

Please sign in to comment.