pkgsrc-Bugs archive

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

pkg/32663: Update graphics/ruby-RMagick from 1.9.3 to 1.10.0



>Number:         32663
>Category:       pkg
>Synopsis:       Update graphics/ruby-RMagick from 1.9.3 to 1.10.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Sun Jan 29 12:25:00 +0000 2006
>Originator:     OBATA Akio
>Release:        NetBSD 3.0.0_STABLE
>Organization:
        LINS, Japan.
>Environment:
System: NetBSD miki.lins.jp 3.0.0_STABLE NetBSD 3.0.0_STABLE (MIKI) #8: Wed Jan 
11 02:28:09 JST 2006 root@:/usr/src/sys/arch/i386/compile/MIKI i386
Architecture: i386
Machine: i386
>Description:
        RMagick 1.10.0 has been released.
        
        This is the first major release since last October. Release 1.10.0 adds
        four new methods to the Image class, a handful of new Colorspace values,
        and fixes for all known bugs. RMagick works with the latest production
        releases of ImageMagick and GraphicsMagick, including the just-released
        ImageMagick 6.2.6.

        Changes:
            o Added add_noise_channel method to Image
              class (available with ImageMagick 6.2.5)
            o Added vignette method to the Image class
              (available with ImageMagick 6.2.6)
            o Added crop_resize method to the Image class
              (thanks to Jerret Taylor for the suggestion
              and original code)
            o Added export_pixels_to_str method to the
              Image class
            o Provided default arguments to
              Image#export_pixels
            o Added "order" option to Image#ordered_dither
            o Added cyan, magenta, yellow, and black
              attribute accessors to the Pixel class
            o Added CineonLogRGBColorspace, LABColorspace,
              Rec601LumaColorspace,
              Rec601YCbCrColorspace, Rec709LumaColorspace, 
              Rec709YCbCrColorspace, 
              LogColorspace enumerators to the
              ColorspaceType enumeration class.
            o Fixed bug #2844, Image#to_blob exits if the
              image is a 0x0 JPEG
            o Fixed bug #2688, Image#annotate,
              Draw#get_multiline_type_metrics handle
              newline characters properly
            o Tested with ImageMagick 6.2.6
            o Removed support for all versions of
              ImageMagick prior to 6.0.0
>How-To-Repeat:
        N/A
>Fix:
        Here is a patch for update.

Index: pkgsrc/graphics/ruby-RMagick/Makefile
===================================================================
RCS file: /home/cvsroot/NetBSD/pkgsrc/graphics/ruby-RMagick/Makefile,v
retrieving revision 1.15
diff -u -r1.15 Makefile
--- pkgsrc/graphics/ruby-RMagick/Makefile       24 Jan 2006 07:32:17 -0000      
1.15
+++ pkgsrc/graphics/ruby-RMagick/Makefile       29 Jan 2006 10:48:56 -0000
@@ -1,10 +1,9 @@
 # $NetBSD: Makefile,v 1.15 2006/01/24 07:32:17 wiz Exp $
 
-DISTNAME=      RMagick-1.9.3
+DISTNAME=      RMagick-1.10.0
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME}
-PKGREVISION=   2
 CATEGORIES=    graphics ruby
-MASTER_SITES=  http://rubyforge.org/frs/download.php/6499/
+MASTER_SITES=  http://rubyforge.org/frs/download.php/8172/
 EXTRACT_SUFX=  .tar.bz2
 
 MAINTAINER=    obata%lins.jp@localhost
Index: pkgsrc/graphics/ruby-RMagick/PLIST
===================================================================
RCS file: /home/cvsroot/NetBSD/pkgsrc/graphics/ruby-RMagick/PLIST,v
retrieving revision 1.3
diff -u -r1.3 PLIST
--- pkgsrc/graphics/ruby-RMagick/PLIST  13 Sep 2005 14:38:14 -0000      1.3
+++ pkgsrc/graphics/ruby-RMagick/PLIST  29 Jan 2006 11:37:07 -0000
@@ -22,6 +22,7 @@
 ${RUBY_EXAMPLESDIR}/RMagick/import_export.rb
 ${RUBY_EXAMPLESDIR}/RMagick/pattern_fill.rb
 ${RUBY_EXAMPLESDIR}/RMagick/rotating_text.rb
