pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/ruby-RMagick update RMagick to 2.3.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5eb893a39142
branches:  trunk
changeset: 540205:5eb893a39142
user:      obache <obache%pkgsrc.org@localhost>
date:      Wed Apr 02 01:59:59 2008 +0000

description:
update RMagick to 2.3.0.

Changes:
o Added Image#encipher, Image#decipher (available with ImageMagick 6.3.8-6)
o Added DTX1Compression, DTX1Compression, and DTX1Compression
  CompressionType enums (available in ImageMagick 6.3.9-4)
o Added optional "use hex format" argument to Pixel#to_color
o Support :area resource type in Magick.limit_resource
o Pixel.from_HSL and Pixel#to_HSL are deprecated. Use Pixel.from_hsla
  and Pixel#to_hsla instead. The new methods rely on the ImageMagick 6.3.5
  and later API.
o The Image#alpha and alpha= attributes are deprecated. Use alpha() and
   alpha? instead.
o The Image#mask= attribute is deprecated. Use mask() instead.
o The use of Ruby older than version 1.8.4 with RMagick is deprecated and
  will not be supported in a future release.
o Fix bug #18271, rvg width and height attributes wrong after a call to
  viewbox (reported by Greg Jarman)

diffstat:

 graphics/ruby-RMagick/Makefile |  6 +++---
 graphics/ruby-RMagick/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (29 lines):

diff -r 2aef17bc56ae -r 5eb893a39142 graphics/ruby-RMagick/Makefile
--- a/graphics/ruby-RMagick/Makefile    Wed Apr 02 01:31:30 2008 +0000
+++ b/graphics/ruby-RMagick/Makefile    Wed Apr 02 01:59:59 2008 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.48 2008/02/14 08:44:57 obache Exp $
+# $NetBSD: Makefile,v 1.49 2008/04/02 01:59:59 obache Exp $
 
-DISTNAME=      RMagick-2.2.2
+DISTNAME=      RMagick-2.3.0
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME}
 CATEGORIES=    graphics ruby
-MASTER_SITES=  http://rubyforge.org/frs/download.php/32266/
+MASTER_SITES=  http://rubyforge.org/frs/download.php/34654/
 
 MAINTAINER=    obache%NetBSD.org@localhost
 HOMEPAGE=      http://rmagick.rubyforge.org/
diff -r 2aef17bc56ae -r 5eb893a39142 graphics/ruby-RMagick/distinfo
--- a/graphics/ruby-RMagick/distinfo    Wed Apr 02 01:31:30 2008 +0000
+++ b/graphics/ruby-RMagick/distinfo    Wed Apr 02 01:59:59 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.33 2008/02/13 14:48:25 obache Exp $
+$NetBSD: distinfo,v 1.34 2008/04/02 01:59:59 obache Exp $
 
-SHA1 (RMagick-2.2.2.tar.gz) = 21c5edda1943cad5d62102855af224ae4cfe14ef
-RMD160 (RMagick-2.2.2.tar.gz) = 4f6baf90487410d75321f997afaf2c14e8a53e4b
-Size (RMagick-2.2.2.tar.gz) = 1027305 bytes
+SHA1 (RMagick-2.3.0.tar.gz) = 0f0c94b0740055ab6932367ac4fd3f843c6b1c0f
+RMD160 (RMagick-2.3.0.tar.gz) = 22d6b0e26a47a3f6398b130b461f12f782b1ee04
+Size (RMagick-2.3.0.tar.gz) = 1030607 bytes



Home | Main Index | Thread Index | Old Index