diff options
author | obache <obache@pkgsrc.org> | 2011-05-07 13:57:35 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-05-07 13:57:35 +0000 |
commit | 8907013f784a4d530d38a563bcf242b9dc98f0a8 (patch) | |
tree | 94af74ccb8b5fa60c4951ac365643469375e4b4e /net | |
parent | 1c62da42bc386e54854a6fa8e1d2d847d5819ade (diff) | |
download | pkgsrc-8907013f784a4d530d38a563bcf242b9dc98f0a8.tar.gz |
Update mikutter to 0.0.3.3.
* Add HTTP proxy support.
* Support notify with Growl.
* Support sound with SDL.
* Fix to get tweet from keyed account.
* Some bug fixes and performance improvements.
Diffstat (limited to 'net')
-rw-r--r-- | net/mikutter/Makefile | 6 | ||||
-rw-r--r-- | net/mikutter/PLIST | 6 | ||||
-rw-r--r-- | net/mikutter/distinfo | 8 |
3 files changed, 12 insertions, 8 deletions
diff --git a/net/mikutter/Makefile b/net/mikutter/Makefile index 8e1f50530c4..5644fd7c0cb 100644 --- a/net/mikutter/Makefile +++ b/net/mikutter/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2011/04/30 13:26:14 obache Exp $ +# $NetBSD: Makefile,v 1.5 2011/05/07 13:57:35 obache Exp $ # -DISTNAME= mikutter.0.0.3.2 +DISTNAME= mikutter.0.0.3.3 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/./-/} CATEGORIES= net MASTER_SITES= http://mikutter.hachune.net/bin/ @@ -19,7 +19,7 @@ DEPENDS+= xdg-utils-[0-9]*:../../misc/xdg-utils DEPENDS+= ${RUBY_PKGPREFIX}-json>=1.1.9:../../textproc/ruby-json DEPENDS+= ${RUBY_PKGPREFIX}-hmac-[0-9]*:../../security/ruby-hmac DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gtk-[0-9]*:../../x11/ruby-gnome2-gtk -DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gstreamer-[0-9]*:../../multimedia/ruby-gnome2-gstreamer +DEPENDS+= ${RUBY_PKGPREFIX}-SDL-[0-9]*:../../devel/ruby-SDL DEPENDS+= ${RUBY_PKGPREFIX}-oauth>=0.3.6:../../security/ruby-oauth DEPENDS+= ${RUBY_PKGPREFIX}-escape-[0-9]*:../../textproc/ruby-escape DEPENDS+= ${RUBY_PKGPREFIX}-memoize>=1.3.1:../../devel/ruby-memoize diff --git a/net/mikutter/PLIST b/net/mikutter/PLIST index 41ada61dd80..40c8b5c0081 100644 --- a/net/mikutter/PLIST +++ b/net/mikutter/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2011/04/30 13:26:14 obache Exp $ +@comment $NetBSD: PLIST,v 1.4 2011/05/07 13:57:35 obache Exp $ bin/mikutter share/applications/mikutter.desktop share/doc/mikutter/README @@ -15,6 +15,7 @@ share/mikutter/core/addon/mentions.rb share/mikutter/core/addon/notify.rb share/mikutter/core/addon/openimg.rb share/mikutter/core/addon/profile.rb +share/mikutter/core/addon/proxy/proxy.rb share/mikutter/core/addon/search.rb share/mikutter/core/addon/set_input.rb share/mikutter/core/addon/set_view.rb @@ -33,6 +34,9 @@ share/mikutter/core/image.rb share/mikutter/core/initialize.rb share/mikutter/core/lib/lazy.rb share/mikutter/core/lib/piapro.rb +share/mikutter/core/lib/timelimitedqueue.rb +share/mikutter/core/lib/timelimitedqueue/test/test_timelimitedqueue.rb +share/mikutter/core/lib/timelimitedqueue/timelimitedqueue.rb share/mikutter/core/lib/weakstorage.rb share/mikutter/core/message.rb share/mikutter/core/messageconverters.rb diff --git a/net/mikutter/distinfo b/net/mikutter/distinfo index cf550c78552..b145c094c03 100644 --- a/net/mikutter/distinfo +++ b/net/mikutter/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2011/04/30 13:26:14 obache Exp $ +$NetBSD: distinfo,v 1.5 2011/05/07 13:57:35 obache Exp $ -SHA1 (mikutter.0.0.3.2.tar.gz) = fb9ff053497789441c2c6bbc9a823afca8cd06d3 -RMD160 (mikutter.0.0.3.2.tar.gz) = c7d77886818952c207e0e8f3cb6356ee4bbf16be -Size (mikutter.0.0.3.2.tar.gz) = 2045564 bytes +SHA1 (mikutter.0.0.3.3.tar.gz) = a970ad00145d24af5b7c2f30fc186ee979371883 +RMD160 (mikutter.0.0.3.3.tar.gz) = e18771af05ad5d3f4fe1dbf0dfa4314e27ec054b +Size (mikutter.0.0.3.3.tar.gz) = 2050336 bytes |