Sat Jan 8 15:17:54 2022 UTC ()
mikutter: update to 5.0.2.

pkgsrc changes:
* make ${PREFIX}/share/mikutter/vendor/plugin as a pkgsrc specific
  plugin directory using PLUGIN_PATH env

Upstream changes:

mikutter 5.0.2
 https://mikutter.hatenablog.com/entry/2022/01/08/194013

* [mastodon_sse_streaming] crash on disconnect

mikutter 5.0.1
 https://mikutter.hatenablog.com/entry/2022/01/01/002306

* happy new year
* [mastodon] change initial data sources properly
* [mastodon_sse_streaming] execute startup and closing connections per
  a number of handlers
* [mastodon_sse_streaming] support streaming receiving of mentions
* [mastodon_sse_streaming] refactoring and fix SSE parse bugs
* stop using overlay vertical scrollbars on settings window
 * thanks Izumi Tsutsui
* [mastodon] add data source of mentions and poll it by REST API
* mastodon: fetch latest replies on startup
 * thanks Yuto Tokunaga
* revive lost Ttimeline#postbox_delegation_generator
 * thanks Shibafu Midorino

mikutter 5.0.0
 https://mikutter.hatenablog.com/entry/mikutter5_0

* Gtk3
* Incompatiple changes
 * gtk3 plugin is provided and won't be compatible with gtk plugins
* Diva::Model by diva 2.0
* show remaining characters on mastodon postbox
* support Ruby 2.7 and later

mikutter 4.1.8
 https://mikutter.hatenablog.com/entry/2021/12/21/232815

* crash by right click on settings of list
* duplicated settings for background color of "share with comment"
 * thanks Izumi Tsutsui
* skin icons are not rendered properly on settings


(tsutsui)
diff -r1.204 -r1.205 pkgsrc/net/mikutter/Makefile
diff -r1.51 -r1.52 pkgsrc/net/mikutter/PLIST
diff -r1.182 -r1.183 pkgsrc/net/mikutter/distinfo
diff -r0 -r1.1 pkgsrc/net/mikutter/patches/patch-core_config.rb
diff -r1.9 -r1.10 pkgsrc/net/mikutter/patches/patch-mikutter.rb

cvs diff -r1.204 -r1.205 pkgsrc/net/mikutter/Makefile (expand / switch to unified diff)

--- pkgsrc/net/mikutter/Makefile 2021/12/08 16:06:03 1.204
+++ pkgsrc/net/mikutter/Makefile 2022/01/08 15:17:54 1.205
@@ -1,53 +1,52 @@ @@ -1,53 +1,52 @@
1# $NetBSD: Makefile,v 1.204 2021/12/08 16:06:03 adam Exp $ 1# $NetBSD: Makefile,v 1.205 2022/01/08 15:17:54 tsutsui Exp $
2# 2#
3 3
4DISTNAME= mikutter-4.1.7 4DISTNAME= mikutter-5.0.2
5PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} 5PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
6PKGREVISION= 1 
7CATEGORIES= net 6CATEGORIES= net
8MASTER_SITES= https://mikutter.hachune.net/bin/ 7MASTER_SITES= https://mikutter.hachune.net/bin/
9 8
10MAINTAINER= tsutsui@NetBSD.org 9MAINTAINER= tsutsui@NetBSD.org
11HOMEPAGE= https://mikutter.hachune.net/ 10HOMEPAGE= https://mikutter.hachune.net/
12COMMENT= Simple, powerful, and moeful twitter client 11COMMENT= Simple, powerful, and moeful twitter client
13LICENSE= mit AND cc-by-sa-v3.0 12LICENSE= mit AND cc-by-sa-v3.0
14 13
15.include "../../lang/ruby/rubyversion.mk" 14.include "../../lang/ruby/rubyversion.mk"
16 15
17DEPENDS+= ${RUBY_PKGPREFIX}-addressable>=2.7.0:../../net/ruby-addressable 16DEPENDS+= ${RUBY_PKGPREFIX}-addressable>=2.8.0:../../net/ruby-addressable
18DEPENDS+= ${RUBY_PKGPREFIX}-delayer>=1.1.2:../../devel/ruby-delayer 17DEPENDS+= ${RUBY_PKGPREFIX}-delayer>=1.2.1:../../devel/ruby-delayer
19DEPENDS+= ${RUBY_PKGPREFIX}-delayer-deferred>=2.2.0:../../devel/ruby-delayer-deferred 18DEPENDS+= ${RUBY_PKGPREFIX}-delayer-deferred>=2.2.0:../../devel/ruby-delayer-deferred
20DEPENDS+= ${RUBY_PKGPREFIX}-diva>=1.0.2:../../devel/ruby-diva 19DEPENDS+= ${RUBY_PKGPREFIX}-diva>=2.0.1:../../devel/ruby-diva
21DEPENDS+= ${RUBY_PKGPREFIX}-gettext>=3.3.5:../../devel/ruby-gettext 20DEPENDS+= ${RUBY_PKGPREFIX}-gettext>=3.4.1:../../devel/ruby-gettext
22DEPENDS+= ${RUBY_PKGPREFIX}-httpclient>=2.8.3nb1:../../www/ruby-httpclient 21DEPENDS+= ${RUBY_PKGPREFIX}-httpclient>=2.8.3nb1:../../www/ruby-httpclient
23DEPENDS+= ${RUBY_PKGPREFIX}-memoist>=0.16.2:../../devel/ruby-memoist 22DEPENDS+= ${RUBY_PKGPREFIX}-memoist>=0.16.2:../../devel/ruby-memoist
24DEPENDS+= ${RUBY_PKGPREFIX}-moneta-[0-9]*:../../databases/ruby-moneta 23DEPENDS+= ${RUBY_PKGPREFIX}-moneta-[0-9]*:../../databases/ruby-moneta
25DEPENDS+= ${RUBY_PKGPREFIX}-nokogiri-[0-9]*:../../textproc/ruby-nokogiri 24DEPENDS+= ${RUBY_PKGPREFIX}-nokogiri-[0-9]*:../../textproc/ruby-nokogiri
26DEPENDS+= ${RUBY_PKGPREFIX}-oauth>=0.5.4:../../security/ruby-oauth 25DEPENDS+= ${RUBY_PKGPREFIX}-oauth>=0.5.8:../../security/ruby-oauth
27DEPENDS+= ${RUBY_PKGPREFIX}-pluggaloid>=1.5.0:../../net/ruby-pluggaloid 26DEPENDS+= ${RUBY_PKGPREFIX}-pluggaloid>=1.7.0:../../net/ruby-pluggaloid
28DEPENDS+= ${RUBY_PKGPREFIX}-typed-array>=0.1.2:../../misc/ruby-typed-array 27DEPENDS+= ${RUBY_PKGPREFIX}-typed-array>=0.1.2:../../misc/ruby-typed-array
29 28
30USE_LANGUAGES= # none 29USE_LANGUAGES= # none
31USE_TOOLS+= pax 30USE_TOOLS+= pax
32 31
33REPLACE_RUBY= mikutter.rb 32REPLACE_RUBY= mikutter.rb
34REPLACE_RUBY_DIRS= core 33REPLACE_RUBY_DIRS= core
35 34
36INSTALLATION_DIRS+= bin share/doc/mikutter share/applications share/mikutter 35INSTALLATION_DIRS+= bin share/doc/mikutter share/applications share/mikutter
37 36
38do-build: 37do-build:
39 ${RM} -rf ${WRKSRC}/vendor 38 ${RM} -rf ${WRKSRC}/vendor
40 ${SED} -e 's,@PREFIX@,${PREFIX},g' < ${FILESDIR}/desktop.in > ${WRKDIR}/desktop 39 ${SED} -e 's,@PREFIX@,${PREFIX},g' < ${FILESDIR}/desktop.in > ${WRKDIR}/desktop
41 ${SED} -e 's,@PREFIX@,${PREFIX},g' < ${FILESDIR}/mikutter.sh.in > ${WRKDIR}/mikutter.sh 40 ${SED} -e 's,@PREFIX@,${PREFIX},g' < ${FILESDIR}/mikutter.sh.in > ${WRKDIR}/mikutter.sh
42 41
43do-install: 42do-install:
44 ${INSTALL_SCRIPT} ${WRKSRC}/mikutter.rb ${DESTDIR}${PREFIX}/share/mikutter 43 ${INSTALL_SCRIPT} ${WRKSRC}/mikutter.rb ${DESTDIR}${PREFIX}/share/mikutter
45 ${INSTALL_DATA} ${WRKSRC}/Gemfile ${DESTDIR}${PREFIX}/share/mikutter 44 ${INSTALL_DATA} ${WRKSRC}/Gemfile ${DESTDIR}${PREFIX}/share/mikutter
46 cd ${WRKSRC} && pax -rwpp -s '/.*\.orig//' core plugin ${DESTDIR}${PREFIX}/share/mikutter 45 cd ${WRKSRC} && pax -rwpp -s '/.*\.orig//' core plugin ${DESTDIR}${PREFIX}/share/mikutter
47 ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/mikutter 46 ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/mikutter
48 ${INSTALL_SCRIPT} ${WRKDIR}/mikutter.sh ${DESTDIR}${PREFIX}/bin/mikutter 47 ${INSTALL_SCRIPT} ${WRKDIR}/mikutter.sh ${DESTDIR}${PREFIX}/bin/mikutter
49 ${INSTALL_DATA} ${WRKDIR}/desktop ${DESTDIR}${PREFIX}/share/applications/mikutter.desktop 48 ${INSTALL_DATA} ${WRKDIR}/desktop ${DESTDIR}${PREFIX}/share/applications/mikutter.desktop
50 49
51.include "../../x11/ruby-gtk2/buildlink3.mk" 50.include "../../x11/ruby-gtk3/buildlink3.mk"
52.include "../../lang/ruby/replace.mk" 51.include "../../lang/ruby/replace.mk"
53.include "../../mk/bsd.pkg.mk" 52.include "../../mk/bsd.pkg.mk"

