pkgsrc/graphics/ruby-image_size/Makefile
taca 8849738ae3 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
2021-11-23 14:32:01 +00:00

14 lines
333 B
Makefile

# $NetBSD: Makefile,v 1.4 2021/11/23 14:32:01 taca Exp $
DISTNAME= image_size-3.0.1
CATEGORIES= graphics
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/toy/image_size
COMMENT= Measure image size using pure Ruby
LICENSE= mit
USE_LANGUAGES= # none
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"