Commit graph

58 commits

Author SHA1 Message Date
taca
f0507b314d Update ruby18-RMagick pacakge to 2.7.0.
RMagick 2.7.0
    o Fix bug #22152, extconf.rb does not respect the LDFLAGS environment
      variable (bug report by Joseph Sokol-Margolis)
    o Fix bug #22190, the NoDitherMethod enum value is not defined in
      ImageMagick 6.4.2
    o Add the TrimBoundsLayer ImageLayerMethod enum value (available in
      ImageMagick 6.4.3-8)
    o Add the CopyAlphaChannel, ExtractAlphaChannel, OpaqueAlphaChannel,
      ShapeAlphaChannel, and TransparentAlphaChannel AlphaChannelType enum
      values (available in ImageMagick 6.4.3-7)
    o Rename Image#affinity and ImageList#affinity to Image#remap and
      ImageList#remap. Retain the old names as aliases. (Changed in ImageMagick
      6.4.4-0)
2008-09-29 14:28:45 +00:00
taca
cc645d1914 Update ruby-RMagick package to 2.6.0.
RMagick 2.6.0
    o Fix bug #21237, Image::write ignores format attribute when called with a
      Tempfile pathname (bug report by Jack Shedd)
    o Fix bug #21897, ImageList#from_blob abends when certain corrupt JPEG
      images are used (bug report by Peter Szabo)
    o Add Image#composite_tiled, Image#composite_tiled! (ref:
      http://rubyforge.org/forum/forum.php?thread_id=27347&forum_id=33)
    o Add Image#deskew (available with ImageMagick 6.4.2-5)
    o Add Image#define, Image#undefine (available in ImageMagick 6.3.6)
    o Add Image#level_colors (available in ImageMagick 6.4.2-1)
    o Add Image#levelize_channel (available in ImageMagick 6.4.2-1)
    o Add Image#affinity, ImageList#affinity (available in ImageMagick 6.4.3-6).
      These methods replace Image#map and ImageList#map.
    o Accept DitherMethod values for the dither argument to Image#quantize,
      ImageList#quantize
    o Add the BarrelDistortion, PolynomialDistortion, ShepardsDistortion,
      PolarDistortion, and DePolarDistortion MagickDistortion Method enum values
      (available in ImageMagick 6.4.2-6)
    o Add the HorizontalTileVirtualPixelMethod and
      VerticalTileVirtualPixelMethod VirtualPixelMethod enum values
      (available in ImageMagick 6.4.2-6)
    o Add DitherMethod enum class
    o Added general-purpose OptionalMethodArguments class to handle ad-hoc
      optional arguments.
    o Support optional "distort:viewport" and "distort:scale" arguments to
      Image#distort
    o Support optional highlight_color and lowlight_color arguments
      to Image#compare_channel

RMagick 2.5.2
    o Add support for MergeLayer to Magick::ImageList#optimize_layers (patch
      #21189, submitted by Andrew Watson)
    o Add PowQuantumOperator argument for Image#quantum_operator (available
      in ImageMagick 6.4.1-9)

RMagick 2.5.1
    o Update Pixel#to_color to work with the new QueryMagickColorname API in
      ImageMagick 6.4.1-9.

RMagick 2.5.0
    o Added Image#add_compose_mask, #delete_compose_mask (feature #20531)

RMagick 2.4.0
    o Added Image#image_type= (feature #20490)
2008-09-15 08:45:01 +00:00
taca
566453cb7a Bump PKGREVISION of rubygem based packages which contain extention libraries. 2008-06-19 15:21:35 +00:00
obache
189744d6b2 Drop maintainership.
These packages was switched to gem version, I'm not in the area.
2008-04-10 07:28:50 +00:00
obache
66236cebf9 PLIST has been changed by switch to gems, need bump PKGREVISION. 2008-04-04 16:15:32 +00:00
jlam
49044b1ec2 Install as a gem using the pkgsrc rubygem.mk framework instead of
directly into site_ruby.
2008-04-04 15:30:00 +00:00
obache
9e8d6eb7bb 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)
2008-04-02 01:59:59 +00:00
obache
280554388b RAA does not have recent archives. 2008-02-14 08:44:57 +00:00
obache
b484d851e2 Update Rmagick to 2.2.2.
Changes:
RMagick 2.2.2
    o Fixed bug #18016, check for InitializeMagick in libMagickCore
      (bug report from Dan Gilbert)
