summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authortsutsui <tsutsui>2016-12-15 14:40:29 +0000
committertsutsui <tsutsui>2016-12-15 14:40:29 +0000
commitd3c7bf617fdfe6bd1e1faa1c26a8a40e341664a5 (patch)
treeb406b2f5b67fae6906b53c779cc8cd402c299e79 /net
parent99ad0ba76f37fc47e3e96ac95ae38153427639e3 (diff)
downloadpkgsrc-d3c7bf617fdfe6bd1e1faa1c26a8a40e341664a5.tar.gz
Update mikutter to 3.5.0-alpha1.
Upstream changes: New features of mikutter 3.5 * Model * resources handled on mikutter are now wrapped as Model * third party plugins can also add own Models * timelines can print any Models other than tweet messages * new Models are added in standard plugins * user icons can be taken via Message#icon * any images like user icons, tab icons, skins, and attached images are handled as PhotoModel instance like Plugin::Photo::Photo * direct messages gets own Model and are now drawn as timeline using MiraclePainter * Intent * Capability to select which plugins to be used to open URLs * Extract tab * DirectMessage is added as a new data source * Configuration * style configuration of timelines per Models * mikutter command * added "Open" command to issue Intent * activity * added named arg "children:" to Plugin#activity * and more
Diffstat (limited to 'net')
-rw-r--r--net/mikutter/Makefile6
-rw-r--r--net/mikutter/PLIST56
-rw-r--r--net/mikutter/distinfo11
-rw-r--r--net/mikutter/patches/patch-mikutter.rb16
4 files changed, 72 insertions, 17 deletions
diff --git a/net/mikutter/Makefile b/net/mikutter/Makefile
index d20a544cffb..fe9df6bc101 100644
--- a/net/mikutter/Makefile
+++ b/net/mikutter/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.131 2016/12/02 12:54:21 tsutsui Exp $
+# $NetBSD: Makefile,v 1.132 2016/12/15 14:40:29 tsutsui Exp $
#
-DISTNAME= mikutter.3.4.8
-PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/./-/}
+DISTNAME= mikutter.3.5.0-alpha1
+PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/-//:S/./-/}
CATEGORIES= net
MASTER_SITES= http://mikutter.hachune.net/bin/
diff --git a/net/mikutter/PLIST b/net/mikutter/PLIST
index ef5a82cfd6c..3ca0fbfc42d 100644
--- a/net/mikutter/PLIST
+++ b/net/mikutter/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.35 2016/09/17 19:31:41 tsutsui Exp $
+@comment $NetBSD: PLIST,v 1.36 2016/12/15 14:40:29 tsutsui Exp $
bin/mikutter
share/applications/mikutter.desktop
share/doc/mikutter/README
@@ -15,7 +15,7 @@ share/mikutter/core/boot/shell/plugin_depends.rb
share/mikutter/core/boot/shell/spec.rb
share/mikutter/core/config.rb
share/mikutter/core/configloader.rb
-share/mikutter/core/entity.rb
+share/mikutter/core/directmessage.rb
share/mikutter/core/environment.rb
share/mikutter/core/lib/lazy.rb
share/mikutter/core/lib/mikutwitter.rb
@@ -55,6 +55,23 @@ share/mikutter/core/lib/mikutwitter/test/user_timeline.json
share/mikutter/core/lib/mikutwitter/utils.rb
share/mikutter/core/lib/piapro.rb
share/mikutter/core/lib/reserver.rb
+share/mikutter/core/lib/retriever.rb
+share/mikutter/core/lib/retriever/cast.rb
+share/mikutter/core/lib/retriever/datasource.rb
+share/mikutter/core/lib/retriever/entity/blank_entity.rb
+share/mikutter/core/lib/retriever/entity/regexp_entity.rb
+share/mikutter/core/lib/retriever/entity/segment.rb
+share/mikutter/core/lib/retriever/entity/twitter_entity.rb
+share/mikutter/core/lib/retriever/entity/url_entity.rb
+share/mikutter/core/lib/retriever/error.rb
+share/mikutter/core/lib/retriever/field_generator.rb
+share/mikutter/core/lib/retriever/mixin/message_mixin.rb
+share/mikutter/core/lib/retriever/mixin/photo_mixin.rb
+share/mikutter/core/lib/retriever/mixin/user_mixin.rb
+share/mikutter/core/lib/retriever/model.rb
+share/mikutter/core/lib/retriever/model/identity.rb
+share/mikutter/core/lib/retriever/model/memory.rb
+share/mikutter/core/lib/retriever/uri.rb
share/mikutter/core/lib/test_unit_extensions.rb
share/mikutter/core/lib/timelimitedqueue.rb
share/mikutter/core/lib/timelimitedqueue/test/test_timelimitedqueue.rb
@@ -109,16 +126,15 @@ share/mikutter/core/mui/gtk_keyconfig.rb
share/mikutter/core/mui/gtk_listlist.rb
share/mikutter/core/mui/gtk_message_picker.rb
share/mikutter/core/mui/gtk_mtk.rb
+share/mikutter/core/mui/gtk_photo_pixbuf.rb
share/mikutter/core/mui/gtk_postbox.rb
share/mikutter/core/mui/gtk_pseudo_signal_handler.rb
+share/mikutter/core/mui/gtk_retriever_header_widget.rb
share/mikutter/core/mui/gtk_selectbox.rb
share/mikutter/core/mui/gtk_timeline_utils.rb
share/mikutter/core/mui/gtk_tree_view_pretty_scroll.rb
share/mikutter/core/mui/gtk_userlist.rb
share/mikutter/core/mui/gtk_web_image_loader.rb
-share/mikutter/core/mui/gtk_web_image_loader_image_cache.rb
-share/mikutter/core/mui/gtk_web_image_loader_image_cache_pixbuf.rb
-share/mikutter/core/mui/gtk_web_image_loader_image_cache_raw.rb
share/mikutter/core/mui/gtk_webicon.rb
share/mikutter/core/plugin.rb
share/mikutter/core/plugin/ChangeLog
@@ -141,6 +157,8 @@ share/mikutter/core/plugin/achievement/po/zh_CN/achievement.po
share/mikutter/core/plugin/achievement/po/zh_TW/achievement.po
share/mikutter/core/plugin/activity/.mikutter.yml
share/mikutter/core/plugin/activity/activity.rb
+share/mikutter/core/plugin/activity/model/activity.rb
+share/mikutter/core/plugin/activity/model_selector.rb
share/mikutter/core/plugin/activity/po/ar/activity.po
share/mikutter/core/plugin/activity/po/de/activity.po
share/mikutter/core/plugin/activity/po/el/activity.po
@@ -378,7 +396,15 @@ share/mikutter/core/plugin/home_timeline/po/zh/home_timeline.po
share/mikutter/core/plugin/home_timeline/po/zh_CN/home_timeline.po
share/mikutter/core/plugin/home_timeline/po/zh_TW/home_timeline.po
share/mikutter/core/plugin/image_file_cache/.mikutter.yml
+share/mikutter/core/plugin/image_file_cache/Gemfile
share/mikutter/core/plugin/image_file_cache/image_file_cache.rb
+share/mikutter/core/plugin/intent/.mikutter.yml
+share/mikutter/core/plugin/intent/intent.rb
+share/mikutter/core/plugin/intent/model/intent.rb
+share/mikutter/core/plugin/intent/model/intent_token.rb
+share/mikutter/core/plugin/intent_selector/.mikutter.yml
+share/mikutter/core/plugin/intent_selector/intent_selector.rb
+share/mikutter/core/plugin/intent_selector/listview.rb
share/mikutter/core/plugin/libnotify/.mikutter.yml
share/mikutter/core/plugin/libnotify/libnotify.rb
share/mikutter/core/plugin/libnotify/notify-send.rb
@@ -410,7 +436,7 @@ share/mikutter/core/plugin/mentions/po/vi/mentions.po
share/mikutter/core/plugin/mentions/po/zh/mentions.po
share/mikutter/core/plugin/mentions/po/zh_CN/mentions.po
share/mikutter/core/plugin/mentions/po/zh_TW/mentions.po
-share/mikutter/core/plugin/message_detail_view/header_widget.rb
+share/mikutter/core/plugin/message_detail_view/.mikutter.yml
share/mikutter/core/plugin/message_detail_view/message_detail_view.rb
share/mikutter/core/plugin/message_favorite/.mikutter.yml
share/mikutter/core/plugin/message_favorite/message_favorite.rb
@@ -436,6 +462,7 @@ share/mikutter/core/plugin/notify/po/zh/notify.po
share/mikutter/core/plugin/notify/po/zh_CN/notify.po
share/mikutter/core/plugin/notify/po/zh_TW/notify.po
share/mikutter/core/plugin/openimg/.mikutter.yml
+share/mikutter/core/plugin/openimg/model/photo.rb
share/mikutter/core/plugin/openimg/openimg.rb
share/mikutter/core/plugin/openimg/pattern_file.json
share/mikutter/core/plugin/openimg/po/ar/openimg.po
@@ -453,6 +480,10 @@ share/mikutter/core/plugin/openimg/po/vi/openimg.po
share/mikutter/core/plugin/openimg/po/zh/openimg.po
share/mikutter/core/plugin/openimg/po/zh_CN/openimg.po
share/mikutter/core/plugin/openimg/po/zh_TW/openimg.po
+share/mikutter/core/plugin/openimg/window.rb
+share/mikutter/core/plugin/photo/.mikutter.yml
+share/mikutter/core/plugin/photo/model/photo.rb
+share/mikutter/core/plugin/photo/photo.rb
share/mikutter/core/plugin/photo_support/.mikutter.yml
share/mikutter/core/plugin/photo_support/Gemfile
share/mikutter/core/plugin/photo_support/photo_support.rb
@@ -526,6 +557,7 @@ share/mikutter/core/plugin/saved_search/po/zh_CN/saved_search.po
share/mikutter/core/plugin/saved_search/po/zh_TW/saved_search.po
share/mikutter/core/plugin/saved_search/saved_search.rb
share/mikutter/core/plugin/search/.mikutter.yml
+share/mikutter/core/plugin/search/model/search.rb
share/mikutter/core/plugin/search/po/ar/search.po
share/mikutter/core/plugin/search/po/de/search.po
share/mikutter/core/plugin/search/po/el/search.po
@@ -618,7 +650,10 @@ share/mikutter/core/plugin/shortcutkey/po/zh_TW/shortcutkey.po
share/mikutter/core/plugin/shortcutkey/shortcutkey.rb
share/mikutter/core/plugin/shortcutkey/shortcutkey_listview.rb
share/mikutter/core/plugin/skin/.mikutter.yml
+share/mikutter/core/plugin/skin/model/image.rb
share/mikutter/core/plugin/skin/skin.rb
+share/mikutter/core/plugin/skin_setting_gtk/.mikutter.yml
+share/mikutter/core/plugin/skin_setting_gtk/skin_setting_gtk.rb
share/mikutter/core/plugin/smartthread/.mikutter.yml
share/mikutter/core/plugin/smartthread/po/ar/smartthread.po
share/mikutter/core/plugin/smartthread/po/de/smartthread.po
@@ -694,9 +729,9 @@ share/mikutter/core/plugin/user_detail_view/po/zh/user_detail_view.po
share/mikutter/core/plugin/user_detail_view/po/zh_CN/user_detail_view.po
share/mikutter/core/plugin/user_detail_view/po/zh_TW/user_detail_view.po
share/mikutter/core/plugin/user_detail_view/user_detail_view.rb
-share/mikutter/core/plugin/user_filesystem_cache/.mikutter.yml
-share/mikutter/core/plugin/user_filesystem_cache/Gemfile
-share/mikutter/core/plugin/user_filesystem_cache/user_filesystem_cache.rb
+share/mikutter/core/plugin/web/.mikutter.yml
+share/mikutter/core/plugin/web/model/web.rb
+share/mikutter/core/plugin/web/web.rb
share/mikutter/core/retriever.rb
share/mikutter/core/serialthread.rb
share/mikutter/core/service.rb
@@ -761,6 +796,9 @@ share/mikutter/core/skin/data/timeline.png
share/mikutter/core/skin/data/underconstruction.png
share/mikutter/core/skin/data/unfav.png
share/mikutter/core/skin/data/verified.png
+share/mikutter/core/system/message.rb
+share/mikutter/core/system/system.rb
+share/mikutter/core/system/user.rb
share/mikutter/core/user.rb
share/mikutter/core/userconfig.rb
share/mikutter/core/userlist.rb
diff --git a/net/mikutter/distinfo b/net/mikutter/distinfo
index 630e3f9c7af..e57f2874188 100644
--- a/net/mikutter/distinfo
+++ b/net/mikutter/distinfo
@@ -1,9 +1,10 @@
-$NetBSD: distinfo,v 1.117 2016/12/02 12:54:21 tsutsui Exp $
+$NetBSD: distinfo,v 1.118 2016/12/15 14:40:29 tsutsui Exp $
-SHA1 (mikutter.3.4.8.tar.gz) = a4c080fbfd1d8a4cc692c818b7d3e4f96da3b5ca
-RMD160 (mikutter.3.4.8.tar.gz) = b5ec717018bd9b2e0cd5605ae226d682a7a5235e
-SHA512 (mikutter.3.4.8.tar.gz) = 2434b91e8be5440367bc9a9b0d5fa97277cbadbb76aae7621c329fa24988e3f2a4338144e0f44a74b1c94a4b644a8ec579872aecd623b47f4808cd129b0d3da5
-Size (mikutter.3.4.8.tar.gz) = 3709789 bytes
+SHA1 (mikutter.3.5.0-alpha1.tar.gz) = ba127b6cdd276a4a45031a39a70d5caa43a0931f
+RMD160 (mikutter.3.5.0-alpha1.tar.gz) = 2dc21ff97a655324a356e7aa74fd828602e7e9bc
+SHA512 (mikutter.3.5.0-alpha1.tar.gz) = b1126dd528623ee02d531e189bd14bdbcd54bbf2922e87e77b7b4b34b876b2597108726664d18c335391fe5f901ee7f86852b5d0cb3554e70c8e0266ecb9b8f8
+Size (mikutter.3.5.0-alpha1.tar.gz) = 3731009 bytes
SHA1 (patch-core_plugin_libnotify_rnotify.rb) = 0bb5630f4411d11ad188c722fb1d14e2d6748d17
SHA1 (patch-core_plugin_photo__support_Gemfile) = 754b96024904e2e2f55c83e88fd3c763eecf723c
SHA1 (patch-core_plugin_photo__support_photo__support.rb) = d119209d4de835e6d47d85c8ca5209d1f199bd9e
+SHA1 (patch-mikutter.rb) = 199cbb938024566f92b16390afbebb8365be3e0a
diff --git a/net/mikutter/patches/patch-mikutter.rb b/net/mikutter/patches/patch-mikutter.rb
new file mode 100644
index 00000000000..44b4bb58d1e
--- /dev/null
+++ b/net/mikutter/patches/patch-mikutter.rb
@@ -0,0 +1,16 @@
+$NetBSD: patch-mikutter.rb,v 1.1 2016/12/15 14:40:29 tsutsui Exp $
+
+- pkgsrc can handle location of ruby binary
+ http://dev.mikutter.hachune.net/issues/889
+
+--- mikutter.rb.orig 2016-12-11 07:54:54.000000000 +0000
++++ mikutter.rb
+@@ -1,7 +1,5 @@
+-#!/bin/sh
++#! /usr/bin/ruby
+ # -*- coding: utf-8 -*-
+-exec ruby -x "$0" "$@"
+-#!ruby
+ =begin rdoc
+ = mikutter - the moest twitter client
+ Copyright (C) 2009-2016 Toshiaki Asai