diff options
author | obache <obache@pkgsrc.org> | 2014-12-30 08:05:17 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-12-30 08:05:17 +0000 |
commit | c838fd8be40e81122e0e8b8fd37d10ae6a4f71dd (patch) | |
tree | 6cb7377d3936c5170f5ed97755eb4f6e6f2335af /net | |
parent | d0be3e99e3088815ea704205ac2cac249371735b (diff) | |
download | pkgsrc-c838fd8be40e81122e0e8b8fd37d10ae6a4f71dd.tar.gz |
Update mikutter to 3.2.0.
* Change internal processing for image display.
* Add function to add condition for extraction tab.
* Skin (experimental).
* Change icon
Diffstat (limited to 'net')
-rw-r--r-- | net/mikutter/Makefile | 6 | ||||
-rw-r--r-- | net/mikutter/PLIST | 8 | ||||
-rw-r--r-- | net/mikutter/distinfo | 8 |
3 files changed, 15 insertions, 7 deletions
diff --git a/net/mikutter/Makefile b/net/mikutter/Makefile index 9b3804155fd..70f66c3f8da 100644 --- a/net/mikutter/Makefile +++ b/net/mikutter/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.93 2014/12/16 01:51:25 obache Exp $ +# $NetBSD: Makefile,v 1.94 2014/12/30 08:05:17 obache Exp $ # -DISTNAME= mikutter.3.1.1 +DISTNAME= mikutter.3.2.0 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/./-/} CATEGORIES= net MASTER_SITES= http://mikutter.hachune.net/bin/ @@ -23,6 +23,8 @@ DEPENDS+= ${RUBY_PKGPREFIX}-memoize>=1.3:../../devel/ruby-memoize DEPENDS+= ${RUBY_PKGPREFIX}-hmac>=0.4:../../security/ruby-hmac DEPENDS+= ${RUBY_PKGPREFIX}-typed-array>=0.1:../../misc/ruby-typed-array DEPENDS+= ${RUBY_PKGPREFIX}-delayer-[0-9]*:../../devel/ruby-delayer +DEPENDS+= ${RUBY_PKGPREFIX}-nokogiri-[0-9]*:../../textproc/ruby-nokogiri +DEPENDS+= ${RUBY_PKGPREFIX}-httpclient-[0-9]*:../../www/ruby-httpclient DEPENDS+= ${RUBY_PKGPREFIX}-moneta>=0.7:../../databases/ruby-moneta WRKSRC= ${WRKDIR}/mikutter diff --git a/net/mikutter/PLIST b/net/mikutter/PLIST index d833454ed0a..080a00cb9cd 100644 --- a/net/mikutter/PLIST +++ b/net/mikutter/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.29 2014/11/18 11:25:08 obache Exp $ +@comment $NetBSD: PLIST,v 1.30 2014/12/30 08:05:17 obache Exp $ bin/mikutter share/applications/mikutter.desktop share/doc/mikutter/README @@ -416,6 +416,9 @@ 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/photo_support/.mikutter.yml +share/mikutter/core/plugin/photo_support/Gemfile +share/mikutter/core/plugin/photo_support/photo_support.rb share/mikutter/core/plugin/profile/.mikutter.yml share/mikutter/core/plugin/profile/po/ar/profile.po share/mikutter/core/plugin/profile/po/de/profile.po @@ -560,6 +563,8 @@ share/mikutter/core/plugin/shortcutkey/po/zh_CN/shortcutkey.po 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/skin.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 @@ -637,6 +642,7 @@ share/mikutter/core/skin/data/etc.png share/mikutter/core/skin/data/fav.png share/mikutter/core/skin/data/followers.png share/mikutter/core/skin/data/followings.png +share/mikutter/core/skin/data/forward.png share/mikutter/core/skin/data/icon.png share/mikutter/core/skin/data/icon_alternative.png share/mikutter/core/skin/data/list.png diff --git a/net/mikutter/distinfo b/net/mikutter/distinfo index e22da22bd7a..3664993439f 100644 --- a/net/mikutter/distinfo +++ b/net/mikutter/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.82 2014/12/16 01:51:25 obache Exp $ +$NetBSD: distinfo,v 1.83 2014/12/30 08:05:17 obache Exp $ -SHA1 (mikutter.3.1.1.tar.gz) = f4c625b70cb38bc6548a7b4fb5e7b50533552c10 -RMD160 (mikutter.3.1.1.tar.gz) = e51583a3bd92f8ca168461ce1ec425d3c499a947 -Size (mikutter.3.1.1.tar.gz) = 2556358 bytes +SHA1 (mikutter.3.2.0.tar.gz) = 8b31bb107093368b7873aca87102cf82a0421ead +RMD160 (mikutter.3.2.0.tar.gz) = 1e36c90d25a0032ccef1f9c47ad786ff9e36830a +Size (mikutter.3.2.0.tar.gz) = 2574277 bytes SHA1 (patch-core_plugin_libnotify_rnotify.rb) = 0bb5630f4411d11ad188c722fb1d14e2d6748d17 |