2008-02-13 14:48:25 +00:00
obache
5f5c6b51be DESTDIR handling is now in lang/ruby/modules.mk. 2008-02-08 15:11:47 +00:00
obache
891e233f3a Update RMagick to 2.2.0.
While here, add DESTDIR support.

Changes:
RMagick 2.2.0
    o Added Image#opaque_channel, Image#paint_transparent (available with
      ImageMagick 6.3.7-10)
    o Added Image#liquid_rescale (available with ImageMagick 6.3.8-2)
    o Added CMYColorspace ColorspaceType value
    o Fixed bug #17148, compiler error message on Solaris (bug report by Trever
      Wennblom)
    o Fixed bug #17470, get_exif_by_number, get_exif_by_entry may fail when
      called with one or more arguments
2008-01-31 06:18:24 +00:00
obache
c0c3a7acd4 Update RMagick to 2.1.0.
Changes:
RMagick 2.1.0
    o Added Image::Info#caption= attribute
    o Rename Image#crop_resized, #crop_resized! to #resize_to_fill,
      #resize_to_fill!. Add aliases for the old names.
    o Fix bug #16776, in the axes.rb example the last 2 arguments to
      border.rectangle are swapped (bug report by Alain Feler)
    o Fix bug #16931, apostrophe in #error directive causes error in some
      versions of GCC (bug report by Justin Dossey)
2008-01-12 04:35:47 +00:00
obache
f495956c64 Update RMagick to 2.0.0.
RMagick 2 is the future of RMagick. This is the version that will get new
methods and support new ImageMagick features.

RMagick 2 does not support GraphicsMagick.

