diff options
author | hiramatsu <hiramatsu@pkgsrc.org> | 2011-10-18 11:57:47 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu@pkgsrc.org> | 2011-10-18 11:57:47 +0000 |
commit | 3521c40488a5a17223e13686c76224f2590d1473 (patch) | |
tree | 1ce7ce60ca684558102bfa48faba4a26b7a32242 /chat | |
parent | 888ec7725d909ce76f67e7ad5f3f55915c691dac (diff) | |
download | pkgsrc-3521c40488a5a17223e13686c76224f2590d1473.tar.gz |
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.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/p5-IRC-Util/DESCR | 3 | ||||
-rw-r--r-- | chat/p5-IRC-Util/Makefile | 18 | ||||
-rw-r--r-- | chat/p5-IRC-Util/distinfo | 5 |
3 files changed, 26 insertions, 0 deletions
diff --git a/chat/p5-IRC-Util/DESCR b/chat/p5-IRC-Util/DESCR new file mode 100644 index 00000000000..c39ee48adea --- /dev/null +++ b/chat/p5-IRC-Util/DESCR @@ -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. diff --git a/chat/p5-IRC-Util/Makefile b/chat/p5-IRC-Util/Makefile new file mode 100644 index 00000000000..7fbbe13b58e --- /dev/null +++ b/chat/p5-IRC-Util/Makefile @@ -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" diff --git a/chat/p5-IRC-Util/distinfo b/chat/p5-IRC-Util/distinfo new file mode 100644 index 00000000000..43b9095fc29 --- /dev/null +++ b/chat/p5-IRC-Util/distinfo @@ -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 |