pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/ruby-mini-magick



Module Name:    pkgsrc
Committed By:   taca
Date:           Sat Apr 22 16:33:23 UTC 2017

Modified Files:
        pkgsrc/graphics/ruby-mini-magick: Makefile distinfo

Log Message:
Update ruby-mini-magick to 4.7.0.

4.7.0                                                           2017/03/28

* Added MiniMagick::Image#get_pixels, which returns a matrix where each member
  is a 3-element array of numbers between 0 and 255, one for each of the RGB
  channels.

* When MiniMagick.timeout is set and the command times out, previously the
  command would still continue running in the background. Now when
  Timeout::Error is raised, we also kill the subprocess running the command
  with SIGTERM.

* Implementation of posix-spawn has been improved, where now both stdout and
  stderr are read from at the same time, stdin pipe is closed immediately
  after writing the input, and stdout and stderr pipes are closed once the
  command finishes. This now has essentially the same behaivour as
  Open3.popen3 with a block.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/graphics/ruby-mini-magick/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/graphics/ruby-mini-magick/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-mini-magick/Makefile
diff -u pkgsrc/graphics/ruby-mini-magick/Makefile:1.21 pkgsrc/graphics/ruby-mini-magick/Makefile:1.22
--- pkgsrc/graphics/ruby-mini-magick/Makefile:1.21      Mon Mar 20 13:15:42 2017
+++ pkgsrc/graphics/ruby-mini-magick/Makefile   Sat Apr 22 16:33:23 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2017/03/20 13:15:42 taca Exp $
+# $NetBSD: Makefile,v 1.22 2017/04/22 16:33:23 taca Exp $
 
-DISTNAME=      mini_magick-4.6.1
+DISTNAME=      mini_magick-4.7.0
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    graphics
 

Index: pkgsrc/graphics/ruby-mini-magick/distinfo
diff -u pkgsrc/graphics/ruby-mini-magick/distinfo:1.20 pkgsrc/graphics/ruby-mini-magick/distinfo:1.21
--- pkgsrc/graphics/ruby-mini-magick/distinfo:1.20      Mon Mar 20 13:15:42 2017
+++ pkgsrc/graphics/ruby-mini-magick/distinfo   Sat Apr 22 16:33:23 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.20 2017/03/20 13:15:42 taca Exp $
+$NetBSD: distinfo,v 1.21 2017/04/22 16:33:23 taca Exp $
 
-SHA1 (mini_magick-4.6.1.gem) = 3c04c2f0a4eb2785ab061da174db3fe92b929799
-RMD160 (mini_magick-4.6.1.gem) = e8b40b9bca77479ca9892a88d3e4baec0d444d6c
-SHA512 (mini_magick-4.6.1.gem) = 091296526262f491b98a4ef96347a5d02bdef6ce5986711e2d637901501dc66bb9337dcaa9491b347c09f5fd7a73e084290fe6e5043611ca819d0be7743775ef
-Size (mini_magick-4.6.1.gem) = 16896 bytes
+SHA1 (mini_magick-4.7.0.gem) = 83b3317a4611061e133e4095e5455e3f2f1bdcdb
+RMD160 (mini_magick-4.7.0.gem) = a6cecce54419993a9a694bbf093664b5bd7c9513
+SHA512 (mini_magick-4.7.0.gem) = cad9e79c2cd8d5fecf0dc3e0f7f0faba956c2988405220e0f3860c54b35b25cdef6fe7fed81353e9ef6447b4126e405ff0da57bf358deddfe45f380e5c1c20a7
+Size (mini_magick-4.7.0.gem) = 17408 bytes



Home | Main Index | Thread Index | Old Index