From 814eb146062fd383abb648dbcb8b7f8ee6e412c1 Mon Sep 17 00:00:00 2001 From: Wen Heping Date: Thu, 5 Nov 2009 06:49:05 +0000 Subject: AnyEvent::IRC is an event system independend IRC protocol module. WWW: http://search.cpan.org/dist/AnyEvent-IRC --- irc/Makefile | 1 + irc/p5-AnyEvent-IRC/Makefile | 28 ++++++++++++++++++++++++++++ irc/p5-AnyEvent-IRC/distinfo | 3 +++ irc/p5-AnyEvent-IRC/pkg-descr | 3 +++ irc/p5-AnyEvent-IRC/pkg-plist | 9 +++++++++ 5 files changed, 44 insertions(+) create mode 100644 irc/p5-AnyEvent-IRC/Makefile create mode 100644 irc/p5-AnyEvent-IRC/distinfo create mode 100644 irc/p5-AnyEvent-IRC/pkg-descr create mode 100644 irc/p5-AnyEvent-IRC/pkg-plist (limited to 'irc') diff --git a/irc/Makefile b/irc/Makefile index 09401f699fad..c668d1326ada 100644 --- a/irc/Makefile +++ b/irc/Makefile @@ -81,6 +81,7 @@ SUBDIR += ngircd SUBDIR += ninja SUBDIR += onis + SUBDIR += p5-AnyEvent-IRC SUBDIR += p5-Bot-BasicBot SUBDIR += p5-IRC SUBDIR += p5-IRC-Bot-Hangman diff --git a/irc/p5-AnyEvent-IRC/Makefile b/irc/p5-AnyEvent-IRC/Makefile new file mode 100644 index 000000000000..4c4025b2f5b5 --- /dev/null +++ b/irc/p5-AnyEvent-IRC/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: p5-AnyEvent-IRC +# Date created: 05 Nov, 2009 +# Whom: Wen Heping +# +# $FreeBSD$ +# + +PORTNAME= AnyEvent-IRC +PORTVERSION= 0.95 +CATEGORIES= irc perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= wen@FreeBSD.org +COMMENT= An event system independend IRC protocol module + +BUILD_DEPENDS= p5-AnyEvent>=0:${PORTSDIR}/devel/p5-AnyEvent \ + p5-Object-Event>=0.7:${PORTSDIR}/devel/p5-Object-Event +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= AnyEvent::IRC::Client.3 \ + AnyEvent::IRC::Connection.3 \ + AnyEvent::IRC.3 \ + AnyEvent::IRC::Util.3 + +.include diff --git a/irc/p5-AnyEvent-IRC/distinfo b/irc/p5-AnyEvent-IRC/distinfo new file mode 100644 index 000000000000..0ddf4a024f69 --- /dev/null +++ b/irc/p5-AnyEvent-IRC/distinfo @@ -0,0 +1,3 @@ +MD5 (AnyEvent-IRC-0.95.tar.gz) = 3b5151a91e2c7404560d63194a34388b +SHA256 (AnyEvent-IRC-0.95.tar.gz) = d05724619f3073d203e376d7ad8f70c230685889ca4812d2b1101f9ba328fd77 +SIZE (AnyEvent-IRC-0.95.tar.gz) = 28510 diff --git a/irc/p5-AnyEvent-IRC/pkg-descr b/irc/p5-AnyEvent-IRC/pkg-descr new file mode 100644 index 000000000000..e54504418022 --- /dev/null +++ b/irc/p5-AnyEvent-IRC/pkg-descr @@ -0,0 +1,3 @@ +AnyEvent::IRC is an event system independend IRC protocol module. + +WWW: http://search.cpan.org/dist/AnyEvent-IRC diff --git a/irc/p5-AnyEvent-IRC/pkg-plist b/irc/p5-AnyEvent-IRC/pkg-plist new file mode 100644 index 000000000000..13a765f2d88b --- /dev/null +++ b/irc/p5-AnyEvent-IRC/pkg-plist @@ -0,0 +1,9 @@ +%%SITE_PERL%%/AnyEvent/IRC.pm +%%SITE_PERL%%/AnyEvent/IRC/Client.pm +%%SITE_PERL%%/AnyEvent/IRC/Connection.pm +%%SITE_PERL%%/AnyEvent/IRC/Util.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/AnyEvent/IRC/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/AnyEvent/IRC +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/AnyEvent +@dirrm %%SITE_PERL%%/AnyEvent/IRC +@dirrmtry %%SITE_PERL%%/AnyEvent -- cgit v1.2.3