cvs diff -r1.51 -r1.52 pkgsrc/net/mikutter/PLIST (expand / switch to unified diff)

--- pkgsrc/net/mikutter/PLIST 2020/09/20 15:11:43 1.51
+++ pkgsrc/net/mikutter/PLIST 2022/01/08 15:17:54 1.52
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.51 2020/09/20 15:11:43 tsutsui Exp $ 1@comment $NetBSD: PLIST,v 1.52 2022/01/08 15:17:54 tsutsui Exp $
2bin/mikutter 2bin/mikutter
3share/applications/mikutter.desktop 3share/applications/mikutter.desktop
4share/doc/mikutter/README 4share/doc/mikutter/README
5share/mikutter/Gemfile 5share/mikutter/Gemfile
6share/mikutter/core/boot/check_config_permission.rb 6share/mikutter/core/boot/check_config_permission.rb
7share/mikutter/core/boot/delayer.rb 7share/mikutter/core/boot/delayer.rb
8share/mikutter/core/boot/load_plugin.rb 8share/mikutter/core/boot/load_plugin.rb
9share/mikutter/core/boot/mainloop.rb 9share/mikutter/core/boot/mainloop.rb
10share/mikutter/core/boot/option.rb 10share/mikutter/core/boot/option.rb
11share/mikutter/core/boot/shell/generate.rb 11share/mikutter/core/boot/shell/generate.rb
12share/mikutter/core/boot/shell/makepot.rb 12share/mikutter/core/boot/shell/makepot.rb
13share/mikutter/core/boot/shell/plugin_depends.rb 13share/mikutter/core/boot/shell/plugin_depends.rb
14share/mikutter/core/boot/shell/spec.rb 14share/mikutter/core/boot/shell/spec.rb
@@ -53,27 +53,26 @@ share/mikutter/core/miku/parser.rb @@ -53,27 +53,26 @@ share/mikutter/core/miku/parser.rb
53share/mikutter/core/miku/primitive.rb 53share/mikutter/core/miku/primitive.rb
54share/mikutter/core/miku/symbol.rb 54share/mikutter/core/miku/symbol.rb
55share/mikutter/core/miku/symboltable.rb 55share/mikutter/core/miku/symboltable.rb
56share/mikutter/core/miku/to_ruby.rb 56share/mikutter/core/miku/to_ruby.rb
57share/mikutter/core/miku/yamlisp.rb 57share/mikutter/core/miku/yamlisp.rb
58share/mikutter/core/miquire.rb 58share/mikutter/core/miquire.rb
59share/mikutter/core/miquire_plugin.rb 59share/mikutter/core/miquire_plugin.rb
60share/mikutter/core/miquire_to_spec.rb 60share/mikutter/core/miquire_to_spec.rb
61share/mikutter/core/mui/cairo_cell_renderer_message.rb 61share/mikutter/core/mui/cairo_cell_renderer_message.rb
62share/mikutter/core/mui/cairo_coordinate_module.rb 62share/mikutter/core/mui/cairo_coordinate_module.rb
63share/mikutter/core/mui/cairo_icon_over_button.rb 63share/mikutter/core/mui/cairo_icon_over_button.rb
64share/mikutter/core/mui/cairo_inner_tl.rb 64share/mikutter/core/mui/cairo_inner_tl.rb
65share/mikutter/core/mui/cairo_markup_generator.rb 65share/mikutter/core/mui/cairo_markup_generator.rb
66share/mikutter/core/mui/cairo_miracle_painter.rb 
67share/mikutter/core/mui/cairo_replyviewer.rb 66share/mikutter/core/mui/cairo_replyviewer.rb
68share/mikutter/core/mui/cairo_special_edge.rb 67share/mikutter/core/mui/cairo_special_edge.rb
69share/mikutter/core/mui/cairo_sub_parts_favorite.rb 68share/mikutter/core/mui/cairo_sub_parts_favorite.rb
70share/mikutter/core/mui/cairo_sub_parts_helper.rb 69share/mikutter/core/mui/cairo_sub_parts_helper.rb
71share/mikutter/core/mui/cairo_sub_parts_message_base.rb 70share/mikutter/core/mui/cairo_sub_parts_message_base.rb
72share/mikutter/core/mui/cairo_sub_parts_quote.rb 71share/mikutter/core/mui/cairo_sub_parts_quote.rb
73share/mikutter/core/mui/cairo_sub_parts_share.rb 72share/mikutter/core/mui/cairo_sub_parts_share.rb
74share/mikutter/core/mui/cairo_sub_parts_voter.rb 73share/mikutter/core/mui/cairo_sub_parts_voter.rb
75share/mikutter/core/mui/cairo_textselector.rb 74share/mikutter/core/mui/cairo_textselector.rb
76share/mikutter/core/mui/cairo_timeline.rb 75share/mikutter/core/mui/cairo_timeline.rb
77share/mikutter/core/mui/gtk_compatlistview.rb 76share/mikutter/core/mui/gtk_compatlistview.rb
78share/mikutter/core/mui/gtk_contextmenu.rb 77share/mikutter/core/mui/gtk_contextmenu.rb
79share/mikutter/core/mui/gtk_crud.rb 78share/mikutter/core/mui/gtk_crud.rb
@@ -93,30 +92,33 @@ share/mikutter/core/mui/gtk_photo_pixbuf @@ -93,30 +92,33 @@ share/mikutter/core/mui/gtk_photo_pixbuf
93share/mikutter/core/mui/gtk_postbox.rb 92share/mikutter/core/mui/gtk_postbox.rb
94share/mikutter/core/mui/gtk_pseudo_signal_handler.rb 93share/mikutter/core/mui/gtk_pseudo_signal_handler.rb
95share/mikutter/core/mui/gtk_selectbox.rb 94share/mikutter/core/mui/gtk_selectbox.rb
96share/mikutter/core/mui/gtk_timeline_utils.rb 95share/mikutter/core/mui/gtk_timeline_utils.rb
97share/mikutter/core/mui/gtk_tree_view_pretty_scroll.rb 96share/mikutter/core/mui/gtk_tree_view_pretty_scroll.rb
98share/mikutter/core/mui/gtk_userlist.rb 97share/mikutter/core/mui/gtk_userlist.rb
99share/mikutter/core/mui/gtk_web_image_loader.rb 98share/mikutter/core/mui/gtk_web_image_loader.rb
100share/mikutter/core/mui/gtk_webicon.rb 99share/mikutter/core/mui/gtk_webicon.rb
101share/mikutter/core/plugin.rb 100share/mikutter/core/plugin.rb
102share/mikutter/core/serialthread.rb 101share/mikutter/core/serialthread.rb
103share/mikutter/core/skin.rb 102share/mikutter/core/skin.rb
104share/mikutter/core/skin/data/activity.png 103share/mikutter/core/skin/data/activity.png
105share/mikutter/core/skin/data/add.png 104share/mikutter/core/skin/data/add.png
 105share/mikutter/core/skin/data/arrow_blocked.png
106share/mikutter/core/skin/data/arrow_followed.png 106share/mikutter/core/skin/data/arrow_followed.png
107share/mikutter/core/skin/data/arrow_following.png 107share/mikutter/core/skin/data/arrow_following.png
 108share/mikutter/core/skin/data/arrow_following_muted.png
108share/mikutter/core/skin/data/arrow_notfollowed.png 109share/mikutter/core/skin/data/arrow_notfollowed.png
109share/mikutter/core/skin/data/arrow_notfollowing.png 110share/mikutter/core/skin/data/arrow_notfollowing.png
 111share/mikutter/core/skin/data/arrow_notfollowing_muted.png