Changes:
RMagick 2.0.0
    o Replaced configure/make/make install with standard Ruby setup.rb,
      extconf.rb
    o Removed support for Ruby earlier than 1.8.2
    o Removed support for GraphicsMagick. As a result these methods are no
      longer available: Image#grayscale_pseudo_class, Image#statistics.
    o Removed support for all releases of ImageMagick earlier than 6.3.0.
    o Removed deprecated Image#random_channel_threshold. Use
      Image#random_threshold_channel instead
    o Removed deprecated Image#channel_threshold. Use
      Image#random_threshold_channel instead
    o Removed unecessary Image#montage=
    o Removed unecessary and undocumented Image#image_type=
    o Removed deprecated Image::Info#tile_info, tile_info= attributes.
    o Removed deprecated Image::Info#tile, tile= attributes. Use #extract,
      #extract= instead
    o Removed deprecated Image::Info#subimage, subimage= attributes. Use
      scene, scene= instead
    o Removed deprecated Image::Info#subrange, subrange= attributes. Use
      number_scenes, number_scenes= instead
    o Removed deprecated Magick.set_monitor. Use Image#set_monitor,
      Image::Info#set_monitor instead
    o Removed deprecated RunlengthEncodedCompression CompressionType. Use
      RLECompression instead
    o Deprecated Image#matte, matte= with ImageMagick 6.3.5 and later
    o Added Image::Info#stroke=, stroke_width= and undercolor= attributes
    o Added Image::Info#tile_offset= attribute
    o Added Draw#fill_pattern= and #stroke_pattern= annotate attributes
    o Changed Image::Info[] and Image::Info[]= to allow an omitted \"format\"
      argument
    o Added Image#destroy!, destroyed?, check_destroyed methods
    o Support Image object creation/destruction tracing with the
      Magick.trace_proc attribute
    o Added Magick::QuantumRange. Magick::MaxRGB is deprecated.
    o Added OptimizeTransLayer, RemoveDupsLayer, RemoveZeroLayer,
      OptimizeImageLayer ImageLayerMethods enum values (available with
      ImageMagick 6.3.3),
      MosaicLayer, FlattenLayer (available with ImageMagick 6.3.6)
    o RMagick works with Q32 version of ImageMagick
    o Added ChangeMaskCompositeOp, DivideCompositeOp, LinearLightCompositeOp
      CompositeOperator enum values
    o Added SplineInterpolatePixel InterpolatePixelMethod enum value
    o Added DitherVirtualPixelMethod, RandomVirtualPixelMethod,
      BlackVirtualPixelMethod, GrayVirtualPixelMethod, WhiteVirtualPixelMethod
      (available with ImageMagick 6.3.5), and MaskVirtualPixelMethod (available
      with ImageMagick 6.3.3) VirtualPixelMethod enum values
    o Added GIFInterlace, JPEGInterlace, PNGInterlace Interlace type enum
      values (available with ImageMagick 6.3.4)
    o Added SentinelFilter FilterTypes enum value (available in ImageMagick
      6.3.6)
    o Added Image.combine
    o Added Image#separate (available with ImageMagick 6.3.2)
    o Added Image#distort (available with ImageMagick 6.3.5)
    o Added Image#each_pixel (thanks to Russell Norris for the suggestion and
      code)
    o Added Image#histogram? (available with ImageMagick 6.3.5)
    o Added Image#sync_profiles  (available with ImageMagick 6.3.2)
    o Added Image#extent (available with ImageMagick 6.3.1)
    o Added Image#excerpt, Image#excerpt! (available with ImageMagick 6.3.5)
    o Added Image::Info#attenuate
    o Added Image#clut_channel (available with ImageMagick 6.3.5)
    o Feature Request #16264, added ImageList#composite_layers (available with
      ImageMagick 6.3.3, request from Steve Martocci)
    o Added Image#alpha= (available with ImageMagick 6.3.5)
    o Added Image#gravity=
    o Added Image#equalize_channel (available with ImageMagick 6.3.6)
    o Added new FilterTypes values KaiserFilter, WelshFilter, ParzenFilter,
      LagrangeFilter, BohmanFilter, BartlettFilter (available with ImageMagick
      6.3.6)
    o Fix bug #10339, Image#trim does not support \"reset page information
      option\" (bug report from Nobody)
    o Renamed RMagick.so to RMagick2.so to prevent confusion between RMagick.rb
      and RMagick.so
    o Feature Request #16276, re-organize doc to not split Image method pages
      in the middle of an initial letter (request from Roy Leban)
    o Updated for ImageMagick 6.3.7-5
    o Made changes as necessary to work with current Ruby 1.9.0
2008-01-04 03:05:13 +00:00
obache
01d43b8db0 Update RMagick to 1.15.12.
Changes:
RMagick 1.15.12
o Fix bug #16221, starting with ImageMagick 6.3.2,
  get_exif_by_entry/number returns empty
  array/hash when no arguments are specified, even
  though the image has EXIF data (bug report from
  Paul Clegg)
o Fix bug #16449, Image#store_pixels removes
  opacity channel (bug report from Hans de Graaff)
2007-12-31 00:08:22 +00:00
obache
9154f873f0 Update RMagick to 1.15.11.
RMagick 1.15.11
o Fix bug #15887, the x_ and y_resolution
  attributes don't respect the units attribute
  (bug report from Ben Greenburg)
o Fix bug #15889, memory leak in
  Draw#composite method (bug report from Till
  Vollmer)
2007-11-26 03:21:30 +00:00
obache
f325031771 Update RMagick to 1.15.10.
o Update Magick::Pixel.from_HSL, #to_HSL to work with new APIs in ImageMagick
  6.3.5-9.
2007-09-18 04:07:29 +00:00
obache
a676899635 Update RMagick to 1.15.9.
Changes: Fixed bug #12089 (bug report from Hans de Graaff)
2007-08-10 04:27:40 +00:00
obache
6b6f1f96ca Update ruby-RMagick to 1.15.8.
Changes:
o Fixed bug #12671, incorrect link in HTML doc (bug report
  from Thomas R. Koll
