From f18d6a854fcffaa5000268a0940ccefe96319dc0 Mon Sep 17 00:00:00 2001 From: Philippe Audeoud Date: Wed, 13 Apr 2011 14:11:29 +0000 Subject: 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. WWW: http://search.cpan.org/dist/IRC-Utils/ PR: ports/156355 Submitted by: TERAMOTO Masahiro --- irc/Makefile | 1 + irc/p5-IRC-Utils/Makefile | 21 +++++++++++++++++++++ irc/p5-IRC-Utils/distinfo | 2 ++ irc/p5-IRC-Utils/pkg-descr | 5 +++++ irc/p5-IRC-Utils/pkg-plist | 5 +++++ 5 files changed, 34 insertions(+) create mode 100644 irc/p5-IRC-Utils/Makefile create mode 100644 irc/p5-IRC-Utils/distinfo create mode 100644 irc/p5-IRC-Utils/pkg-descr create mode 100644 irc/p5-IRC-Utils/pkg-plist (limited to 'irc') diff --git a/irc/Makefile b/irc/Makefile index 95acedf5b839..ea806cb13c68 100644 --- a/irc/Makefile +++ b/irc/Makefile @@ -83,6 +83,7 @@ SUBDIR += p5-AnyEvent-IRC SUBDIR += p5-Bot-BasicBot SUBDIR += p5-IRC-Bot-Hangman + SUBDIR += p5-IRC-Utils SUBDIR += p5-POE-Component-IRC SUBDIR += p5-POE-Component-IRC-Object SUBDIR += p5-POE-Component-IRC-Plugin-Blowfish diff --git a/irc/p5-IRC-Utils/Makefile b/irc/p5-IRC-Utils/Makefile new file mode 100644 index 000000000000..7f342b6d130c --- /dev/null +++ b/irc/p5-IRC-Utils/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: p5-IRC-Utils +# Date created: 2011-04-12 +# Whom: TERAMOTO Masahiro +# +# $FreeBSD$ +# + +PORTNAME= IRC-Utils +PORTVERSION= 0.06 +CATEGORIES= irc perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= markun@onohara.to +COMMENT= Common utilities for IRC-related tasks + +PERL_CONFIGURE= yes + +MAN3= IRC::Utils.3 + +.include diff --git a/irc/p5-IRC-Utils/distinfo b/irc/p5-IRC-Utils/distinfo new file mode 100644 index 000000000000..939a46b4a045 --- /dev/null +++ b/irc/p5-IRC-Utils/distinfo @@ -0,0 +1,2 @@ +SHA256 (IRC-Utils-0.06.tar.gz) = c80a6c092c093dfd774c138198ac52c4da263e875415fce54f79e9dfdcc3abd3 +SIZE (IRC-Utils-0.06.tar.gz) = 20829 diff --git a/irc/p5-IRC-Utils/pkg-descr b/irc/p5-IRC-Utils/pkg-descr new file mode 100644 index 000000000000..c4f5f191a91b --- /dev/null +++ b/irc/p5-IRC-Utils/pkg-descr @@ -0,0 +1,5 @@ +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. + +WWW: http://search.cpan.org/dist/IRC-Utils/ diff --git a/irc/p5-IRC-Utils/pkg-plist b/irc/p5-IRC-Utils/pkg-plist new file mode 100644 index 000000000000..9ec9359bf6c3 --- /dev/null +++ b/irc/p5-IRC-Utils/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/IRC/Utils/.packlist +%%SITE_PERL%%/IRC/Utils.pm +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IRC/Utils +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IRC +@dirrmtry %%SITE_PERL%%/IRC -- cgit v1.2.3