pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Update ruby-gnome2 packages to 3.0.9.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c0970f9ecd2f
branches:  trunk
changeset: 353631:c0970f9ecd2f
user:      tsutsui <tsutsui%pkgsrc.org@localhost>
date:      Sun Oct 09 15:43:30 2016 +0000

description:
Update ruby-gnome2 packages to 3.0.9.

Upstream changes:
(from https://github.com/ruby-gnome2/ruby-gnome2/blob/3.0.9/NEWS)

== Ruby-GNOME2 3.0.9: 2016-08-12

=== Changes

==== All

  * Update Realease date in NEWS.
  * Use the latest Rubies.
  * Readme: update ruby versions supported.
    [Patch by cedlemo]
  * travis: install experimental gems dependent packages for GSF and GOffice.
    [patch by Hiroshi Hatake]
  * add GSF, GOffice and Gnumeric in the main Rakefile.
    [patch by cedlemo]
  * ignore no-GI version of gdk_pixbuf2 in main run-test.rb and in the main extconf.rb.
  * remove conditionnal macro based on HAVE_RUBY_ENCODING_H.
  * clean code in main Rakefile.
  * define top level windows:version:update in main Rakefile.

==== Ruby/GIO2

  * Improvements
  * Fixes
    * remove needless lazy initialization.
    * follow GI API improvement.

==== Ruby/GLIB2

  * Improvements
    * support for GLib 2.30 on CentOS 6.
      [ruby-list:50310][5.5]
      [ruby-list:50316][5.5]
    * add GLib 2.30 check.
    * add GLib 2.34 check.
    * support customizing signal callback.
    * support (({GObject#bind_property_full})).
      [patch by cedlemo]
    * clean code and style issue.
    * fix GC bug that alive proc may be GC-ed.
  * Fixes
    * windows: improve rake.
      * split g-ir-compiler args.
      * add debug option as comment.
      * fix wrong define location.
      * use predicate style.
    * fix wrong function in rbglib-variant.c.
    * bump version.
    * use SPDX format for license.
    * homebrew:
      * add workaround for libffi.pc isn't found on OS X.
      * enable libffi workaround for gi.
    * remove checks for old Ruby.
    * Ruby 2.1 or later has (({rb_str_new_cstr})).
    * set UTF-8 encoding to (({GLIB.XXX_to_utf8})) return value.
    * remove unused variables in rbglib_convert.c.
      [patch by cedlemo]
    * support Ruby 2.4 Integer unification.
      [patch Hiroshi Hatake]
    * gnome2 rake add windows:version:update task.
    * gnome2 rake reduce too much update.
    * gnome2 rake accept the latest version isn't found case.
    * gnome2 rake ignore development series.
    * windows: update dependencies.
      * support :freedesktop download site.
      * support :freedesktop_gstreamer download site.
      * ignore development version in :freedesktop_gstreamer.

==== Ruby/GStreamer

  * Improvements
  * Fixes
    * windows: improve rake file.
      * update patches.
      * follow file name change.
      * specify x86_64 as arch for 64bit Windows.
      * stop splitting g-ir-compiler args by default.
      * fix typo.
    * windows: update dependencies.
      * use :freedesktop_gstreamer download_site.
      * update external packages.

==== Ruby/Poppler

  * Improvements
  * Fixes
    * windows: improve rake file.
      * use https.
    * add missing Makefile existence check.
    * segmentation fault in (({Poppler::Page#text_layout})).
      [patch by YAMAMOTO Masayuki]
    * use (({GdkPixbuf::Pixbuf})) form in sample files.
      [patch by cedlemo]
    * remove needless gdk_pixbuf2 build dependency.
    * add missing make file existence check in run-test.rb.

==== Ruby/GObjectIntrospection

  * Improvements
    * support dispatching by Flags and Enums.
      [GitHub#745][Reported by Mamoru TASAKA]
    * cache results of methods of (({GI::CallableInfo})).
      [GitHub#749][Reported by rafagf1]
    * cache collection reader result.
      [GitHub#749][Reported by rafagf1]
    * reduce needless function call.
      [GitHub#749][Reported by rafagf1]
    * cache (({GI::AgInfo#gclosure?})).
    * add (({GI::Loader#rubyish_class_name})).
      [patch by cedlemo]
    * accept on_XXX as predicate method name.
    * support gslist of structure values as return value.
      [patch by cedlemo]
    * make constant name easy to customize.
 * Fixes
    * fix a typo in loader.rb.
    * fix a bug that int32[] returns wrong values.
      [GitHub#758][reported by TASAKA]
    * don't return array length output argument for return value.
    * windows: update dependencies.

==== Ruby/GDK3

  * Improvements
  * Fixes
    * windows:
      * support symbolic icons.
        [GitHub#750][Abby Archer]
    * use (({GdkPixbuf::Pixbuf})) form in gdk3 library and test files.
      [patch by cedlemo]
    * Rake file update GTK+ version.

==== Ruby/GTK3

  * Improvements
    * update gtk-demo textscroll.
      [patch by cedlemo]
    * update gtk-demo data files to Gtk 3.20.
      [patch by cedlemo]
    * cache (({Gtk::TreeModel#get_column_type})).
      [GitHub#749][Reported by rafagf1]
    * update gtk-demo main.rb to Gtk 3.20.
      [patch by cedlemo]
    * update theming_style_classes gtk demo to 3.20.
      [patch by cedlemo]
    * update assistant gtk demo to 3.20.
      [patch by cedlemo]
    * update css related gtk demos to 3.20.
      [patch by cedlemo]
    * update markup gtk demo to 3.20.
      [patch by cedlemo]
    * update font-features demo to 3.20.
      [patch by cedlemo]
    * make (({Gtk::TreeView#expand_row})) rubyish.
    * support "row-collapsed" and "row-expanded" signals for (({Gtk::TreeView})).
      [GitHub#762][Reported Eric Cunningham]
    * update misc sample bindings.rb to Gtk 3.20.
      [patch by cedlemo]
    * update rotated text gtk demo.
      [patch by cedlemo]
    * update pixbufs gtk demo.
      [patch by cedlemo]
    * hide "found" return value from (({Gtk::TextView#get_iter_at_XXX})).
      [GitHub#794][Reported by Miguel Hern?ndez]
    * add (({Gtk::TextView#get_iter_at}))
  * Fixes
    * guard text marks from GC.
      [GitHub#743][Reported by cedlemo]
    * fix a bug that GC-ed (({Gtk::TextTag})) may be reused.
    * relax condition in test for (({Gtk::ListStore})).
    * use GTK+ version check in test for (({Gtk::Image})).
    * fix issue in the gtk3 tutorial.
      [patch from Renich Bon Ciric]
    * follow (({Gtk::TextBuffer#select_bounds})) API change.
      [GitHub#794][Reported by Miguel Hernandez]
    * (({Gtk::TextView#get_iter_at*})) return nil when not found.
      [GitHub#794][Reported by Miguel Hernandez]
    * fix typo at gtk-demo.
      [patch by tSU_RooT]
    * use (({GdkPixbuf::Pixbuf})) form in gtk-demo files.
      [patch by cedlemo]
    * use (({GdkPixbuf::Pixbuf})) form in sample misc files.
      [patch by cedlemo]
    * use (({GdkPixbuf::Pixbuf})) form in test files.
      [patch by cedlemo]
    * gtk3 sample: follow (({Gtk::TextBuffer#select_bounds})) API change.
      [GitHub#794][Reported by Miguel Hern?ndez]
    * (({Gtk::TextView#get_iter_at*})) return nil when not found.
      [GitHub#794][Reported by Miguel Hern?ndez]
    * fix wrong method used in order to set window size in tutorial samples.
      [patch by Renich Bon Ciric]
    * fix label in ((#Gtk::TextView})) tests.
    * fix typo at gtk-demo.
      [patch by tSU_RooT]
    * update all samples, tests, demo, tutorial to use (({GdkPixbuf#Pixbuf})).
      [patch by cedlemo]
    * add gtk3 demo transparent.rb.
      [patch by cedlemo]
    * update sample with (({Gtk::SeclectionData})) API changes.
      [patch by cedlemo]
    * lib and tests follow GI API improvement.
    * test omit on old GTK+.
    * require more newer GTK+ version for (({Gtk::TextView})) test.

==== Ruby/Pango

  * Improvements
    * add tests for (({Pango::Context})).
      [patch by cedlemo]
    * improve tests for (({Pango::Context})).
    * implement (({Pango::Context#set_chape_renderer})).
    * add (({Pango::AttrShape#data})).
      [GitHub#766][Reported by cedlemo]
  * Fixes
    * fix error with MACRO usage in rbpangoattrlist.c.
      [patch by cedlemo]
    * fix a bug that (({Pango#GlyphGeometry#geometry=})) does nothing.
    * fix GC related problem in rbpangocontext.c.
    * windows: update external packages.

==== Ruby/GSF

  * Improvements
    * start GSF module.
      [patch by cedlemo]
  * Fixes
    * follow GI API improvement.
    * windows: fix external package name.
    * windows: update external packages.

==== Ruby/GOffice

  * Improvements
    * start GOffice module.
      [patch by cedlemo]
    * support version.
  * Fixes
    * add tests for GOffice.
    * use (({GI::Loader#rubyish_class_nme})) in loader.rb.
      [patch by cedlemo]
    * add rules in order to fix issues when building objects.
      [patch by cedlemo]
    * add availability check in tests.
    * fix condition issue in test.
    * make some tests omitted when run by Travis CI.
    * windows: update external packages.

==== Ruby/Gnumeric

  * Improvements
    * start Gnumeric module.
      [patch by cedlemo]
  * Fixes
    * add missing dependency in run-test.rb.
    * use (({GI::Loader#rubyish_class_nme})) in loader.rb.
      [patch by cedlemo]
    * add rules in order to fix issues when building objects.
      [patch by cedlemo]
    * travis : add gnumeric as package to install instead of relying on dep.
      [patch by cedlemo]
    * improve renaming rules for C structures to ruby Class in GI loader.
      [patch by cedlemo]
    * add rules in order to avoid 2 objects information beeing reloaded.
      [patch by cedlemo]
    * windows: fix external package version.

==== Ruby/GdkPixbuf2
  * Improvements
    * replace C implementation with one based on GObject-Introspection.
      [patch by cedlemo]
    * implement backward compatibility for (({GdkPixbuf::Pixbuf.new})).
      [patch by cedlemo]
    * add rubyish methods.
    * add (({GdkPixbuf::Pixbuf#composite!})).
    * implement rubyish methods:
       * (({GdkPixbuf#dup}))
       * (({GdkPixbuf#fill!}))
       * (({GdkPixbuf#rotate}))
       * (({GdkPixbuf#saturate_and_pixelate}))
       * (({GdkPixbuf#save}))
       * (({GdkPixbuf#scale}))
       * (({GdkPixbuf#scale!}))
    * support version information.
    * support options in (({GdkPixbuf::Pixbuf#composite})) and (({GdkPixbuf::Pixbuf#composite!})).
  * Fixes
    * remove needless lazy initialization.
    * improve tests.
    * add deprecated message for backward compatibility.
    * add tests for (({GdkPixbuf::Pixbuf#new})).
      [patch by cedlemo]
    * add tests for (({GdkPixbuf::Pixbuf#dup})) and (({GdkPixbuf::Pixbuf#fill!})).
      [patch by cedlemo]
    * ignore no-gi version of gdk_pixbuf2 in run-test.rb and extconf.rb.
    * add tests for (({GdkPixbuf::Pixbuf#rotate})) and (({GdkPixbuf::Pixbuf#new})).
      [patch by cedlemo]
    * update and fix issues in the samples.
      [patch by cedlemo]
    * improve gdk_pixbuf2 libs and tests style, and add missing copyright header.
    * add missing GObjectIntrospection dependency in tests.
    * add backward compatibility between the old Gdk::Pixbuf and GdkPixbuf::Pixbuf.
    * supports running on different directory for gdk_pixbuf2 samples.
    * add (({PixbufLoader#last_write})).
    * add tests for (({GdkPixbuf#new})).
      [patch by cedlemo]
    * add tests for (({GdkPixbuf#new})) with :file and :scale parameters.
      [patch by cedlemo]
    * add tests for (({GdkPixbuf#new})) from subpixbuf.
      [patch by cedlemo]
    * add backward compatibily for (({GdkPixbuf::Pixbuf#new})) and (({GdkPixbuf::Pixbuf#new_subpixbuf})).
    * simplify and improve tests.
    * use warn and raise instead of puts messages.
    * add test for (({GdkPixbuf::Pixbuf#dup})).
      [patch by cedlemo]
    * add test for (({GdkPixbuf::Pixbuf#new})) from data.
      [patch by cedlemo]
    * add test for (({GdkPixbuf::Pixbuf#fill!})).
      [patch by cedlemo]
    * clean (({GdkPixbuf::Pixbuf#fill!})) tests.
    * add test for (({GdkPixbuf::Pixbuf#new})) from bytes.
      [patch by cedlemo]
    * clean (({GdkPixbuf::Pixbuf#new})) tests.
    * add (({GdkPixbuf::Pixbuf#rotate})) tests.
      [patch by cedlemo]
    * clean (({GdkPixbuf::Pixbuf#rotate})) tests.
    * add (({GdkPixbuf#new})) from resource test.
     [patch by cedlemo]
    * add (({GdkPixbuf::Pixbuf#new})) from resource at scale tests.
      [patch by cedlemo]
    * clean (({GdkPixbuf::Pixbuf#new})) tests.
    * update sample with the GdkPixbuf::Pixbuf form.
    * add deprecated hook for (({GdkPixbuf::PixbufFormat#signature})).
    * add tests for (({GdkPixbuf::Pixbuf#saturate_and_pixelate})).
      [patch by cedlemo]
    * keep backward compatibility for (({Gdk::PixbufError})).

==== Ruby/VTE3

  * Improvements
  * Fixes
    * remove needless lazy load.
    * windows: update external package.

==== Ruby/GTK2

  * Improvements
  * Fixes
    * use (({GdkPixbuf::Pixbuf})) form in library, test and sample files.
      [patch by cedlemo]

==== Ruby/RSVG2

  * Improvements
  * Fixes
    * use (({GdkPixbuf::Pixbuf})) form in library, test and sample files.
      [patch by cedlemo]
    * windows: update external packages.

==== Ruby/Clutter

  * Improvements
  * Fixes
    * use (({GdkPixbuf::Pixbuf})) form in library, test and sample files.
      [patch by cedlemo]
    * windows update version.

==== Ruby/ClutterGtk

  * Improvements
  * Fixes
    * use (({GdkPixbuf::Pixbuf})) form in library, test and sample files.
      [patch by cedlemo]
    * Fix issue with initialization of (({Gtk::IconView})) without hash argument.
      [patch by cedlemo]

==== Ruby/ClutterGstreamer

  * Improvements
  * Fixes
    * add missing gdk_pixbuf2 dependency in tests.

==== Ruby/GtkSourceView3

  * Improvements
  * Fixes
    * windows: update dependencies.

==== Ruby/GSF

  * Added.

==== Ruby/GOffice

  * Added.

==== Ruby/Gnumeric

  * Added.

==== Thanks

  * Mamoru TASAKA
  * rafagf1
  * 5.5
  * Abby Archer
  * Eric Cunningham
  * Hiroshi Hatake
  * Renich Bon Ciric
  * Miguel Hern?ndez
  * tSU_RooT
  * YAMAMOTO Masayuki
  * cedlemo

diffstat:

 devel/ruby-gnome2-atk/distinfo                    |  10 ++--
 devel/ruby-gnome2-gio/distinfo                    |  10 ++--
 devel/ruby-gnome2-glib/distinfo                   |  10 ++--
 devel/ruby-gnome2-gobject-introspection/distinfo  |  10 ++--
 devel/ruby-gnome2-pango/PLIST                     |   3 +-
 devel/ruby-gnome2-pango/distinfo                  |  10 ++--
 graphics/ruby-gnome2-cairo-gobject/distinfo       |  10 ++--
 graphics/ruby-gnome2-clutter-gtk/Makefile         |   3 +-
 graphics/ruby-gnome2-clutter-gtk/distinfo         |  10 ++--
 graphics/ruby-gnome2-clutter/Makefile             |   3 +-
 graphics/ruby-gnome2-clutter/distinfo             |  10 ++--
 graphics/ruby-gnome2-gdk3/Makefile                |   3 +-
 graphics/ruby-gnome2-gdk3/distinfo                |  10 ++--
 graphics/ruby-gnome2-gdkpixbuf/Makefile           |   3 +-
 graphics/ruby-gnome2-gdkpixbuf/PLIST              |  39 +++++++---------------
 graphics/ruby-gnome2-gdkpixbuf/distinfo           |  10 ++--
 graphics/ruby-gnome2-rsvg/Makefile                |   3 +-
 graphics/ruby-gnome2-rsvg/distinfo                |  10 ++--
 meta-pkgs/ruby-gnome2/Makefile.common             |   4 +-
 multimedia/ruby-gnome2-clutter-gstreamer/distinfo |  10 ++--
 multimedia/ruby-gnome2-gstreamer/distinfo         |  10 ++--
 print/ruby-gnome2-poppler/Makefile                |   3 +-
 print/ruby-gnome2-poppler/distinfo                |  10 ++--
 www/ruby-gnome2-webkit-gtk/distinfo               |  10 ++--
 www/ruby-gnome2-webkit-gtk2/distinfo              |  10 ++--
 x11/ruby-gnome2-gtk/Makefile                      |   3 +-
 x11/ruby-gnome2-gtk/distinfo                      |  10 ++--
 x11/ruby-gnome2-gtk3/Makefile                     |   3 +-
 x11/ruby-gnome2-gtk3/PLIST                        |  29 ++++++++++++++++-
 x11/ruby-gnome2-gtk3/distinfo                     |  10 ++--
 x11/ruby-gnome2-gtksourceview2/Makefile           |   3 +-
 x11/ruby-gnome2-gtksourceview2/distinfo           |  10 ++--
 x11/ruby-gnome2-gtksourceview3/Makefile           |   3 +-
 x11/ruby-gnome2-gtksourceview3/distinfo           |  10 ++--
 x11/ruby-gnome2-vte/Makefile                      |   3 +-
 x11/ruby-gnome2-vte/distinfo                      |  10 ++--
 36 files changed, 161 insertions(+), 157 deletions(-)

diffs (truncated from 649 to 300 lines):

diff -r dad897c93c04 -r c0970f9ecd2f devel/ruby-gnome2-atk/distinfo
--- a/devel/ruby-gnome2-atk/distinfo    Sun Oct 09 15:29:11 2016 +0000
+++ b/devel/ruby-gnome2-atk/distinfo    Sun Oct 09 15:43:30 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2016/04/16 17:41:03 tsutsui Exp $
+$NetBSD: distinfo,v 1.3 2016/10/09 15:43:30 tsutsui Exp $
 
-SHA1 (atk-3.0.8.gem) = d9b990ffbbf513a74145144b4c36f055118c5af5
-RMD160 (atk-3.0.8.gem) = bb001b25a998732d8b1806d5dc569460131e6dc5
-SHA512 (atk-3.0.8.gem) = 14f6cd77fe0b76c344d3e44b7e670e0e2a583b5256c5d3e1b1744a90c964a19f97fac370512efb8601a58146483b3f1732b7ceed0982cedfca3774005700af0b
-Size (atk-3.0.8.gem) = 20480 bytes
+SHA1 (atk-3.0.9.gem) = 689722a4f1cde705a3351b9419e94bb315f00db5
+RMD160 (atk-3.0.9.gem) = 8e24831021126f8aa7fb5de5a587f9d87eafcfbe
+SHA512 (atk-3.0.9.gem) = f660182de931dd8e3a38c72163a3948772febe6be97ef5dd5da86e93f9b5595be9994588687445b79e8ee3b0f7178d1df183632b17819e82f20fa44e964b550e
+Size (atk-3.0.9.gem) = 20480 bytes
diff -r dad897c93c04 -r c0970f9ecd2f devel/ruby-gnome2-gio/distinfo
--- a/devel/ruby-gnome2-gio/distinfo    Sun Oct 09 15:29:11 2016 +0000
+++ b/devel/ruby-gnome2-gio/distinfo    Sun Oct 09 15:43:30 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2016/04/16 17:41:03 tsutsui Exp $
+$NetBSD: distinfo,v 1.3 2016/10/09 15:43:30 tsutsui Exp $
 
-SHA1 (gio2-3.0.8.gem) = 0df05d9a6a20110701908276c527e7fa23437140
-RMD160 (gio2-3.0.8.gem) = 61594de17dd3122acba67ac46ed64baf63390886
-SHA512 (gio2-3.0.8.gem) = cd93730bba265d728d171c07386cbfc07b7766c9c18b873495bffe58d78ff38edda1c51467f04a8c5809ad9b281eeaacafe9639ed81b80c6685b818737ee0315
-Size (gio2-3.0.8.gem) = 24064 bytes
+SHA1 (gio2-3.0.9.gem) = 9750becb22b6a719cd39f8f54f37c0b41fd46c77
+RMD160 (gio2-3.0.9.gem) = cc21d08d49887806233e8a1707d157b450b46e3c
+SHA512 (gio2-3.0.9.gem) = d9587e139fa9d1a4aeb5e4a822a53cafa4adafd057f75b6d41bb5d109bf9b5a86caabf5c2d3d4cf410f81411bec71399c5dfea0d6369e5b1ed9637298922d6c3
+Size (gio2-3.0.9.gem) = 24064 bytes
diff -r dad897c93c04 -r c0970f9ecd2f devel/ruby-gnome2-glib/distinfo
--- a/devel/ruby-gnome2-glib/distinfo   Sun Oct 09 15:29:11 2016 +0000
+++ b/devel/ruby-gnome2-glib/distinfo   Sun Oct 09 15:43:30 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2016/04/16 17:41:03 tsutsui Exp $
+$NetBSD: distinfo,v 1.6 2016/10/09 15:43:30 tsutsui Exp $
 
-SHA1 (glib2-3.0.8.gem) = a57eb231b96452144f81682c9f57a410247ffad5
-RMD160 (glib2-3.0.8.gem) = aa6a9586bf849861e3ab5c2bb6d46ea992b4c35d
-SHA512 (glib2-3.0.8.gem) = 1dd7a3f5c4ed9365ae9b6cd47c48a22f2a384828dd932267910f655a8445972f3ba94572417859d9be0b7f96fef2f1194015124657304c2b6976276e64e87992
-Size (glib2-3.0.8.gem) = 135168 bytes
+SHA1 (glib2-3.0.9.gem) = 9df2516d6700ccbac34ed84e11374b7145c8fff2
+RMD160 (glib2-3.0.9.gem) = d0f0deed3140dfce489f8b08fb496a18dd4c1e1d
+SHA512 (glib2-3.0.9.gem) = 4f93dcbae32da509cc315f75ce101ecea17ad45c8f9ad87973a6abfe26efa540df5915aed22f54e560c14167a5e5faccbb1fb875ddb4006bd9204c3729c08c9c
+Size (glib2-3.0.9.gem) = 136704 bytes
diff -r dad897c93c04 -r c0970f9ecd2f devel/ruby-gnome2-gobject-introspection/distinfo
--- a/devel/ruby-gnome2-gobject-introspection/distinfo  Sun Oct 09 15:29:11 2016 +0000
+++ b/devel/ruby-gnome2-gobject-introspection/distinfo  Sun Oct 09 15:43:30 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2016/04/16 17:41:03 tsutsui Exp $
+$NetBSD: distinfo,v 1.3 2016/10/09 15:43:30 tsutsui Exp $
 
-SHA1 (gobject-introspection-3.0.8.gem) = f2c1903e65fd6a3d96625256725231f97b0340b1
-RMD160 (gobject-introspection-3.0.8.gem) = 5ca1fd4214f4c4a998b2f12e04a7cc6f626ac13a
-SHA512 (gobject-introspection-3.0.8.gem) = 5c32d7351cd286d835cd99f2aed90e6935ea05309ea890a560113a0e26d1ef3d92753aa8fbb5ee1b753e8ccdab17fd65e67d4c0221bef72f0bb1cc25b6f0ec20
-Size (gobject-introspection-3.0.8.gem) = 49664 bytes
+SHA1 (gobject-introspection-3.0.9.gem) = 3baa38264462b9b6ed826e8f2738d5a36afd8913
+RMD160 (gobject-introspection-3.0.9.gem) = 2d2bc1f14e15909ffc97343f79d1df2aa9fee734
+SHA512 (gobject-introspection-3.0.9.gem) = 03f39baa9516e2a6819c084f92e57b79a23dfc71b319f1ba086f4a84d512163806f674dae07f719c0abf6fb4500d6cd0def139a925455113f1f3feb87c684676
+Size (gobject-introspection-3.0.9.gem) = 49664 bytes
diff -r dad897c93c04 -r c0970f9ecd2f devel/ruby-gnome2-pango/PLIST
--- a/devel/ruby-gnome2-pango/PLIST     Sun Oct 09 15:29:11 2016 +0000
+++ b/devel/ruby-gnome2-pango/PLIST     Sun Oct 09 15:43:30 2016 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2016/01/24 05:03:23 tsutsui Exp $
+@comment $NetBSD: PLIST,v 1.9 2016/10/09 15:43:30 tsutsui Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_EXTSDIR}/gem.build_complete
 ${GEM_EXTSDIR}/pango.${RUBY_DLEXT}
@@ -68,6 +68,7 @@
 ${GEM_LIBDIR}/test/test-analysis.rb
 ${GEM_LIBDIR}/test/test-attribute.rb
 ${GEM_LIBDIR}/test/test-color.rb
+${GEM_LIBDIR}/test/test-context.rb
 ${GEM_LIBDIR}/test/test-language.rb
 ${GEM_LIBDIR}/test/test-layout.rb
 ${GEM_LIBDIR}/test/test-log-attr.rb
diff -r dad897c93c04 -r c0970f9ecd2f devel/ruby-gnome2-pango/distinfo
--- a/devel/ruby-gnome2-pango/distinfo  Sun Oct 09 15:29:11 2016 +0000
+++ b/devel/ruby-gnome2-pango/distinfo  Sun Oct 09 15:43:30 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2016/04/16 17:41:03 tsutsui Exp $
+$NetBSD: distinfo,v 1.5 2016/10/09 15:43:30 tsutsui Exp $
 
-SHA1 (pango-3.0.8.gem) = 4bc3a95744dd6e86a476f00678e033c71822ca07
-RMD160 (pango-3.0.8.gem) = 4c9d5122c4cd3269fcb44b604ecea846c7f0c414
-SHA512 (pango-3.0.8.gem) = 3f216edda262f2e14eed5cf82eb81137d1d7c32a7908a933641dc05d3069d5b0c9fcbd47c294fa40bf6baacb181642ef0afac506c3fa5a810adb0c5bd69251c9
-Size (pango-3.0.8.gem) = 39936 bytes
+SHA1 (pango-3.0.9.gem) = 6f80fe4fdb16b059739b353df18717fd2cff5302
+RMD160 (pango-3.0.9.gem) = 213942ffbd0441389b6dac4fe047b42bfb2adfc4
+SHA512 (pango-3.0.9.gem) = 9166c6539a5c457a292b495c717bef494ad4975d523a64bf4a443aa8eea1832e5a3e676a378283bd15a3bfa2c2479eff109d2e97bfaf01e50eea660803f464b1
+Size (pango-3.0.9.gem) = 40960 bytes
diff -r dad897c93c04 -r c0970f9ecd2f graphics/ruby-gnome2-cairo-gobject/distinfo
--- a/graphics/ruby-gnome2-cairo-gobject/distinfo       Sun Oct 09 15:29:11 2016 +0000
+++ b/graphics/ruby-gnome2-cairo-gobject/distinfo       Sun Oct 09 15:43:30 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2016/04/16 17:41:04 tsutsui Exp $
+$NetBSD: distinfo,v 1.3 2016/10/09 15:43:30 tsutsui Exp $
 
-SHA1 (cairo-gobject-3.0.8.gem) = 2b5c0a4ea499f08042cac1ab62272eae9e32d33e
-RMD160 (cairo-gobject-3.0.8.gem) = 6042840268fbaeb4c433bdd21a3ea93ffeecc974
-SHA512 (cairo-gobject-3.0.8.gem) = 129d8f91fdb2bae1e332aab2481fabc3324b67707364fcfbd9245e8b9698bdda60453f9053ed588fc2700150c37b471b9c12c40fe726b5174407a3860d9df79a
-Size (cairo-gobject-3.0.8.gem) = 10240 bytes
+SHA1 (cairo-gobject-3.0.9.gem) = a744491e5b0fd4717fa4e7696ef8f8427ae3e9fd
+RMD160 (cairo-gobject-3.0.9.gem) = b2368360059aefccde1adc10d03bd78fc9674930
+SHA512 (cairo-gobject-3.0.9.gem) = 78257df99a7de79db3c0b124fc72a472003bea39484457f4f6d8a0121410460e12e002afda52ca0794927cfba6000945fa49588d69c4e0490c0c1c5dcfa24922
+Size (cairo-gobject-3.0.9.gem) = 10240 bytes
diff -r dad897c93c04 -r c0970f9ecd2f graphics/ruby-gnome2-clutter-gtk/Makefile
--- a/graphics/ruby-gnome2-clutter-gtk/Makefile Sun Oct 09 15:29:11 2016 +0000
+++ b/graphics/ruby-gnome2-clutter-gtk/Makefile Sun Oct 09 15:43:30 2016 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2016/08/03 10:22:56 adam Exp $
+# $NetBSD: Makefile,v 1.5 2016/10/09 15:43:30 tsutsui Exp $
 #
 
 DISTNAME=              clutter-gtk-${VERSION}
 PKGNAME=               ${RUBY_PKGPREFIX}-gnome2-${DISTNAME}
-PKGREVISION=           1
 COMMENT=               Ruby binding of Clutter-GTK
 CATEGORIES=            graphics
 
diff -r dad897c93c04 -r c0970f9ecd2f graphics/ruby-gnome2-clutter-gtk/distinfo
--- a/graphics/ruby-gnome2-clutter-gtk/distinfo Sun Oct 09 15:29:11 2016 +0000
+++ b/graphics/ruby-gnome2-clutter-gtk/distinfo Sun Oct 09 15:43:30 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2016/04/16 17:41:04 tsutsui Exp $
+$NetBSD: distinfo,v 1.3 2016/10/09 15:43:30 tsutsui Exp $
 
-SHA1 (clutter-gtk-3.0.8.gem) = 733be22bddb4e4125fe929979b5b413353fd7966
-RMD160 (clutter-gtk-3.0.8.gem) = 625df537bf7951d258bbc6cd732f43dfb9d2fae9
-SHA512 (clutter-gtk-3.0.8.gem) = afa9ec0598ecee414805d38557d728aa6e7c1d776ff4d25c8f9e4ca8ca3b4c7ee9bdb08f09ce59910bb58a0be2a8dc2d1cd188d6f8b57f3503b407d281969b4d
-Size (clutter-gtk-3.0.8.gem) = 21504 bytes
+SHA1 (clutter-gtk-3.0.9.gem) = 213b0f0fb3ad0824b89814ce5339048c3a46359e
+RMD160 (clutter-gtk-3.0.9.gem) = 0863e98971c7c89123438386cfc6daf0ee8d7a68
+SHA512 (clutter-gtk-3.0.9.gem) = fe45d8016e7585ff0e1aaf89c206e1e21756f9271685a52baeb1d843ea8b40162856dd2ce5b6a3e1051df1f9d629816aeadaa86bac2b3e1f297a6aa001a97032
+Size (clutter-gtk-3.0.9.gem) = 21504 bytes
diff -r dad897c93c04 -r c0970f9ecd2f graphics/ruby-gnome2-clutter/Makefile
--- a/graphics/ruby-gnome2-clutter/Makefile     Sun Oct 09 15:29:11 2016 +0000
+++ b/graphics/ruby-gnome2-clutter/Makefile     Sun Oct 09 15:43:30 2016 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2016/08/03 10:22:56 adam Exp $
+# $NetBSD: Makefile,v 1.6 2016/10/09 15:43:30 tsutsui Exp $
 #
 
 DISTNAME=              clutter-${VERSION}
 PKGNAME=               ${RUBY_PKGPREFIX}-gnome2-${DISTNAME}
-PKGREVISION=           1
 COMMENT=               Ruby binding of Clutter
 CATEGORIES=            graphics
 
diff -r dad897c93c04 -r c0970f9ecd2f graphics/ruby-gnome2-clutter/distinfo
--- a/graphics/ruby-gnome2-clutter/distinfo     Sun Oct 09 15:29:11 2016 +0000
+++ b/graphics/ruby-gnome2-clutter/distinfo     Sun Oct 09 15:43:30 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2016/04/16 17:41:04 tsutsui Exp $
+$NetBSD: distinfo,v 1.3 2016/10/09 15:43:30 tsutsui Exp $
 
-SHA1 (clutter-3.0.8.gem) = 8ce8a4d73dd73c320ea2e9ef77a5e19242d07146
-RMD160 (clutter-3.0.8.gem) = e9f3a32d7bf5e622482c4c1dd39cda390fb8ede0
-SHA512 (clutter-3.0.8.gem) = 9bb9e2508a4fc689b02456a22e34f8b89fd04066520d7635f3c9550bc51f5c3625b5fe1010bd121901263d76cb43082ff8157a6ea2c757ce78e86601adf96a76
-Size (clutter-3.0.8.gem) = 33792 bytes
+SHA1 (clutter-3.0.9.gem) = 84802103de5d6407f3c2b216235c479559926b6c
+RMD160 (clutter-3.0.9.gem) = e7a8e38b46c7d2f20b54cafb19991d5516733c4d
+SHA512 (clutter-3.0.9.gem) = d96d2204412f8a984994a86fd96e70fd860a47a380c2d72eda2d60397c01d99ca08b0a9820228d484cef7fde71751d6996b2e7aa58f3f77801cdcffe46e66d0a
+Size (clutter-3.0.9.gem) = 33792 bytes
diff -r dad897c93c04 -r c0970f9ecd2f graphics/ruby-gnome2-gdk3/Makefile
--- a/graphics/ruby-gnome2-gdk3/Makefile        Sun Oct 09 15:29:11 2016 +0000
+++ b/graphics/ruby-gnome2-gdk3/Makefile        Sun Oct 09 15:43:30 2016 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.20 2016/08/03 10:22:15 adam Exp $
+# $NetBSD: Makefile,v 1.21 2016/10/09 15:43:30 tsutsui Exp $
 #
 
 DISTNAME=              gdk3-${VERSION}
 PKGNAME=               ${RUBY_PKGPREFIX}-gnome2-${DISTNAME}
-PKGREVISION=           1
 COMMENT=               Ruby binding of GDK3
 CATEGORIES=            graphics
 
diff -r dad897c93c04 -r c0970f9ecd2f graphics/ruby-gnome2-gdk3/distinfo
--- a/graphics/ruby-gnome2-gdk3/distinfo        Sun Oct 09 15:29:11 2016 +0000
+++ b/graphics/ruby-gnome2-gdk3/distinfo        Sun Oct 09 15:43:30 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2016/04/16 17:41:04 tsutsui Exp $
+$NetBSD: distinfo,v 1.3 2016/10/09 15:43:30 tsutsui Exp $
 
-SHA1 (gdk3-3.0.8.gem) = c336d8ecd0540be1c610ba5e1949baf548229f97
-RMD160 (gdk3-3.0.8.gem) = cc47f2e2b6a1f25259edd8bd880b5614223f7300
-SHA512 (gdk3-3.0.8.gem) = d7c16d4b7b6f7c327ddeb2146e0baa33e37e27ba55a9ddc608215c4343a3d0641eb379b27217aac9b1ee823e9b50fd009c5da2bea1fc89e8f7b7b18d022a39fe
-Size (gdk3-3.0.8.gem) = 24576 bytes
+SHA1 (gdk3-3.0.9.gem) = 0f9c7ba0084729649092dd885e71b64d881d2853
+RMD160 (gdk3-3.0.9.gem) = 4411c2dbe48cdb78c59a23955fd0ae41a1a6c28e
+SHA512 (gdk3-3.0.9.gem) = 969a605dd73294edc672665d7c23984869379c50384ea96e3b9b68474c373fe4118f0fdfec4c109679e9423a516e9a15cea8bdfb7f1d59878e328043ea09cd0d
+Size (gdk3-3.0.9.gem) = 24576 bytes
diff -r dad897c93c04 -r c0970f9ecd2f graphics/ruby-gnome2-gdkpixbuf/Makefile
--- a/graphics/ruby-gnome2-gdkpixbuf/Makefile   Sun Oct 09 15:29:11 2016 +0000
+++ b/graphics/ruby-gnome2-gdkpixbuf/Makefile   Sun Oct 09 15:43:30 2016 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.38 2016/08/03 10:22:56 adam Exp $
+# $NetBSD: Makefile,v 1.39 2016/10/09 15:43:30 tsutsui Exp $
 #
 
 DISTNAME=              gdk_pixbuf2-${VERSION}
 PKGNAME=               ${RUBY_PKGPREFIX}-gnome2-gdkpixbuf-${VERSION}
-PKGREVISION=           1
 COMMENT=               Ruby binding of GdkPixbuf-2.x
 CATEGORIES=            graphics devel
 
diff -r dad897c93c04 -r c0970f9ecd2f graphics/ruby-gnome2-gdkpixbuf/PLIST
--- a/graphics/ruby-gnome2-gdkpixbuf/PLIST      Sun Oct 09 15:29:11 2016 +0000
+++ b/graphics/ruby-gnome2-gdkpixbuf/PLIST      Sun Oct 09 15:43:30 2016 +0000
@@ -1,45 +1,32 @@
-@comment $NetBSD: PLIST,v 1.8 2016/01/24 05:03:23 tsutsui Exp $
+@comment $NetBSD: PLIST,v 1.9 2016/10/09 15:43:30 tsutsui Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
-${GEM_EXTSDIR}/gdk_pixbuf2.${RUBY_DLEXT}
-${GEM_EXTSDIR}/gem.build_complete
-${GEM_EXTSDIR}/rbgdk-pixbuf.h
-${GEM_EXTSDIR}/rbgdk-pixbuf2conversions.h
-${GEM_LIBDIR}/README
 ${GEM_LIBDIR}/Rakefile
-${GEM_LIBDIR}/ext/gdk_pixbuf2/depend
-${GEM_LIBDIR}/ext/gdk_pixbuf2/extconf.rb
-${GEM_LIBDIR}/ext/gdk_pixbuf2/gdk_pixbuf2.def
-${GEM_LIBDIR}/ext/gdk_pixbuf2/rbgdk-pixbuf-format.c
-${GEM_LIBDIR}/ext/gdk_pixbuf2/rbgdk-pixbuf-loader.c
-${GEM_LIBDIR}/ext/gdk_pixbuf2/rbgdk-pixbuf.c
-${GEM_LIBDIR}/ext/gdk_pixbuf2/rbgdk-pixbuf.h
-${GEM_LIBDIR}/ext/gdk_pixbuf2/rbgdk-pixbuf2conversions.h
-${GEM_LIBDIR}/ext/gdk_pixbuf2/rbgdk-pixbuf2private.h
-${GEM_LIBDIR}/ext/gdk_pixbuf2/rbgdk-pixbufanimation.c
-${GEM_LIBDIR}/ext/gdk_pixbuf2/rbgdk-pixbufanimationiter.c
-${GEM_LIBDIR}/ext/gdk_pixbuf2/rbgdk-pixbufsimpleanim.c
-${GEM_LIBDIR}/ext/gdk_pixbuf2/rbgdk-pixdata.c
-${GEM_LIBDIR}/extconf.rb
 ${GEM_LIBDIR}/lib/gdk_pixbuf2.rb
-${GEM_LIBDIR}/lib/gdk_pixbuf2.${RUBY_DLEXT}
-${GEM_LIBDIR}/lib/rbgdk-pixbuf.h
-${GEM_LIBDIR}/lib/rbgdk-pixbuf2conversions.h
+${GEM_LIBDIR}/lib/gdk_pixbuf2/deprecated.rb
+${GEM_LIBDIR}/lib/gdk_pixbuf2/loader.rb
+${GEM_LIBDIR}/lib/gdk_pixbuf2/pixbuf-loader.rb
+${GEM_LIBDIR}/lib/gdk_pixbuf2/pixbuf.rb
+${GEM_LIBDIR}/lib/gdk_pixbuf2/version.rb
 ${GEM_LIBDIR}/sample/anim.rb
 ${GEM_LIBDIR}/sample/composite.rb
 ${GEM_LIBDIR}/sample/flip.rb
 ${GEM_LIBDIR}/sample/floppybuddy.gif
 ${GEM_LIBDIR}/sample/format.rb
 ${GEM_LIBDIR}/sample/gnome-foot.png
-${GEM_LIBDIR}/sample/inline.rb
 ${GEM_LIBDIR}/sample/loader.rb
-${GEM_LIBDIR}/sample/pixdata.rb
 ${GEM_LIBDIR}/sample/rotate.rb
 ${GEM_LIBDIR}/sample/save.rb
 ${GEM_LIBDIR}/sample/scale.rb
 ${GEM_LIBDIR}/sample/simpleanim.rb
 ${GEM_LIBDIR}/sample/utils.rb
 ${GEM_LIBDIR}/sample/xpm.rb
+${GEM_LIBDIR}/test/fixture/floppybuddy.gif
+${GEM_LIBDIR}/test/fixture/gnome-logo-icon.png
+${GEM_LIBDIR}/test/fixture/image.gresource
+${GEM_LIBDIR}/test/fixture/image.gresource.xml
 ${GEM_LIBDIR}/test/gdk_pixbuf2-test-utils.rb
 ${GEM_LIBDIR}/test/run-test.rb
-${GEM_LIBDIR}/test/test-version.rb
+${GEM_LIBDIR}/test/test-animation.rb
+${GEM_LIBDIR}/test/test-loader.rb
+${GEM_LIBDIR}/test/test-pixbuf.rb
 ${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff -r dad897c93c04 -r c0970f9ecd2f graphics/ruby-gnome2-gdkpixbuf/distinfo
--- a/graphics/ruby-gnome2-gdkpixbuf/distinfo   Sun Oct 09 15:29:11 2016 +0000
+++ b/graphics/ruby-gnome2-gdkpixbuf/distinfo   Sun Oct 09 15:43:30 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2016/04/16 17:41:04 tsutsui Exp $
+$NetBSD: distinfo,v 1.3 2016/10/09 15:43:30 tsutsui Exp $
 
-SHA1 (gdk_pixbuf2-3.0.8.gem) = 7fb0a49d17b12cf01881897132e5dfd140f55118
-RMD160 (gdk_pixbuf2-3.0.8.gem) = d6b4065134e5a72c6a01f81d5ba31c5e6b42052e
-SHA512 (gdk_pixbuf2-3.0.8.gem) = 63a68c3526c3900b6ced20eaf3ad03a160bcb0a8a78957dd47ddb3a199b04bdb9ff87a54c5c2a4740659d85900146b67aac6368081324c0ce7d2785d8fdf7b88
-Size (gdk_pixbuf2-3.0.8.gem) = 26624 bytes
+SHA1 (gdk_pixbuf2-3.0.9.gem) = 95dcc28306f735dbf762251f198642bacc8cad11
+RMD160 (gdk_pixbuf2-3.0.9.gem) = a8d497a954786693a05b450967067fcedf9f5231
+SHA512 (gdk_pixbuf2-3.0.9.gem) = 25cdb41bf1449f303d179fb231137911fbb997477c63c89c48ceab6e4c13f644dfdde8d14fb9d39758de9ccc1eb082a33082b23db1d8a3b58d5a540558e9833e
+Size (gdk_pixbuf2-3.0.9.gem) = 23552 bytes
diff -r dad897c93c04 -r c0970f9ecd2f graphics/ruby-gnome2-rsvg/Makefile
--- a/graphics/ruby-gnome2-rsvg/Makefile        Sun Oct 09 15:29:11 2016 +0000
+++ b/graphics/ruby-gnome2-rsvg/Makefile        Sun Oct 09 15:43:30 2016 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.58 2016/08/03 10:22:56 adam Exp $
+# $NetBSD: Makefile,v 1.59 2016/10/09 15:43:30 tsutsui Exp $
 #
 
 DISTNAME=              rsvg2-${VERSION}
 PKGNAME=               ${RUBY_PKGPREFIX}-gnome2-rsvg-${VERSION}
-PKGREVISION=           1
 COMMENT=               Ruby binding of librsvg
 CATEGORIES=            graphics
 
diff -r dad897c93c04 -r c0970f9ecd2f graphics/ruby-gnome2-rsvg/distinfo



Home | Main Index | Thread Index | Old Index