pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/p5-POE-Component-IRC POE::Component::IRC is a POE...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8d0947aa7177
branches:  trunk
changeset: 496907:8d0947aa7177
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Thu Jul 14 23:09:30 2005 +0000

description:
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.

diffstat:

 chat/p5-POE-Component-IRC/DESCR    |   5 +++++
 chat/p5-POE-Component-IRC/Makefile |  25 +++++++++++++++++++++++++
 chat/p5-POE-Component-IRC/PLIST    |   1 +
 chat/p5-POE-Component-IRC/distinfo |   5 +++++
 4 files changed, 36 insertions(+), 0 deletions(-)

diffs (52 lines):

diff -r 1cc298ada465 -r 8d0947aa7177 chat/p5-POE-Component-IRC/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/p5-POE-Component-IRC/DESCR   Thu Jul 14 23:09:30 2005 +0000
@@ -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 -r 1cc298ada465 -r 8d0947aa7177 chat/p5-POE-Component-IRC/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/p5-POE-Component-IRC/Makefile        Thu Jul 14 23:09:30 2005 +0000
@@ -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@localhost
+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 -r 1cc298ada465 -r 8d0947aa7177 chat/p5-POE-Component-IRC/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/p5-POE-Component-IRC/PLIST   Thu Jul 14 23:09:30 2005 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/07/14 23:09:30 adrianp Exp $
diff -r 1cc298ada465 -r 8d0947aa7177 chat/p5-POE-Component-IRC/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/chat/p5-POE-Component-IRC/distinfo        Thu Jul 14 23:09:30 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index