diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2005-04-16 21:39:00 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2005-04-16 21:39:00 +0000 |
commit | 97085e1ca662c273c6ffb0f8025330266eb744bf (patch) | |
tree | fd00d7a9c5d5a8ae70795ca535bd8aed81093f3d /irc/p5-POE-Component-IRC | |
parent | ee1a79838dc116ff75c6e3b6a28c2aad8aa451e7 (diff) | |
download | ports-97085e1ca662c273c6ffb0f8025330266eb744bf.tar.gz ports-97085e1ca662c273c6ffb0f8025330266eb744bf.zip |
Notes
Diffstat (limited to 'irc/p5-POE-Component-IRC')
-rw-r--r-- | irc/p5-POE-Component-IRC/Makefile | 12 | ||||
-rw-r--r-- | irc/p5-POE-Component-IRC/distinfo | 4 | ||||
-rw-r--r-- | irc/p5-POE-Component-IRC/pkg-plist | 14 |
3 files changed, 23 insertions, 7 deletions
diff --git a/irc/p5-POE-Component-IRC/Makefile b/irc/p5-POE-Component-IRC/Makefile index 8134908befe4..f0faece7983c 100644 --- a/irc/p5-POE-Component-IRC/Makefile +++ b/irc/p5-POE-Component-IRC/Makefile @@ -7,13 +7,13 @@ # PORTNAME= POE-Component-IRC -PORTVERSION= 2.9 +PORTVERSION= 4.0 CATEGORIES= irc devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= POE PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= apeiron+ports@coitusmentis.info COMMENT= A fully event-driven IRC client module BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE @@ -23,7 +23,13 @@ PERL_CONFIGURE= yes MAN3= POE::Component::Filter-CTCP.3 \ POE::Component::IRC.3 \ - POE::Component::Filter-IRC.3 + POE::Component::Filter-IRC.3 \ + POE::Component::Plugin.3 \ + POE::Component::Plugin-State.3 \ + POE::Component::Plugin-Whois.3 \ + POE::Component::IRC-State.3 \ + POE::Component::IRC-Qnet.3 \ + POE::Component::IRC-Qnet-State.3 post-install: .ifndef(NOPORTDOCS) diff --git a/irc/p5-POE-Component-IRC/distinfo b/irc/p5-POE-Component-IRC/distinfo index 9d69444f689c..3c70a8038d20 100644 --- a/irc/p5-POE-Component-IRC/distinfo +++ b/irc/p5-POE-Component-IRC/distinfo @@ -1,2 +1,2 @@ -MD5 (POE-Component-IRC-2.9.tar.gz) = f35b9b619991ac3eae7dacda06455d31 -SIZE (POE-Component-IRC-2.9.tar.gz) = 34797 +MD5 (POE-Component-IRC-4.0.tar.gz) = 62ef7b2b8d9a4cc29d84f64fc7210e7f +SIZE (POE-Component-IRC-4.0.tar.gz) = 192892 diff --git a/irc/p5-POE-Component-IRC/pkg-plist b/irc/p5-POE-Component-IRC/pkg-plist index f9fd1d6d01db..3a91b42f9655 100644 --- a/irc/p5-POE-Component-IRC/pkg-plist +++ b/irc/p5-POE-Component-IRC/pkg-plist @@ -1,15 +1,25 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/IRC/.packlist %%SITE_PERL%%/POE/Component/IRC.pm +%%SITE_PERL%%/POE/Component/IRC/Plugin.pm +%%SITE_PERL%%/POE/Component/IRC/Plugin/State.pm +%%SITE_PERL%%/POE/Component/IRC/Plugin/Whois.pm +%%SITE_PERL%%/POE/Component/IRC/Qnet.pm +%%SITE_PERL%%/POE/Component/IRC/Qnet/State.pm +%%SITE_PERL%%/POE/Component/IRC/State.pm %%SITE_PERL%%/POE/Filter/CTCP.pm %%SITE_PERL%%/POE/Filter/IRC.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/IRC/.packlist %%PORTDOCS%%%%EXAMPLESDIR%%/aimproxy.pl %%PORTDOCS%%%%EXAMPLESDIR%%/dcctest.pl %%PORTDOCS%%%%EXAMPLESDIR%%/dicebot.pl %%PORTDOCS%%%%EXAMPLESDIR%%/eliza.pl %%PORTDOCS%%%%EXAMPLESDIR%%/moo.pl +%%PORTDOCS%%%%EXAMPLESDIR%%/simpleclient.pl %%PORTDOCS%%%%EXAMPLESDIR%%/tinyurl.pl %%PORTDOCS%%@dirrm %%EXAMPLESDIR%% -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/IRC +@dirrm %%SITE_PERL%%/POE/Component/IRC/Plugin +@dirrm %%SITE_PERL%%/POE/Component/IRC/Qnet +@dirrm %%SITE_PERL%%/POE/Component/IRC +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/IRC 2>/dev/null || true @unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component 2>/dev/null || true @unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE 2>/dev/null || true @unexec rmdir %D/%%SITE_PERL%%/POE/Filter 2>/dev/null || true |