aboutsummaryrefslogtreecommitdiff
path: root/irc/p5-POE-Component-IRC
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-05-31 16:06:39 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-05-31 16:06:39 +0000
commita7ac3782c90ef0af6b205dd2edec41e70ca0eecf (patch)
treea524615a481b777017bc5499648cb6edd00f4e15 /irc/p5-POE-Component-IRC
parent58cac8beddd6f6816a85792d811088831c6f7fd5 (diff)
downloadports-a7ac3782c90ef0af6b205dd2edec41e70ca0eecf.tar.gz
ports-a7ac3782c90ef0af6b205dd2edec41e70ca0eecf.zip
Notes
Diffstat (limited to 'irc/p5-POE-Component-IRC')
-rw-r--r--irc/p5-POE-Component-IRC/Makefile7
-rw-r--r--irc/p5-POE-Component-IRC/distinfo6
-rw-r--r--irc/p5-POE-Component-IRC/pkg-descr4
-rw-r--r--irc/p5-POE-Component-IRC/pkg-plist24
4 files changed, 18 insertions, 23 deletions
diff --git a/irc/p5-POE-Component-IRC/Makefile b/irc/p5-POE-Component-IRC/Makefile
index 4194f88eba4a..88968ba9edb2 100644
--- a/irc/p5-POE-Component-IRC/Makefile
+++ b/irc/p5-POE-Component-IRC/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= POE-Component-IRC
-PORTVERSION= 5.76
+PORTVERSION= 5.78
CATEGORIES= irc devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -27,11 +27,11 @@ 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::AutoJoin.3 \
POE::Component::IRC::Plugin::BotAddressed.3 \
POE::Component::IRC::Plugin::BotTraffic.3 \
+ POE::Component::IRC::Plugin::DCC.3 \
POE::Component::IRC::Plugin::CTCP.3 \
POE::Component::IRC::Plugin::Connector.3 \
POE::Component::IRC::Plugin::Console.3 \
@@ -61,8 +61,7 @@ MAN3= POE::Component::IRC.3 \
POE::Filter::IRC::Compat.3
post-install:
-.ifndef(NOPORTDOCS)
- @${ECHO_MSG} "===> Installing examples for ${PKGNAME}"
+.ifndef(NOPORTEXAMPLES)
@${INSTALL} -d ${EXAMPLESDIR}
${INSTALL_SCRIPT} ${WRKSRC}/examples/* ${EXAMPLESDIR}/
.endif
diff --git a/irc/p5-POE-Component-IRC/distinfo b/irc/p5-POE-Component-IRC/distinfo
index ab39edd35ec8..71ec709a7181 100644
--- a/irc/p5-POE-Component-IRC/distinfo
+++ b/irc/p5-POE-Component-IRC/distinfo
@@ -1,3 +1,3 @@
-MD5 (POE-Component-IRC-5.76.tar.gz) = 61ebe6af780e0d66c31776279eb277c9
-SHA256 (POE-Component-IRC-5.76.tar.gz) = 6b412b670ddb71d90a657fd349b2b11f0c58f22df501bee930e1b32a0a78cdcf
-SIZE (POE-Component-IRC-5.76.tar.gz) = 302593
+MD5 (POE-Component-IRC-5.78.tar.gz) = 1c755be24d4edc758f4ae689d4682620
+SHA256 (POE-Component-IRC-5.78.tar.gz) = 88f84688c8611c4d2d8a680d37ac0ea0ba8961b7cd6733de5fd026516e52424b
+SIZE (POE-Component-IRC-5.78.tar.gz) = 304664
diff --git a/irc/p5-POE-Component-IRC/pkg-descr b/irc/p5-POE-Component-IRC/pkg-descr
index 8f7996d7549f..6e490198f225 100644
--- a/irc/p5-POE-Component-IRC/pkg-descr
+++ b/irc/p5-POE-Component-IRC/pkg-descr
@@ -6,7 +6,3 @@ interesting IRC events when they happen. You make the client do things
by sending it events.
WWW: http://search.cpan.org/dist/POE-Component-IRC/
-Author: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
-
--- Sergey Skvortsov
-skv@FreeBSD.org
diff --git a/irc/p5-POE-Component-IRC/pkg-plist b/irc/p5-POE-Component-IRC/pkg-plist
index 403d52b68f8f..a8b40b932ff6 100644
--- a/irc/p5-POE-Component-IRC/pkg-plist
+++ b/irc/p5-POE-Component-IRC/pkg-plist
@@ -6,7 +6,6 @@
%%SITE_PERL%%/POE/Component/IRC/Cookbook/Disconnecting.pm
%%SITE_PERL%%/POE/Component/IRC/Cookbook/Resolver.pm
%%SITE_PERL%%/POE/Component/IRC/Cookbook/Translator.pm
-%%SITE_PERL%%/POE/Component/IRC/Pipeline.pm
%%SITE_PERL%%/POE/Component/IRC/Plugin.pm
%%SITE_PERL%%/POE/Component/IRC/Plugin/AutoJoin.pm
%%SITE_PERL%%/POE/Component/IRC/Plugin/BotAddressed.pm
@@ -16,6 +15,7 @@
%%SITE_PERL%%/POE/Component/IRC/Plugin/Connector.pm
%%SITE_PERL%%/POE/Component/IRC/Plugin/Console.pm
%%SITE_PERL%%/POE/Component/IRC/Plugin/CycleEmpty.pm
+%%SITE_PERL%%/POE/Component/IRC/Plugin/DCC.pm
%%SITE_PERL%%/POE/Component/IRC/Plugin/FollowTail.pm
%%SITE_PERL%%/POE/Component/IRC/Plugin/ISupport.pm
%%SITE_PERL%%/POE/Component/IRC/Plugin/Logger.pm
@@ -34,17 +34,17 @@
%%SITE_PERL%%/POE/Filter/IRC.pm
%%SITE_PERL%%/POE/Filter/IRC/Compat.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%%/logger.pl
-%%EXAMPLESDIR%%/moo.pl
-%%EXAMPLESDIR%%/rot13_multi.pl
-%%EXAMPLESDIR%%/simpleclient.pl
-%%EXAMPLESDIR%%/tinyurl.pl
-@dirrmtry %%EXAMPLESDIR%%
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/aimproxy.pl
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dcctest.pl
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dicebot.pl
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eliza.pl
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ircproxy.pl
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/logger.pl
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/moo.pl
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rot13_multi.pl
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/simpleclient.pl
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tinyurl.pl
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/IRC
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE