Migrating AnyEvent-IRC from wip to devel.
This allows you to build AnyEvent-based IRC clients
This commit is contained in:
parent
d8f3f9a114
commit
915a137e9f
3 changed files with 33 additions and 0 deletions
5
devel/p5-AnyEvent-IRC/DESCR
Normal file
5
devel/p5-AnyEvent-IRC/DESCR
Normal file
|
@ -0,0 +1,5 @@
|
|||
This module provides an alternative to the Net-IRC
|
||||
and Net-IRC2 modules. Its design rationale is
|
||||
offering a 100% non-blocking callback-based interface,
|
||||
RFC-compliant parsing and a lightweight approach to
|
||||
modularity and reusability.
|
23
devel/p5-AnyEvent-IRC/Makefile
Normal file
23
devel/p5-AnyEvent-IRC/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2011/04/26 23:01:39 mspo Exp $
|
||||
|
||||
DISTNAME= AnyEvent-IRC-0.96
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=AnyEvent/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/dist/AnyEvent-IRC/
|
||||
COMMENT= Perl 5 event based IRC protocol client API
|
||||
LICENSE= ${PERL5_LICENSE}
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
USE_LANGUAGES= # empty
|
||||
PERL5_PACKLIST= auto/AnyEvent/IRC/.packlist
|
||||
|
||||
DEPENDS+= p5-Object-Event-[0-9]*:../../devel/p5-Object-Event
|
||||
DEPENDS+= p5-AnyEvent>=5:../../devel/p5-AnyEvent
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
5
devel/p5-AnyEvent-IRC/distinfo
Normal file
5
devel/p5-AnyEvent-IRC/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2011/04/26 23:01:39 mspo Exp $
|
||||
|
||||
SHA1 (AnyEvent-IRC-0.96.tar.gz) = 8768a2ce0b0455f397aa25f54a808cc54ad34b02
|
||||
RMD160 (AnyEvent-IRC-0.96.tar.gz) = 82d681686e2a7eecb9145995442e16afc7efee71
|
||||
Size (AnyEvent-IRC-0.96.tar.gz) = 28832 bytes
|
Loading…
Reference in a new issue