diff options
author | sat <sat@FreeBSD.org> | 2006-05-21 19:41:55 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-05-21 19:41:55 +0800 |
commit | 48e124c65bba7c5e8b0e9244344b07f5ba871586 (patch) | |
tree | 4785a2fa0d5531f8479329d3e9d580192b2de89d /irc/p5-POE-Component-IRC | |
parent | 331956c322b32ee64d3714597d88dfc5c260d7c2 (diff) | |
download | freebsd-ports-gnome-48e124c65bba7c5e8b0e9244344b07f5ba871586.tar.gz freebsd-ports-gnome-48e124c65bba7c5e8b0e9244344b07f5ba871586.tar.zst freebsd-ports-gnome-48e124c65bba7c5e8b0e9244344b07f5ba871586.zip |
- Update to 4.87
Approved by: krion (mentor), Christopher Nehren <apeiron+ports@coitusmentis.info> (maintainer)
Diffstat (limited to 'irc/p5-POE-Component-IRC')
-rw-r--r-- | irc/p5-POE-Component-IRC/Makefile | 27 | ||||
-rw-r--r-- | irc/p5-POE-Component-IRC/distinfo | 6 | ||||
-rw-r--r-- | irc/p5-POE-Component-IRC/pkg-plist | 29 |
3 files changed, 39 insertions, 23 deletions
diff --git a/irc/p5-POE-Component-IRC/Makefile b/irc/p5-POE-Component-IRC/Makefile index 13c6acdfed11..1d47f1f6089c 100644 --- a/irc/p5-POE-Component-IRC/Makefile +++ b/irc/p5-POE-Component-IRC/Makefile @@ -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 @@ PKGNAMEPREFIX= p5- 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 <bsd.port.mk> diff --git a/irc/p5-POE-Component-IRC/distinfo b/irc/p5-POE-Component-IRC/distinfo index ece6ea49619a..9643175cedfe 100644 --- a/irc/p5-POE-Component-IRC/distinfo +++ b/irc/p5-POE-Component-IRC/distinfo @@ -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 diff --git a/irc/p5-POE-Component-IRC/pkg-plist b/irc/p5-POE-Component-IRC/pkg-plist index 29122b676dea..c431f56e908c 100644 --- a/irc/p5-POE-Component-IRC/pkg-plist +++ b/irc/p5-POE-Component-IRC/pkg-plist @@ -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 |