- 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:
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
|
@ -121,6 +121,7 @@
|
|||
SUBDIR += ruby-irc
|
||||
SUBDIR += ruby-rica
|
||||
SUBDIR += ruby-rice
|
||||
SUBDIR += rubygem-net-irc
|
||||
SUBDIR += scrollz
|
||||
SUBDIR += sic
|
||||
SUBDIR += simpleirc
|
||||
|
|
19
irc/rubygem-net-irc/Makefile
Normal file
19
irc/rubygem-net-irc/Makefile
Normal 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>
|
3
irc/rubygem-net-irc/distinfo
Normal file
3
irc/rubygem-net-irc/distinfo
Normal 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
|
4
irc/rubygem-net-irc/pkg-descr
Normal file
4
irc/rubygem-net-irc/pkg-descr
Normal 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/
|
Loading…
Reference in a new issue