summaryrefslogtreecommitdiff
path: root/irc/ruby-rica
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-03-10 06:05:31 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-03-10 06:05:31 +0000
commit82a52263d5722adcd4690fb5f0a0766067786266 (patch)
tree4593c179da8c0ebca0c33404a382449de874d977 /irc/ruby-rica
parentFix plist (diff)
Add ruby-rica, Ruby Internet relay chat Core Agents, another IRC
client framework for Ruby.
Notes
Notes: svn path=/head/; revision=39374
Diffstat (limited to 'irc/ruby-rica')
-rw-r--r--irc/ruby-rica/Makefile40
-rw-r--r--irc/ruby-rica/distinfo1
-rw-r--r--irc/ruby-rica/pkg-comment1
-rw-r--r--irc/ruby-rica/pkg-descr5
-rw-r--r--irc/ruby-rica/pkg-plist7
5 files changed, 54 insertions, 0 deletions
diff --git a/irc/ruby-rica/Makefile b/irc/ruby-rica/Makefile
new file mode 100644
index 000000000000..e1e464d9a4a0
--- /dev/null
+++ b/irc/ruby-rica/Makefile
@@ -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>
diff --git a/irc/ruby-rica/distinfo b/irc/ruby-rica/distinfo
new file mode 100644
index 000000000000..0ecff4debc01
--- /dev/null
+++ b/irc/ruby-rica/distinfo
@@ -0,0 +1 @@
+MD5 (ruby/rica-0.3.tar.bz2) = b7c57e238b51ef789b728ea95e178b59
diff --git a/irc/ruby-rica/pkg-comment b/irc/ruby-rica/pkg-comment
new file mode 100644
index 000000000000..746deaca1df3
--- /dev/null
+++ b/irc/ruby-rica/pkg-comment
@@ -0,0 +1 @@
+Another IRC client framework for Ruby
diff --git a/irc/ruby-rica/pkg-descr b/irc/ruby-rica/pkg-descr
new file mode 100644
index 000000000000..91208f4508f6
--- /dev/null
+++ b/irc/ruby-rica/pkg-descr
@@ -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
diff --git a/irc/ruby-rica/pkg-plist b/irc/ruby-rica/pkg-plist
new file mode 100644
index 000000000000..74466ea83f3e
--- /dev/null
+++ b/irc/ruby-rica/pkg-plist
@@ -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