summaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorAaron Dalton <aaron@FreeBSD.org>2006-12-23 10:49:30 +0000
committerAaron Dalton <aaron@FreeBSD.org>2006-12-23 10:49:30 +0000
commit6ca001f57dc03df8e47b90e9b6ece832826629b3 (patch)
tree5fe8e445854610acdbf9621f88af124d058a7cf3 /irc
parentA tool for starting up the Etoile project in the correct order. (diff)
Adding port irc/p5-Bot-BasicBot, a simple baseclass for IRC bots.
Submitted by: aaron Committed by: aaron
Notes
Notes: svn path=/head/; revision=180591
Diffstat (limited to 'irc')
-rw-r--r--irc/Makefile1
-rw-r--r--irc/p5-Bot-BasicBot/Makefile32
-rw-r--r--irc/p5-Bot-BasicBot/distinfo3
-rw-r--r--irc/p5-Bot-BasicBot/pkg-descr5
-rw-r--r--irc/p5-Bot-BasicBot/pkg-plist2
5 files changed, 43 insertions, 0 deletions
diff --git a/irc/Makefile b/irc/Makefile
index 4df1721ab29e..b73991aa1813 100644
--- a/irc/Makefile
+++ b/irc/Makefile
@@ -70,6 +70,7 @@
SUBDIR += ninja
SUBDIR += olirc
SUBDIR += onis
+ SUBDIR += p5-Bot-BasicBot
SUBDIR += p5-IRC
SUBDIR += p5-POE-Component-IRC
SUBDIR += p5-POE-Component-IRC-Object
diff --git a/irc/p5-Bot-BasicBot/Makefile b/irc/p5-Bot-BasicBot/Makefile
new file mode 100644
index 000000000000..cf310fe9502c
--- /dev/null
+++ b/irc/p5-Bot-BasicBot/Makefile
@@ -0,0 +1,32 @@
+# New ports collection makefile for: p5-Bot-BasicBot
+# Date created: 23 Dec 2006
+# Whom: Aaron Dalton <aaron@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Bot-BasicBot
+PORTVERSION= 0.7
+CATEGORIES= irc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= ../../authors/id/T/TO/TOMI
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= aaron@FreeBSD.org
+COMMENT= Simple irc bot baseclass
+
+BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \
+ ${SITE_PERL}/POE/Component/IRC.pm:${PORTSDIR}/irc/p5-POE-Component-IRC
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
+MAN3= Bot::BasicBot.3
+
+PERL_MODBUILD= yes
+
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500600
+IGNORE= requires at least Perl 5.6. Please install lang/perl5.8 and try again
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/irc/p5-Bot-BasicBot/distinfo b/irc/p5-Bot-BasicBot/distinfo
new file mode 100644
index 000000000000..b0e05b702c30
--- /dev/null
+++ b/irc/p5-Bot-BasicBot/distinfo
@@ -0,0 +1,3 @@
+MD5 (Bot-BasicBot-0.7.tar.gz) = 23d2c28739387a2f0f894d95193cbbd2
+SHA256 (Bot-BasicBot-0.7.tar.gz) = 70cbe5687072e33d7c17233c151b20a3f85fd4c75dfc488147d4aa5610e62434
+SIZE (Bot-BasicBot-0.7.tar.gz) = 23560
diff --git a/irc/p5-Bot-BasicBot/pkg-descr b/irc/p5-Bot-BasicBot/pkg-descr
new file mode 100644
index 000000000000..dee2c2e4c31d
--- /dev/null
+++ b/irc/p5-Bot-BasicBot/pkg-descr
@@ -0,0 +1,5 @@
+Basic bot system designed to make it easy to do simple bots, optionally
+forking longer processes (like searches) concurrently in the background.
+
+WWW: http://search.cpan.org/dist/Bot-BasicBot
+Author: Tom Insam <tom@jerakeen.org>
diff --git a/irc/p5-Bot-BasicBot/pkg-plist b/irc/p5-Bot-BasicBot/pkg-plist
new file mode 100644
index 000000000000..17d2d27f1619
--- /dev/null
+++ b/irc/p5-Bot-BasicBot/pkg-plist
@@ -0,0 +1,2 @@
+%%SITE_PERL%%/Bot/BasicBot.pm
+@dirrm %%SITE_PERL%%/Bot