pkgsrc/meta-pkgs
tsutsui 896f9a9dac 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
2016-10-09 15:43:30 +00:00
..
boost Manually pin-point the release version of the 1.62.0 distfile. 2016-10-08 23:27:50 +00:00
bulk-large Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
bulk-medium Update bulk-medium to 20160911. 2016-09-11 17:12:02 +00:00
bulk-small Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
c++-gnome-bindings
compiz-fusion
courier
deforaos-desktop Also depend on net/deforaos-vncviewer 2016-02-23 00:15:14 +00:00
desktop-gnome
fxtv-capture
gimp-docs Bump PKGVERSION to 2.8.2 2016-01-09 08:25:07 +00:00
gnome Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
gnome-devtools
gnome-mobile
gnome-platform
gnuradio Include gnuradio-doxygen (now fixed) 2016-07-20 23:59:56 +00:00
gnustep Recursive revbump from textproc/icu 57.1 2016-04-11 19:01:33 +00:00
gstreamer0.10-plugins
kde-telepathy Fake a DESCR until jaapb makes a real one. 2016-04-05 12:18:38 +00:00
kde3 Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
kde4 Allow newer oxygen-icons 2016-08-21 21:31:39 +00:00
kf5 Update KDE Frameworks to 5.25.0 2016-08-21 21:11:57 +00:00
libdbusmenu Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
lxde Import lxde-1.0 as meta-pkgs/lxde. 2016-05-23 22:48:30 +00:00
matchbox
mate Import mate-1.14.0 as meta-pkgs/mate. 2016-05-21 19:23:25 +00:00
modular-xorg modular-xorg-server & drivers are not for Darwin 2015-10-06 11:29:55 +00:00
modular-xorg-apps Mark xephyr as not for Darwin for now. 2015-10-23 10:58:28 +00:00
modular-xorg-drivers Add xf86-video-amdgpu, bump PKGREVISION. 2015-11-23 12:48:15 +00:00
modular-xorg-fonts
modular-xorg-libs Pull in libXfont2. Bump version. 2015-12-11 15:59:56 +00:00
modular-xorg-protos
modular-xorg-utils
mono-gnome-bindings
nagios Import nagios-4.0.8 as meta-pkgs/nagios. 2015-04-04 16:04:14 +00:00
netbsd-doc Revert previous - apparently I want netbsd-www 2015-10-07 19:08:06 +00:00
netbsd-doc-print Update package to version 1.4: 2015-05-17 12:32:33 +00:00
netbsd-www Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
p5-gnome-bindings Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
php56-extensions Reset PKGREVISION along with php 5.6.16 update. 2015-11-29 08:53:26 +00:00
php70-extensions Add php70-extensions package. 2015-12-06 15:21:49 +00:00
pkg_developer Fix the build by marking this as a meta package before we include 2016-01-13 18:14:14 +00:00
pkgsrc-guide-tools
pulseaudio-tools
py-gnome-bindings Remove python33: adapt all packages that refer to it. 2016-07-09 13:03:30 +00:00
py-tryton-platform Remove unnecessary PLIST_SUBST and FILES_SUBST that are now provided 2016-08-28 15:48:28 +00:00
ruby-gnome2 Update ruby-gnome2 packages to 3.0.9. 2016-10-09 15:43:30 +00:00
ruby-redmine-plugins Add devel/ruby-redmine_startpage. Bump PKGVERSION. 2015-07-07 22:23:25 +00:00
ruby-redmine-themes Add devel/ruby-redmine-flatly-light-theme. Bump PKGVERSION. 2015-07-07 12:16:44 +00:00
ruby-shoulda Allow build on Ruby 2.2. 2015-06-11 17:23:37 +00:00
suse100 Use appended lists here too instead of multi-line ones. 2014-12-07 19:47:06 +00:00
suse121 Add gc and bump PKGREVISION 2015-09-26 01:14:20 +00:00
suse131 Add gc and bump PKGREVISION 2015-09-26 01:14:20 +00:00
texlive-collection-basic Update to 2016.41616 2016-08-07 10:51:20 +00:00
texlive-collection-basic-doc s/tex/texlive/ 2015-05-06 10:15:58 +00:00
texlive-collection-bibtexextra Update to texlive rev 41634 2016-08-07 10:54:52 +00:00
texlive-collection-binextra Update to texlive rev 41779 2016-08-07 10:57:56 +00:00
texlive-collection-context All packages added, update DEPENDS. Bump version to 2016. 2016-07-17 22:13:04 +00:00
texlive-collection-fontsextra Update to texlive rev 41736 2016-08-07 11:02:11 +00:00
texlive-collection-fontsrecommended Updated to TexLive 2016: 2016-06-16 04:03:13 +00:00
texlive-collection-fontsrecommended-doc s/tex/texlive/ 2015-05-06 10:15:58 +00:00
texlive-collection-fontutils Updated to TexLive 2016: 2016-06-16 04:03:13 +00:00
texlive-collection-formatsextra Updated to TexLive 2016: 2016-06-16 04:03:13 +00:00
texlive-collection-games Updated to TexLive 2016: 2016-06-16 04:03:13 +00:00
texlive-collection-genericextra Add tex-eijkhout 2016-09-20 13:40:12 +00:00
texlive-collection-genericrecommended Updated to TexLive 2016: 2016-06-16 04:03:13 +00:00
texlive-collection-genericrecommended-doc s/tex/texlive/ 2015-05-06 10:15:58 +00:00
texlive-collection-htmlxml Updated to TexLive 2016: 2016-06-16 04:03:13 +00:00
texlive-collection-langafrican Updated to TexLive 2016: 2016-06-16 04:03:13 +00:00
texlive-collection-langarabic Updated to TexLive 2016: 2016-06-16 04:03:13 +00:00
texlive-collection-langchinese Updated to TexLive 2016: 2016-06-16 04:03:13 +00:00
texlive-collection-langcjk Updated to TexLive 2016: 2016-06-16 04:03:13 +00:00
texlive-collection-langcyrillic Add tex-cyrplain 2016-09-20 13:34:59 +00:00
texlive-collection-langczechslovak Updated to TexLive 2016: 2016-06-16 04:03:13 +00:00
texlive-collection-langenglish Update to texlive rev 41445 2016-08-07 11:09:32 +00:00
texlive-collection-langeuropean Updated to TexLive 2016: 2016-06-16 04:03:13 +00:00
texlive-collection-langfrench Updated to TexLive 2016: 2016-06-16 04:03:13 +00:00
texlive-collection-langgerman Update to texlive rev 41610 2016-08-07 11:11:45 +00:00
texlive-collection-langgreek Add tex-greek-inputenc 2016-09-20 13:44:20 +00:00
texlive-collection-langindic Update to texlive rev 41661 2016-08-07 11:13:18 +00:00
texlive-collection-langitalian Updated to TexLive 2016: 2016-06-16 04:03:13 +00:00
texlive-collection-langjapanese Updated to TexLive 2016: 2016-06-16 04:03:13 +00:00
texlive-collection-langkorean Updated to TexLive 2016: 2016-06-16 04:03:13 +00:00
texlive-collection-langother Updated to TexLive 2016: 2016-06-16 04:03:13 +00:00
texlive-collection-langpolish Add newly added packages 2016-09-20 13:32:19 +00:00
texlive-collection-langportuguese Updated to TexLive 2016: 2016-06-16 04:03:13 +00:00
texlive-collection-langspanish Updated to TexLive 2016: 2016-06-16 04:03:13 +00:00
texlive-collection-latex Update to texlive rev 41614 2016-08-07 11:15:46 +00:00
texlive-collection-latex-doc Fix tex-fix2col pattern for changed version. 2016-06-16 22:04:06 +00:00
texlive-collection-latexextra Bump version for last. 2016-09-20 13:49:20 +00:00
texlive-collection-latexrecommended Update to texlive rev 41452 2016-08-07 11:22:03 +00:00
texlive-collection-luatex Update to texlive rev 41654 2016-08-07 11:24:24 +00:00
texlive-collection-mathextra Update to texlive rev 41676 2016-08-07 11:26:52 +00:00
texlive-collection-metapost Updated to TexLive 2016: 2016-06-16 04:03:13 +00:00
texlive-collection-music Updated to TexLive 2016: 2016-06-16 04:03:13 +00:00
texlive-collection-omega Updated to TexLive 2016: 2016-06-16 04:03:13 +00:00
texlive-collection-pictures Add tex-texdraw 2016-09-20 13:42:15 +00:00
texlive-collection-plainextra Updated to TexLive 2016: 2016-06-16 04:03:13 +00:00
texlive-collection-pstricks Bump PKGREVISION for perl-5.24.0 for everything mentioning perl. 2016-07-09 06:38:30 +00:00
texlive-collection-publishers Update to texlive rev 41769 2016-08-07 11:31:58 +00:00
texlive-collection-science Updated to TexLive 2016: 2016-06-16 04:03:13 +00:00
texlive-collection-xetex Update to texlive rev 41611 2016-08-07 11:33:39 +00:00
web-server Since Apache 2.4 is normally picked up anyway, just use it in first 2015-09-12 16:52:09 +00:00
windowmaker-desktop
xfce4 Removed missing 'used by' 2016-08-03 10:59:00 +00:00
xfce4-extras Revbump after graphics/gd update 2016-08-03 10:22:08 +00:00
Makefile Remove php55-extensions. 2016-09-11 16:56:27 +00:00