+${RUBY_EXAMPLESDIR}/RMagick/spinner.rb
 ${RUBY_EXAMPLESDIR}/RMagick/thumbnail.rb
 ${RUBY_EXAMPLESDIR}/RMagick/vignette.rb
 @dirrm ${RUBY_EXAMPLESDIR}/RMagick
@@ -218,6 +219,8 @@
 ${RUBY_DOCDIR}/RMagick/ex/crop.rb
 ${RUBY_DOCDIR}/RMagick/ex/crop_after.jpg
 ${RUBY_DOCDIR}/RMagick/ex/crop_before.jpg
+${RUBY_DOCDIR}/RMagick/ex/crop_resized.jpg
+${RUBY_DOCDIR}/RMagick/ex/crop_resized.rb
 ${RUBY_DOCDIR}/RMagick/ex/crop_with_gravity.miff
 ${RUBY_DOCDIR}/RMagick/ex/crop_with_gravity.rb
 ${RUBY_DOCDIR}/RMagick/ex/cubic01.gif
@@ -479,6 +482,8 @@
 ${RUBY_DOCDIR}/RMagick/ex/unsharp_mask.rb
 ${RUBY_DOCDIR}/RMagick/ex/viewex.gif
 ${RUBY_DOCDIR}/RMagick/ex/viewex.rb
+${RUBY_DOCDIR}/RMagick/ex/vignette.jpg
+${RUBY_DOCDIR}/RMagick/ex/vignette.rb
 ${RUBY_DOCDIR}/RMagick/ex/wave.jpg
 ${RUBY_DOCDIR}/RMagick/ex/wave.rb
 ${RUBY_DOCDIR}/RMagick/ex/writing_mode01.gif
@@ -526,6 +531,7 @@
 ${RUBY_DOCDIR}/RMagick/channel.rb.html
 ${RUBY_DOCDIR}/RMagick/charcoal.rb.html
 ${RUBY_DOCDIR}/RMagick/chop.rb.html
+${RUBY_DOCDIR}/RMagick/crop_resized.rb.html
 ${RUBY_DOCDIR}/RMagick/circle.rb.html
 ${RUBY_DOCDIR}/RMagick/circle01.rb.html
 ${RUBY_DOCDIR}/RMagick/clip_path.rb.html
@@ -690,6 +696,7 @@
 ${RUBY_DOCDIR}/RMagick/unsharp_mask.rb.html
 ${RUBY_DOCDIR}/RMagick/usage.html
 ${RUBY_DOCDIR}/RMagick/viewex.rb.html
+${RUBY_DOCDIR}/RMagick/vignette.rb.html
 ${RUBY_DOCDIR}/RMagick/wave.rb.html
 ${RUBY_DOCDIR}/RMagick/writing_mode01.rb.html
 ${RUBY_DOCDIR}/RMagick/writing_mode02.rb.html
Index: pkgsrc/graphics/ruby-RMagick/distinfo
===================================================================
RCS file: /home/cvsroot/NetBSD/pkgsrc/graphics/ruby-RMagick/distinfo,v
retrieving revision 1.10
diff -u -r1.10 distinfo
--- pkgsrc/graphics/ruby-RMagick/distinfo       3 Jan 2006 14:25:50 -0000       
1.10
+++ pkgsrc/graphics/ruby-RMagick/distinfo       29 Jan 2006 11:00:26 -0000
@@ -1,5 +1,5 @@
 $NetBSD: distinfo,v 1.10 2006/01/03 14:25:50 taca Exp $
 
-SHA1 (RMagick-1.9.3.tar.bz2) = bb71a0181231ca99b58533e7660f724ecff89230
-RMD160 (RMagick-1.9.3.tar.bz2) = 72d925fef3afc74b935408d999565863509adb5a
-Size (RMagick-1.9.3.tar.bz2) = 916176 bytes
+SHA1 (RMagick-1.10.0.tar.bz2) = 85b29800c99c3d775ed1163286b9b08e8c6281af
+RMD160 (RMagick-1.10.0.tar.bz2) = 463f74026a04620111f1434c3debcd695671adcb
+Size (RMagick-1.10.0.tar.bz2) = 921447 bytes




Home | Main Index | Thread Index | Old Index