Import perl module IRC::Utils into chat/p5-IRC-Utils.
Recent versions of p5-POE-Component-IRC requires this module. The functions in this module take care of many of the tasks you are faced with when working with IRC. Mode lines, ban masks, message encoding and formatting, etc.
This commit is contained in:
parent
d8bab58f22
commit
c5246eb2bf
3 changed files with 26 additions and 0 deletions
3
chat/p5-IRC-Util/DESCR
Normal file
3
chat/p5-IRC-Util/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
The functions in this module take care of many of the tasks you are
|
||||
faced with when working with IRC. Mode lines, ban masks, message
|
||||
encoding and formatting, etc.
|
18
chat/p5-IRC-Util/Makefile
Normal file
18
chat/p5-IRC-Util/Makefile
Normal file
|
@ -0,0 +1,18 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2011/10/18 11:57:47 hiramatsu Exp $
|
||||
|
||||
DISTNAME= IRC-Utils-0.12
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= chat perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IRC/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/dist/IRC-Utils/
|
||||
COMMENT= Common utilities for IRC-related tasks
|
||||
LICENSE= ${PERL5_LICENSE}
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
PERL5_PACKLIST= auto/IRC/Utils/.packlist
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
5
chat/p5-IRC-Util/distinfo
Normal file
5
chat/p5-IRC-Util/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2011/10/18 11:57:47 hiramatsu Exp $
|
||||
|
||||
SHA1 (IRC-Utils-0.12.tar.gz) = 909c8fc2e8edf25d3055bb5aa29b703ffc2a5266
|
||||
RMD160 (IRC-Utils-0.12.tar.gz) = 1fcb0ae050863d2cfaf18b2937010b4090212355
|
||||
Size (IRC-Utils-0.12.tar.gz) = 23214 bytes
|
Loading…
Reference in a new issue