diff options
author | obache <obache@pkgsrc.org> | 2011-10-18 09:13:05 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-10-18 09:13:05 +0000 |
commit | 846883c7b74b8e0847a7b28095a26c8a7c623083 (patch) | |
tree | 60a2a004a3d8683844d19ab5bf1f91ed499221c1 /net/mikutter | |
parent | ffe8ed7baecdbca0471c131dcc5008dab2c83dc9 (diff) | |
download | pkgsrc-846883c7b74b8e0847a7b28095a26c8a7c623083.tar.gz |
Update mikutter to 0.0.3.549.
* Improve README.
* Compliant with URL display of Twitter Web, unescape and display escaped Japanese URL.
Diffstat (limited to 'net/mikutter')
-rw-r--r-- | net/mikutter/Makefile | 7 | ||||
-rw-r--r-- | net/mikutter/distinfo | 8 | ||||
-rw-r--r-- | net/mikutter/files/desktop.in | 4 |
3 files changed, 10 insertions, 9 deletions
diff --git a/net/mikutter/Makefile b/net/mikutter/Makefile index 6ed948d3cb7..031bd30457d 100644 --- a/net/mikutter/Makefile +++ b/net/mikutter/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.24 2011/10/12 14:20:34 obache Exp $ +# $NetBSD: Makefile,v 1.25 2011/10/18 09:13:05 obache Exp $ # -DISTNAME= mikutter.0.0.3.540 +DISTNAME= mikutter.0.0.3.549 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/./-/} CATEGORIES= net MASTER_SITES= http://mikutter.hachune.net/bin/ @@ -25,6 +25,7 @@ DEPENDS+= ${RUBY_PKGPREFIX}-oauth>=0.3.6:../../security/ruby-oauth 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 +DEPENDS+= ${RUBY_PKGPREFIX}-addressable>=2.2.6:../../net/ruby-addressable # notif-send DEPENDS+= libnotify-[0-9]*:../../sysutils/libnotify @@ -40,7 +41,7 @@ INSTALLATION_DIRS+= bin share/doc/mikutter share/applications share/mikutter do-build: cd ${WRKSRC}/core/lib && \ - ${RM} -rf json* hmac*.rb oauth* memoize.rb ruby-bsearch-* && \ + ${RM} -rf json* hmac*.rb oauth* memoize.rb ruby-bsearch-* addressable && \ ${MKDIR} miku && ${MV} escape.rb miku/escape.rb ${SED} -e 's,@PREFIX@,${PREFIX},g' < ${FILESDIR}/desktop.in > ${WRKDIR}/desktop ${SED} -e 's,@PREFIX@,${PREFIX},g' < ${FILESDIR}/mikutter.sh.in > ${WRKDIR}/mikutter.sh diff --git a/net/mikutter/distinfo b/net/mikutter/distinfo index 8d9787426c5..e49bff08c6c 100644 --- a/net/mikutter/distinfo +++ b/net/mikutter/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.23 2011/10/12 14:20:34 obache Exp $ +$NetBSD: distinfo,v 1.24 2011/10/18 09:13:05 obache Exp $ -SHA1 (mikutter.0.0.3.540.tar.gz) = 2ca497e0b448e8446d5f3cccd784aff21d79ff7c -RMD160 (mikutter.0.0.3.540.tar.gz) = 7579147c93aaedf4b228628eba3055912135f2a4 -Size (mikutter.0.0.3.540.tar.gz) = 2012726 bytes +SHA1 (mikutter.0.0.3.549.tar.gz) = e2495c36862ae84b4ece3e8d1e0ba6f94d24e590 +RMD160 (mikutter.0.0.3.549.tar.gz) = df8eb19d9218d297dd4c851c2ab1bf5ee4e5dfa0 +Size (mikutter.0.0.3.549.tar.gz) = 2077359 bytes SHA1 (patch-core_mui_cairo__inner__tl.rb) = 5a6d46874f5cc48e19f4289c8475e9eb5ccc2d98 SHA1 (patch-core_utils.rb) = ef027320f9217264cc0e8ec0b2de87bf7b829db0 diff --git a/net/mikutter/files/desktop.in b/net/mikutter/files/desktop.in index c7d895fd45d..198ce776110 100644 --- a/net/mikutter/files/desktop.in +++ b/net/mikutter/files/desktop.in @@ -3,8 +3,8 @@ Encoding=UTF-8 Name=Mikutter GenericName=Twitter Client GenericName[ja]=ツイッター・クライアント -Comment=A moest twitter client -Comment[ja]=全てのついったー中毒クラスタに贈る 至高のクライアント +Comment=Simple, powerful and moeful twitter client. +Comment[ja]=全てのミク廃、そしてTwitter中毒者へ贈る、至高のTwitter Clientを目指すTwitter Client。 Exec=@PREFIX@/share/mikutter/mikutter.rb %u Icon=@PREFIX@/share/mikutter/core/skin/data/icon.png StartupNotify=false |