pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/mikutter-plugins-twitter net/mikutter-plugins-twit...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0885b69d0775
branches:  trunk
changeset: 423589:0885b69d0775
user:      tsutsui <tsutsui%pkgsrc.org@localhost>
date:      Fri Feb 21 03:36:18 2020 +0000

description:
net/mikutter-plugins-twitter: import mikutter-plugins-twitter-4.0.

mikutter-plugins-twitter provides a set of Twitter client plugins
for mikutter version 4.0 and later.

diffstat:

 net/mikutter-plugins-twitter/DESCR    |    2 +
 net/mikutter-plugins-twitter/MESSAGE  |   13 ++
 net/mikutter-plugins-twitter/Makefile |   65 ++++++++++
 net/mikutter-plugins-twitter/PLIST    |  207 ++++++++++++++++++++++++++++++++++
 net/mikutter-plugins-twitter/distinfo |   78 ++++++++++++
 5 files changed, 365 insertions(+), 0 deletions(-)

diffs (truncated from 385 to 300 lines):

diff -r 7f6de48c915f -r 0885b69d0775 net/mikutter-plugins-twitter/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/mikutter-plugins-twitter/DESCR        Fri Feb 21 03:36:18 2020 +0000
@@ -0,0 +1,2 @@
+mikutter-plugins-twitter provides a set of Twitter client plugins
+for mikutter version 4.0 and later.
diff -r 7f6de48c915f -r 0885b69d0775 net/mikutter-plugins-twitter/MESSAGE
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/mikutter-plugins-twitter/MESSAGE      Fri Feb 21 03:36:18 2020 +0000
@@ -0,0 +1,13 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1 2020/02/21 03:36:18 tsutsui Exp $
+
+The Twitter API keys (CK/CS) for mikutter has been suspended since
+May 4th 2018, so currently mikutter cannot connect to Twitter APIs
+and you cannot use mikutter as a Twitter client with the default settings.
+
+To use Twitter via mikutter you also need to get your own Twitter CK/CS
+and install the "twitter_api_keys" plugin with your CK/CS.
+
+See @Akkiesoft's document "How to make mikutter work again" for details:
+ https://github.com/Akkiesoft/how-to-make-mikutter-work-again
+===========================================================================
diff -r 7f6de48c915f -r 0885b69d0775 net/mikutter-plugins-twitter/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/mikutter-plugins-twitter/Makefile     Fri Feb 21 03:36:18 2020 +0000
@@ -0,0 +1,65 @@
+# $NetBSD: Makefile,v 1.1 2020/02/21 03:36:18 tsutsui Exp $
+
+PKGNAME=       mikutter-plugins-twitter-4.0
+DIST_SUBDIR=   mikutter-plugins
+CATEGORIES=    net
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=mikutter/}
+EXTRACT_SUFX=  .tar.gz
+
+MAINTAINER=    tsutsui%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/mikutter/twitter_bootstrap
+COMMENT=       Plugins for mikutter to use Twitter
+LICENSE=       mit
+
+PLUGIN_DISTNAME+=      api_request_file_cache-1.0
+# XXX direct message doesn't work after Twitter API changes
+#PLUGIN_DISTNAME+=     direct_message-1.1
+PLUGIN_DISTNAME+=      followingcontrol-1.1
+PLUGIN_DISTNAME+=      home_timeline-2.0
+PLUGIN_DISTNAME+=      list-2.0
+PLUGIN_DISTNAME+=      list_for_profile-1.0
+PLUGIN_DISTNAME+=      list_settings-1.0
+PLUGIN_DISTNAME+=      mentions-1.0
+PLUGIN_DISTNAME+=      message_detail_view-1.0
+PLUGIN_DISTNAME+=      message_favorite-1.0
+PLUGIN_DISTNAME+=      message_retweet-1.0
+PLUGIN_DISTNAME+=      ratelimit-1.0
+PLUGIN_DISTNAME+=      rest-1.0
+PLUGIN_DISTNAME+=      saved_search-1.0
+PLUGIN_DISTNAME+=      streaming-2.0
+PLUGIN_DISTNAME+=      twitter-1.0
+PLUGIN_DISTNAME+=      twitter_activity-1.0
+PLUGIN_DISTNAME+=      twitter_datasource-1.1
+PLUGIN_DISTNAME+=      twitter_settings-1.0
+PLUGIN_DISTNAME+=      user_detail_view-1.0
+
+DISTFILES=
+.for plugin in ${PLUGIN_DISTNAME}
+DISTFILES+=    ${plugin}${EXTRACT_SUFX}
+SITES.${plugin}${EXTRACT_SUFX}=        -${MASTER_SITES:=${plugin:C/-[^-]*$//}/archive/v${plugin:C/^.*-//}${EXTRACT_SUFX}}
+.endfor
+
+DEPENDS+=      ${RUBY_PKGPREFIX}-mikutter>=4.0.4:../../net/mikutter
+DEPENDS+=      ${RUBY_PKGPREFIX}-twitter-text-simpleidn>=3.0.0.0:../../net/ruby-twitter-text-simpleidn
+
+USE_TOOLS+=    pax
+
+EXTRACT_DIR=   ${WRKDIR}/plugin
+WRKSRC=                ${EXTRACT_DIR}
+
+INSTALLATION_DIRS+=    share/mikutter/plugin
+
+NO_BUILD=      yes
+
+post-extract:
+.for plugin in ${PLUGIN_DISTNAME}
+       # drop version tag strings from plugin names
+       (cd ${WRKSRC} && ${MV} ${plugin} ${plugin:C/-[^-]*$//})
+.endfor
+
+do-install:
+       (cd ${WRKSRC} && pax -rwpp -s '/.*\.orig//' . \
+           ${DESTDIR}${PREFIX}/share/mikutter/plugin)
+
+.include "../../lang/ruby/replace.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 7f6de48c915f -r 0885b69d0775 net/mikutter-plugins-twitter/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/mikutter-plugins-twitter/PLIST        Fri Feb 21 03:36:18 2020 +0000
@@ -0,0 +1,207 @@
+@comment $NetBSD: PLIST,v 1.1 2020/02/21 03:36:18 tsutsui Exp $
+share/mikutter/plugin/api_request_file_cache/.mikutter.yml
+share/mikutter/plugin/api_request_file_cache/LICENSE
+share/mikutter/plugin/api_request_file_cache/api_request_file_cache.rb
+share/mikutter/plugin/followingcontrol/.mikutter.yml
+share/mikutter/plugin/followingcontrol/LICENSE
+share/mikutter/plugin/followingcontrol/followingcontrol.rb
+share/mikutter/plugin/home_timeline/.mikutter.yml
+share/mikutter/plugin/home_timeline/LICENSE
+share/mikutter/plugin/home_timeline/home_timeline.rb
+share/mikutter/plugin/home_timeline/po/ar/home_timeline.po
+share/mikutter/plugin/home_timeline/po/de/home_timeline.po
+share/mikutter/plugin/home_timeline/po/el/home_timeline.po
+share/mikutter/plugin/home_timeline/po/en/home_timeline.po
+share/mikutter/plugin/home_timeline/po/eo/home_timeline.po
+share/mikutter/plugin/home_timeline/po/es/home_timeline.po
+share/mikutter/plugin/home_timeline/po/fr/home_timeline.po
+share/mikutter/plugin/home_timeline/po/ja_KS/home_timeline.po
+share/mikutter/plugin/home_timeline/po/nl_NL/home_timeline.po
+share/mikutter/plugin/home_timeline/po/pt_PT/home_timeline.po
+share/mikutter/plugin/home_timeline/po/ro_RO/home_timeline.po
+share/mikutter/plugin/home_timeline/po/ru/home_timeline.po
+share/mikutter/plugin/home_timeline/po/sr/home_timeline.po
+share/mikutter/plugin/home_timeline/po/vi/home_timeline.po
+share/mikutter/plugin/home_timeline/po/zh/home_timeline.po
+share/mikutter/plugin/home_timeline/po/zh_CN/home_timeline.po
+share/mikutter/plugin/home_timeline/po/zh_TW/home_timeline.po
+share/mikutter/plugin/list/.mikutter.yml
+share/mikutter/plugin/list/LICENSE
+share/mikutter/plugin/list/list.rb
+share/mikutter/plugin/list_for_profile/.mikutter.yml
+share/mikutter/plugin/list_for_profile/LICENSE
+share/mikutter/plugin/list_for_profile/list_for_profile.rb
+share/mikutter/plugin/list_for_profile/listlist.rb
+share/mikutter/plugin/list_for_profile/po/ja_KS/list_for_profile.po
+share/mikutter/plugin/list_for_profile/profiletab.rb
+share/mikutter/plugin/list_settings/.mikutter.yml
+share/mikutter/plugin/list_settings/LICENSE
+share/mikutter/plugin/list_settings/list_settings.rb
+share/mikutter/plugin/list_settings/listlist.rb
+share/mikutter/plugin/list_settings/po/ja_KS/list_settings.po
+share/mikutter/plugin/list_settings/tab.rb
+share/mikutter/plugin/mentions/.mikutter.yml
+share/mikutter/plugin/mentions/LICENSE
+share/mikutter/plugin/mentions/mentions.rb
+share/mikutter/plugin/mentions/po/ar/mentions.po
+share/mikutter/plugin/mentions/po/de/mentions.po
+share/mikutter/plugin/mentions/po/el/mentions.po
+share/mikutter/plugin/mentions/po/en/mentions.po
+share/mikutter/plugin/mentions/po/eo/mentions.po
+share/mikutter/plugin/mentions/po/es/mentions.po
+share/mikutter/plugin/mentions/po/fr/mentions.po
+share/mikutter/plugin/mentions/po/ja_KS/mentions.po
+share/mikutter/plugin/mentions/po/nl_NL/mentions.po
+share/mikutter/plugin/mentions/po/pt_PT/mentions.po
+share/mikutter/plugin/mentions/po/ro_RO/mentions.po
+share/mikutter/plugin/mentions/po/ru/mentions.po
+share/mikutter/plugin/mentions/po/sr/mentions.po
+share/mikutter/plugin/mentions/po/vi/mentions.po
+share/mikutter/plugin/mentions/po/zh/mentions.po
+share/mikutter/plugin/mentions/po/zh_CN/mentions.po
+share/mikutter/plugin/mentions/po/zh_TW/mentions.po
+share/mikutter/plugin/message_detail_view/.mikutter.yml
+share/mikutter/plugin/message_detail_view/LICENSE
+share/mikutter/plugin/message_detail_view/message_detail_view.rb
+share/mikutter/plugin/message_detail_view/tweet_header_widget.rb
+share/mikutter/plugin/message_favorite/.mikutter.yml
+share/mikutter/plugin/message_favorite/LICENSE
+share/mikutter/plugin/message_favorite/message_favorite.rb
+share/mikutter/plugin/message_retweet/.mikutter.yml
+share/mikutter/plugin/message_retweet/LICENSE
+share/mikutter/plugin/message_retweet/message_retweet.rb
+share/mikutter/plugin/ratelimit/.mikutter.yml
+share/mikutter/plugin/ratelimit/LICENSE
+share/mikutter/plugin/ratelimit/po/ar/ratelimit.po
+share/mikutter/plugin/ratelimit/po/de/ratelimit.po
+share/mikutter/plugin/ratelimit/po/el/ratelimit.po
+share/mikutter/plugin/ratelimit/po/en/ratelimit.po
+share/mikutter/plugin/ratelimit/po/eo/ratelimit.po
+share/mikutter/plugin/ratelimit/po/es/ratelimit.po
+share/mikutter/plugin/ratelimit/po/fr/ratelimit.po
+share/mikutter/plugin/ratelimit/po/ja_KS/ratelimit.po
+share/mikutter/plugin/ratelimit/po/nl_NL/ratelimit.po
+share/mikutter/plugin/ratelimit/po/pt_PT/ratelimit.po
+share/mikutter/plugin/ratelimit/po/ro_RO/ratelimit.po
+share/mikutter/plugin/ratelimit/po/ru/ratelimit.po
+share/mikutter/plugin/ratelimit/po/sr/ratelimit.po
+share/mikutter/plugin/ratelimit/po/vi/ratelimit.po
+share/mikutter/plugin/ratelimit/po/zh/ratelimit.po
+share/mikutter/plugin/ratelimit/po/zh_CN/ratelimit.po
+share/mikutter/plugin/ratelimit/po/zh_TW/ratelimit.po
+share/mikutter/plugin/ratelimit/ratelimit.rb
+share/mikutter/plugin/rest/.mikutter.yml
+share/mikutter/plugin/rest/LICENSE
+share/mikutter/plugin/rest/rest.rb
+share/mikutter/plugin/saved_search/.mikutter.yml
+share/mikutter/plugin/saved_search/LICENSE
+share/mikutter/plugin/saved_search/po/ar/saved_search.po
+share/mikutter/plugin/saved_search/po/de/saved_search.po
+share/mikutter/plugin/saved_search/po/el/saved_search.po
+share/mikutter/plugin/saved_search/po/en/saved_search.po
+share/mikutter/plugin/saved_search/po/eo/saved_search.po
+share/mikutter/plugin/saved_search/po/es/saved_search.po
+share/mikutter/plugin/saved_search/po/fr/saved_search.po
+share/mikutter/plugin/saved_search/po/ja_KS/saved_search.po
+share/mikutter/plugin/saved_search/po/nl_NL/saved_search.po
+share/mikutter/plugin/saved_search/po/pt_PT/saved_search.po
+share/mikutter/plugin/saved_search/po/ro_RO/saved_search.po
+share/mikutter/plugin/saved_search/po/ru/saved_search.po
+share/mikutter/plugin/saved_search/po/sr/saved_search.po
+share/mikutter/plugin/saved_search/po/vi/saved_search.po
+share/mikutter/plugin/saved_search/po/zh/saved_search.po
+share/mikutter/plugin/saved_search/po/zh_CN/saved_search.po
+share/mikutter/plugin/saved_search/po/zh_TW/saved_search.po
+share/mikutter/plugin/saved_search/saved_search.rb
+share/mikutter/plugin/streaming/.mikutter.yml
+share/mikutter/plugin/streaming/LICENSE
+share/mikutter/plugin/streaming/po/ar/streaming.po
+share/mikutter/plugin/streaming/po/de/streaming.po
+share/mikutter/plugin/streaming/po/el/streaming.po
+share/mikutter/plugin/streaming/po/en/streaming.po
+share/mikutter/plugin/streaming/po/es/streaming.po
+share/mikutter/plugin/streaming/po/pt_PT/streaming.po
+share/mikutter/plugin/streaming/po/ro_RO/streaming.po
+share/mikutter/plugin/streaming/po/ru/streaming.po
+share/mikutter/plugin/streaming/po/vi/streaming.po
+share/mikutter/plugin/streaming/po/zh/streaming.po
+share/mikutter/plugin/streaming/po/zh_CN/streaming.po
+share/mikutter/plugin/streaming/po/zh_TW/streaming.po
+share/mikutter/plugin/streaming/streaming.rb
+share/mikutter/plugin/twitter/.mikutter.yml
+share/mikutter/plugin/twitter/Gemfile
+share/mikutter/plugin/twitter/LICENSE
+share/mikutter/plugin/twitter/builder.rb
+share/mikutter/plugin/twitter/configuration.json
+share/mikutter/plugin/twitter/mikutwitter.rb
+share/mikutter/plugin/twitter/mikutwitter/api_call_support.rb
+share/mikutter/plugin/twitter/mikutwitter/api_shortcuts.rb
+share/mikutter/plugin/twitter/mikutwitter/authentication_failed_action.rb
+share/mikutter/plugin/twitter/mikutwitter/basic.rb
+share/mikutter/plugin/twitter/mikutwitter/cache.rb
+share/mikutter/plugin/twitter/mikutwitter/connect.rb
+share/mikutter/plugin/twitter/mikutwitter/error.rb
+share/mikutter/plugin/twitter/mikutwitter/oauth_hacks.rb
+share/mikutter/plugin/twitter/mikutwitter/query.rb
+share/mikutter/plugin/twitter/mikutwitter/rate_limiting.rb
+share/mikutter/plugin/twitter/mikutwitter/streaming_failed_actions.rb
+share/mikutter/plugin/twitter/mikutwitter/test/154380989328662530.json
+share/mikutter/plugin/twitter/mikutwitter/test/extension.rb
+share/mikutter/plugin/twitter/mikutwitter/test/friendship.json
+share/mikutter/plugin/twitter/mikutwitter/test/list_member.json
+share/mikutter/plugin/twitter/mikutwitter/test/list_member_1380555359495881433.json
+share/mikutter/plugin/twitter/mikutwitter/test/list_member_1380555797979069262.json
+share/mikutter/plugin/twitter/mikutwitter/test/list_member_2.json
+share/mikutter/plugin/twitter/mikutwitter/test/list_memberships.json
+share/mikutter/plugin/twitter/mikutwitter/test/list_subscriptions.json
+share/mikutter/plugin/twitter/mikutwitter/test/lists_all.json
+share/mikutter/plugin/twitter/mikutwitter/test/search.json
+share/mikutter/plugin/twitter/mikutwitter/test/status_show.json
+share/mikutter/plugin/twitter/mikutwitter/test/status_update_duplicate.json
+share/mikutter/plugin/twitter/mikutwitter/test/status_update_success.json
+share/mikutter/plugin/twitter/mikutwitter/test/test_api_call_support.rb
+share/mikutter/plugin/twitter/mikutwitter/test/test_api_shortcuts.rb
+share/mikutter/plugin/twitter/mikutwitter/test/test_cache.rb
+share/mikutter/plugin/twitter/mikutwitter/test/test_query.rb
+share/mikutter/plugin/twitter/mikutwitter/test/test_streaming_failed_actions.rb
+share/mikutter/plugin/twitter/mikutwitter/test/test_utils.rb
+share/mikutter/plugin/twitter/mikutwitter/test/user.json
+share/mikutter/plugin/twitter/mikutwitter/test/user_timeline.json
+share/mikutter/plugin/twitter/mikutwitter/utils.rb
+share/mikutter/plugin/twitter/model.rb
+share/mikutter/plugin/twitter/model/directmessage.rb
+share/mikutter/plugin/twitter/model/hash_tag.rb
+share/mikutter/plugin/twitter/model/message.rb
+share/mikutter/plugin/twitter/model/user.rb
+share/mikutter/plugin/twitter/model/userlist.rb
+share/mikutter/plugin/twitter/model/world.rb
+share/mikutter/plugin/twitter/service.rb
+share/mikutter/plugin/twitter/test/test_message.rb
+share/mikutter/plugin/twitter/test/test_user.rb
+share/mikutter/plugin/twitter/test/test_userlist.rb
+share/mikutter/plugin/twitter/twitter.rb
+share/mikutter/plugin/twitter_activity/.mikutter.yml
+share/mikutter/plugin/twitter_activity/LICENSE
+share/mikutter/plugin/twitter_activity/twitter_activity.rb
+share/mikutter/plugin/twitter_datasource/.mikutter.yml
+share/mikutter/plugin/twitter_datasource/LICENSE
+share/mikutter/plugin/twitter_datasource/twitter_datasource.rb
+share/mikutter/plugin/twitter_settings/.mikutter.yml
+share/mikutter/plugin/twitter_settings/LICENSE
+share/mikutter/plugin/twitter_settings/twitter_settings.rb
+share/mikutter/plugin/user_detail_view/.mikutter.yml
+share/mikutter/plugin/user_detail_view/LICENSE
+share/mikutter/plugin/user_detail_view/po/ar/user_detail_view.po
+share/mikutter/plugin/user_detail_view/po/de/user_detail_view.po
+share/mikutter/plugin/user_detail_view/po/el/user_detail_view.po
+share/mikutter/plugin/user_detail_view/po/en/user_detail_view.po
+share/mikutter/plugin/user_detail_view/po/es/user_detail_view.po
+share/mikutter/plugin/user_detail_view/po/ja_KS/user_detail_view.po
+share/mikutter/plugin/user_detail_view/po/pt_PT/user_detail_view.po
+share/mikutter/plugin/user_detail_view/po/ro_RO/user_detail_view.po
+share/mikutter/plugin/user_detail_view/po/ru/user_detail_view.po
+share/mikutter/plugin/user_detail_view/po/vi/user_detail_view.po
+share/mikutter/plugin/user_detail_view/po/zh/user_detail_view.po



Home | Main Index | Thread Index | Old Index