Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions
+5
View File
@@ -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.
+26
View File
@@ -0,0 +1,26 @@
# $NetBSD: Makefile,v 1.20 2013/05/31 12:39:41 wiz Exp $
#
DISTNAME= POE-Component-IRC-6.78
PKGNAME= p5-${DISTNAME}
PKGREVISION= 2
CATEGORIES= chat perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=POE/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/POE-Component-IRC/
COMMENT= Fully event-driven IRC client module
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-POE>=0.3202:../../devel/p5-POE
DEPENDS+= p5-IRC-Utils>=0.11:../../chat/p5-IRC-Utils
DEPENDS+= p5-POE-Component-Syndicator-[0-9]*:../../devel/p5-POE-Component-Syndicator
DEPENDS+= p5-POE-Filter-IRCD>=1.7:../../chat/p5-POE-Filter-IRCD
DEPENDS+= p5-Test-Differences>=0.61:../../devel/p5-Test-Differences
PKG_INSTALLATION_TYPES= overwrite pkgviews
PERL5_PACKLIST= auto/POE/Component/IRC/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
+5
View File
@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.9 2012/04/01 18:30:45 rhaen Exp $
SHA1 (POE-Component-IRC-6.78.tar.gz) = bd62e347f972fdf74e4463615b3a3015b91eac58
RMD160 (POE-Component-IRC-6.78.tar.gz) = 747840f85ca3b1f72c16599faba11d9bc91b9439
Size (POE-Component-IRC-6.78.tar.gz) = 401838 bytes