diff options
author | obache <obache@pkgsrc.org> | 2008-10-22 11:40:55 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-10-22 11:40:55 +0000 |
commit | 57c641f9c96398b2b175a76c7a3650a6a6aec606 (patch) | |
tree | 65009968ee22ad248a888b8d864a934ab32696dc /chat | |
parent | cad6e8a835b8fe88c41f9d38fc02b8ef4c904b98 (diff) | |
download | pkgsrc-57c641f9c96398b2b175a76c7a3650a6a6aec606.tar.gz |
Import ruby-net-irc-0.0.5 as chat/ruby-net-irc.
Ruby library for implementing IRC server and client
Diffstat (limited to 'chat')
-rw-r--r-- | chat/ruby-net-irc/DESCR | 1 | ||||
-rw-r--r-- | chat/ruby-net-irc/Makefile | 16 | ||||
-rw-r--r-- | chat/ruby-net-irc/PLIST | 36 | ||||
-rw-r--r-- | chat/ruby-net-irc/distinfo | 6 | ||||
-rw-r--r-- | chat/ruby-net-irc/patches/patch-aa | 12 |
5 files changed, 71 insertions, 0 deletions
diff --git a/chat/ruby-net-irc/DESCR b/chat/ruby-net-irc/DESCR new file mode 100644 index 00000000000..7c043746633 --- /dev/null +++ b/chat/ruby-net-irc/DESCR @@ -0,0 +1 @@ +Ruby library for implementing IRC server and client diff --git a/chat/ruby-net-irc/Makefile b/chat/ruby-net-irc/Makefile new file mode 100644 index 00000000000..2eb55c7f3ee --- /dev/null +++ b/chat/ruby-net-irc/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/10/22 11:40:55 obache Exp $ + +DISTNAME= net-irc-0.0.5 +PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} +CATEGORIES= chat + +MAINTAINER= obache@NetBSD.org +HOMEPAGE= http://lowreal.rubyforge.org/net-irc/ +COMMENT= Ruby IRC library + +GEM_BUILD= gemspec + +REPLACE_RUBY= lib/net/irc.rb + +.include "../../misc/rubygems/rubygem.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/chat/ruby-net-irc/PLIST b/chat/ruby-net-irc/PLIST new file mode 100644 index 00000000000..49369d2260f --- /dev/null +++ b/chat/ruby-net-irc/PLIST @@ -0,0 +1,36 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2008/10/22 11:40:55 obache Exp $ +${GEM_HOME}/cache/net-irc-${PKGVERSION}.gem +${GEM_LIBDIR}/ChangeLog +${GEM_LIBDIR}/README +${GEM_LIBDIR}/Rakefile +${GEM_LIBDIR}/examples/client.rb +${GEM_LIBDIR}/examples/hatena-star-stream.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 +${GEM_LIBDIR}/lib/net/irc.rb +${GEM_LIBDIR}/lib/net/irc/client.rb +${GEM_LIBDIR}/lib/net/irc/client/channel_manager.rb +${GEM_LIBDIR}/lib/net/irc/constants.rb +${GEM_LIBDIR}/lib/net/irc/message.rb +${GEM_LIBDIR}/lib/net/irc/message/modeparser.rb +${GEM_LIBDIR}/lib/net/irc/message/serverconfig.rb +${GEM_LIBDIR}/lib/net/irc/pattern.rb +${GEM_LIBDIR}/lib/net/irc/server.rb +${GEM_LIBDIR}/spec/channel_manager_spec.rb +${GEM_LIBDIR}/spec/modeparser_spec.rb +${GEM_LIBDIR}/spec/net-irc_spec.rb +${GEM_LIBDIR}/spec/spec.opts +${GEM_HOME}/specifications/net-irc-${PKGVERSION}.gemspec +@dirrm ${GEM_LIBDIR}/spec +@dirrm ${GEM_LIBDIR}/lib/net/irc/message +@dirrm ${GEM_LIBDIR}/lib/net/irc/client +@dirrm ${GEM_LIBDIR}/lib/net/irc +@dirrm ${GEM_LIBDIR}/lib/net +@dirrm ${GEM_LIBDIR}/lib +@dirrm ${GEM_LIBDIR}/examples +@dirrm ${GEM_LIBDIR} diff --git a/chat/ruby-net-irc/distinfo b/chat/ruby-net-irc/distinfo new file mode 100644 index 00000000000..4716a327725 --- /dev/null +++ b/chat/ruby-net-irc/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/10/22 11:40:55 obache Exp $ + +SHA1 (net-irc-0.0.5.gem) = 320d881c3682a517b59be695d3b1ed5f8582868b +RMD160 (net-irc-0.0.5.gem) = 7247bcaa5a785e2d27e0367cccc6d620fa8f5dd4 +Size (net-irc-0.0.5.gem) = 38400 bytes +SHA1 (patch-aa) = 6f4b0cbbf9f76cb545868285a91574f984c28fad diff --git a/chat/ruby-net-irc/patches/patch-aa b/chat/ruby-net-irc/patches/patch-aa new file mode 100644 index 00000000000..3309c5494dc --- /dev/null +++ b/chat/ruby-net-irc/patches/patch-aa @@ -0,0 +1,12 @@ +$NetBSD: patch-aa,v 1.1.1.1 2008/10/22 11:40:55 obache Exp $ + +--- ../net-irc-0.0.5.gemspec.orig 2008-10-22 11:25:48.000000000 +0000 ++++ ../net-irc-0.0.5.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/hatena-star-stream.rb + - examples/sig.rb |