pkgsrc-Bugs archive

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

pkg/31251: Update graphics/ruby-RMagick from 1.9.0 to 1.9.1



>Number:         31251
>Category:       pkg
>Synopsis:       Update graphics/ruby-RMagick from 1.9.0 to 1.9.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Fri Sep 09 07:57:51 +0000 2005
>Originator:     OBATA Akio
>Release:        NetBSD 2.0.2_STABLE
>Organization:
        LINS, Japan.
>Environment:
System: NetBSD miki.lins.jp 2.0.2_STABLE NetBSD 2.0.2_STABLE (MIKI) #4: Mon Aug 
1 16:28:54 JST 2005 
obata%miki.lins.jp@localhost:/usr/src/sys/arch/i386/compile/MIKI i386
Architecture: i386
Machine: i386
>Description:
        This release includes changes required to compile with 
        ImageMagick 6.2.3-4 and later. It also includes support for 
        importing binary pixel data directly into an image. For a 
        complete list of new features and bug fixes see the Change 
        Log.

        Changes:
        o Fixed bug #2157, Image#total_colors is now an 
          alias of Image#number_colors
        o Fixed bug #2155, Image#dispose= now accepts a 
          DisposeType enum, #dispose now returns a 
          DisposeType enum.
        o Fixed bug #2156, Image#properties no longer 
          returns garbage for the property name and 
          value.
        o Fixed bug #2190, Image#compose now returns a 
          CompositeOperator
        o Fixed bug #2191, Image#composite no longer abends
          when called with 0 arguments
        o Fixed bug #2213, ImageList#montage method no 
          longer leaves the imagelist corrupt after 
          raising an ImageMagickError
        o Feature #2159, added GrayChannel ChannelType
          enum value, BlendCompositeOp and
          ColorBurnCompositeOp CompositeOperator enum 
          values, RLECompression CompressionType enum 
          value, deprecate RunlengthCompression
        o Feature #2172, added optional argument to crop 
          and crop! to reset the saved page offsets after 
          cropping
        o Deprecated Image#channel_threshold. This method 
          is deprecated in ImageMagick.
        o Feature #2373, change Image#import_pixels to 
          accept a pixel data buffer as well as a pixel 
          data array. (Thanks to Ara T. Howard for this 
          suggestion!)
        o Fixed to compile without errors with ImageMagick 
          6.2.4-4.

>How-To-Repeat:
        N/A
>Fix:
        Here is a patch for update

Index: Makefile
===================================================================
RCS file: /home/cvsroot/NetBSD/pkgsrc/graphics/ruby-RMagick/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- Makefile    17 Jul 2005 14:39:21 -0000      1.8
+++ Makefile    8 Sep 2005 02:00:02 -0000
@@ -1,9 +1,9 @@
 # $NetBSD: Makefile,v 1.8 2005/07/17 14:39:21 taca Exp $
 
-DISTNAME=      RMagick-1.9.0
+DISTNAME=      RMagick-1.9.1
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME}
 CATEGORIES=    graphics ruby
-MASTER_SITES=  http://rubyforge.org/frs/download.php/5225/
+MASTER_SITES=  http://rubyforge.org/frs/download.php/5958/
 
 MAINTAINER=    obata%lins.jp@localhost
 HOMEPAGE=      http://rmagick.rubyforge.org/
Index: PLIST
===================================================================
RCS file: /home/cvsroot/NetBSD/pkgsrc/graphics/ruby-RMagick/PLIST,v
retrieving revision 1.2
diff -u -r1.2 PLIST
--- PLIST       11 May 2005 15:57:32 -0000      1.2
+++ PLIST       8 Sep 2005 03:41:36 -0000
@@ -17,6 +17,7 @@
 ${RUBY_SITELIBDIR}/rvg/units.rb
 ${RUBY_EXAMPLESDIR}/RMagick/describe.rb
 ${RUBY_EXAMPLESDIR}/RMagick/histogram.rb
+${RUBY_EXAMPLESDIR}/RMagick/identify.rb
 ${RUBY_EXAMPLESDIR}/RMagick/image_opacity.rb
 ${RUBY_EXAMPLESDIR}/RMagick/import_export.rb
 ${RUBY_EXAMPLESDIR}/RMagick/pattern_fill.rb
