Index: p5-POE-Component-IRC/Makefile =================================================================== RCS file: /home/pcvs/ports/irc/p5-POE-Component-IRC/Makefile,v retrieving revision 1.16 diff -u -r1.16 Makefile --- p5-POE-Component-IRC/Makefile 14 Oct 2005 05:48:50 -0000 1.16 +++ p5-POE-Component-IRC/Makefile 14 May 2006 09:11:39 -0000 @@ -7,7 +7,7 @@ # PORTNAME= POE-Component-IRC -PORTVERSION= 4.70 +PORTVERSION= 4.87 CATEGORIES= irc devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= POE @@ -16,32 +16,43 @@ MAINTAINER= apeiron+ports@coitusmentis.info COMMENT= A fully event-driven IRC client module -BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE +BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE \ + ${SITE_PERL}/POE/Filter/IRCD.pm:${PORTSDIR}/irc/p5-POE-Filter-IRCD \ + ${SITE_PERL}/POE/Component/Client/DNS.pm:${PORTSDIR}/dns/p5-POE-Component-Client-DNS \ + ${SITE_PERL}/POE/Component/Client/Ident.pm:${PORTSDIR}/net/p5-POE-Component-Client-Ident \ + ${SITE_PERL}/POE/Component/SSLify.pm:${PORTSDIR}/security/p5-POE-Component-SSLify RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes MAN3= POE::Component::IRC.3 \ + POE::Component::IRC::Common.3 \ POE::Component::IRC::Constants.3 \ + POE::Component::IRC::Pipeline.3 \ POE::Component::IRC::Plugin.3 \ POE::Component::IRC::Plugin::BotAddressed.3 \ POE::Component::IRC::Plugin::BotTraffic.3 \ + POE::Component::IRC::Plugin::CTCP.3 \ POE::Component::IRC::Plugin::Connector.3 \ + POE::Component::IRC::Plugin::Console.3 \ + POE::Component::IRC::Plugin::ISupport.3 \ + POE::Component::IRC::Plugin::NickReclaim.3 \ + POE::Component::IRC::Plugin::PlugMan.3 \ + POE::Component::IRC::Plugin::Proxy.3 \ POE::Component::IRC::Plugin::Whois.3 \ + POE::Component::IRC::Projects.3 \ POE::Component::IRC::Qnet.3 \ POE::Component::IRC::Qnet::State.3 \ POE::Component::IRC::State.3 \ POE::Component::IRC::Test::Harness.3 \ POE::Filter::CTCP.3 \ - POE::Filter::IRC.3 \ - POE::Component::IRC::Pipeline.3 \ - POE::Component::IRC::Projects.3 + POE::Filter::IRC.3 post-install: .ifndef(NOPORTDOCS) - @${ECHO_MSG} "===> Installing examples for ${PKGNAME}" - @${MKDIR} ${EXAMPLESDIR} - ${INSTALL_SCRIPT} ${WRKSRC}/examples/* ${EXAMPLESDIR} + @${ECHO_MSG} "===> Installing examples for ${PKGNAME}" + @${INSTALL} -d ${EXAMPLESDIR} + ${INSTALL_SCRIPT} ${WRKSRC}/examples/* ${EXAMPLESDIR}/ .endif .include Index: p5-POE-Component-IRC/distinfo =================================================================== RCS file: /home/pcvs/ports/irc/p5-POE-Component-IRC/distinfo,v retrieving revision 1.13 diff -u -r1.13 distinfo --- p5-POE-Component-IRC/distinfo 22 Jan 2006 12:38:11 -0000 1.13 +++ p5-POE-Component-IRC/distinfo 14 May 2006 09:11:39 -0000 @@ -1,3 +1,3 @@ -MD5 (POE-Component-IRC-4.70.tar.gz) = 8def16438f5ece33b59c6a1bc886e82d -SHA256 (POE-Component-IRC-4.70.tar.gz) = f63bb80e4037c255b9b0091641159e6947f7f72374be54cf86119c4af7ded317 -SIZE (POE-Component-IRC-4.70.tar.gz) = 214061 +MD5 (POE-Component-IRC-4.87.tar.gz) = 465173279ff23db886b6c1796ebfae7d +SHA256 (POE-Component-IRC-4.87.tar.gz) = c58e0625405f73a33ef893378e127c14e238c6d9aee2403154fedcd3f7c47f9c +SIZE (POE-Component-IRC-4.87.tar.gz) = 239100 Index: p5-POE-Component-IRC/pkg-plist =================================================================== RCS file: /home/pcvs/ports/irc/p5-POE-Component-IRC/pkg-plist,v retrieving revision 1.9 diff -u -r1.9 pkg-plist --- p5-POE-Component-IRC/pkg-plist 22 Jan 2006 02:15:52 -0000 1.9 +++ p5-POE-Component-IRC/pkg-plist 14 May 2006 09:11:39 -0000 @@ -1,36 +1,41 @@ -%%SITE_PERL%%/POE/Component/IRC.pm +%%SITE_PERL%%/POE/Component/IRC/Common.pm %%SITE_PERL%%/POE/Component/IRC/Constants.pm -%%SITE_PERL%%/POE/Component/IRC/Plugin.pm +%%SITE_PERL%%/POE/Component/IRC/Pipeline.pm %%SITE_PERL%%/POE/Component/IRC/Plugin/BotAddressed.pm %%SITE_PERL%%/POE/Component/IRC/Plugin/BotTraffic.pm +%%SITE_PERL%%/POE/Component/IRC/Plugin/CTCP.pm %%SITE_PERL%%/POE/Component/IRC/Plugin/Connector.pm +%%SITE_PERL%%/POE/Component/IRC/Plugin/Console.pm +%%SITE_PERL%%/POE/Component/IRC/Plugin/ISupport.pm +%%SITE_PERL%%/POE/Component/IRC/Plugin/NickReclaim.pm +%%SITE_PERL%%/POE/Component/IRC/Plugin/PlugMan.pm +%%SITE_PERL%%/POE/Component/IRC/Plugin/Proxy.pm %%SITE_PERL%%/POE/Component/IRC/Plugin/Whois.pm -%%SITE_PERL%%/POE/Component/IRC/Qnet.pm +%%SITE_PERL%%/POE/Component/IRC/Plugin.pm +%%SITE_PERL%%/POE/Component/IRC/Projects.pm %%SITE_PERL%%/POE/Component/IRC/Qnet/State.pm +%%SITE_PERL%%/POE/Component/IRC/Qnet.pm %%SITE_PERL%%/POE/Component/IRC/State.pm %%SITE_PERL%%/POE/Component/IRC/Test/Harness.pm %%SITE_PERL%%/POE/Component/IRC/Test/Plugin.pm -%%SITE_PERL%%/POE/Component/IRC/Projects.pm -%%SITE_PERL%%/POE/Component/IRC/Pipeline.pm -%%SITE_PERL%%/POE/Component/IRC/State/Lite.pm +%%SITE_PERL%%/POE/Component/IRC.pm %%SITE_PERL%%/POE/Filter/CTCP.pm +%%SITE_PERL%%/POE/Filter/IRC/Compat.pm %%SITE_PERL%%/POE/Filter/IRC.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/IRC/.packlist %%EXAMPLESDIR%%/aimproxy.pl %%EXAMPLESDIR%%/dcctest.pl %%EXAMPLESDIR%%/dicebot.pl %%EXAMPLESDIR%%/eliza.pl +%%EXAMPLESDIR%%/ircproxy.pl %%EXAMPLESDIR%%/moo.pl %%EXAMPLESDIR%%/simpleclient.pl %%EXAMPLESDIR%%/tinyurl.pl @dirrm %%EXAMPLESDIR%% @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/IRC @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE -@dirrmtry %%SITE_PERL%%/POE/Filter -@dirrm %%SITE_PERL%%/POE/Component/IRC/Test -@dirrm %%SITE_PERL%%/POE/Component/IRC/Qnet @dirrm %%SITE_PERL%%/POE/Component/IRC/Plugin -@dirrm %%SITE_PERL%%/POE/Component/IRC/State +@dirrm %%SITE_PERL%%/POE/Component/IRC/Qnet +@dirrm %%SITE_PERL%%/POE/Component/IRC/Test @dirrm %%SITE_PERL%%/POE/Component/IRC -@dirrmtry %%SITE_PERL%%/POE/Component +@dirrm %%SITE_PERL%%/POE/Filter/IRC