diff options
author | aaron <aaron@FreeBSD.org> | 2006-12-23 18:49:30 +0800 |
---|---|---|
committer | aaron <aaron@FreeBSD.org> | 2006-12-23 18:49:30 +0800 |
commit | b160f3576c273beb33f53805b5217bf0eed9485b (patch) | |
tree | 1ca1dfc3ea4511736a396fefe1d79fe29050b2a8 /irc/p5-Bot-BasicBot | |
parent | 99575cc5ab27770d2f5ae72127224e65678ea53c (diff) | |
download | freebsd-ports-gnome-b160f3576c273beb33f53805b5217bf0eed9485b.tar.gz freebsd-ports-gnome-b160f3576c273beb33f53805b5217bf0eed9485b.tar.zst freebsd-ports-gnome-b160f3576c273beb33f53805b5217bf0eed9485b.zip |
Adding port irc/p5-Bot-BasicBot, a simple baseclass for IRC bots.
Submitted by: aaron
Committed by: aaron
Diffstat (limited to 'irc/p5-Bot-BasicBot')
-rw-r--r-- | irc/p5-Bot-BasicBot/Makefile | 32 | ||||
-rw-r--r-- | irc/p5-Bot-BasicBot/distinfo | 3 | ||||
-rw-r--r-- | irc/p5-Bot-BasicBot/pkg-descr | 5 | ||||
-rw-r--r-- | irc/p5-Bot-BasicBot/pkg-plist | 2 |
4 files changed, 42 insertions, 0 deletions
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 |