diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-06-20 22:11:38 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-06-20 22:11:38 +0000 |
commit | e07de2c262c43b222f704c0b8e943126da784f4d (patch) | |
tree | edf00cd8b6fabf055fd154c146b42b304c29c7bb | |
parent | Remove references about /usr/X11R6 from pkg-message. (diff) |
Parse::IRC provides a convenient way of parsing lines of text conforming
to the IRC protocol ( see RFC1459 or RFC2812 ).
WWW: http://search.cpan.org/dist/Net-Parse-IRC/
Notes
Notes:
svn path=/head/; revision=215412
-rw-r--r-- | irc/Makefile | 1 | ||||
-rw-r--r-- | irc/p5-Parse-IRC/Makefile | 21 | ||||
-rw-r--r-- | irc/p5-Parse-IRC/distinfo | 3 | ||||
-rw-r--r-- | irc/p5-Parse-IRC/pkg-descr | 4 | ||||
-rw-r--r-- | irc/p5-Parse-IRC/pkg-plist | 5 |
5 files changed, 34 insertions, 0 deletions
diff --git a/irc/Makefile b/irc/Makefile index 9b87e85a23e8..1e4b0ad1d895 100644 --- a/irc/Makefile +++ b/irc/Makefile @@ -87,6 +87,7 @@ SUBDIR += p5-POE-Component-IRC-Plugin-RSS-Headlines SUBDIR += p5-POE-Component-Server-IRC SUBDIR += p5-POE-Filter-IRCD + SUBDIR += p5-Parse-IRC SUBDIR += party SUBDIR += pear-Net_SmartIRC SUBDIR += pircbot diff --git a/irc/p5-Parse-IRC/Makefile b/irc/p5-Parse-IRC/Makefile new file mode 100644 index 000000000000..5bd222adb92b --- /dev/null +++ b/irc/p5-Parse-IRC/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: p5-Parse-IRC +# Date created: 20.06.2008 +# Whom: Martin Wilke <miwi@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Parse-IRC +PORTVERSION= 1.12 +CATEGORIES= irc perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= miwi@FreeBSD.org +COMMENT= A parser for the IRC protocol + +PERL_CONFIGURE= yes + +MAN3= Parse::IRC.3 + +.include <bsd.port.mk> diff --git a/irc/p5-Parse-IRC/distinfo b/irc/p5-Parse-IRC/distinfo new file mode 100644 index 000000000000..705d12864168 --- /dev/null +++ b/irc/p5-Parse-IRC/distinfo @@ -0,0 +1,3 @@ +MD5 (Parse-IRC-1.12.tar.gz) = 522b5a4515b73b9ca8331d5c4aa6f2e6 +SHA256 (Parse-IRC-1.12.tar.gz) = 747c2df7437e84096f2368f3b820b9feeb7c206b22a0e7a7b9ce0c0bd1c4f7ed +SIZE (Parse-IRC-1.12.tar.gz) = 16603 diff --git a/irc/p5-Parse-IRC/pkg-descr b/irc/p5-Parse-IRC/pkg-descr new file mode 100644 index 000000000000..3bdeaf2a1a13 --- /dev/null +++ b/irc/p5-Parse-IRC/pkg-descr @@ -0,0 +1,4 @@ +Parse::IRC provides a convenient way of parsing lines of text conforming +to the IRC protocol ( see RFC1459 or RFC2812 ). + +WWW: http://search.cpan.org/dist/Net-Parse-IRC/ diff --git a/irc/p5-Parse-IRC/pkg-plist b/irc/p5-Parse-IRC/pkg-plist new file mode 100644 index 000000000000..c30ddb6f5d5d --- /dev/null +++ b/irc/p5-Parse-IRC/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/Parse/IRC.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Parse/IRC/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Parse/IRC +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Parse +@dirrmtry %%SITE_PERL%%/Parse |