pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/mikutter-plugins-twitter



Module Name:    pkgsrc
Committed By:   tsutsui
Date:           Fri Feb 21 03:36:18 UTC 2020

Added Files:
        pkgsrc/net/mikutter-plugins-twitter: DESCR MESSAGE Makefile PLIST
            distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/net/mikutter-plugins-twitter/DESCR \
    pkgsrc/net/mikutter-plugins-twitter/MESSAGE \
    pkgsrc/net/mikutter-plugins-twitter/Makefile \
    pkgsrc/net/mikutter-plugins-twitter/PLIST \
    pkgsrc/net/mikutter-plugins-twitter/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/net/mikutter-plugins-twitter/DESCR
diff -u /dev/null pkgsrc/net/mikutter-plugins-twitter/DESCR:1.1
--- /dev/null   Fri Feb 21 03:36:18 2020
+++ pkgsrc/net/mikutter-plugins-twitter/DESCR   Fri Feb 21 03:36:18 2020
@@ -0,0 +1,2 @@
+mikutter-plugins-twitter provides a set of Twitter client plugins
+for mikutter version 4.0 and later.
Index: pkgsrc/net/mikutter-plugins-twitter/MESSAGE
diff -u /dev/null pkgsrc/net/mikutter-plugins-twitter/MESSAGE:1.1
--- /dev/null   Fri Feb 21 03:36:18 2020
+++ pkgsrc/net/mikutter-plugins-twitter/MESSAGE Fri Feb 21 03:36:18 2020
@@ -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
+===========================================================================
Index: pkgsrc/net/mikutter-plugins-twitter/Makefile
diff -u /dev/null pkgsrc/net/mikutter-plugins-twitter/Makefile:1.1
--- /dev/null   Fri Feb 21 03:36:18 2020
+++ pkgsrc/net/mikutter-plugins-twitter/Makefile        Fri Feb 21 03:36:18 2020
@@ -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"
Index: pkgsrc/net/mikutter-plugins-twitter/PLIST
diff -u /dev/null pkgsrc/net/mikutter-plugins-twitter/PLIST:1.1
--- /dev/null   Fri Feb 21 03:36:18 2020
+++ pkgsrc/net/mikutter-plugins-twitter/PLIST   Fri Feb 21 03:36:18 2020
@@ -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
+share/mikutter/plugin/user_detail_view/po/zh_CN/user_detail_view.po
+share/mikutter/plugin/user_detail_view/po/zh_TW/user_detail_view.po
+share/mikutter/plugin/user_detail_view/user_detail_view.rb
Index: pkgsrc/net/mikutter-plugins-twitter/distinfo
diff -u /dev/null pkgsrc/net/mikutter-plugins-twitter/distinfo:1.1
--- /dev/null   Fri Feb 21 03:36:18 2020
+++ pkgsrc/net/mikutter-plugins-twitter/distinfo        Fri Feb 21 03:36:18 2020
@@ -0,0 +1,78 @@
+$NetBSD: distinfo,v 1.1 2020/02/21 03:36:18 tsutsui Exp $
+
+SHA1 (mikutter-plugins/api_request_file_cache-1.0.tar.gz) = c877f72de6abdf0c8ffc70b030ce6f123dc27c7c
+RMD160 (mikutter-plugins/api_request_file_cache-1.0.tar.gz) = eb44243b2615bf29234d67b2e8f3ee7eb75f38ae
+SHA512 (mikutter-plugins/api_request_file_cache-1.0.tar.gz) = 7816f012aa2316b4ee0ba9d5721b237834787750a3455c35d046e6651946da9fd2644c7a4e98b7de9408e4ac7d6bad8a79fe5186a1bc4e827341fa2ecfd90c81
+Size (mikutter-plugins/api_request_file_cache-1.0.tar.gz) = 1313 bytes
+SHA1 (mikutter-plugins/followingcontrol-1.1.tar.gz) = 403f50e4f1e5582a217764347bf525f9e81b68ed
+RMD160 (mikutter-plugins/followingcontrol-1.1.tar.gz) = 8fe413c9e31885676f42f4d5e67a8d54e35840d7
+SHA512 (mikutter-plugins/followingcontrol-1.1.tar.gz) = 5c51a5cc646dc72b4b46a82cbd8795d36a4b41c2cff113a8696f4a40f46cc335ac1627fdf2ce20a56c9d869a3872cd66d84358cad05e9ddbdbe6bf5da7d1325e
+Size (mikutter-plugins/followingcontrol-1.1.tar.gz) = 2685 bytes
+SHA1 (mikutter-plugins/home_timeline-2.0.tar.gz) = 3e60f887161cf0e96cbc578f758921c808a511d7
+RMD160 (mikutter-plugins/home_timeline-2.0.tar.gz) = 7e4ea09f0b1c9c138a61a2d479c917e4c753a5e8
+SHA512 (mikutter-plugins/home_timeline-2.0.tar.gz) = 166008c03fa43927f642afc55c49e4fa404b16d4873e0878561caaeec38ade43bdfee260951193f832e88e280181dfa52b4bde53cb008ff92beea119e5e94e41
+Size (mikutter-plugins/home_timeline-2.0.tar.gz) = 3650 bytes
+SHA1 (mikutter-plugins/list-2.0.tar.gz) = 06da923a3400f020017b9d6ee386ebf511f8a14b
+RMD160 (mikutter-plugins/list-2.0.tar.gz) = e180ea863fa218707a74bb92edf4c44b884f47d3
+SHA512 (mikutter-plugins/list-2.0.tar.gz) = 3b139519e15c9c9d5d1ecdf1aaabe5bab1a1114a50debe55cd39b3753a56cd215a07dcd08cd51ea24f44cdfd047f6077d56d8dd87349c8b2ce079687250135d7
+Size (mikutter-plugins/list-2.0.tar.gz) = 3873 bytes
+SHA1 (mikutter-plugins/list_for_profile-1.0.tar.gz) = 16decdc40de5e5d6396dd853e1158579dc14a837
+RMD160 (mikutter-plugins/list_for_profile-1.0.tar.gz) = ff1134cfaa083f19402767f17d98e5b4030ace02
+SHA512 (mikutter-plugins/list_for_profile-1.0.tar.gz) = c1ed5a8ddfbebc2656b0847e4af5c7813299b0a40fa4f11a08787af4369284118f38c4a44aa1f4200bb9e956f3d5b9fb351cae8b140848ca6b8715529f930847
+Size (mikutter-plugins/list_for_profile-1.0.tar.gz) = 3824 bytes
+SHA1 (mikutter-plugins/list_settings-1.0.tar.gz) = 83e3a7115feda22858b5bba802a569be830dcd78
+RMD160 (mikutter-plugins/list_settings-1.0.tar.gz) = 156c6016f3280e3706dc6b92ba9243031adeedfe
+SHA512 (mikutter-plugins/list_settings-1.0.tar.gz) = d50749e72f69ad74d2530d62eef97079622eaace778aefb994eaed49e1fd8ce2cd0fba49fa31f3566beffb93657507e010a66ae7fad3faf3c2c4916f740ce99d
+Size (mikutter-plugins/list_settings-1.0.tar.gz) = 4307 bytes
+SHA1 (mikutter-plugins/mentions-1.0.tar.gz) = 7371297e3df9d93e19dabaf2acfdd499b9f2b7ff
+RMD160 (mikutter-plugins/mentions-1.0.tar.gz) = a43ac70de12d97039238d4754bc75dd0d7a1ca16
+SHA512 (mikutter-plugins/mentions-1.0.tar.gz) = 01646619bf722219ff6730d562f5d940fdbf7c457d0b793586d0e235f8da87e40dfecad19db84706d010de69a14568c29e58eca14af6463fd65c4739874e08e0
+Size (mikutter-plugins/mentions-1.0.tar.gz) = 3737 bytes
+SHA1 (mikutter-plugins/message_detail_view-1.0.tar.gz) = 46b34e5812419258ce27f6f3f8550bc4f0c65b58
+RMD160 (mikutter-plugins/message_detail_view-1.0.tar.gz) = 3fca8f2ea52827ba90c95e89a4a88a8cf88cb931
+SHA512 (mikutter-plugins/message_detail_view-1.0.tar.gz) = e5a1913abf78269f4763194944fed393f58ed9957732e9e23638b21b12c0b8fafbaf60d06546345042fb14c38e8fa01c08f819d4b19812d070951b76adb94a8c
+Size (mikutter-plugins/message_detail_view-1.0.tar.gz) = 3189 bytes
+SHA1 (mikutter-plugins/message_favorite-1.0.tar.gz) = 4d3aef2394b37775f948455bf3a088f6055a3afe
+RMD160 (mikutter-plugins/message_favorite-1.0.tar.gz) = 45b7a6a114d0533ec0f46ce7cfd169105e118b7c
+SHA512 (mikutter-plugins/message_favorite-1.0.tar.gz) = 2a9081e068d673e9b02a1caba973796ca5bac7ad7afaabb83ce87f55ad7e54cd0626ea424802b2945b82513aa14e50a2951949313730fc861933eae58a38d4cf
+Size (mikutter-plugins/message_favorite-1.0.tar.gz) = 1368 bytes
+SHA1 (mikutter-plugins/message_retweet-1.0.tar.gz) = 6ec5e178f0431203ccaeab6868ed581fcdb6baa3
+RMD160 (mikutter-plugins/message_retweet-1.0.tar.gz) = dc2ff4a7ec7dda6e075cfcd88c1e643886335baa
+SHA512 (mikutter-plugins/message_retweet-1.0.tar.gz) = bf85074e3dae6cda4437d11cc97725f7489785f0fd7908b1f19fc9ad4d8d689e820ec65ce8f601ecb0913258225c6f8767dc9bbec1a1fdb20ff9eae0c52ad5cc
+Size (mikutter-plugins/message_retweet-1.0.tar.gz) = 1650 bytes
+SHA1 (mikutter-plugins/ratelimit-1.0.tar.gz) = 086f6657ebda4abc6fbfd5fbaf7a4fe36b79abc4
+RMD160 (mikutter-plugins/ratelimit-1.0.tar.gz) = 244a9407dd7c99d51cc281a96118cdb02ee1eadd
+SHA512 (mikutter-plugins/ratelimit-1.0.tar.gz) = fbbd9be769b57a78cb27fd5d156a2f124f761ee31862ec187d83ab79f9abded49033a5066c66864902ca406c4a10b73d88561b27eef955cadfe6645e07472d31
+Size (mikutter-plugins/ratelimit-1.0.tar.gz) = 5521 bytes
+SHA1 (mikutter-plugins/rest-1.0.tar.gz) = aeafdaa45e4ccbf694d7b9cdcaa0ccf13d2dc14b
+RMD160 (mikutter-plugins/rest-1.0.tar.gz) = 0f345bbb6c3c523cd7247f1958cea350c3c0c860
+SHA512 (mikutter-plugins/rest-1.0.tar.gz) = d70bf3a5e0a891725f9d009fa118ef0f48ca69d38397006c5d019693c5741ca0dd3d0a6252d299a62d477f3e9867632823f3424f9969e14d3b6afb72b11b9de2
+Size (mikutter-plugins/rest-1.0.tar.gz) = 1691 bytes
+SHA1 (mikutter-plugins/saved_search-1.0.tar.gz) = ebb36fc03281a871e65348090920256181015d07
+RMD160 (mikutter-plugins/saved_search-1.0.tar.gz) = 4d343e8c4c6a5e49930c55d1813461f68d4c28e8
+SHA512 (mikutter-plugins/saved_search-1.0.tar.gz) = 7d88ea78cf2a6a47c0bed6053879797055ce525d565fc32bcc53a702842007b1e49872e43339e959069f46df195d3250916fc130369f12823c160d3b67bb3d1c
+Size (mikutter-plugins/saved_search-1.0.tar.gz) = 5537 bytes
+SHA1 (mikutter-plugins/streaming-2.0.tar.gz) = 59d903e17b5ed30986d9a2cb8702b8524c73b79e
+RMD160 (mikutter-plugins/streaming-2.0.tar.gz) = e5409889f871c464be64e9700f1ce041f3c6893f
+SHA512 (mikutter-plugins/streaming-2.0.tar.gz) = edb3948251922af88104d94058348160ec8b435f7b2c7bf138564ac7bbda219f97486977244e703a8ddb68ba961ef381a4f6f34f9b5d1c5b480a72bf3b6ae744
+Size (mikutter-plugins/streaming-2.0.tar.gz) = 3642 bytes
+SHA1 (mikutter-plugins/twitter-1.0.tar.gz) = c107523344c6d610b0cfb35d0d583903f97c1d76
+RMD160 (mikutter-plugins/twitter-1.0.tar.gz) = ecc82fca33188c5b954bdb78baf5c14ebc71ce1f
+SHA512 (mikutter-plugins/twitter-1.0.tar.gz) = cbeb3efa2878b933fac5b94f259e4a00d89242178c895d1f92b75e8f801bbc299d2893da986702f8d0d704837ebb7f675861cfa8009ee2da86da620a4fe789f5
+Size (mikutter-plugins/twitter-1.0.tar.gz) = 103709 bytes
+SHA1 (mikutter-plugins/twitter_activity-1.0.tar.gz) = ea312282e402ac8aa6339b969af73e365420593c
+RMD160 (mikutter-plugins/twitter_activity-1.0.tar.gz) = 611c9cb30ae969729a78ea4895b180987fff5977
+SHA512 (mikutter-plugins/twitter_activity-1.0.tar.gz) = d539f9d780f8c6f68371a15bd1a588f204bf4f6f9974eead3d87e9e3a56e688460370fa50a6026de328fb9bd22784e3fd0793a5e45a3496319930995782a4c69
+Size (mikutter-plugins/twitter_activity-1.0.tar.gz) = 1958 bytes
+SHA1 (mikutter-plugins/twitter_datasource-1.1.tar.gz) = 1dd77d9ee13738277390ca8b69c7309ba8b84747
+RMD160 (mikutter-plugins/twitter_datasource-1.1.tar.gz) = 3dd4dd5be88c66d782b51888b8792948a0eb2c32
+SHA512 (mikutter-plugins/twitter_datasource-1.1.tar.gz) = 9458bf409aeca414b9d2a78a19324fa1611daa1d0616dcfb4965212d5619100ea98f6ba000ed8f734a42bb1167da4c1a33e9a2fc0db269c7dc9c3e9847fb054f
+Size (mikutter-plugins/twitter_datasource-1.1.tar.gz) = 2166 bytes
+SHA1 (mikutter-plugins/twitter_settings-1.0.tar.gz) = 067aa81aaf24020f16e022e96f4b2dfc0aa4887d
+RMD160 (mikutter-plugins/twitter_settings-1.0.tar.gz) = 634d3be6d689337fcc7728b947a1b678c51e931b
+SHA512 (mikutter-plugins/twitter_settings-1.0.tar.gz) = 135d57a30601a424ac894bb0bab7fea1e8cf21066ceceb4cfe2ad89cd66b4409a379abe7095170e2686bc40ff4067f1bf8022c56ccbe31bbbfc9682c0e032897
+Size (mikutter-plugins/twitter_settings-1.0.tar.gz) = 2219 bytes
+SHA1 (mikutter-plugins/user_detail_view-1.0.tar.gz) = 548d1f1e14b29ad9b3225a90455532c177b96229
+RMD160 (mikutter-plugins/user_detail_view-1.0.tar.gz) = 511cf429215bbcc310a54bf00833b369f99596a4
+SHA512 (mikutter-plugins/user_detail_view-1.0.tar.gz) = 155b6fb82656ed2dff9c04ea5f3963daf22d0777fa58acfc6ae0e38feb8603650379e49144b5148a0c74ce214a70f74656c83d2aec1f6bbe983f6f1d10be5769
+Size (mikutter-plugins/user_detail_view-1.0.tar.gz) = 9409 bytes



Home | Main Index | Thread Index | Old Index