- Add a new port: irc/rubygem-net-irc

IRC library.
  This is mostly conform to RFC 1459 but partly not for convenience.

  WWW:	http://lowreal.rubyforge.org/net-irc/
This commit is contained in:
TAKATSU Tomonari 2010-10-01 13:35:36 +00:00
parent bd7671f52a
commit a4613269fd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=262255
4 changed files with 27 additions and 0 deletions

View file

@ -121,6 +121,7 @@
SUBDIR += ruby-irc
SUBDIR += ruby-rica
SUBDIR += ruby-rice
SUBDIR += rubygem-net-irc
SUBDIR += scrollz
SUBDIR += sic
SUBDIR += simpleirc

View file

@ -0,0 +1,19 @@
# New ports collection makefile for: rubygem-net-irc
# Date created: 2010-09-29
# Whom: TAKATSU Tomonari <tota@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= net-irc
PORTVERSION= 0.0.9
CATEGORIES= irc rubygems
MASTER_SITES= RG
MAINTAINER= tota@FreeBSD.org
COMMENT= Ruby library for implementing IRC server and client
USE_RUBY= yes
USE_RUBYGEMS= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
MD5 (rubygem/net-irc-0.0.9.gem) = 9db9bf454e4d88607b0ed976a58da630
SHA256 (rubygem/net-irc-0.0.9.gem) = 63437535b30235fd9eb9661b653d117609fb373b0a164bf301ecf1fcb5d90792
SIZE (rubygem/net-irc-0.0.9.gem) = 67072

View file

@ -0,0 +1,4 @@
IRC library.
This is mostly conform to RFC 1459 but partly not for convenience.
WWW: http://lowreal.rubyforge.org/net-irc/