110share/mikutter/core/skin/data/close.png 112share/mikutter/core/skin/data/close.png
111share/mikutter/core/skin/data/console.png 113share/mikutter/core/skin/data/console.png
112share/mikutter/core/skin/data/copy.png 114share/mikutter/core/skin/data/copy.png
113share/mikutter/core/skin/data/copy_all.png 115share/mikutter/core/skin/data/copy_all.png
114share/mikutter/core/skin/data/directmessage.png 116share/mikutter/core/skin/data/directmessage.png
115share/mikutter/core/skin/data/dont_like.png 117share/mikutter/core/skin/data/dont_like.png
116share/mikutter/core/skin/data/etc.png 118share/mikutter/core/skin/data/etc.png
117share/mikutter/core/skin/data/fav.png 119share/mikutter/core/skin/data/fav.png
118share/mikutter/core/skin/data/followers.png 120share/mikutter/core/skin/data/followers.png
119share/mikutter/core/skin/data/followings.png 121share/mikutter/core/skin/data/followings.png
120share/mikutter/core/skin/data/forward.png 122share/mikutter/core/skin/data/forward.png
121share/mikutter/core/skin/data/icon.png 123share/mikutter/core/skin/data/icon.png
122share/mikutter/core/skin/data/icon_alternative.png 124share/mikutter/core/skin/data/icon_alternative.png
@@ -183,48 +185,88 @@ share/mikutter/plugin/achievement/po/fr/ @@ -183,48 +185,88 @@ share/mikutter/plugin/achievement/po/fr/
183share/mikutter/plugin/achievement/po/ja_KS/achievement.po 185share/mikutter/plugin/achievement/po/ja_KS/achievement.po
184share/mikutter/plugin/achievement/po/nl_NL/achievement.po 186share/mikutter/plugin/achievement/po/nl_NL/achievement.po
185share/mikutter/plugin/achievement/po/pt_PT/achievement.po 187share/mikutter/plugin/achievement/po/pt_PT/achievement.po
186share/mikutter/plugin/achievement/po/ro_RO/achievement.po 188share/mikutter/plugin/achievement/po/ro_RO/achievement.po
187share/mikutter/plugin/achievement/po/ru/achievement.po 189share/mikutter/plugin/achievement/po/ru/achievement.po
188share/mikutter/plugin/achievement/po/sr/achievement.po 190share/mikutter/plugin/achievement/po/sr/achievement.po
189share/mikutter/plugin/achievement/po/vi/achievement.po 191share/mikutter/plugin/achievement/po/vi/achievement.po
190share/mikutter/plugin/achievement/po/zh/achievement.po 192share/mikutter/plugin/achievement/po/zh/achievement.po
191share/mikutter/plugin/achievement/po/zh_CN/achievement.po 193share/mikutter/plugin/achievement/po/zh_CN/achievement.po
192share/mikutter/plugin/achievement/po/zh_TW/achievement.po 194share/mikutter/plugin/achievement/po/zh_TW/achievement.po
193share/mikutter/plugin/activity/.mikutter.yml 195share/mikutter/plugin/activity/.mikutter.yml
194share/mikutter/plugin/activity/activity.rb 196share/mikutter/plugin/activity/activity.rb
195share/mikutter/plugin/activity/model/activity.rb 197share/mikutter/plugin/activity/model/activity.rb
196share/mikutter/plugin/activity/model_selector.rb 
197share/mikutter/plugin/activity/po/ar/activity.po 198share/mikutter/plugin/activity/po/ar/activity.po
198share/mikutter/plugin/activity/po/de/activity.po 199share/mikutter/plugin/activity/po/de/activity.po
199share/mikutter/plugin/activity/po/el/activity.po 200share/mikutter/plugin/activity/po/el/activity.po
200share/mikutter/plugin/activity/po/en/activity.po 201share/mikutter/plugin/activity/po/en/activity.po
201share/mikutter/plugin/activity/po/eo/activity.po 202share/mikutter/plugin/activity/po/eo/activity.po
202share/mikutter/plugin/activity/po/es/activity.po 203share/mikutter/plugin/activity/po/es/activity.po
203share/mikutter/plugin/activity/po/fr/activity.po 204share/mikutter/plugin/activity/po/fr/activity.po
204share/mikutter/plugin/activity/po/ja_KS/activity.po 205share/mikutter/plugin/activity/po/ja_KS/activity.po
205share/mikutter/plugin/activity/po/nl_NL/activity.po 206share/mikutter/plugin/activity/po/nl_NL/activity.po
206share/mikutter/plugin/activity/po/pt_PT/activity.po 207share/mikutter/plugin/activity/po/pt_PT/activity.po
207share/mikutter/plugin/activity/po/ro_RO/activity.po 208share/mikutter/plugin/activity/po/ro_RO/activity.po
208share/mikutter/plugin/activity/po/ru/activity.po 209share/mikutter/plugin/activity/po/ru/activity.po
209share/mikutter/plugin/activity/po/sr/activity.po 210share/mikutter/plugin/activity/po/sr/activity.po
210share/mikutter/plugin/activity/po/vi/activity.po 211share/mikutter/plugin/activity/po/vi/activity.po
211share/mikutter/plugin/activity/po/zh/activity.po 212share/mikutter/plugin/activity/po/zh/activity.po
212share/mikutter/plugin/activity/po/zh_CN/activity.po 213share/mikutter/plugin/activity/po/zh_CN/activity.po
213share/mikutter/plugin/activity/po/zh_TW/activity.po 214share/mikutter/plugin/activity/po/zh_TW/activity.po
 215share/mikutter/plugin/activity_gtk/.mikutter.yml
 216share/mikutter/plugin/activity_gtk/activity_gtk.rb
 217share/mikutter/plugin/activity_gtk/model_selector.rb
 218share/mikutter/plugin/activity_gtk/po/ar/activity_gtk.po
 219share/mikutter/plugin/activity_gtk/po/de/activity_gtk.po
 220share/mikutter/plugin/activity_gtk/po/el/activity_gtk.po
 221share/mikutter/plugin/activity_gtk/po/en/activity_gtk.po
 222share/mikutter/plugin/activity_gtk/po/eo/activity_gtk.po
 223share/mikutter/plugin/activity_gtk/po/es/activity_gtk.po
 224share/mikutter/plugin/activity_gtk/po/fr/activity_gtk.po
 225share/mikutter/plugin/activity_gtk/po/ja_KS/activity_gtk.po
 226share/mikutter/plugin/activity_gtk/po/nl_NL/activity_gtk.po
 227share/mikutter/plugin/activity_gtk/po/pt_PT/activity_gtk.po
 228share/mikutter/plugin/activity_gtk/po/ro_RO/activity_gtk.po
 229share/mikutter/plugin/activity_gtk/po/ru/activity_gtk.po
 230share/mikutter/plugin/activity_gtk/po/sr/activity_gtk.po
 231share/mikutter/plugin/activity_gtk/po/vi/activity_gtk.po
 232share/mikutter/plugin/activity_gtk/po/zh/activity_gtk.po
 233share/mikutter/plugin/activity_gtk/po/zh_CN/activity_gtk.po
 234share/mikutter/plugin/activity_gtk/po/zh_TW/activity_gtk.po
 235share/mikutter/plugin/activity_setting/.mikutter.yml
 236share/mikutter/plugin/activity_setting/activity_setting.rb
 237share/mikutter/plugin/activity_setting/po/ar/activity_setting.po
 238share/mikutter/plugin/activity_setting/po/de/activity_setting.po
 239share/mikutter/plugin/activity_setting/po/el/activity_setting.po
 240share/mikutter/plugin/activity_setting/po/en/activity_setting.po
 241share/mikutter/plugin/activity_setting/po/eo/activity_setting.po
 242share/mikutter/plugin/activity_setting/po/es/activity_setting.po
 243share/mikutter/plugin/activity_setting/po/fr/activity_setting.po
 244share/mikutter/plugin/activity_setting/po/ja_KS/activity_setting.po
 245share/mikutter/plugin/activity_setting/po/nl_NL/activity_setting.po
 246share/mikutter/plugin/activity_setting/po/pt_PT/activity_setting.po
 247share/mikutter/plugin/activity_setting/po/ro_RO/activity_setting.po
 248share/mikutter/plugin/activity_setting/po/ru/activity_setting.po
 249share/mikutter/plugin/activity_setting/po/sr/activity_setting.po
 250share/mikutter/plugin/activity_setting/po/vi/activity_setting.po
 251share/mikutter/plugin/activity_setting/po/zh/activity_setting.po
 252share/mikutter/plugin/activity_setting/po/zh_CN/activity_setting.po
 253share/mikutter/plugin/activity_setting/po/zh_TW/activity_setting.po
214share/mikutter/plugin/alsa/.mikutter.yml 254share/mikutter/plugin/alsa/.mikutter.yml
215share/mikutter/plugin/alsa/alsa.rb 255share/mikutter/plugin/alsa/alsa.rb
216share/mikutter/plugin/aspectframe/.mikutter.yml 256share/mikutter/plugin/aspectframe/.mikutter.yml
217share/mikutter/plugin/aspectframe/aspectframe.rb 257share/mikutter/plugin/aspectframe/aspectframe.rb
 258share/mikutter/plugin/basic_settings/.mikutter.yml
 259share/mikutter/plugin/basic_settings/basic_settings.rb
