From dcf70e0d3a3a5c1a6923ad8a4237e5eb3d4a5db3 Mon Sep 17 00:00:00 2001 From: tsutsui Date: Sat, 10 Jun 2017 08:27:19 +0000 Subject: Update ruby-gnome2 packages to 3.1.6. pkgsrc changes: - remove a pkgsrc patch for ruby-gnome2-gtk that seems fixed in upstream - ignore native-package-installer dependency checks in ruby-gnome2-clutter-gstreamer and ruby-gnome2-webkit-gtk Upstream changes: (from https://github.com/ruby-gnome2/ruby-gnome2/blob/3.1.6/NEWS) == Ruby-GNOME2 3.1.6: 2017-06-03 === Changes This is a bug fix release for Windows packages. ==== All * Fixes * Added a missing path existence check on Windows. == Ruby-GNOME2 3.1.5: 2017-06-03 === Changes This is a bug fix release for Windows packages. ==== All * Improvements * Supported RubyInstaller2. ==== Ruby/Pango * Improvements * Add backward compatibility APIs: * (({Pango::FontDescription::WEIGHT_*})) * (({Pango::FontDescription::STYLE_*})) == Ruby-GNOME2 3.1.4: 2017-05-30 === Changes This is a release that supports Ruby 2.4 on Windows. ==== All * Improvements * Supported MSYS2. ==== Ruby/GLib2 * Improvements * Added (({GLib::Object#floating?})) for debugging. ==== Ruby/GIO2 * Improvements * Added (({Gio::File.open})). The followings are deprecated. * (({Gio::File.commandline_arg})) * (({Gio::File.path})) * (({Gio::File.uri})) ==== Ruby/GObjectIntrospection * Improvements * Relaxed expected test result for 32bit environment. [GitHub#1026][Reported by Mamoru TASAKA] * Added tests for (({GObjectIntrospection::ConstantInfo})). [GitHub#1027][Patch by cedlemo] * Supported floating "transfer full" GObject. ==== Ruby/GDK3 * Improvements * Supported (({Cairo::Surface#to_pixbuf(options={})})). (({Cairo::Surface#to_pixbuf(src_x, src_y, width, height)})) is deprecated. ==== Ruby/Rsvg2 * Improvements * Migrated to GObject Introspection bindings. * Renamed to (({Rsvg})) from (({RSVG})). (({RSVG})) is still usable but it's deprecated. [GitHub#1030][Patch by cedlemo] * Supported (({Cairo::Context#render_rsvg_handle(handle, :id => ...)})). ==== Ruby/WebKit2GTK * Improvements * (({WebKit3Gtk::WebView#initialize})): Supported (({Hash})) options. [GitHub#1028][Patch by Matijs van Zuijlen] === Thanks * Mamoru TASAKA * cedlemo * Matijs van Zuijlen == Ruby-GNOME2 3.1.3: 2017-04-27 === Changes This is a release that improve backward compatibility for Ruby/Pango. ==== Ruby/Pango * Improvements * Defined constants under (({Pango})) again for backward compatibility. [GitHub#1022][Reported by Andy Meneely] * Defined constants under (({Pango::Layout})) again for backward compatibility. [GitHub#1022][Reported by Andy Meneely] * (({Pango.pixels})): Added again. * (({Pango::AttrShape#data})): Supported again. * Fixes * (({Pango::Layout#text=})): Fixed a bug that wrong bytesize is used for multibyte string. * (({Pango::Layout#markup=})): Fixed a bug that wrong bytesize is used for multibyte string. === Thanks * Andy Meneely == Ruby-GNOME2 3.1.2: 2017-04-26 There is an incompatible change. (({GBytes})) to (({String})) conversion is changed to (({GBytes})) to (({GLib::Bytes})) conversion. You can get (({String})) by (({GLib::Bytes#to_s})). Other incompatible changes are bugs. Please report them to us. === Changes ==== All * Improvements * Supported auto depended package install for GObject Introspection based bindings. ==== Ruby/GLib2 * Improvements * Supported overriding (({alloc_func})) in super class. * Extracted native package installer code as native-package-installer gem. * (({GLib::Bytes})): Added. * Supported pkg-config 1.1.9 or later. * Fixes * Fixed a build error on CentOS 6 and Ubuntu 12.04. They use GLib < 2.34. [GitHub#1012][Reported by Scot] * Fixed a bug that (({GLib::TypePlugin})) can't be included. [GitHub#1019][Patch by Matijs van Zuijlen] ==== Ruby/GIO2 * Fixes * Fixed a path in test. [GitHub#990][Reported by Mamoru TASAKA] ==== Ruby/GObjectIntrospection * Improvements * Supported getting interface, union and boxed type as a field value. * Supported setting an interface as a field. * Supported more struct types. * Supported cairo-gobject types. * Supported outputting an array of interfaces. [GitHub#1006][Reported by cedlemo] * Supported Rubyish method name conversion for (({list_XXX})) methods that return an array. * Supported customizing field reader method name. * Supported auto (({int})) to boolean conversion for field value. * (({GObjectIntrospection::Repository.default})): Added a GC guard. * Supported inputting (({unichar})). * Supported inputting (({gint64})) C array. * Supported inputting (({gint8})) C array. * Added tests for (({GObjectIntrospection::UnionInfo})). [GitHub#1016][Patch by cedlemo] * Stopped auto (({GBytes})) to (({String})) conversion. (({GBytes})) is converted to (({GLib::Bytes})). It's for efficient byte sequence handling in Ruby. It's an incompatible change. You can use (({GLib::Bytes#to_s})) to get (({String})). * Fixes * (({GObjectIntrospection::RepositoryError})): Fixed parent class. * Fixed a typo. [GitHub#1002][Reported by cedlemo] ==== Ruby/ATK * Improvements * Migrated to GObject Introspection bindings. [GitHub#998][Patch by cedlemo] ==== Ruby/CairoGObject * Fixes * Fixed a double free bug. ==== Ruby/Pango * Improvements * Migrated to GObject Introspection bindings. [GitHub#1007][GitHub#1008][GitHub#1009][GitHub#1010] [GitHub#1011][Patch by cedlemo] [GitHub#1013][GitHub#1014][Patch by Detlef Wagner] ==== Ruby/GdkPixbuf2 * Improvements * Supported GdkPixbuf 2.31.6 on CentOS 7 again. ==== Ruby/GDK3 * Improvements * (({Gdk::Event})) and subclasses: Supported again. * Supported old GDK 3 again. * Supported X11 related features. [GitHub#999][Reported by johnlane] ==== Ruby/GTK3 * Improvements * (({Gtk::Widget#click})): Added. * (({Gtk::Widget#send_key})): Added. * (({Gtk::Widget#wait_for_draw})): Added. * (({Gtk::WiAccelGroup.activate})): Added. * Updated samples. [GitHub#1002][GitHub#1003] [Patch by cedlemo] * (({Gtk::IconTheme#choose_icon})): Changed the default flags to (({0})) from (({:generic_fallback})). * (({Gtk::IconTheme#lookup_icon})): Changed the default flags to (({0})) from (({:generic_fallback})). * Supported GTK+ < 3.20 again. * Fixes * Updated signal name in document. [GitHub#995][Patch by Arnaud Meuret] ==== Ruby/ClutterGdk * Fixes * Ensured initializing GDK. [GitHub#1000][Reported by cedlemo] ==== Ruby/GOffice * Improvements * (({GOffice::Version})): Added. === Thanks * Mamoru TASAKA * Arnaud Meuret * cedlemo * johnlane * Scot * Detlef Wagner * Matijs van Zuijlen --- devel/ruby-gnome2-atk/PLIST | 48 +------------- devel/ruby-gnome2-atk/distinfo | 10 +-- devel/ruby-gnome2-gio/distinfo | 10 +-- devel/ruby-gnome2-glib/Makefile | 5 +- devel/ruby-gnome2-glib/PLIST | 5 +- devel/ruby-gnome2-glib/distinfo | 10 +-- devel/ruby-gnome2-gobject-introspection/distinfo | 10 +-- devel/ruby-gnome2-pango/Makefile | 3 +- devel/ruby-gnome2-pango/PLIST | 83 ++++++++---------------- devel/ruby-gnome2-pango/distinfo | 10 +-- 10 files changed, 64 insertions(+), 130 deletions(-) (limited to 'devel') diff --git a/devel/ruby-gnome2-atk/PLIST b/devel/ruby-gnome2-atk/PLIST index 4ef1bc5c2d5..320805ec31e 100644 --- a/devel/ruby-gnome2-atk/PLIST +++ b/devel/ruby-gnome2-atk/PLIST @@ -1,54 +1,12 @@ -@comment $NetBSD: PLIST,v 1.7 2016/01/24 05:03:22 tsutsui Exp $ +@comment $NetBSD: PLIST,v 1.8 2017/06/10 08:27:19 tsutsui Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem -${GEM_EXTSDIR}/atk.${RUBY_DLEXT} ${GEM_EXTSDIR}/gem.build_complete -${GEM_EXTSDIR}/rbatk.h -${GEM_EXTSDIR}/rbatkversion.h -${GEM_LIBDIR}/README ${GEM_LIBDIR}/Rakefile -${GEM_LIBDIR}/ext/atk/atk.def -${GEM_LIBDIR}/ext/atk/depend -${GEM_LIBDIR}/ext/atk/extconf.rb -${GEM_LIBDIR}/ext/atk/rbatk.c -${GEM_LIBDIR}/ext/atk/rbatk.h -${GEM_LIBDIR}/ext/atk/rbatkaction.c -${GEM_LIBDIR}/ext/atk/rbatkcomponent.c -${GEM_LIBDIR}/ext/atk/rbatkconversions.h -${GEM_LIBDIR}/ext/atk/rbatkdocument.c -${GEM_LIBDIR}/ext/atk/rbatkeditabletext.c -${GEM_LIBDIR}/ext/atk/rbatkgobjectaccessible.c -${GEM_LIBDIR}/ext/atk/rbatkhyperlink.c -${GEM_LIBDIR}/ext/atk/rbatkhypertext.c -${GEM_LIBDIR}/ext/atk/rbatkimage.c -${GEM_LIBDIR}/ext/atk/rbatkimplementor.c -${GEM_LIBDIR}/ext/atk/rbatknoopobject.c -${GEM_LIBDIR}/ext/atk/rbatknoopobjectfactory.c -${GEM_LIBDIR}/ext/atk/rbatkobject.c -${GEM_LIBDIR}/ext/atk/rbatkobjectfactory.c -${GEM_LIBDIR}/ext/atk/rbatkobjectrole.c -${GEM_LIBDIR}/ext/atk/rbatkprivate.h -${GEM_LIBDIR}/ext/atk/rbatkregistry.c -${GEM_LIBDIR}/ext/atk/rbatkrelation.c -${GEM_LIBDIR}/ext/atk/rbatkrelationset.c -${GEM_LIBDIR}/ext/atk/rbatkrelationtype.c -${GEM_LIBDIR}/ext/atk/rbatkselection.c -${GEM_LIBDIR}/ext/atk/rbatkstate.c -${GEM_LIBDIR}/ext/atk/rbatkstateset.c -${GEM_LIBDIR}/ext/atk/rbatkstreamablecontent.c -${GEM_LIBDIR}/ext/atk/rbatktable.c -${GEM_LIBDIR}/ext/atk/rbatktext.c -${GEM_LIBDIR}/ext/atk/rbatktextattribute.c -${GEM_LIBDIR}/ext/atk/rbatktextrange.c -${GEM_LIBDIR}/ext/atk/rbatktextrectangle.c -${GEM_LIBDIR}/ext/atk/rbatkutil.c -${GEM_LIBDIR}/ext/atk/rbatkvalue.c -${GEM_LIBDIR}/extconf.rb +${GEM_LIBDIR}/dependency-check/Rakefile ${GEM_LIBDIR}/lib/atk.rb -${GEM_LIBDIR}/lib/atk.${RUBY_DLEXT} -${GEM_LIBDIR}/lib/rbatk.h -${GEM_LIBDIR}/lib/rbatkversion.h ${GEM_LIBDIR}/test/atk-test-utils.rb ${GEM_LIBDIR}/test/run-test.rb ${GEM_LIBDIR}/test/test-text-rectangle.rb ${GEM_LIBDIR}/test/test-version.rb ${GEM_HOME}/specifications/${GEM_NAME}.gemspec +@pkgdir lib/ruby/gems/2.3.0/build_info diff --git a/devel/ruby-gnome2-atk/distinfo b/devel/ruby-gnome2-atk/distinfo index 7050f245268..8cc04ac53d9 100644 --- a/devel/ruby-gnome2-atk/distinfo +++ b/devel/ruby-gnome2-atk/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2017/01/29 07:54:19 tsutsui Exp $ +$NetBSD: distinfo,v 1.6 2017/06/10 08:27:19 tsutsui Exp $ -SHA1 (atk-3.1.1.gem) = 9e25c817539fe7b0d2d7c5b09edeab1a0bd45a18 -RMD160 (atk-3.1.1.gem) = 9417d7795fc7e50dc7b9515bd7b0605ef1608d17 -SHA512 (atk-3.1.1.gem) = faea001538a85fb18d5652b12eca8c80d9e79719274a7466226ac148267a08922b939f41c9169ce0d1bb4b66dc528bdfbf8bc5de642246ca4b0a0204898b3e99 -Size (atk-3.1.1.gem) = 20480 bytes +SHA1 (atk-3.1.6.gem) = cdac213fe22ff7e543250edab1c30b475cd97a95 +RMD160 (atk-3.1.6.gem) = c35071275a6c5d525e1a24190ece24b91e3ea6c1 +SHA512 (atk-3.1.6.gem) = 7b978daa4d892960e93535d6fe77cb4fd073514afeb7f0a7db981855694106e478062ef6dc8c45c4030cb8d04a4ed73cba362f47991a89506da039464f7fbc02 +Size (atk-3.1.6.gem) = 6656 bytes diff --git a/devel/ruby-gnome2-gio/distinfo b/devel/ruby-gnome2-gio/distinfo index aca94a34d1e..8d62d8e2b28 100644 --- a/devel/ruby-gnome2-gio/distinfo +++ b/devel/ruby-gnome2-gio/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2017/01/29 07:54:19 tsutsui Exp $ +$NetBSD: distinfo,v 1.6 2017/06/10 08:27:19 tsutsui Exp $ -SHA1 (gio2-3.1.1.gem) = 3ceb8be6ec962cc8958ca75498275d385324de8d -RMD160 (gio2-3.1.1.gem) = b8cae96e96679ded8bf50f0ee4fc52df81a3dc56 -SHA512 (gio2-3.1.1.gem) = 2952d51c1bba9fdc6ee947783ef83adee65c330753a82cfbdbf37cef544989dd4b7be390983bca2d458bb43468b54b92770532cc61ed47d04f09ede0e60d87f6 -Size (gio2-3.1.1.gem) = 25600 bytes +SHA1 (gio2-3.1.6.gem) = 4fe191521fab18f6b2de5d710ee1e3e52400a23b +RMD160 (gio2-3.1.6.gem) = 280d0583a4dd000ba3467a12378a1b10e55958f8 +SHA512 (gio2-3.1.6.gem) = 8d66f71da5c1e9f43740dcaa57e03a258267e334a22fd5ce83863fefa7e28ce234fee3df73bc8b0b4015716559f971fe0a174a5599f99068009daed75ab1f796 +Size (gio2-3.1.6.gem) = 26112 bytes diff --git a/devel/ruby-gnome2-glib/Makefile b/devel/ruby-gnome2-glib/Makefile index 38531bf3d16..cd3e3184e38 100644 --- a/devel/ruby-gnome2-glib/Makefile +++ b/devel/ruby-gnome2-glib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2016/04/16 17:41:03 tsutsui Exp $ +# $NetBSD: Makefile,v 1.28 2017/06/10 08:27:19 tsutsui Exp $ # DISTNAME= glib2-${VERSION} @@ -9,7 +9,8 @@ CATEGORIES= devel CONFLICTS+= ruby-gnome2-glib-[0-9]* CONFLICTS+= ruby[0-9][0-9]-gnome2-glib-[0-9]* -DEPENDS+= ${RUBY_PKGPREFIX}-pkg-config-[0-9]*:../../devel/ruby-pkg-config +DEPENDS+= ${RUBY_PKGPREFIX}-native-package-installer>=1.0.3:../../devel/ruby-native-package-installer +DEPENDS+= ${RUBY_PKGPREFIX}-pkg-config>=1.2.2:../../devel/ruby-pkg-config .include "../../devel/glib2/buildlink3.mk" .include "../../meta-pkgs/ruby-gnome2/Makefile.common" diff --git a/devel/ruby-gnome2-glib/PLIST b/devel/ruby-gnome2-glib/PLIST index 971b87617d1..e6f1b169cc2 100644 --- a/devel/ruby-gnome2-glib/PLIST +++ b/devel/ruby-gnome2-glib/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.19 2017/01/29 07:54:19 tsutsui Exp $ +@comment $NetBSD: PLIST,v 1.20 2017/06/10 08:27:19 tsutsui Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_EXTSDIR}/gem.build_complete ${GEM_EXTSDIR}/glib-enum-types.h @@ -18,6 +18,7 @@ ${GEM_LIBDIR}/ext/glib2/glib-enum-types.c ${GEM_LIBDIR}/ext/glib2/glib-enum-types.h ${GEM_LIBDIR}/ext/glib2/glib2.def ${GEM_LIBDIR}/ext/glib2/rbgcompat.h +${GEM_LIBDIR}/ext/glib2/rbglib-bytes.c ${GEM_LIBDIR}/ext/glib2/rbglib-variant-type.c ${GEM_LIBDIR}/ext/glib2/rbglib-variant.c ${GEM_LIBDIR}/ext/glib2/rbglib.c @@ -130,10 +131,12 @@ ${GEM_LIBDIR}/test/glib-test-init.rb ${GEM_LIBDIR}/test/glib-test-utils.rb ${GEM_LIBDIR}/test/run-test.rb ${GEM_LIBDIR}/test/test-binding.rb +${GEM_LIBDIR}/test/test-bytes.rb ${GEM_LIBDIR}/test/test-date-time.rb ${GEM_LIBDIR}/test/test-match-info.rb ${GEM_LIBDIR}/test/test-regex.rb ${GEM_LIBDIR}/test/test-time-zone.rb +${GEM_LIBDIR}/test/test-type-interface.rb ${GEM_LIBDIR}/test/test-variant-type.rb ${GEM_LIBDIR}/test/test-version.rb ${GEM_LIBDIR}/test/test_enum.rb diff --git a/devel/ruby-gnome2-glib/distinfo b/devel/ruby-gnome2-glib/distinfo index 40f5e75d314..b10b9e68a10 100644 --- a/devel/ruby-gnome2-glib/distinfo +++ b/devel/ruby-gnome2-glib/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2017/01/29 07:54:19 tsutsui Exp $ +$NetBSD: distinfo,v 1.9 2017/06/10 08:27:19 tsutsui Exp $ -SHA1 (glib2-3.1.1.gem) = a9f3f95da63fcb0504c8fa69613ac861b7e9a37d -RMD160 (glib2-3.1.1.gem) = 0a27ffb24c6fd694398cb652c2c63647a63dc7b4 -SHA512 (glib2-3.1.1.gem) = d70584b7603687baee2a869a1e4260a637d75eba6ddcec8f51c4da99920928b11d5b7085d3b22c83fbce0f718f49750e338644dbd8b51a3a25bdcadc68adaf1f -Size (glib2-3.1.1.gem) = 139776 bytes +SHA1 (glib2-3.1.6.gem) = 5740e1a71dca1240f5e1dc4268f7f1b3689841ca +RMD160 (glib2-3.1.6.gem) = a3cc8bb6542bc5f42fa6ca4b076afc88e64c9e47 +SHA512 (glib2-3.1.6.gem) = 116f9c90963cfc49472a56e13b565953a025fd9150c3941943bd058d801b9b69e4c095bb5fab1ffa19d20d555617cfb4f37ddc6e546b9200413c4e34461aa7a5 +Size (glib2-3.1.6.gem) = 140288 bytes diff --git a/devel/ruby-gnome2-gobject-introspection/distinfo b/devel/ruby-gnome2-gobject-introspection/distinfo index a661cb95d67..eae1723296a 100644 --- a/devel/ruby-gnome2-gobject-introspection/distinfo +++ b/devel/ruby-gnome2-gobject-introspection/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2017/01/29 07:54:20 tsutsui Exp $ +$NetBSD: distinfo,v 1.6 2017/06/10 08:27:19 tsutsui Exp $ -SHA1 (gobject-introspection-3.1.1.gem) = 57f5356e95bef69794e69641dc327f9e2d3febf1 -RMD160 (gobject-introspection-3.1.1.gem) = a8ae911181403b86b0fa82d507044fb458253901 -SHA512 (gobject-introspection-3.1.1.gem) = ca0ecbf00a6304adf4e07dcdf192811910f74df15372cc79a5f2d0b8bc8349b2e81211287e84cc1dcc03839c1b32c035ffe31bbc18954e9e82f49022f71bea74 -Size (gobject-introspection-3.1.1.gem) = 51712 bytes +SHA1 (gobject-introspection-3.1.6.gem) = 63090a752be740b4859c91180af64ae698b407c4 +RMD160 (gobject-introspection-3.1.6.gem) = 121dbce1be29f14f7d03b7db87a376ab39ec0e4a +SHA512 (gobject-introspection-3.1.6.gem) = 74503d92f2d4a4d48b89bbe7bbb4f1da3789d1450a31e314b19ecb3f586fb538e7c83a22de599936813a931a31f236c7ab156a7bd4fbe2d6e862e76d4ac7f922 +Size (gobject-introspection-3.1.6.gem) = 52224 bytes diff --git a/devel/ruby-gnome2-pango/Makefile b/devel/ruby-gnome2-pango/Makefile index db013e1e5d7..1e93b89adb9 100644 --- a/devel/ruby-gnome2-pango/Makefile +++ b/devel/ruby-gnome2-pango/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.52 2017/02/12 06:24:42 ryoon Exp $ +# $NetBSD: Makefile,v 1.53 2017/06/10 08:27:19 tsutsui Exp $ # DISTNAME= pango-${VERSION} PKGNAME= ${RUBY_PKGPREFIX}-gnome2-${DISTNAME} -PKGREVISION= 2 COMMENT= Ruby binding of pango-1.x CATEGORIES= devel fonts diff --git a/devel/ruby-gnome2-pango/PLIST b/devel/ruby-gnome2-pango/PLIST index 76ce8662ca0..8cd013c8088 100644 --- a/devel/ruby-gnome2-pango/PLIST +++ b/devel/ruby-gnome2-pango/PLIST @@ -1,78 +1,51 @@ -@comment $NetBSD: PLIST,v 1.9 2016/10/09 15:43:30 tsutsui Exp $ +@comment $NetBSD: PLIST,v 1.10 2017/06/10 08:27:19 tsutsui Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_EXTSDIR}/gem.build_complete ${GEM_EXTSDIR}/pango.${RUBY_DLEXT} -${GEM_EXTSDIR}/rbpango.h -${GEM_EXTSDIR}/rbpangoconversions.h -${GEM_LIBDIR}/README +${GEM_EXTSDIR}/rb-pango-conversions.h +${GEM_EXTSDIR}/rb-pango.h ${GEM_LIBDIR}/Rakefile ${GEM_LIBDIR}/ext/pango/depend ${GEM_LIBDIR}/ext/pango/extconf.rb ${GEM_LIBDIR}/ext/pango/pango.def -${GEM_LIBDIR}/ext/pango/rbpango.c -${GEM_LIBDIR}/ext/pango/rbpango.h -${GEM_LIBDIR}/ext/pango/rbpangoanalysis.c -${GEM_LIBDIR}/ext/pango/rbpangoattribute.c -${GEM_LIBDIR}/ext/pango/rbpangoattriterator.c -${GEM_LIBDIR}/ext/pango/rbpangoattrlist.c -${GEM_LIBDIR}/ext/pango/rbpangocairo.c -${GEM_LIBDIR}/ext/pango/rbpangocairocontext.c -${GEM_LIBDIR}/ext/pango/rbpangocolor.c -${GEM_LIBDIR}/ext/pango/rbpangocontext.c -${GEM_LIBDIR}/ext/pango/rbpangoconversions.h -${GEM_LIBDIR}/ext/pango/rbpangocoverage.c -${GEM_LIBDIR}/ext/pango/rbpangoengine.c -${GEM_LIBDIR}/ext/pango/rbpangofont.c -${GEM_LIBDIR}/ext/pango/rbpangofontdescription.c -${GEM_LIBDIR}/ext/pango/rbpangofontface.c -${GEM_LIBDIR}/ext/pango/rbpangofontfamily.c -${GEM_LIBDIR}/ext/pango/rbpangofontmap.c -${GEM_LIBDIR}/ext/pango/rbpangofontmetrics.c -${GEM_LIBDIR}/ext/pango/rbpangofontset.c -${GEM_LIBDIR}/ext/pango/rbpangofontsetsimple.c -${GEM_LIBDIR}/ext/pango/rbpangoglyphinfo.c -${GEM_LIBDIR}/ext/pango/rbpangoglyphitem.c -${GEM_LIBDIR}/ext/pango/rbpangoglyphstring.c -${GEM_LIBDIR}/ext/pango/rbpangogravity.c -${GEM_LIBDIR}/ext/pango/rbpangoitem.c -${GEM_LIBDIR}/ext/pango/rbpangolanguage.c -${GEM_LIBDIR}/ext/pango/rbpangolayout.c -${GEM_LIBDIR}/ext/pango/rbpangolayoutiter.c -${GEM_LIBDIR}/ext/pango/rbpangolayoutline.c -${GEM_LIBDIR}/ext/pango/rbpangologattr.c -${GEM_LIBDIR}/ext/pango/rbpangomatrix.c -${GEM_LIBDIR}/ext/pango/rbpangoprivate.h -${GEM_LIBDIR}/ext/pango/rbpangorectangle.c -${GEM_LIBDIR}/ext/pango/rbpangorenderer.c -${GEM_LIBDIR}/ext/pango/rbpangoscript.c -${GEM_LIBDIR}/ext/pango/rbpangoscriptiter.c -${GEM_LIBDIR}/ext/pango/rbpangotabarray.c +${GEM_LIBDIR}/ext/pango/rb-pango-attr-list.c +${GEM_LIBDIR}/ext/pango/rb-pango-attribute.c +${GEM_LIBDIR}/ext/pango/rb-pango-context.c +${GEM_LIBDIR}/ext/pango/rb-pango-conversions.h +${GEM_LIBDIR}/ext/pango/rb-pango-private.h +${GEM_LIBDIR}/ext/pango/rb-pango.c +${GEM_LIBDIR}/ext/pango/rb-pango.h ${GEM_LIBDIR}/extconf.rb ${GEM_LIBDIR}/lib/pango.rb ${GEM_LIBDIR}/lib/pango.${RUBY_DLEXT} -${GEM_LIBDIR}/lib/rbpango.h -${GEM_LIBDIR}/lib/rbpangoconversions.h -${GEM_LIBDIR}/sample/attribute.rb -${GEM_LIBDIR}/sample/break.rb -${GEM_LIBDIR}/sample/gdk_layout.rb -${GEM_LIBDIR}/sample/glyphstring.rb -${GEM_LIBDIR}/sample/item.rb -${GEM_LIBDIR}/sample/label.rb -${GEM_LIBDIR}/sample/layout.rb -${GEM_LIBDIR}/sample/pango_cairo.rb -${GEM_LIBDIR}/sample/parse.rb -${GEM_LIBDIR}/sample/sample.txt -${GEM_LIBDIR}/sample/script.rb +${GEM_LIBDIR}/lib/pango/cairo-loader.rb +${GEM_LIBDIR}/lib/pango/color.rb +${GEM_LIBDIR}/lib/pango/deprecated.rb +${GEM_LIBDIR}/lib/pango/font-description.rb +${GEM_LIBDIR}/lib/pango/language.rb +${GEM_LIBDIR}/lib/pango/layout.rb +${GEM_LIBDIR}/lib/pango/loader.rb +${GEM_LIBDIR}/lib/pango/markup.rb +${GEM_LIBDIR}/lib/pango/matrix.rb +${GEM_LIBDIR}/lib/pango/rectangle.rb +${GEM_LIBDIR}/lib/pango/version.rb +${GEM_LIBDIR}/lib/rb-pango-conversions.h +${GEM_LIBDIR}/lib/rb-pango.h ${GEM_LIBDIR}/test/pango-test-utils.rb ${GEM_LIBDIR}/test/run-test.rb ${GEM_LIBDIR}/test/test-analysis.rb +${GEM_LIBDIR}/test/test-attr-list.rb ${GEM_LIBDIR}/test/test-attribute.rb ${GEM_LIBDIR}/test/test-color.rb ${GEM_LIBDIR}/test/test-context.rb +${GEM_LIBDIR}/test/test-enum.rb +${GEM_LIBDIR}/test/test-font-description.rb ${GEM_LIBDIR}/test/test-language.rb ${GEM_LIBDIR}/test/test-layout.rb ${GEM_LIBDIR}/test/test-log-attr.rb +${GEM_LIBDIR}/test/test-markup.rb ${GEM_LIBDIR}/test/test-matrix.rb +${GEM_LIBDIR}/test/test-pango.rb ${GEM_LIBDIR}/test/test-rectangle.rb ${GEM_LIBDIR}/test/test-version.rb ${GEM_HOME}/specifications/${GEM_NAME}.gemspec diff --git a/devel/ruby-gnome2-pango/distinfo b/devel/ruby-gnome2-pango/distinfo index 8e7ca862dbd..cbb0be191e8 100644 --- a/devel/ruby-gnome2-pango/distinfo +++ b/devel/ruby-gnome2-pango/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2017/01/29 07:54:20 tsutsui Exp $ +$NetBSD: distinfo,v 1.8 2017/06/10 08:27:19 tsutsui Exp $ -SHA1 (pango-3.1.1.gem) = cedef3fbca8540169559c62719f45c49c4347479 -RMD160 (pango-3.1.1.gem) = f4dd1d01241cfefdb84bfb83a6f0404df7fbb0af -SHA512 (pango-3.1.1.gem) = 46b49f9dc01c4db35a7a7d2cbf6055b47ca0dfc19aeaeaad2d8b8d079999e8777863e054a2082c8a52f0308acf62b1a06acd57ede3199a82100ce3229843e9c6 -Size (pango-3.1.1.gem) = 40960 bytes +SHA1 (pango-3.1.6.gem) = 347cc7e4b41f534cb609fb74a71a99ba9147f1f2 +RMD160 (pango-3.1.6.gem) = 0ddcebfc140b95c010cd439d2311c7cddc4022dd +SHA512 (pango-3.1.6.gem) = ad7da99b38e79ea1c6204270e659ef366df89d838a979a96296977b3d09c3cdee9abb92b8f070a4bb8d0ee296f05e3dd3f180a4ca5ce62256493cf123bc3dfd8 +Size (pango-3.1.6.gem) = 15872 bytes -- cgit v1.2.3