summaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorMarcelo Araujo <araujo@FreeBSD.org>2015-11-24 02:21:00 +0000
committerMarcelo Araujo <araujo@FreeBSD.org>2015-11-24 02:21:00 +0000
commitb9709abac132b6d0ecd5e6612b58fe1f7bac2e5f (patch)
treefdff5206b7ff64feb314d5ca4d87a21334df4dc6 /irc
parentsysutils/multitail: USE=alias to build on DF (diff)
Cogbot is an irc bot written in ruby based on Cinch bot framework.
It has its unique plugin system and various features oriented towards ruby development tasks. WWW: https://github.com/mose/cogbot PR: ports/204759 Submitted by: mose <mose@gandi.net>
Notes
Notes: svn path=/head/; revision=402341
Diffstat (limited to 'irc')
-rw-r--r--irc/Makefile1
-rw-r--r--irc/rubygem-cogbot/Makefile32
-rw-r--r--irc/rubygem-cogbot/distinfo2
-rw-r--r--irc/rubygem-cogbot/pkg-descr5
4 files changed, 40 insertions, 0 deletions
diff --git a/irc/Makefile b/irc/Makefile
index cf0ee29c1446..d409ebeebf0d 100644
--- a/irc/Makefile
+++ b/irc/Makefile
@@ -110,6 +110,7 @@
SUBDIR += ruby-rica
SUBDIR += ruby-rice
SUBDIR += rubygem-cinch
+ SUBDIR += rubygem-cogbot
SUBDIR += rubygem-lita-irc
SUBDIR += rubygem-net-irc
SUBDIR += scrollz
diff --git a/irc/rubygem-cogbot/Makefile b/irc/rubygem-cogbot/Makefile
new file mode 100644
index 000000000000..1054859e915e
--- /dev/null
+++ b/irc/rubygem-cogbot/Makefile
@@ -0,0 +1,32 @@
+# $FreeBSD$
+
+PORTNAME= cogbot
+PORTVERSION= 0.1.4
+CATEGORIES= irc rubygems
+MASTER_SITES= RG
+
+MAINTAINER= mose@mose.com
+COMMENT= Irc bot based on Cinch
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+RUN_DEPENDS= rubygem-cinch>=2.3.1:${PORTSDIR}/irc/rubygem-cinch \
+ rubygem-thor>=0.19.1:${PORTSDIR}/devel/rubygem-thor \
+ rubygem-eventmachine>=1.0.8:${PORTSDIR}/devel/rubygem-eventmachine \
+ rubygem-eventmachine_httpserver>=0.2.1:${PORTSDIR}/www/rubygem-eventmachine_httpserver \
+ rubygem-nokogiri>=1.6.6.4:${PORTSDIR}/textproc/rubygem-nokogiri \
+ rubygem-daemons>=1.2.3:${PORTSDIR}/devel/rubygem-daemons \
+ rubygem-twitter>=1.6.6.2:${PORTSDIR}/net/rubygem-twitter \
+ rubygem-json>=1.8.3:${PORTSDIR}/devel/rubygem-json \
+ rubygem-yajl-ruby>=1.2.1:${PORTSDIR}/devel/rubygem-yajl-ruby \
+ rubygem-fortune_gem>=0.0.8:${PORTSDIR}/games/rubygem-fortune_gem
+
+NO_ARCH= yes
+USE_RUBY= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+PLIST_FILES= bin/cogbot
+
+.include <bsd.port.mk>
diff --git a/irc/rubygem-cogbot/distinfo b/irc/rubygem-cogbot/distinfo
new file mode 100644
index 000000000000..9c47cba1715c
--- /dev/null
+++ b/irc/rubygem-cogbot/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rubygem/cogbot-0.1.4.gem) = e5de60133e11d1e2df84d1657e5258ca8a5130ddf7cb35b5e7763b04536f929a
+SIZE (rubygem/cogbot-0.1.4.gem) = 17920
diff --git a/irc/rubygem-cogbot/pkg-descr b/irc/rubygem-cogbot/pkg-descr
new file mode 100644
index 000000000000..d6ed372669f5
--- /dev/null
+++ b/irc/rubygem-cogbot/pkg-descr
@@ -0,0 +1,5 @@
+Cogbot is an irc bot written in ruby based on Cinch bot framework.
+It has its unique plugin system and various features oriented
+towards ruby development tasks.
+
+WWW: https://github.com/mose/cogbot