218share/mikutter/plugin/bitly/.mikutter.yml 260share/mikutter/plugin/bitly/.mikutter.yml
219share/mikutter/plugin/bitly/bitly.rb 261share/mikutter/plugin/bitly/bitly.rb
220share/mikutter/plugin/bugreport/.mikutter.yml 262share/mikutter/plugin/bugreport/.mikutter.yml
221share/mikutter/plugin/bugreport/bugreport.rb 263share/mikutter/plugin/bugreport/bugreport.rb
222share/mikutter/plugin/bugreport/po/ar/bugreport.po 264share/mikutter/plugin/bugreport/po/ar/bugreport.po
223share/mikutter/plugin/bugreport/po/de/bugreport.po 265share/mikutter/plugin/bugreport/po/de/bugreport.po
224share/mikutter/plugin/bugreport/po/el/bugreport.po 266share/mikutter/plugin/bugreport/po/el/bugreport.po
225share/mikutter/plugin/bugreport/po/en/bugreport.po 267share/mikutter/plugin/bugreport/po/en/bugreport.po
226share/mikutter/plugin/bugreport/po/eo/bugreport.po 268share/mikutter/plugin/bugreport/po/eo/bugreport.po
227share/mikutter/plugin/bugreport/po/es/bugreport.po 269share/mikutter/plugin/bugreport/po/es/bugreport.po
228share/mikutter/plugin/bugreport/po/fr/bugreport.po 270share/mikutter/plugin/bugreport/po/fr/bugreport.po
229share/mikutter/plugin/bugreport/po/ja_KS/bugreport.po 271share/mikutter/plugin/bugreport/po/ja_KS/bugreport.po
230share/mikutter/plugin/bugreport/po/nl_NL/bugreport.po 272share/mikutter/plugin/bugreport/po/nl_NL/bugreport.po
@@ -295,81 +337,103 @@ share/mikutter/plugin/console/po/pt_PT/c @@ -295,81 +337,103 @@ share/mikutter/plugin/console/po/pt_PT/c
295share/mikutter/plugin/console/po/ro_RO/console.po 337share/mikutter/plugin/console/po/ro_RO/console.po
296share/mikutter/plugin/console/po/ru/console.po 338share/mikutter/plugin/console/po/ru/console.po
297share/mikutter/plugin/console/po/sr/console.po 339share/mikutter/plugin/console/po/sr/console.po
298share/mikutter/plugin/console/po/vi/console.po 340share/mikutter/plugin/console/po/vi/console.po
299share/mikutter/plugin/console/po/zh/console.po 341share/mikutter/plugin/console/po/zh/console.po
300share/mikutter/plugin/console/po/zh_CN/console.po 342share/mikutter/plugin/console/po/zh_CN/console.po
301share/mikutter/plugin/console/po/zh_TW/console.po 343share/mikutter/plugin/console/po/zh_TW/console.po
302share/mikutter/plugin/core/.mikutter.yml 344share/mikutter/plugin/core/.mikutter.yml
303share/mikutter/plugin/core/core.rb 345share/mikutter/plugin/core/core.rb
304share/mikutter/plugin/current_world/.mikutter.yml 346share/mikutter/plugin/current_world/.mikutter.yml
305share/mikutter/plugin/current_world/current_world.rb 347share/mikutter/plugin/current_world/current_world.rb
306share/mikutter/plugin/current_world/error.rb 348share/mikutter/plugin/current_world/error.rb
307share/mikutter/plugin/extract/.mikutter.yml 349share/mikutter/plugin/extract/.mikutter.yml
308share/mikutter/plugin/extract/datasource_select_box.rb 
309share/mikutter/plugin/extract/edit_window.rb 
310share/mikutter/plugin/extract/extract.rb 350share/mikutter/plugin/extract/extract.rb
311share/mikutter/plugin/extract/extract_tab_list.rb 
312share/mikutter/plugin/extract/model/setting.rb 351share/mikutter/plugin/extract/model/setting.rb
313share/mikutter/plugin/extract/option_widget.rb 
314share/mikutter/plugin/extract/po/ar/extract.po 352share/mikutter/plugin/extract/po/ar/extract.po
315share/mikutter/plugin/extract/po/de/extract.po 353share/mikutter/plugin/extract/po/de/extract.po
316share/mikutter/plugin/extract/po/el/extract.po 354share/mikutter/plugin/extract/po/el/extract.po
317share/mikutter/plugin/extract/po/en/extract.po 355share/mikutter/plugin/extract/po/en/extract.po
318share/mikutter/plugin/extract/po/eo/extract.po 356share/mikutter/plugin/extract/po/eo/extract.po
319share/mikutter/plugin/extract/po/es/extract.po 357share/mikutter/plugin/extract/po/es/extract.po
320share/mikutter/plugin/extract/po/fr/extract.po 358share/mikutter/plugin/extract/po/fr/extract.po
321share/mikutter/plugin/extract/po/ja_KS/extract.po 359share/mikutter/plugin/extract/po/ja_KS/extract.po
322share/mikutter/plugin/extract/po/nl_NL/extract.po 360share/mikutter/plugin/extract/po/nl_NL/extract.po
323share/mikutter/plugin/extract/po/pt_PT/extract.po 361share/mikutter/plugin/extract/po/pt_PT/extract.po
324share/mikutter/plugin/extract/po/ro_RO/extract.po 362share/mikutter/plugin/extract/po/ro_RO/extract.po
325share/mikutter/plugin/extract/po/ru/extract.po 363share/mikutter/plugin/extract/po/ru/extract.po
326share/mikutter/plugin/extract/po/sr/extract.po 364share/mikutter/plugin/extract/po/sr/extract.po
327share/mikutter/plugin/extract/po/vi/extract.po 365share/mikutter/plugin/extract/po/vi/extract.po
328share/mikutter/plugin/extract/po/zh/extract.po 366share/mikutter/plugin/extract/po/zh/extract.po
329share/mikutter/plugin/extract/po/zh_CN/extract.po 367share/mikutter/plugin/extract/po/zh_CN/extract.po
330share/mikutter/plugin/extract/po/zh_TW/extract.po 368share/mikutter/plugin/extract/po/zh_TW/extract.po
 369share/mikutter/plugin/extract_gtk/.mikutter.yml
 370share/mikutter/plugin/extract_gtk/datasource_select_box.rb
 371share/mikutter/plugin/extract_gtk/edit_window.rb
 372share/mikutter/plugin/extract_gtk/extract_gtk.rb
 373share/mikutter/plugin/extract_gtk/extract_tab_list.rb
 374share/mikutter/plugin/extract_gtk/option_widget.rb
 375share/mikutter/plugin/extract_gtk/po/ar/extract_gtk.po
 376share/mikutter/plugin/extract_gtk/po/de/extract_gtk.po
 377share/mikutter/plugin/extract_gtk/po/el/extract_gtk.po
 378share/mikutter/plugin/extract_gtk/po/en/extract_gtk.po
 379share/mikutter/plugin/extract_gtk/po/eo/extract_gtk.po
 380share/mikutter/plugin/extract_gtk/po/es/extract_gtk.po
 381share/mikutter/plugin/extract_gtk/po/fr/extract_gtk.po
 382share/mikutter/plugin/extract_gtk/po/ja_KS/extract_gtk.po
 383share/mikutter/plugin/extract_gtk/po/nl_NL/extract_gtk.po
 384share/mikutter/plugin/extract_gtk/po/pt_PT/extract_gtk.po
 385share/mikutter/plugin/extract_gtk/po/ro_RO/extract_gtk.po
 386share/mikutter/plugin/extract_gtk/po/ru/extract_gtk.po
 387share/mikutter/plugin/extract_gtk/po/sr/extract_gtk.po
 388share/mikutter/plugin/extract_gtk/po/vi/extract_gtk.po
 389share/mikutter/plugin/extract_gtk/po/zh/extract_gtk.po
 390share/mikutter/plugin/extract_gtk/po/zh_CN/extract_gtk.po
 391share/mikutter/plugin/extract_gtk/po/zh_TW/extract_gtk.po
