summaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-08-30 08:52:48 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-08-30 08:52:48 +0000
commit6d80c877186a4937da5519a42edaf90e198e10af (patch)
treee91d4481701e8ea670b873e82d3ea12b37af646e /irc
parentFix the generation of the pid file. (diff)
Add ruby-rice, yet another IRC interface library for Ruby.
Notes
Notes: svn path=/head/; revision=47152
Diffstat (limited to 'irc')
-rw-r--r--irc/Makefile1
-rw-r--r--irc/ruby-rice/Makefile30
-rw-r--r--irc/ruby-rice/distinfo1
-rw-r--r--irc/ruby-rice/pkg-comment1
-rw-r--r--irc/ruby-rice/pkg-descr4
-rw-r--r--irc/ruby-rice/pkg-plist13
6 files changed, 50 insertions, 0 deletions
diff --git a/irc/Makefile b/irc/Makefile
index 52c5335f08d7..2a65205ec864 100644
--- a/irc/Makefile
+++ b/irc/Makefile
@@ -35,6 +35,7 @@
SUBDIR += roxirc
SUBDIR += ruby-irc
SUBDIR += ruby-rica
+ SUBDIR += ruby-rice
SUBDIR += scrollz
SUBDIR += scrollz-doc
SUBDIR += sic
diff --git a/irc/ruby-rice/Makefile b/irc/ruby-rice/Makefile
new file mode 100644
index 000000000000..f2f04538a293
--- /dev/null
+++ b/irc/ruby-rice/Makefile
@@ -0,0 +1,30 @@
+# New ports collection makefile for: rice
+# Date created: 30 August 2001
+# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= rice
+PORTVERSION= 0.0.0.1
+CATEGORIES= irc ruby
+MASTER_SITES= http://arika.org/archive/
+PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
+DIST_SUBDIR= ruby
+
+MAINTAINER= knu@FreeBSD.org
+
+USE_RUBY= yes
+
+NO_BUILD= yes
+
+do-install:
+ ${CP} -R ${WRKSRC}/rice ${RUBY_SITELIBDIR}/
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME}
+ ${INSTALL_DATA} ${WRKSRC}/examples/*.rb ${RUBY_EXAMPLESDIR}/${PORTNAME}/
+ ${MKDIR} ${RUBY_DOCDIR}/${PORTNAME}
+ ${INSTALL_DATA} ${WRKSRC}/ChangeLog ${RUBY_DOCDIR}/${PORTNAME}/
+.endif
+
+.include <bsd.port.mk>
diff --git a/irc/ruby-rice/distinfo b/irc/ruby-rice/distinfo
new file mode 100644
index 000000000000..367e32b93da8
--- /dev/null
+++ b/irc/ruby-rice/distinfo
@@ -0,0 +1 @@
+MD5 (ruby/rice-0.0.0.1.tar.gz) = 1ea9982fe20ebe8bf964c8fcb51cf84b
diff --git a/irc/ruby-rice/pkg-comment b/irc/ruby-rice/pkg-comment
new file mode 100644
index 000000000000..68e7daaf7160
--- /dev/null
+++ b/irc/ruby-rice/pkg-comment
@@ -0,0 +1 @@
+Yet another IRC interface library for Ruby
diff --git a/irc/ruby-rice/pkg-descr b/irc/ruby-rice/pkg-descr
new file mode 100644
index 000000000000..073ddd010ddd
--- /dev/null
+++ b/irc/ruby-rice/pkg-descr
@@ -0,0 +1,4 @@
+RICE is Ruby Irc interfaCE, an IRC interface library for Ruby.
+
+Author: akira yamada <akira@ruby-lang.org>
+WWW: http://www.ruby-lang.org/en/raa-list.rhtml?name=rice
diff --git a/irc/ruby-rice/pkg-plist b/irc/ruby-rice/pkg-plist
new file mode 100644
index 000000000000..79b1ae98d456
--- /dev/null
+++ b/irc/ruby-rice/pkg-plist
@@ -0,0 +1,13 @@
+%%RUBY_SITELIBDIR%%/rice/irc.rb
+%%RUBY_SITELIBDIR%%/rice/observer.rb
+@dirrm %%RUBY_SITELIBDIR%%/rice
+%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/rice/ex0.rb
+%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/rice/ex1.rb
+%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/rice/ex2.rb
+%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/rice/ex3.rb
+%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/rice/ex4.rb
+%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/rice/ex5.rb
+%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/rice/ex6.rb
+%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/rice
+%%PORTDOCS%%%%RUBY_DOCDIR%%/rice/ChangeLog
+%%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/rice