diff options
author | Philippe Audeoud <jadawin@FreeBSD.org> | 2011-04-13 14:11:29 +0000 |
---|---|---|
committer | Philippe Audeoud <jadawin@FreeBSD.org> | 2011-04-13 14:11:29 +0000 |
commit | f18d6a854fcffaa5000268a0940ccefe96319dc0 (patch) | |
tree | f1cdf3242a9f66de624048364cde3bc18ad91aa1 /irc | |
parent | 3f4c5907220ecc1e395f68b0af6b1d06fc0d60f7 (diff) | |
download | ports-f18d6a854fcffaa5000268a0940ccefe96319dc0.tar.gz ports-f18d6a854fcffaa5000268a0940ccefe96319dc0.zip |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/Makefile | 1 | ||||
-rw-r--r-- | irc/p5-IRC-Utils/Makefile | 21 | ||||
-rw-r--r-- | irc/p5-IRC-Utils/distinfo | 2 | ||||
-rw-r--r-- | irc/p5-IRC-Utils/pkg-descr | 5 | ||||
-rw-r--r-- | irc/p5-IRC-Utils/pkg-plist | 5 |
5 files changed, 34 insertions, 0 deletions
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 <markun@onohara.to> +# +# $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 <bsd.port.mk> 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 |