summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authortaca <taca>2010-02-14 12:29:13 +0000
committertaca <taca>2010-02-14 12:29:13 +0000
commite5f52ff33c1c55c9a3d3b34f79ddd64c5aa40b13 (patch)
tree9f76aaf710ee4724670a003b860cc3df2dd2ce57 /chat
parent50980c8fd0a50123e0c1e544781373d6776300c5 (diff)
downloadpkgsrc-e5f52ff33c1c55c9a3d3b34f79ddd64c5aa40b13.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/Makefile4
-rw-r--r--chat/ruby-net-irc/PLIST6
-rw-r--r--chat/ruby-net-irc/distinfo9
-rw-r--r--chat/ruby-net-irc/patches/patch-aa12
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