o Fixed bug #11890, incorrect usage description for
   Draw#text_undercolor in HTML doc (bug report from Ezra
   Freedman)
o Fixed bug #12706, specifying both a gravity and offsets to
  Image#composite positions the composite image incorrectly
  (bug report from Benoit Larroque)
2007-08-02 00:46:18 +00:00
obache
9f32b79b2d Update RMagick to 1.15.7.
RMagick 1.15.7
o Fix bug #11033, make distclean misses some files
  (bug report from Lucas Nussbaum)
o Work around SetMagickRegistry problem in
  ImageMagick 6.3.4-7
2007-06-10 04:43:58 +00:00
obache
3623ef1e5c Update RMagick to 1.15.6.
Changes:
RMagick 1.15.6
o Fix bug #10070, memory leak in
  Draw#get_type_metrics,
  Draw#get_multiline_type_metrics,
  Draw#annotate (bug report from Sinclair Bain)
o Fix bug #10080, scripts in examples
  directory should not be marked executable (bug
  report from Lucas Nussbaum)
2007-04-27 13:41:58 +00:00
obache
e77d6405ed Update RMagick to 1.15.5.
Changes:
RMagick 1.15.5
o Fix bug #9637, export_pixels always exports all
  0's for 1-bit images (bug report from Doug Patterson)
2007-04-08 06:23:20 +00:00
obache
aed6110a04 Change my mail address to @NetBSD.org. 2007-04-01 01:58:36 +00:00
obache
5e064cd8c4 Update ruby-RMagick to 1.15.4.
Changes:
RMagick 1.15.4
o Fix bug #8927, RMagick and rbgsl both export the
  name ID_call (bug report from Shin Enomoto)
2007-03-04 01:57:10 +00:00
obache
3f7321d4d9 Update ruby-RMagick to 1.15.3.
Changes:
RMagick 1.15.3
o Fix bug #8697, Image::Info.fill= doesn't work when creating "caption:" format
  images (bug report from choonkeat)
2007-02-20 00:53:30 +00:00
joerg
61c76992a7 Modular Xorg support. 2007-02-15 14:58:19 +00:00
obache
caf680c4f6 Update ruby-RMagick to 1.15.2.
Changes:
RMagick 1.15.2
o Fix bug #8408, a compatibility problem with some
  versions of ImageMagick before 6.2.5 (bug report
  from Geir Gluckstad)
2007-02-04 22:11:07 +00:00
obache
16097ac6f8 Update ruby-RMagick to 1.15.1.
Changes:
RMagick 1.15.1
o Fix compatibility problems with older (6.0.x) versions of ImageMagick
2007-02-02 01:37:07 +00:00
obache
0a947118f7 Update ruby-RMagick to 1.15.0
ChangeLog:
RMagick 1.15.0
    o Added fx method to ImageList class
    o Added wet_floor method to the Image class
    o Added linear_stretch method to the Image class (available with
      ImageMagick 6.3.1-1)
    o Added recolor method to the Image class (available with ImageMagick 6.3.1-
3)
    o Added polaroid method to the Image class (available with ImageMagick 6.3.1
-6)
    o Added origin attribute to the Image::Info class (supported by
      ImageMagick 6.3.1-4 and later)
    o Added PaletteBilevelMatteType to the ImageType enum (available with
      ImageMagick 6.2.9)
    o Fix bug #6260, some RVG examples produce all-black GIF images
    o Fix bug #7034, fix the matte method in the Draw class
    o Fix bug #7373, default channels should be RGB instead of RGBA
    o Fix bug #7716, Pixel#intensity wrong for gray images (bug report from
      Morio Miki)
    o Fix bug #7949, Magick::Draw.new abends when an exception occurs before
      the draw object is fully initialized (bug report from Andrew Kaspick)
    o Fix bug #8015, Magick::Draw.new doesn't call the optional arguments block
      in the right scope (bug report from Andrew Kaspick)
    o Tested with ImageMagick 6.3.2-0
2007-01-22 01:40:44 +00:00
wiz
e5b04d25c0 Very belatedly bump PKGREVISION for all jasper dependencies because
of the shlib name change (!) during the update to 1.900.0.