@@ -180,9 +181,6 @@
 ${RUBY_DOCDIR}/RMagick/ex/cbezier6.rb
 ${RUBY_DOCDIR}/RMagick/ex/channel.jpg
 ${RUBY_DOCDIR}/RMagick/ex/channel.rb
-${RUBY_DOCDIR}/RMagick/ex/channel_threshold.rb
-${RUBY_DOCDIR}/RMagick/ex/channel_threshold_after.jpg
-${RUBY_DOCDIR}/RMagick/ex/channel_threshold_before.jpg
 ${RUBY_DOCDIR}/RMagick/ex/charcoal.jpg
 ${RUBY_DOCDIR}/RMagick/ex/charcoal.rb
 ${RUBY_DOCDIR}/RMagick/ex/chop.rb
@@ -362,8 +360,6 @@
 ${RUBY_DOCDIR}/RMagick/ex/radial_blur.rb
 ${RUBY_DOCDIR}/RMagick/ex/raise.jpg
 ${RUBY_DOCDIR}/RMagick/ex/raise.rb
-${RUBY_DOCDIR}/RMagick/ex/random_channel_threshold.jpg
-${RUBY_DOCDIR}/RMagick/ex/random_channel_threshold.rb
 ${RUBY_DOCDIR}/RMagick/ex/random_threshold_channel.jpg
 ${RUBY_DOCDIR}/RMagick/ex/random_threshold_channel.rb
 ${RUBY_DOCDIR}/RMagick/ex/rect01.gif
@@ -528,7 +524,6 @@
 ${RUBY_DOCDIR}/RMagick/cbezier5.rb.html
 ${RUBY_DOCDIR}/RMagick/cbezier6.rb.html
 ${RUBY_DOCDIR}/RMagick/channel.rb.html
-${RUBY_DOCDIR}/RMagick/channel_threshold.rb.html
 ${RUBY_DOCDIR}/RMagick/charcoal.rb.html
 ${RUBY_DOCDIR}/RMagick/chop.rb.html
 ${RUBY_DOCDIR}/RMagick/circle.rb.html
@@ -625,7 +620,6 @@
 ${RUBY_DOCDIR}/RMagick/quantize-m.rb.html
 ${RUBY_DOCDIR}/RMagick/radial_blur.rb.html
 ${RUBY_DOCDIR}/RMagick/raise.rb.html
-${RUBY_DOCDIR}/RMagick/random_channel_threshold.rb.html
 ${RUBY_DOCDIR}/RMagick/random_threshold_channel.rb.html
 ${RUBY_DOCDIR}/RMagick/rect01.rb.html
 ${RUBY_DOCDIR}/RMagick/rect02.rb.html
Index: distinfo
===================================================================
RCS file: /home/cvsroot/NetBSD/pkgsrc/graphics/ruby-RMagick/distinfo,v
retrieving revision 1.6
diff -u -r1.6 distinfo
--- distinfo    17 Jul 2005 14:39:21 -0000      1.6
+++ distinfo    8 Sep 2005 02:02:14 -0000
@@ -1,5 +1,5 @@
 $NetBSD: distinfo,v 1.6 2005/07/17 14:39:21 taca Exp $
 
-SHA1 (ruby/RMagick-1.9.0.tar.gz) = 2a8569b961ec62f63e2b205af76930d95b97138a
-RMD160 (ruby/RMagick-1.9.0.tar.gz) = 3d4256f02e30e4f2a977bd51b77ea5daaa5dd875
-Size (ruby/RMagick-1.9.0.tar.gz) = 983616 bytes
+SHA1 (ruby/RMagick-1.9.1.tar.gz) = f6ca185df435eddc50ffa8b5089688693bd5c99f
+RMD160 (ruby/RMagick-1.9.1.tar.gz) = b7f2c693c78348886a8bc6bd841a36e54662dc89
+Size (ruby/RMagick-1.9.1.tar.gz) = 915084 bytes




Home | Main Index | Thread Index | Old Index