diff options
author | adrianp <adrianp> | 2005-07-14 23:08:21 +0000 |
---|---|---|
committer | adrianp <adrianp> | 2005-07-14 23:08:21 +0000 |
commit | e45228b6077b26f65e47cf81215a5a424a3aa88c (patch) | |
tree | 176cace629f0baa882ed94423633b739e94798bf | |
parent | 1b57652034c1dc79a36915a5136290105facf321 (diff) | |
download | pkgsrc-e45228b6077b26f65e47cf81215a5a424a3aa88c.tar.gz |
POE::Filter::IRCD provides a convenient way of parsing and creating IRC
protocol lines.
-rw-r--r-- | chat/p5-POE-Filter-IRCD/DESCR | 2 | ||||
-rw-r--r-- | chat/p5-POE-Filter-IRCD/Makefile | 21 | ||||
-rw-r--r-- | chat/p5-POE-Filter-IRCD/PLIST | 1 | ||||
-rw-r--r-- | chat/p5-POE-Filter-IRCD/distinfo | 5 |
4 files changed, 29 insertions, 0 deletions
diff --git a/chat/p5-POE-Filter-IRCD/DESCR b/chat/p5-POE-Filter-IRCD/DESCR new file mode 100644 index 00000000000..80d53eeac1e --- /dev/null +++ b/chat/p5-POE-Filter-IRCD/DESCR @@ -0,0 +1,2 @@ +POE::Filter::IRCD provides a convenient way of parsing and creating IRC +protocol lines. diff --git a/chat/p5-POE-Filter-IRCD/Makefile b/chat/p5-POE-Filter-IRCD/Makefile new file mode 100644 index 00000000000..aae8aecca1f --- /dev/null +++ b/chat/p5-POE-Filter-IRCD/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/07/14 23:08:21 adrianp Exp $ +# + +DISTNAME= POE-Filter-IRCD-1.1 +PKGNAME= p5-${DISTNAME} +CATEGORIES= chat perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=POE/} + +MAINTAINER= adrianp@NetBSD.org +HOMEPAGE= http://search.cpan.org/~bingos/POE-Filter-IRCD-1.1/ +COMMENT= POE-based parser for the IRC protocol + +DEPENDS+= p5-POE>=0.17:../../devel/p5-POE + +PKG_INSTALLATION_TYPES= overwrite pkgviews + +PERL5_REQD+= 5.8.0 +PERL5_PACKLIST= auto/POE/Filter/IRCD/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/chat/p5-POE-Filter-IRCD/PLIST b/chat/p5-POE-Filter-IRCD/PLIST new file mode 100644 index 00000000000..1df101c5c27 --- /dev/null +++ b/chat/p5-POE-Filter-IRCD/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/07/14 23:08:21 adrianp Exp $ diff --git a/chat/p5-POE-Filter-IRCD/distinfo b/chat/p5-POE-Filter-IRCD/distinfo new file mode 100644 index 00000000000..b03f3bcc495 --- /dev/null +++ b/chat/p5-POE-Filter-IRCD/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/07/14 23:08:21 adrianp Exp $ + +SHA1 (POE-Filter-IRCD-1.1.tar.gz) = 61b3dfdc9cba79f9eeea6d3df8e235fe65d6fcce +RMD160 (POE-Filter-IRCD-1.1.tar.gz) = e19a495577fc9c6e8dc30b97605a2c8a782c4f98 +Size (POE-Filter-IRCD-1.1.tar.gz) = 3224 bytes |