Noted by Robert Elz in PR 35431.
2007-01-17 23:47:18 +00:00
obache
1cdfd49312 Update RMagick to 1.14.1.
pkgsrc changes:
You can select backend imaging library, GraphicsMagick or ImageMagick,
default is GraphicsMagick now.

Changes:
o Feature request #5015, support CMYK->RGB conversions. Added the
  add_profile and delete_profiles to the Image class. Fixed the profile!,
  iptc_profile, and color_profile methods. Added the
  black_point_compensation attribute. (requested by Niklas Ekman)
o Added adaptive_blur, adaptive_blur_channel, find_similar_region, sketch
  methods to the Image class (available with ImageMagick 6.2.8-6)
o Added adaptive_resize to the Image class (available with
  ImageMagick 6.2.9)
o Added resample method to the Image class (thanks to Ant Peacocke for the
Update RMagick to 1.14.1.

pkgsrc changes:
You can select backend imaging library, GraphicsMagick or ImageMagick,
default is GraphicsMagick now.

Changes:
1.14.1:
o Handle change to the type of the ColorInfo.color field introduced by
  ImageMagick 6.3.0.
1.14.0:
o Feature request #5015, support CMYK->RGB conversions. Added the
  add_profile and delete_profiles to the Image class. Fixed the profile!,
  iptc_profile, and color_profile methods. Added the
  black_point_compensation attribute. (requested by Niklas Ekman)
o Added adaptive_blur, adaptive_blur_channel, find_similar_region, sketch
  methods to the Image class (available with ImageMagick 6.2.8-6)
o Added adaptive_resize to the Image class (available with
  ImageMagick 6.2.9)
o Added resample method to the Image class (thanks to Ant Peacocke for the
  idea)
o Added four new compositing methods to the Image class: blend, displace,
  dissolve, and watermark
o Feature request #5418, add get_iptc_dataset and each_iptc_dataset to the
  Image class (requested by Oliver Andrich)
o Added the bias and mask attributes to the Image class
o Added optional qualifier argument to Image#rotate
o Patch #5742 from Douglas Sellers, adds channel method to the Image::Info
  class.
o Feature request #5418, add get_iptc_dataset and each_iptc_dataset to the
  Image class (requested by Oliver Andrich)
o Added the bias and mask attributes to the Image class
o Added optional qualifier argument to Image#rotate
o Patch #5742 from Douglas Sellers, adds channel method to the Image::Info
  class.
o Added new ChannelType enum values
o Added texture= attribute writer to the Image::Info class
o Added tile= attribute writer to the Draw class
o Added  pixel_interpolation_method attribute, InterpolatePixelMethod enum
  class to the Image class (available with ImageMagick 6.2.9)
o Added "Magick Command Options and Their Equivalent Methods" page to the
  documentation
o Fix bug #5079, Image#quantum_operator method doesn't work (bug report
  from Pedro Martins)
o Fix bug #5080, incorrect RVG images when non-0 values used for the min_x
  or min_y arguments to RVG#viewbox (bug report from Daniel Harple)
o Fix bug #5370, the clip_mask= attribute doesn't work
o Fix bug #5506, wrong argument used to intialize AffineMatrix (bug
  report from Michael Shantzis)
2006-10-28 02:04:31 +00:00
obache
fcaff079d0 *** empty log message *** 2006-10-28 02:03:45 +00:00
taca
39a1b534b3 Sort PLIST. 2006-09-07 15:51:25 +00:00
taca
4ac78a6a44 Backout previous change since something wrong with generating some
image files.  It should be fixed and PLIST should not be changed.
Noted by OBATA Akio on pkgsrc-changes.

