pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/mikutter Update mikutter to 3.5.0-alpha1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/279ec4b53987
branches:  trunk
changeset: 355898:279ec4b53987
user:      tsutsui <tsutsui%pkgsrc.org@localhost>
date:      Thu Dec 15 14:40:29 2016 +0000

description:
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:

 net/mikutter/Makefile                  |   6 +-
 net/mikutter/PLIST                     |  56 ++++++++++++++++++++++++++++-----
 net/mikutter/distinfo                  |  11 +++---
 net/mikutter/patches/patch-mikutter.rb |  16 +++++++++
 4 files changed, 72 insertions(+), 17 deletions(-)

diffs (210 lines):

diff -r ae79b970a6a4 -r 279ec4b53987 net/mikutter/Makefile
--- a/net/mikutter/Makefile     Thu Dec 15 14:15:42 2016 +0000
+++ b/net/mikutter/Makefile     Thu Dec 15 14:40:29 2016 +0000
@@ -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 -r ae79b970a6a4 -r 279ec4b53987 net/mikutter/PLIST
--- a/net/mikutter/PLIST        Thu Dec 15 14:15:42 2016 +0000
+++ b/net/mikutter/PLIST        Thu Dec 15 14:40:29 2016 +0000
@@ -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/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/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_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_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_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/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_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/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_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/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_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/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 -r ae79b970a6a4 -r 279ec4b53987 net/mikutter/distinfo
--- a/net/mikutter/distinfo     Thu Dec 15 14:15:42 2016 +0000
+++ b/net/mikutter/distinfo     Thu Dec 15 14:40:29 2016 +0000
@@ -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 -r ae79b970a6a4 -r 279ec4b53987 net/mikutter/patches/patch-mikutter.rb
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/mikutter/patches/patch-mikutter.rb    Thu Dec 15 14:40:29 2016 +0000
@@ -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



Home | Main Index | Thread Index | Old Index