diff options
author | taca <taca@pkgsrc.org> | 2006-05-31 04:32:28 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2006-05-31 04:32:28 +0000 |
commit | a93e3761dc70bee11233fee73ce12d159f5b600b (patch) | |
tree | c39fe4ca0a37c2fc7a9eba1e12643acb3ee2e10f | |
parent | f7b417924eb9b3962d29d4f8804d93901e72732f (diff) | |
download | pkgsrc-a93e3761dc70bee11233fee73ce12d159f5b600b.tar.gz |
Update graphics/ruby-RMagick package to 1.11.1 applying patch from
OBATA Akio as PR pkg/33538.
RMagick 1.11.1
o Fix bug #4511, add Makefile, rmagick_config.h as dependencies
in the Makefile (bug report from Eric Hodel)
o Ensure ExceptionInfo structures are freed
RMagick 1.11.0
o Feature #3705, add resize_to_fit (thanks to Robert Manni for the code)
o Added optimize_layers method to the ImageList class (available with
ImageMagick 6.2.6)
o Added limit_resource method to the Magick module
o Replaced install.rb with setup.rb, improved gem install
(bug report from Ryan Davis)
o Added --disable-htmldoc option to setup.rb
o Fix bug #4104, incorrect label on example (reported by Jason Lee)
o Added contrast_stretch_channel to the Image class (available with
ImageMagick 6.2.6)
o Improved Magick exception handling to eliminate memory leaks when an exception
is rescued and execution continues.
o Tested with ImageMagick 6.2.7
-rw-r--r-- | graphics/ruby-RMagick/Makefile | 9 | ||||
-rw-r--r-- | graphics/ruby-RMagick/distinfo | 8 |
2 files changed, 7 insertions, 10 deletions
diff --git a/graphics/ruby-RMagick/Makefile b/graphics/ruby-RMagick/Makefile index d39181941e5..61731728763 100644 --- a/graphics/ruby-RMagick/Makefile +++ b/graphics/ruby-RMagick/Makefile @@ -1,18 +1,15 @@ -# $NetBSD: Makefile,v 1.20 2006/05/18 20:29:59 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2006/05/31 04:32:28 taca Exp $ -DISTNAME= RMagick-1.10.1 +DISTNAME= RMagick-1.11.1 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} -PKGREVISION= 1 CATEGORIES= graphics ruby -MASTER_SITES= http://rubyforge.org/frs/download.php/8854/ +MASTER_SITES= http://rubyforge.org/frs/download.php/10727/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= obata@lins.jp HOMEPAGE= http://rmagick.rubyforge.org/ COMMENT= Ruby ImageMagick extension -BROKEN_IN= pkgsrc-2006Q1 - RUBY_HAS_ARCHLIB= yes GNU_CONFIGURE= yes USE_TOOLS+= gs diff --git a/graphics/ruby-RMagick/distinfo b/graphics/ruby-RMagick/distinfo index aafe871c9c5..f967b3cbca5 100644 --- a/graphics/ruby-RMagick/distinfo +++ b/graphics/ruby-RMagick/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.12 2006/03/12 03:46:07 taca Exp $ +$NetBSD: distinfo,v 1.13 2006/05/31 04:32:28 taca Exp $ -SHA1 (RMagick-1.10.1.tar.bz2) = 57d4922042e02da368c0d20cf7e40afaa3ccc109 -RMD160 (RMagick-1.10.1.tar.bz2) = 1b26245e403bb9fdd1a88f4c4ae42b9e1d512560 -Size (RMagick-1.10.1.tar.bz2) = 922483 bytes +SHA1 (RMagick-1.11.1.tar.bz2) = a6a602b63fe08775c987e0c021e851f527a2eba2 +RMD160 (RMagick-1.11.1.tar.bz2) = c60b9c973a00f0001842f86fdd1cae420c6c24f2 +Size (RMagick-1.11.1.tar.bz2) = 928141 bytes |