Bump PKGREVISION.
2006-08-08 03:14:02 +00:00
taca
e344727891 Correct PLIST and bump PKGREVISION. 2006-08-07 16:16:31 +00:00
taca
1997286e2a Update ruby-RMagick package 1.13.0:
RMagick 1.13.0
    o Added transform, transform!, transpose, transpose! methods to Image class
      (available with ImageMagick 6.2.8)
    o Feature #4844, add auto_orient, auto_orient! methods to Image class
      (suggestion from John Oordopjes, available with ImageMagick 6.2.8)
    o Added adaptive_sharpen, adaptive_sharpen_channel methods to Image class
      (available with ImageMagick 6.2.7)
    o Added composite_image_channel, composite_image_channel! methods to Image
      class (added in ImageMagick 6.2.6)
    o Added radial_blur_channel method to Image class (available in
      ImageMagick 6.2.4)
    o Fix bug #4806, add hash, eql? methods to Pixel class (bug report from
      Tim Pease)
    o Change extension filename to match RubyGems 0.9.0 expectations.
    o Fix bug #4821, correct doc for Image#rotate (bug report from Tim Pease)
    o Update the Draw#annotate documentation
2006-07-02 11:03:27 +00:00
taca
3975f3cc4e Update graphics/ruby18-RMagick pacakge to 1.12.0.
RMagick 1.12.0
    o Fix bug #4630, the new signature for #level is incompatible with
      releases prior to 1.10.1 (bug report from Al Evans)
2006-06-07 03:09:35 +00:00
taca
a93e3761dc 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
2006-05-31 04:32:28 +00:00
wiz
991dcdf978 Mark as BROKEN_IN pkgsrc-2006Q1 according to
ftp://ftp.NetBSD.org/pub/pkgsrc/misc/kristerw/pkgstat/i386-3.0/20060501.1050/broken.html
2006-05-18 20:29:58 +00:00
wiz
02f8f7c52d Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +00:00
taca
de2f20fc30 Update ruby-RMagick package to 1.10.1 applying patch noted by
PR pkg/33056 from OBATA Akio.

RMagick 1.10.1
 o Fix bug #3437, memory leak in ImageList#to_blob
 o Fix bug #3363, Image#composite doesn't work when the source image
   is bigger than the destination
 o Fix bug #3635, Image#import_pixels doesn't accept FloatPixel or DoublePixel
   storage types
 o Feature #3597, add border_color attribute to the Draw class
2006-03-12 03:46:07 +00:00
taca
b8ff2c5290 Update ruby-RMagick package to 1.10.0.
RMagick 1.10.0
    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
2006-03-02 15:53:08 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
wiz
768c589c29 Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
of the shlib major bump.
PKGREVISION++ for the dependencies.
2006-01-24 07:31:52 +00:00
taca
435219cbd2 Bump PKGREVISION by update of ruby18-base package. 2006-01-03 15:07:28 +00:00
taca
dccd827fac Stop handling DIST_SUBDIR default for Ruby based packages.
Second, update distinfo and/or stop using USE_RUBY_DIST_SUBDIR in Makefiles.
2006-01-03 14:25:49 +00:00
jlam
e6e49a2f0f Change all instances of including mk/ghostscript.mk into asking for
the appropriate tool via USE_TOOLS (usually "gs:run"), and remove
ghostscript.mk.  This change removes a rather out-dated file from
pkgsrc and switches packages to use the more compact implementation
of the Ghostcript-handling inside the tools framework.
2005-11-28 06:41:20 +00:00
taca
86aa02418d Remove specifying RUBY_VERSION_SUPPORTED. 2005-11-03 07:19:34 +00:00
taca
1fa1f3a31a Update ruby-RMagick package to 1.9.3 applying patch provided by
PR pkg/31856 from OBATA Akio.
2005-11-03 05:10:16 +00:00
taca
2d0ceba29e Update ruby-RMagick package to 1.9.2 based on PR pkg/31408 from OBATA Akio.
pkgsrc's change is to use bz2 archive.

RMagick 1.9.2
    o Feature 2412, add the virtual_pixel_method attribute and the
		    VirtualPixelMethod enumeration
    o Feature 2462, add the ticks_per_second attribute
2005-10-02 06:41:47 +00:00
taca
4d9187c8f8 Update graphics/ruby-RMagick package to 1.9.1 applying patch from
PR pkg/31251 provided by Akio Obata.

RMagick 1.9.1
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.
2005-09-13 14:38:14 +00:00