diff options
-rw-r--r-- | chat/p5-POE-Component-IRC/DESCR | 5 | ||||
-rw-r--r-- | chat/p5-POE-Component-IRC/Makefile | 25 | ||||
-rw-r--r-- | chat/p5-POE-Component-IRC/PLIST | 1 | ||||
-rw-r--r-- | chat/p5-POE-Component-IRC/distinfo | 5 |
4 files changed, 36 insertions, 0 deletions
diff --git a/chat/p5-POE-Component-IRC/DESCR b/chat/p5-POE-Component-IRC/DESCR new file mode 100644 index 00000000000..bb0185827c9 --- /dev/null +++ b/chat/p5-POE-Component-IRC/DESCR @@ -0,0 +1,5 @@ +POE::Component::IRC is a POE component (who'd have guessed?) which acts as an +easily controllable IRC client for your other POE components and sessions. +You create an IRC component and tell it what events your session cares about +and where to connect to, and it sends back interesting IRC events when they +happen. You make the client do things by sending it events. diff --git a/chat/p5-POE-Component-IRC/Makefile b/chat/p5-POE-Component-IRC/Makefile new file mode 100644 index 00000000000..d0c7474f63f --- /dev/null +++ b/chat/p5-POE-Component-IRC/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/07/14 23:09:30 adrianp Exp $ +# + +DISTNAME= POE-Component-IRC-4.64 +PKGNAME= p5-${DISTNAME} +CATEGORIES= chat perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=POE/} + +MAINTAINER= adrianp@NetBSD.org +HOMEPAGE= http://search.cpan.org/~bingos/POE-Component-IRC-4.64/ +COMMENT= Fully event-driven IRC client module. + +DEPENDS+= p5-POE>=0.17:../../devel/p5-POE +DEPENDS+= p5-TimeDate-[0-9]*:../../time/p5-TimeDate +DEPENDS+= p5-POE-Component-Client-DNS-[0-9]*:../../net/p5-POE-Component-Client-DNS +DEPENDS+= p5-POE-Component-Client-Ident-[0-9]*:../../net/p5-POE-Component-Client-Ident +DEPENDS+= p5-POE-Filter-IRCD-[0-9]*:../../chat/p5-POE-Filter-IRCD + +PKG_INSTALLATION_TYPES= overwrite pkgviews + +PERL5_REQD+= 5.8.0 +PERL5_PACKLIST= auto/POE/Component/IRC/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/chat/p5-POE-Component-IRC/PLIST b/chat/p5-POE-Component-IRC/PLIST new file mode 100644 index 00000000000..65025d969cb --- /dev/null +++ b/chat/p5-POE-Component-IRC/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/07/14 23:09:30 adrianp Exp $ diff --git a/chat/p5-POE-Component-IRC/distinfo b/chat/p5-POE-Component-IRC/distinfo new file mode 100644 index 00000000000..e7f9cd95ff8 --- /dev/null +++ b/chat/p5-POE-Component-IRC/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/07/14 23:09:30 adrianp Exp $ + +SHA1 (POE-Component-IRC-4.64.tar.gz) = f6ba323af5bbc82e7573dfb0042d1d2a69c106e5 +RMD160 (POE-Component-IRC-4.64.tar.gz) = 9d603d0bcb7ac6996d11363d6c2b1bd068e44dd6 +Size (POE-Component-IRC-4.64.tar.gz) = 209372 bytes |