331share/mikutter/plugin/file_path/.mikutter.yml 392share/mikutter/plugin/file_path/.mikutter.yml
332share/mikutter/plugin/file_path/file_path.rb 393share/mikutter/plugin/file_path/file_path.rb
333share/mikutter/plugin/gtk/.mikutter.yml 394share/mikutter/plugin/gtk3/.mikutter.yml
334share/mikutter/plugin/gtk/Gemfile 395share/mikutter/plugin/gtk3/Gemfile
335share/mikutter/plugin/gtk/dialog_window.rb 396share/mikutter/plugin/gtk3/gtk3.rb
336share/mikutter/plugin/gtk/gtk.rb 397share/mikutter/plugin/gtk3/konami_watcher.rb
337share/mikutter/plugin/gtk/konami_watcher.rb 398share/mikutter/plugin/gtk3/mainloop.rb
338share/mikutter/plugin/gtk/mainloop.rb 399share/mikutter/plugin/gtk3/patch.rb
339share/mikutter/plugin/gtk/mikutter_window.rb 400share/mikutter/plugin/gtk3/po/ar/gtk.po
340share/mikutter/plugin/gtk/po/ar/gtk.po 401share/mikutter/plugin/gtk3/po/de/gtk.po
341share/mikutter/plugin/gtk/po/de/gtk.po 402share/mikutter/plugin/gtk3/po/el/gtk.po
342share/mikutter/plugin/gtk/po/el/gtk.po 403share/mikutter/plugin/gtk3/po/en/gtk.po
343share/mikutter/plugin/gtk/po/en/gtk.po 404share/mikutter/plugin/gtk3/po/eo/gtk.po
344share/mikutter/plugin/gtk/po/eo/gtk.po 405share/mikutter/plugin/gtk3/po/es/gtk.po
345share/mikutter/plugin/gtk/po/es/gtk.po 406share/mikutter/plugin/gtk3/po/fr/gtk.po
346share/mikutter/plugin/gtk/po/fr/gtk.po 407share/mikutter/plugin/gtk3/po/ja/gtk.po
347share/mikutter/plugin/gtk/po/ja/gtk.po 408share/mikutter/plugin/gtk3/po/ja_KS/gtk.po
348share/mikutter/plugin/gtk/po/ja_KS/gtk.po 409share/mikutter/plugin/gtk3/po/nl_NL/gtk.po
349share/mikutter/plugin/gtk/po/nl_NL/gtk.po 410share/mikutter/plugin/gtk3/po/pt_PT/gtk.po
350share/mikutter/plugin/gtk/po/pt_PT/gtk.po 411share/mikutter/plugin/gtk3/po/ro_RO/gtk.po
351share/mikutter/plugin/gtk/po/ro_RO/gtk.po 412share/mikutter/plugin/gtk3/po/ru/gtk.po
352share/mikutter/plugin/gtk/po/ru/gtk.po 413share/mikutter/plugin/gtk3/po/sr/gtk.po
353share/mikutter/plugin/gtk/po/sr/gtk.po 414share/mikutter/plugin/gtk3/po/vi/gtk.po
354share/mikutter/plugin/gtk/po/vi/gtk.po 415share/mikutter/plugin/gtk3/po/zh/gtk.po
355share/mikutter/plugin/gtk/po/zh/gtk.po 416share/mikutter/plugin/gtk3/po/zh_CN/gtk.po
356share/mikutter/plugin/gtk/po/zh_CN/gtk.po 417share/mikutter/plugin/gtk3/po/zh_TW/gtk.po
357share/mikutter/plugin/gtk/po/zh_TW/gtk.po 418share/mikutter/plugin/gtk3/slug_dictionary.rb
358share/mikutter/plugin/gtk/slug_dictionary.rb 419share/mikutter/plugin/gtk3/toolbar_generator.rb
359share/mikutter/plugin/gtk/tab_container.rb 420share/mikutter/plugin/gtk3/widget/dialog.rb
360share/mikutter/plugin/gtk/tab_toolbar.rb 421share/mikutter/plugin/gtk3/widget/mikutterwindow.rb
361share/mikutter/plugin/gtk/toolbar_generator.rb 422share/mikutter/plugin/gtk3/widget/miraclepainter.rb
362share/mikutter/plugin/gtk/world_shifter.rb 423share/mikutter/plugin/gtk3/widget/tabcontainer.rb
 424share/mikutter/plugin/gtk3/widget/tabtoolbar.rb
 425share/mikutter/plugin/gtk3/widget/timeline.rb
 426share/mikutter/plugin/gtk3/widget/worldshifter.rb
363share/mikutter/plugin/gui/.mikutter.yml 427share/mikutter/plugin/gui/.mikutter.yml
364share/mikutter/plugin/gui/cluster.rb 428share/mikutter/plugin/gui/cluster.rb
365share/mikutter/plugin/gui/command.rb 429share/mikutter/plugin/gui/command.rb
366share/mikutter/plugin/gui/cuscadable.rb 430share/mikutter/plugin/gui/cuscadable.rb
367share/mikutter/plugin/gui/dsl.rb 431share/mikutter/plugin/gui/dsl.rb
368share/mikutter/plugin/gui/event.rb 432share/mikutter/plugin/gui/event.rb
369share/mikutter/plugin/gui/fragment.rb 433share/mikutter/plugin/gui/fragment.rb
370share/mikutter/plugin/gui/gui.rb 434share/mikutter/plugin/gui/gui.rb
371share/mikutter/plugin/gui/hierarchy_child.rb 435share/mikutter/plugin/gui/hierarchy_child.rb
372share/mikutter/plugin/gui/hierarchy_parent.rb 436share/mikutter/plugin/gui/hierarchy_parent.rb
373share/mikutter/plugin/gui/pane.rb 437share/mikutter/plugin/gui/pane.rb
374share/mikutter/plugin/gui/po/ar/gui.po 438share/mikutter/plugin/gui/po/ar/gui.po
375share/mikutter/plugin/gui/po/de/gui.po 439share/mikutter/plugin/gui/po/de/gui.po
@@ -408,70 +472,89 @@ share/mikutter/plugin/image_file_cache/G @@ -408,70 +472,89 @@ share/mikutter/plugin/image_file_cache/G
408share/mikutter/plugin/image_file_cache/image_file_cache.rb 472share/mikutter/plugin/image_file_cache/image_file_cache.rb
409share/mikutter/plugin/intent/.mikutter.yml 473share/mikutter/plugin/intent/.mikutter.yml
410share/mikutter/plugin/intent/intent.rb 474share/mikutter/plugin/intent/intent.rb
411share/mikutter/plugin/intent/model/intent.rb 475share/mikutter/plugin/intent/model/intent.rb
412share/mikutter/plugin/intent/model/intent_token.rb 476share/mikutter/plugin/intent/model/intent_token.rb
413share/mikutter/plugin/intent_selector/.mikutter.yml 477share/mikutter/plugin/intent_selector/.mikutter.yml
414share/mikutter/plugin/intent_selector/intent_selector.rb 478share/mikutter/plugin/intent_selector/intent_selector.rb
415share/mikutter/plugin/intent_selector/listview.rb 479share/mikutter/plugin/intent_selector/listview.rb
416share/mikutter/plugin/libnotify/.mikutter.yml 480share/mikutter/plugin/libnotify/.mikutter.yml
417share/mikutter/plugin/libnotify/libnotify.rb 481share/mikutter/plugin/libnotify/libnotify.rb
418share/mikutter/plugin/mastodon/.mikutter.yml 482share/mikutter/plugin/mastodon/.mikutter.yml
419share/mikutter/plugin/mastodon/api.rb 483share/mikutter/plugin/mastodon/api.rb
420share/mikutter/plugin/mastodon/extractcondition.rb 484share/mikutter/plugin/mastodon/extractcondition.rb
421share/mikutter/plugin/mastodon/icon/bot.png 
422share/mikutter/plugin/mastodon/icon/direct.png 
423share/mikutter/plugin/mastodon/icon/libre-gui-email.svg 
424share/mikutter/plugin/mastodon/icon/libre-gui-lock.svg 
425share/mikutter/plugin/mastodon/icon/libre-gui-unlock.svg 
426share/mikutter/plugin/mastodon/icon/pin.png 
427share/mikutter/plugin/mastodon/icon/private.png 
428share/mikutter/plugin/mastodon/icon/unlisted.png 
429share/mikutter/plugin/mastodon/instance_setting_list.rb 
430share/mikutter/plugin/mastodon/mastodon.rb 485share/mikutter/plugin/mastodon/mastodon.rb
431share/mikutter/plugin/mastodon/model/account.rb 486share/mikutter/plugin/mastodon/model/account.rb
432share/mikutter/plugin/mastodon/model/account_profile.rb 487share/mikutter/plugin/mastodon/model/account_profile.rb
433share/mikutter/plugin/mastodon/model/application.rb 488share/mikutter/plugin/mastodon/model/application.rb
434share/mikutter/plugin/mastodon/model/attachment.rb 489share/mikutter/plugin/mastodon/model/attachment.rb
435share/mikutter/plugin/mastodon/model/card.rb 490share/mikutter/plugin/mastodon/model/card.rb
436share/mikutter/plugin/mastodon/model/emoji.rb 491share/mikutter/plugin/mastodon/model/emoji.rb
437share/mikutter/plugin/mastodon/model/entity_class.rb 492share/mikutter/plugin/mastodon/model/entity_class.rb
438share/mikutter/plugin/mastodon/model/instance.rb 493share/mikutter/plugin/mastodon/model/instance.rb
439share/mikutter/plugin/mastodon/model/mention.rb 494share/mikutter/plugin/mastodon/model/mention.rb
440share/mikutter/plugin/mastodon/model/model.rb 495share/mikutter/plugin/mastodon/model/model.rb
441share/mikutter/plugin/mastodon/model/poll.rb 496share/mikutter/plugin/mastodon/model/poll.rb
442share/mikutter/plugin/mastodon/model/rest_authorized_type.rb 497share/mikutter/plugin/mastodon/model/rest_authorized_type.rb
443share/mikutter/plugin/mastodon/model/rest_public_type.rb 498share/mikutter/plugin/mastodon/model/rest_public_type.rb
 499share/mikutter/plugin/mastodon/model/server_configuration.rb
