mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
Add ruby-rica, Ruby Internet relay chat Core Agents, another IRC
client framework for Ruby.
This commit is contained in:
parent
a2cc6b15a8
commit
82a52263d5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=39374
@ -23,6 +23,7 @@
|
||||
SUBDIR += quirc
|
||||
SUBDIR += roxirc
|
||||
SUBDIR += ruby-irc
|
||||
SUBDIR += ruby-rica
|
||||
SUBDIR += scrollz
|
||||
SUBDIR += sic
|
||||
SUBDIR += sirc
|
||||
|
40
irc/ruby-rica/Makefile
Normal file
40
irc/ruby-rica/Makefile
Normal file
@ -0,0 +1,40 @@
|
||||
# New ports collection makefile for: RICA
|
||||
# Date created: 10 March 2001
|
||||
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= rica
|
||||
PORTVERSION= 0.3
|
||||
CATEGORIES= irc ruby
|
||||
MASTER_SITES= http://www.koka-in.org/%7Ezophos/lib/
|
||||
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
|
||||
DIST_SUBDIR= ruby
|
||||
|
||||
MAINTAINER= knu@FreeBSD.org
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_RUBY= yes
|
||||
|
||||
NO_BUILD= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
DOCS= classes_and_methods.txt event.txt
|
||||
EXAMPLES= ricaco.rb ricatest.rb
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/rica.rb ${RUBY_SITELIBDIR}/
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME}
|
||||
.for f in ${EXAMPLES}
|
||||
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_EXAMPLESDIR}/${PORTNAME}/
|
||||
.endfor
|
||||
${MKDIR} ${RUBY_DOCDIR}/${PORTNAME}
|
||||
.for f in ${DOCS}
|
||||
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/${PORTNAME}/
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
1
irc/ruby-rica/distinfo
Normal file
1
irc/ruby-rica/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (ruby/rica-0.3.tar.bz2) = b7c57e238b51ef789b728ea95e178b59
|
1
irc/ruby-rica/pkg-comment
Normal file
1
irc/ruby-rica/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Another IRC client framework for Ruby
|
5
irc/ruby-rica/pkg-descr
Normal file
5
irc/ruby-rica/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
RICA is Ruby Internet relay chat Core Agents, an IRC client framework
|
||||
for Ruby.
|
||||
|
||||
Author: zophos@koka-in.org
|
||||
WWW: http://www.koka-in.org/~zophos/SideA/lsnt/rica.html
|
7
irc/ruby-rica/pkg-plist
Normal file
7
irc/ruby-rica/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
%%RUBY_SITELIBDIR%%/rica.rb
|
||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/rica/ricaco.rb
|
||||
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/rica/ricatest.rb
|
||||
%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/rica
|
||||
%%PORTDOCS%%%%RUBY_DOCDIR%%/rica/classes_and_methods.txt
|
||||
%%PORTDOCS%%%%RUBY_DOCDIR%%/rica/event.txt
|
||||
%%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/rica
|
Loading…
Reference in New Issue
Block a user