diff options
author | taca <taca@pkgsrc.org> | 2010-02-14 12:29:13 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2010-02-14 12:29:13 +0000 |
commit | dc6a7f074158878da6ac8289491125df6de9ecfc (patch) | |
tree | 9f76aaf710ee4724670a003b860cc3df2dd2ce57 /chat | |
parent | c59391aeff1ad1896194816d0a7914ae4bee142d (diff) | |
download | pkgsrc-dc6a7f074158878da6ac8289491125df6de9ecfc.tar.gz |
Update ruby-net-irc package to 0.0.9.
2009-10-11 SATOH Hiroh <cho45@lowreal.net>
* [new]
Implemented Server#sessions which returns all sessions connected to
the server.
* Released 0.0.9
2009-08-08 SATOH Hiroh <cho45@lowreal.net>
* [bug]:
Fixed to work on ruby1.9.1 (now can send iso-2022-jp)
* [new]
Implemented Message#ctcps returns embedded all ctcp messages (drry).
* Released 0.0.8
Diffstat (limited to 'chat')
-rw-r--r-- | chat/ruby-net-irc/Makefile | 4 | ||||
-rw-r--r-- | chat/ruby-net-irc/PLIST | 6 | ||||
-rw-r--r-- | chat/ruby-net-irc/distinfo | 9 | ||||
-rw-r--r-- | chat/ruby-net-irc/patches/patch-aa | 12 |
4 files changed, 10 insertions, 21 deletions
diff --git a/chat/ruby-net-irc/Makefile b/chat/ruby-net-irc/Makefile index f80d83590af..a14cf6b4a73 100644 --- a/chat/ruby-net-irc/Makefile +++ b/chat/ruby-net-irc/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2009/05/14 09:31:22 obache Exp $ +# $NetBSD: Makefile,v 1.4 2010/02/14 12:29:13 taca Exp $ -DISTNAME= net-irc-0.0.7 +DISTNAME= net-irc-0.0.9 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} CATEGORIES= chat diff --git a/chat/ruby-net-irc/PLIST b/chat/ruby-net-irc/PLIST index 6487c0edf9d..b991f1262f7 100644 --- a/chat/ruby-net-irc/PLIST +++ b/chat/ruby-net-irc/PLIST @@ -1,18 +1,20 @@ -@comment $NetBSD: PLIST,v 1.3 2009/06/14 17:37:49 joerg Exp $ +@comment $NetBSD: PLIST,v 1.4 2010/02/14 12:29:13 taca Exp $ ${GEM_HOME}/cache/net-irc-${PKGVERSION}.gem ${GEM_LIBDIR}/ChangeLog ${GEM_LIBDIR}/README ${GEM_LIBDIR}/Rakefile +${GEM_LIBDIR}/examples/2ch.rb +${GEM_LIBDIR}/examples/2ig.rb ${GEM_LIBDIR}/examples/client.rb ${GEM_LIBDIR}/examples/echo_bot.rb ${GEM_LIBDIR}/examples/gmail.rb ${GEM_LIBDIR}/examples/hatena-star-stream.rb ${GEM_LIBDIR}/examples/hig.rb ${GEM_LIBDIR}/examples/iig.rb +${GEM_LIBDIR}/examples/ircd.rb ${GEM_LIBDIR}/examples/lig.rb ${GEM_LIBDIR}/examples/lingr.rb ${GEM_LIBDIR}/examples/mixi.rb -${GEM_LIBDIR}/examples/nig.rb ${GEM_LIBDIR}/examples/sig.rb ${GEM_LIBDIR}/examples/tig.rb ${GEM_LIBDIR}/examples/wig.rb diff --git a/chat/ruby-net-irc/distinfo b/chat/ruby-net-irc/distinfo index 5b27088cae5..42ada5ebc7f 100644 --- a/chat/ruby-net-irc/distinfo +++ b/chat/ruby-net-irc/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.2 2009/05/14 09:16:39 obache Exp $ +$NetBSD: distinfo,v 1.3 2010/02/14 12:29:13 taca Exp $ -SHA1 (net-irc-0.0.7.gem) = 7a260939a8b1e75ef23930b208de2c69b9826baf -RMD160 (net-irc-0.0.7.gem) = 069929ae665ba6416952d2d293129fe40cea10aa -Size (net-irc-0.0.7.gem) = 46080 bytes -SHA1 (patch-aa) = 07c8b38909c8a89057a66f4ef557926df234b7c8 +SHA1 (net-irc-0.0.9.gem) = 23325bc5b7ec718661d8a6e92c797b3019f48abc +RMD160 (net-irc-0.0.9.gem) = 44bcf84880f78d0d58b13a381cacb061da332697 +Size (net-irc-0.0.9.gem) = 67072 bytes diff --git a/chat/ruby-net-irc/patches/patch-aa b/chat/ruby-net-irc/patches/patch-aa deleted file mode 100644 index a7d987a4317..00000000000 --- a/chat/ruby-net-irc/patches/patch-aa +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-aa,v 1.2 2009/05/14 09:16:40 obache Exp $ - ---- ../net-irc-0.0.7.gemspec.orig 2009-05-14 09:10:18.000000000 +0000 -+++ ../net-irc-0.0.7.gemspec -@@ -42,7 +42,6 @@ files: - - lib/net/irc/message.rb - - lib/net/irc/message - - lib/net/irc/message/serverconfig.rb --- lib/net/irc/message/modeparser - - lib/net/irc/message/modeparser.rb - - examples/gmail.rb - - examples/hatena-star-stream.rb |