444share/mikutter/plugin/mastodon/model/sse_authorized_type.rb 500share/mikutter/plugin/mastodon/model/sse_authorized_type.rb
445share/mikutter/plugin/mastodon/model/sse_public_type.rb 501share/mikutter/plugin/mastodon/model/sse_public_type.rb
446share/mikutter/plugin/mastodon/model/status.rb 502share/mikutter/plugin/mastodon/model/status.rb
447share/mikutter/plugin/mastodon/model/tag.rb 503share/mikutter/plugin/mastodon/model/tag.rb
448share/mikutter/plugin/mastodon/model/world.rb 504share/mikutter/plugin/mastodon/model/world.rb
449share/mikutter/plugin/mastodon/parser.rb 505share/mikutter/plugin/mastodon/parser.rb
450share/mikutter/plugin/mastodon/patch.rb 
451share/mikutter/plugin/mastodon/score.rb 506share/mikutter/plugin/mastodon/score.rb
452share/mikutter/plugin/mastodon/setting.rb 
453share/mikutter/plugin/mastodon/spell.rb 507share/mikutter/plugin/mastodon/spell.rb
454share/mikutter/plugin/mastodon/subparts_status_info.rb 
455share/mikutter/plugin/mastodon/util.rb 508share/mikutter/plugin/mastodon/util.rb
456share/mikutter/plugin/mastodon_account_viewer/.mikutter.yml 509share/mikutter/plugin/mastodon_account_viewer/.mikutter.yml
457share/mikutter/plugin/mastodon_account_viewer/mastodon_account_viewer.rb 510share/mikutter/plugin/mastodon_account_viewer/mastodon_account_viewer.rb
 511share/mikutter/plugin/mastodon_account_viewer/relational_container.rb
 512share/mikutter/plugin/mastodon_account_viewer/relational_menu.rb
 513share/mikutter/plugin/mastodon_custom_post/.mikutter.yml
 514share/mikutter/plugin/mastodon_custom_post/mastodon_custom_post.rb
 515share/mikutter/plugin/mastodon_gtk/.mikutter.yml
 516share/mikutter/plugin/mastodon_gtk/icon/bot.png
 517share/mikutter/plugin/mastodon_gtk/icon/direct.png
 518share/mikutter/plugin/mastodon_gtk/icon/libre-gui-email.svg
 519share/mikutter/plugin/mastodon_gtk/icon/libre-gui-lock.svg
 520share/mikutter/plugin/mastodon_gtk/icon/libre-gui-unlock.svg
 521share/mikutter/plugin/mastodon_gtk/icon/pin.png
 522share/mikutter/plugin/mastodon_gtk/icon/private.png
 523share/mikutter/plugin/mastodon_gtk/icon/unlisted.png
 524share/mikutter/plugin/mastodon_gtk/mastodon_gtk.rb
 525share/mikutter/plugin/mastodon_gtk/patch.rb
 526share/mikutter/plugin/mastodon_gtk/subparts_status_info.rb
458share/mikutter/plugin/mastodon_rest/.mikutter.yml 527share/mikutter/plugin/mastodon_rest/.mikutter.yml
459share/mikutter/plugin/mastodon_rest/mastodon_rest.rb 528share/mikutter/plugin/mastodon_rest/mastodon_rest.rb
 529share/mikutter/plugin/mastodon_setting/.mikutter.yml
 530share/mikutter/plugin/mastodon_setting/instance_setting_list.rb
 531share/mikutter/plugin/mastodon_setting/mastodon_setting.rb
460share/mikutter/plugin/mastodon_sse_streaming/.mikutter.yml 532share/mikutter/plugin/mastodon_sse_streaming/.mikutter.yml
461share/mikutter/plugin/mastodon_sse_streaming/client.rb 
462share/mikutter/plugin/mastodon_sse_streaming/connection.rb 533share/mikutter/plugin/mastodon_sse_streaming/connection.rb
463share/mikutter/plugin/mastodon_sse_streaming/cooldown_time.rb 534share/mikutter/plugin/mastodon_sse_streaming/cooldown_time.rb
 535share/mikutter/plugin/mastodon_sse_streaming/error.rb
 536share/mikutter/plugin/mastodon_sse_streaming/handler/favorite.rb
 537share/mikutter/plugin/mastodon_sse_streaming/handler/follow.rb
 538share/mikutter/plugin/mastodon_sse_streaming/handler/mention.rb
 539share/mikutter/plugin/mastodon_sse_streaming/handler/poll.rb
 540share/mikutter/plugin/mastodon_sse_streaming/handler/reblog.rb
 541share/mikutter/plugin/mastodon_sse_streaming/handler/update.rb
464share/mikutter/plugin/mastodon_sse_streaming/mastodon_sse_streaming.rb 542share/mikutter/plugin/mastodon_sse_streaming/mastodon_sse_streaming.rb
 543share/mikutter/plugin/mastodon_sse_streaming/middleware/chunk_to_line.rb
 544share/mikutter/plugin/mastodon_sse_streaming/middleware/connection_keeping_stream.rb
 545share/mikutter/plugin/mastodon_sse_streaming/middleware/server_sent_events_json_parser.rb
 546share/mikutter/plugin/mastodon_sse_streaming/raw_server_sent_events_stream.rb
 547share/mikutter/plugin/mastodon_sse_streaming/splitter.rb
465share/mikutter/plugin/modelviewer/.mikutter.yml 548share/mikutter/plugin/modelviewer/.mikutter.yml
466share/mikutter/plugin/modelviewer/modelviewer.rb 549share/mikutter/plugin/modelviewer/modelviewer.rb
467share/mikutter/plugin/notification/.mikutter.yml 550share/mikutter/plugin/notification/.mikutter.yml
468share/mikutter/plugin/notification/notification.rb 551share/mikutter/plugin/notification/notification.rb
469share/mikutter/plugin/notify/.mikutter.yml 552share/mikutter/plugin/notify/.mikutter.yml
470share/mikutter/plugin/notify/notify.rb 553share/mikutter/plugin/notify/notify.rb
471share/mikutter/plugin/notify/po/ar/notify.po 554share/mikutter/plugin/notify/po/ar/notify.po
472share/mikutter/plugin/notify/po/de/notify.po 555share/mikutter/plugin/notify/po/de/notify.po
473share/mikutter/plugin/notify/po/el/notify.po 556share/mikutter/plugin/notify/po/el/notify.po
474share/mikutter/plugin/notify/po/en/notify.po 557share/mikutter/plugin/notify/po/en/notify.po
475share/mikutter/plugin/notify/po/eo/notify.po 558share/mikutter/plugin/notify/po/eo/notify.po
476share/mikutter/plugin/notify/po/es/notify.po 559share/mikutter/plugin/notify/po/es/notify.po
477share/mikutter/plugin/notify/po/fr/notify.po 560share/mikutter/plugin/notify/po/fr/notify.po
@@ -496,27 +579,29 @@ share/mikutter/plugin/openimg/po/en/open @@ -496,27 +579,29 @@ share/mikutter/plugin/openimg/po/en/open
496share/mikutter/plugin/openimg/po/eo/openimg.po 579share/mikutter/plugin/openimg/po/eo/openimg.po
497share/mikutter/plugin/openimg/po/es/openimg.po 580share/mikutter/plugin/openimg/po/es/openimg.po
498share/mikutter/plugin/openimg/po/fr/openimg.po 581share/mikutter/plugin/openimg/po/fr/openimg.po
499share/mikutter/plugin/openimg/po/ja_KS/openimg.po 582share/mikutter/plugin/openimg/po/ja_KS/openimg.po
500share/mikutter/plugin/openimg/po/nl_NL/openimg.po 583share/mikutter/plugin/openimg/po/nl_NL/openimg.po
501share/mikutter/plugin/openimg/po/pt_PT/openimg.po 584share/mikutter/plugin/openimg/po/pt_PT/openimg.po
502share/mikutter/plugin/openimg/po/ro_RO/openimg.po 585share/mikutter/plugin/openimg/po/ro_RO/openimg.po
503share/mikutter/plugin/openimg/po/ru/openimg.po 586share/mikutter/plugin/openimg/po/ru/openimg.po
504share/mikutter/plugin/openimg/po/sr/openimg.po 587share/mikutter/plugin/openimg/po/sr/openimg.po
505share/mikutter/plugin/openimg/po/vi/openimg.po 588share/mikutter/plugin/openimg/po/vi/openimg.po
506share/mikutter/plugin/openimg/po/zh/openimg.po 589share/mikutter/plugin/openimg/po/zh/openimg.po
507share/mikutter/plugin/openimg/po/zh_CN/openimg.po 590share/mikutter/plugin/openimg/po/zh_CN/openimg.po
508share/mikutter/plugin/openimg/po/zh_TW/openimg.po 591share/mikutter/plugin/openimg/po/zh_TW/openimg.po
509share/mikutter/plugin/openimg/window.rb 592share/mikutter/plugin/openimg_gtk/.mikutter.yml
 593share/mikutter/plugin/openimg_gtk/openimg_gtk.rb
 594share/mikutter/plugin/openimg_gtk/window.rb
