summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2011-06-12 12:41:15 +0000
committerobache <obache@pkgsrc.org>2011-06-12 12:41:15 +0000
commit6bbb6e85f49040733109cb848281b4cfe3f46e90 (patch)
tree2e0947f9e767b66f2c253310c7c6c54f5f03042a /net
parentb0ec08d79f10a4c5bf4a1879e7a9535118a33a72 (diff)
downloadpkgsrc-6bbb6e85f49040733109cb848281b4cfe3f46e90.tar.gz
Update mikutter to 0.0.3.8.
* Improvements * Add notification related events. Add following plugins * alsa - plugin for playing sound with alsa. * libnotify - plugin for notify with libnotify. * Fixes * crash at limiting. * included JSON library is too old. * defect that settings may not be saved correctly. * defect that link position move over. * some API cache functions. * defect of crash at editing shorcut key.
Diffstat (limited to 'net')
-rw-r--r--net/mikutter/Makefile12
-rw-r--r--net/mikutter/PLIST5
-rw-r--r--net/mikutter/distinfo9
-rw-r--r--net/mikutter/patches/patch-core_mui_cairo__inner__tl.rb15
4 files changed, 30 insertions, 11 deletions
diff --git a/net/mikutter/Makefile b/net/mikutter/Makefile
index 1ad174d02b8..532454028ed 100644
--- a/net/mikutter/Makefile
+++ b/net/mikutter/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2011/06/05 08:57:47 obache Exp $
+# $NetBSD: Makefile,v 1.9 2011/06/12 12:41:15 obache Exp $
#
-DISTNAME= mikutter.0.0.3.7
+DISTNAME= mikutter.0.0.3.8
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/./-/}
CATEGORIES= net
MASTER_SITES= http://mikutter.hachune.net/bin/
@@ -16,14 +16,14 @@ PKG_DESTDIR_SUPPORT= user-destdir
.include "../../lang/ruby/rubyversion.mk"
DEPENDS+= xdg-utils-[0-9]*:../../misc/xdg-utils
-DEPENDS+= ${RUBY_PKGPREFIX}-json>=1.1.9:../../textproc/ruby-json
+DEPENDS+= ${RUBY_PKGPREFIX}-json>=1.5.1:../../textproc/ruby-json
DEPENDS+= ${RUBY_PKGPREFIX}-hmac>=0.4.0:../../security/ruby-hmac
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gtk-[0-9]*:../../x11/ruby-gnome2-gtk
-DEPENDS+= ${RUBY_PKGPREFIX}-SDL-[0-9]*:../../devel/ruby-SDL
DEPENDS+= ${RUBY_PKGPREFIX}-oauth>=0.3.6:../../security/ruby-oauth
# need included escape.rb
#DEPENDS+= ${RUBY_PKGPREFIX}-escape-[0-9]*:../../textproc/ruby-escape
DEPENDS+= ${RUBY_PKGPREFIX}-memoize>=1.3.1:../../devel/ruby-memoize
+DEPENDS+= ${RUBY_PKGPREFIX}-bsearch>=1.5:../../devel/ruby-bsearch
DEPENDS+= ${RUBY_PKGPREFIX}-httpclient-[0-9]*:../../www/ruby-httpclient
# notif-send
DEPENDS+= libnotify-[0-9]*:../../sysutils/libnotify
@@ -39,13 +39,13 @@ REPLACE_RUBY_DIRS= core
INSTALLATION_DIRS+= bin share/doc/mikutter share/applications share/mikutter
do-build:
- cd ${WRKSRC}/core/lib && ${RM} -rf json* hmac*.rb oauth* memoize.rb
+ cd ${WRKSRC}/core/lib && ${RM} -rf json* hmac*.rb oauth* memoize.rb ruby-bsearch-*
${SED} -e 's,@PREFIX@,${PREFIX},g' < ${FILESDIR}/desktop.in > ${WRKDIR}/desktop
${SED} -e 's,@PREFIX@,${PREFIX},g' < ${FILESDIR}/mikutter.sh.in > ${WRKDIR}/mikutter.sh
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/mikutter.rb ${DESTDIR}${PREFIX}/share/mikutter
- cd ${WRKSRC} && pax -rwpp core plugin ${DESTDIR}${PREFIX}/share/mikutter
+ cd ${WRKSRC} && pax -rwpp -s '/.*\.orig//' core plugin ${DESTDIR}${PREFIX}/share/mikutter
${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/mikutter
${INSTALL_SCRIPT} ${WRKDIR}/mikutter.sh ${DESTDIR}${PREFIX}/bin/mikutter
${INSTALL_DATA} ${WRKDIR}/desktop ${DESTDIR}${PREFIX}/share/applications/mikutter.desktop
diff --git a/net/mikutter/PLIST b/net/mikutter/PLIST
index df828749442..93b1dba8bb0 100644
--- a/net/mikutter/PLIST
+++ b/net/mikutter/PLIST
@@ -1,8 +1,9 @@
-@comment $NetBSD: PLIST,v 1.7 2011/06/05 08:57:47 obache Exp $
+@comment $NetBSD: PLIST,v 1.8 2011/06/12 12:41:15 obache Exp $
bin/mikutter
share/applications/mikutter.desktop
share/doc/mikutter/README
share/mikutter/core/addon/addon.rb
+share/mikutter/core/addon/alsa/alsa.rb
share/mikutter/core/addon/bitly/bitly.rb
share/mikutter/core/addon/bitly/test.bitly.rb
share/mikutter/core/addon/bugreport.rb
@@ -11,6 +12,7 @@ share/mikutter/core/addon/contextmenu.rb
share/mikutter/core/addon/extract.rb
share/mikutter/core/addon/followingcontrol.rb
share/mikutter/core/addon/friend_timeline.rb
+share/mikutter/core/addon/libnotify/libnotify.rb
share/mikutter/core/addon/list.rb
share/mikutter/core/addon/mentions.rb
share/mikutter/core/addon/notify.rb
@@ -136,6 +138,7 @@ share/mikutter/core/skin/data/tab-bg.png
share/mikutter/core/skin/data/timeline.png
share/mikutter/core/skin/data/unfav.png
share/mikutter/core/test/test_cairo_textselector.rb
+share/mikutter/core/test/test_entity.rb
share/mikutter/core/test/test_message.rb
share/mikutter/core/test/test_messageconverters.rb
share/mikutter/core/test/test_plugin.rb
diff --git a/net/mikutter/distinfo b/net/mikutter/distinfo
index fb7b5c381ed..eadf498fc9d 100644
--- a/net/mikutter/distinfo
+++ b/net/mikutter/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.8 2011/06/05 08:57:47 obache Exp $
+$NetBSD: distinfo,v 1.9 2011/06/12 12:41:15 obache Exp $
-SHA1 (mikutter.0.0.3.7.tar.gz) = 9f691830b352fcd91d717b887c3aea3f5a1cca11
-RMD160 (mikutter.0.0.3.7.tar.gz) = 96d53b0fe5019e8be28dd452a397aecb0fff7995
-Size (mikutter.0.0.3.7.tar.gz) = 2007766 bytes
+SHA1 (mikutter.0.0.3.8.tar.gz) = 58cfd3f21caccf7810ddf818ea721a4eedbebbdf
+RMD160 (mikutter.0.0.3.8.tar.gz) = 8caafad46495ef3c84d852822348f5df7ae03ce6
+Size (mikutter.0.0.3.8.tar.gz) = 2025444 bytes
+SHA1 (patch-core_mui_cairo__inner__tl.rb) = db183cdbef99d9dba67f43a684b4dc99a1c94028
diff --git a/net/mikutter/patches/patch-core_mui_cairo__inner__tl.rb b/net/mikutter/patches/patch-core_mui_cairo__inner__tl.rb
new file mode 100644
index 00000000000..c60991b142f
--- /dev/null
+++ b/net/mikutter/patches/patch-core_mui_cairo__inner__tl.rb
@@ -0,0 +1,15 @@
+$NetBSD: patch-core_mui_cairo__inner__tl.rb,v 1.1 2011/06/12 12:41:15 obache Exp $
+
+* use system bseach library instead of included one.
+
+--- core/mui/cairo_inner_tl.rb.orig 2011-06-05 13:30:21.000000000 +0000
++++ core/mui/cairo_inner_tl.rb
+@@ -1,7 +1,7 @@
+ # -*- coding: utf-8 -*-
+
+ miquire :mui, 'timeline'
+-miquire :lib, 'ruby-bsearch-1.5/bsearch'
++miquire :lib, 'bsearch'
+
+ class Gtk::TimeLine::InnerTL < Gtk::CRUD
+ attr_accessor :postbox