510share/mikutter/plugin/photo/.mikutter.yml 595share/mikutter/plugin/photo/.mikutter.yml
511share/mikutter/plugin/photo/model/inner_photo.rb 596share/mikutter/plugin/photo/model/inner_photo.rb
512share/mikutter/plugin/photo/model/photo.rb 597share/mikutter/plugin/photo/model/photo.rb
513share/mikutter/plugin/photo/model/photo_variant.rb 598share/mikutter/plugin/photo/model/photo_variant.rb
514share/mikutter/plugin/photo/photo.rb 599share/mikutter/plugin/photo/photo.rb
515share/mikutter/plugin/photo_support/.mikutter.yml 600share/mikutter/plugin/photo_support/.mikutter.yml
516share/mikutter/plugin/photo_support/Gemfile 601share/mikutter/plugin/photo_support/Gemfile
517share/mikutter/plugin/photo_support/photo_support.rb 602share/mikutter/plugin/photo_support/photo_support.rb
518share/mikutter/plugin/profile/po/ar/profile.po 603share/mikutter/plugin/profile/po/ar/profile.po
519share/mikutter/plugin/profile/po/de/profile.po 604share/mikutter/plugin/profile/po/de/profile.po
520share/mikutter/plugin/profile/po/el/profile.po 605share/mikutter/plugin/profile/po/el/profile.po
521share/mikutter/plugin/profile/po/en/profile.po 606share/mikutter/plugin/profile/po/en/profile.po
522share/mikutter/plugin/profile/po/eo/profile.po 607share/mikutter/plugin/profile/po/eo/profile.po
@@ -613,50 +698,51 @@ share/mikutter/plugin/set_view/po/es/set @@ -613,50 +698,51 @@ share/mikutter/plugin/set_view/po/es/set
613share/mikutter/plugin/set_view/po/fr/set_view.po 698share/mikutter/plugin/set_view/po/fr/set_view.po
614share/mikutter/plugin/set_view/po/ja_KS/set_view.po 699share/mikutter/plugin/set_view/po/ja_KS/set_view.po
615share/mikutter/plugin/set_view/po/nl_NL/set_view.po 700share/mikutter/plugin/set_view/po/nl_NL/set_view.po
616share/mikutter/plugin/set_view/po/pt_PT/set_view.po 701share/mikutter/plugin/set_view/po/pt_PT/set_view.po
617share/mikutter/plugin/set_view/po/ro_RO/set_view.po 702share/mikutter/plugin/set_view/po/ro_RO/set_view.po
618share/mikutter/plugin/set_view/po/ru/set_view.po 703share/mikutter/plugin/set_view/po/ru/set_view.po
619share/mikutter/plugin/set_view/po/sr/set_view.po 704share/mikutter/plugin/set_view/po/sr/set_view.po
620share/mikutter/plugin/set_view/po/vi/set_view.po 705share/mikutter/plugin/set_view/po/vi/set_view.po
621share/mikutter/plugin/set_view/po/zh/set_view.po 706share/mikutter/plugin/set_view/po/zh/set_view.po
622share/mikutter/plugin/set_view/po/zh_CN/set_view.po 707share/mikutter/plugin/set_view/po/zh_CN/set_view.po
623share/mikutter/plugin/set_view/po/zh_TW/set_view.po 708share/mikutter/plugin/set_view/po/zh_TW/set_view.po
624share/mikutter/plugin/set_view/set_view.rb 709share/mikutter/plugin/set_view/set_view.rb
625share/mikutter/plugin/settings/.mikutter.yml 710share/mikutter/plugin/settings/.mikutter.yml
626share/mikutter/plugin/settings/basic_settings.rb 
627share/mikutter/plugin/settings/listener.rb 711share/mikutter/plugin/settings/listener.rb
628share/mikutter/plugin/settings/menu.rb 
629share/mikutter/plugin/settings/phantom.rb 712share/mikutter/plugin/settings/phantom.rb
630share/mikutter/plugin/settings/po/ar/settings.po 713share/mikutter/plugin/settings/po/ar/settings.po
631share/mikutter/plugin/settings/po/de/settings.po 714share/mikutter/plugin/settings/po/de/settings.po
632share/mikutter/plugin/settings/po/el/settings.po 715share/mikutter/plugin/settings/po/el/settings.po
633share/mikutter/plugin/settings/po/en/settings.po 716share/mikutter/plugin/settings/po/en/settings.po
634share/mikutter/plugin/settings/po/eo/settings.po 717share/mikutter/plugin/settings/po/eo/settings.po
635share/mikutter/plugin/settings/po/es/settings.po 718share/mikutter/plugin/settings/po/es/settings.po
636share/mikutter/plugin/settings/po/fr/settings.po 719share/mikutter/plugin/settings/po/fr/settings.po
637share/mikutter/plugin/settings/po/ja_KS/settings.po 720share/mikutter/plugin/settings/po/ja_KS/settings.po
638share/mikutter/plugin/settings/po/nl_NL/settings.po 721share/mikutter/plugin/settings/po/nl_NL/settings.po
639share/mikutter/plugin/settings/po/pt_PT/settings.po 722share/mikutter/plugin/settings/po/pt_PT/settings.po
640share/mikutter/plugin/settings/po/ro_RO/settings.po 723share/mikutter/plugin/settings/po/ro_RO/settings.po
641share/mikutter/plugin/settings/po/ru/settings.po 724share/mikutter/plugin/settings/po/ru/settings.po
642share/mikutter/plugin/settings/po/sr/settings.po 725share/mikutter/plugin/settings/po/sr/settings.po
643share/mikutter/plugin/settings/po/vi/settings.po 726share/mikutter/plugin/settings/po/vi/settings.po
644share/mikutter/plugin/settings/po/zh/settings.po 727share/mikutter/plugin/settings/po/zh/settings.po
645share/mikutter/plugin/settings/po/zh_CN/settings.po 728share/mikutter/plugin/settings/po/zh_CN/settings.po
646share/mikutter/plugin/settings/po/zh_TW/settings.po 729share/mikutter/plugin/settings/po/zh_TW/settings.po
647share/mikutter/plugin/settings/setting_dsl.rb 
648share/mikutter/plugin/settings/settings.rb 730share/mikutter/plugin/settings/settings.rb
649share/mikutter/plugin/settings/test_listener.rb 731share/mikutter/plugin/settings/test_listener.rb
 732share/mikutter/plugin/settings_gtk/.mikutter.yml
 733share/mikutter/plugin/settings_gtk/menu.rb
 734share/mikutter/plugin/settings_gtk/setting_dsl.rb
 735share/mikutter/plugin/settings_gtk/settings_gtk.rb
650share/mikutter/plugin/shortcutkey/.mikutter.yml 736share/mikutter/plugin/shortcutkey/.mikutter.yml
651share/mikutter/plugin/shortcutkey/po/ar/shortcutkey.po 737share/mikutter/plugin/shortcutkey/po/ar/shortcutkey.po
652share/mikutter/plugin/shortcutkey/po/de/shortcutkey.po 738share/mikutter/plugin/shortcutkey/po/de/shortcutkey.po
653share/mikutter/plugin/shortcutkey/po/el/shortcutkey.po 739share/mikutter/plugin/shortcutkey/po/el/shortcutkey.po
654share/mikutter/plugin/shortcutkey/po/en/shortcutkey.po 740share/mikutter/plugin/shortcutkey/po/en/shortcutkey.po
655share/mikutter/plugin/shortcutkey/po/eo/shortcutkey.po 741share/mikutter/plugin/shortcutkey/po/eo/shortcutkey.po
656share/mikutter/plugin/shortcutkey/po/es/shortcutkey.po 742share/mikutter/plugin/shortcutkey/po/es/shortcutkey.po
657share/mikutter/plugin/shortcutkey/po/fr/shortcutkey.po 743share/mikutter/plugin/shortcutkey/po/fr/shortcutkey.po
658share/mikutter/plugin/shortcutkey/po/ja_KS/shortcutkey.po 744share/mikutter/plugin/shortcutkey/po/ja_KS/shortcutkey.po
659share/mikutter/plugin/shortcutkey/po/nl_NL/shortcutkey.po 745share/mikutter/plugin/shortcutkey/po/nl_NL/shortcutkey.po
660share/mikutter/plugin/shortcutkey/po/pt_PT/shortcutkey.po 746share/mikutter/plugin/shortcutkey/po/pt_PT/shortcutkey.po
661share/mikutter/plugin/shortcutkey/po/ro_RO/shortcutkey.po 747share/mikutter/plugin/shortcutkey/po/ro_RO/shortcutkey.po
662share/mikutter/plugin/shortcutkey/po/ru/shortcutkey.po 748share/mikutter/plugin/shortcutkey/po/ru/shortcutkey.po
@@ -704,26 +790,28 @@ share/mikutter/plugin/sound/po/nl_NL/sou @@ -704,26 +790,28 @@ share/mikutter/plugin/sound/po/nl_NL/sou
704share/mikutter/plugin/sound/po/pt_PT/sound.po 790share/mikutter/plugin/sound/po/pt_PT/sound.po
705share/mikutter/plugin/sound/po/ro_RO/sound.po 791share/mikutter/plugin/sound/po/ro_RO/sound.po
706share/mikutter/plugin/sound/po/ru/sound.po 792share/mikutter/plugin/sound/po/ru/sound.po
707share/mikutter/plugin/sound/po/sr/sound.po 793share/mikutter/plugin/sound/po/sr/sound.po
708share/mikutter/plugin/sound/po/vi/sound.po 794share/mikutter/plugin/sound/po/vi/sound.po
709share/mikutter/plugin/sound/po/zh/sound.po 795share/mikutter/plugin/sound/po/zh/sound.po
710share/mikutter/plugin/sound/po/zh_CN/sound.po 796share/mikutter/plugin/sound/po/zh_CN/sound.po
711share/mikutter/plugin/sound/po/zh_TW/sound.po 797share/mikutter/plugin/sound/po/zh_TW/sound.po
712share/mikutter/plugin/sound/sound.rb 798share/mikutter/plugin/sound/sound.rb
713share/mikutter/plugin/spell/.mikutter.yml 799share/mikutter/plugin/spell/.mikutter.yml
714share/mikutter/plugin/spell/error.rb 800share/mikutter/plugin/spell/error.rb
715share/mikutter/plugin/spell/spell.rb 801share/mikutter/plugin/spell/spell.rb
716share/mikutter/plugin/spell/struct.rb 802share/mikutter/plugin/spell/struct.rb
 803share/mikutter/plugin/sub_parts_voter_updater/.mikutter.yml
 804share/mikutter/plugin/sub_parts_voter_updater/sub_parts_voter_updater.rb
717share/mikutter/plugin/tco/.mikutter.yml 805share/mikutter/plugin/tco/.mikutter.yml
718share/mikutter/plugin/tco/tco.rb 806share/mikutter/plugin/tco/tco.rb
719share/mikutter/plugin/template 807share/mikutter/plugin/template
720share/mikutter/plugin/twitter_api_keys/.mikutter.yml 808share/mikutter/plugin/twitter_api_keys/.mikutter.yml
721share/mikutter/plugin/twitter_api_keys/twitter_api_keys.rb 809share/mikutter/plugin/twitter_api_keys/twitter_api_keys.rb
722share/mikutter/plugin/uitranslator/.mikutter.yml 810share/mikutter/plugin/uitranslator/.mikutter.yml
723share/mikutter/plugin/uitranslator/Gemfile 811share/mikutter/plugin/uitranslator/Gemfile
724share/mikutter/plugin/uitranslator/uitranslator.rb 812share/mikutter/plugin/uitranslator/uitranslator.rb
725share/mikutter/plugin/web/.mikutter.yml 813share/mikutter/plugin/web/.mikutter.yml
726share/mikutter/plugin/web/model/web.rb 814share/mikutter/plugin/web/model/web.rb
727share/mikutter/plugin/web/web.rb 815share/mikutter/plugin/web/web.rb
728share/mikutter/plugin/world/.mikutter.yml 816share/mikutter/plugin/world/.mikutter.yml
729share/mikutter/plugin/world/error.rb 817share/mikutter/plugin/world/error.rb

cvs diff -r1.182 -r1.183 pkgsrc/net/mikutter/distinfo (expand / switch to unified diff)

--- pkgsrc/net/mikutter/distinfo 2021/10/26 11:05:59 1.182
+++ pkgsrc/net/mikutter/distinfo 2022/01/08 15:17:54 1.183
@@ -1,6 +1,7 @@ @@ -1,6 +1,7 @@
1$NetBSD: distinfo,v 1.182 2021/10/26 11:05:59 nia Exp $ 1$NetBSD: distinfo,v 1.183 2022/01/08 15:17:54 tsutsui Exp $
2 2
3BLAKE2s (mikutter-4.1.7.tar.gz) = a06d1361a17e366adc954d3941b5b179fdd9d46c65f89fcef432f47a5c5e4102 3BLAKE2s (mikutter-5.0.2.tar.gz) = c584ab1a3bd07645cb2bfc4bd74539a2e731dbb314e77428a61c50ba72d39275
4SHA512 (mikutter-4.1.7.tar.gz) = bb7fa2ebb22484e6244c2ac6747b811d0ebc1eadca9997c9b272c6378149f63f01b9f1b5c30b36150b38997c973233b8f7b9c3f310c5e36e3ee23edec67eddc5 4SHA512 (mikutter-5.0.2.tar.gz) = 56bc641daccaa53dbd66cc8a4e3664f5ad018c11643f0362880a3335883b410461b6e0df9cac05f938f6aa60dceb91da34e2519b7f1121a4a55543e96e569739
5Size (mikutter-4.1.7.tar.gz) = 2331574 bytes 5Size (mikutter-5.0.2.tar.gz) = 2378939 bytes
6SHA1 (patch-mikutter.rb) = f7018a6ab9505b757d161c7415d3e72399c9ad18 6SHA1 (patch-core_config.rb) = a3167ba101f840983d9d27ea36252ec5e0b0435d
 7SHA1 (patch-mikutter.rb) = f3cc7f0226ab6041e8ad0080a33371041a6bdf85

File Added: pkgsrc/net/mikutter/patches/patch-core_config.rb
$NetBSD: patch-core_config.rb,v 1.1 2022/01/08 15:17:54 tsutsui Exp $

- add a pkgsrc specific vendor plugin directory for plugins packages

--- core/config.rb.orig	2021-12-24 16:10:48.000000000 +0000
+++ core/config.rb
@@ -35,6 +35,7 @@ module CHIConfig
   # プラグインディレクトリ
   PLUGIN_PATH = [
     File.expand_path(File.join(__dir__, '..', 'plugin')),
+    File.expand_path(File.join(__dir__, '..', 'vendor', 'plugin')),
   ]
 
   # AutoTag有効?

cvs diff -r1.9 -r1.10 pkgsrc/net/mikutter/patches/patch-mikutter.rb (expand / switch to unified diff)

--- pkgsrc/net/mikutter/patches/patch-mikutter.rb 2021/01/01 05:00:12 1.9
+++ pkgsrc/net/mikutter/patches/patch-mikutter.rb 2022/01/08 15:17:54 1.10
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1$NetBSD: patch-mikutter.rb,v 1.9 2021/01/01 05:00:12 tsutsui Exp $ 1$NetBSD: patch-mikutter.rb,v 1.10 2022/01/08 15:17:54 tsutsui Exp $
2 2
3- pkgsrc can handle location of ruby binary 3- pkgsrc can handle location of ruby binary
4 https://dev.mikutter.hachune.net/issues/889 4 https://dev.mikutter.hachune.net/issues/889
5 5
6--- mikutter.rb.orig 2020-02-01 07:51:58.000000000 +0000 6--- mikutter.rb.orig 2021-12-31 15:11:57.000000000 +0000
7+++ mikutter.rb 7+++ mikutter.rb
8@@ -1,7 +1,5 @@ 8@@ -1,7 +1,5 @@
9-#!/bin/sh 9-#!/bin/sh
10+#! /usr/bin/ruby 10+#! /usr/bin/ruby
11 # -*- coding: utf-8 -*- 11 # -*- coding: utf-8 -*-
12-exec ruby -x "$0" "$@" 12-exec ruby -x "$0" "$@"
13-#!ruby 13-#!ruby
14 =begin rdoc 14 =begin rdoc
15 = mikutter - simple, powerful and moeful Mastodon client 15 = mikutter - simple, powerful and moeful Mastodon client
16 Copyright (C) 2009-2021 Toshiaki Asai 16 Copyright (C) 2009-2022 Toshiaki Asai