diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2003-08-09 11:53:47 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2003-08-09 11:53:47 +0000 |
commit | 718c877fa5989a1651b91fc2caab012360e556f6 (patch) | |
tree | 354ecffc5e85a302cfcf1d9f5c1474cadc61afe9 /irc | |
parent | d139fc53c880d195e8edb8a6b33947190bf6b456 (diff) | |
download | ports-718c877fa5989a1651b91fc2caab012360e556f6.tar.gz ports-718c877fa5989a1651b91fc2caab012360e556f6.zip |
Notes
Diffstat (limited to 'irc')
-rw-r--r-- | irc/p5-POE-Component-IRC/Makefile | 2 | ||||
-rw-r--r-- | irc/p5-POE-Component-IRC/distinfo | 2 | ||||
-rw-r--r-- | irc/p5-POE-Component-IRC/pkg-descr | 14 |
3 files changed, 11 insertions, 7 deletions
diff --git a/irc/p5-POE-Component-IRC/Makefile b/irc/p5-POE-Component-IRC/Makefile index 0b3de5a7df7b..4621098ee688 100644 --- a/irc/p5-POE-Component-IRC/Makefile +++ b/irc/p5-POE-Component-IRC/Makefile @@ -7,7 +7,7 @@ # PORTNAME= POE-Component-IRC -PORTVERSION= 2.8 +PORTVERSION= 2.9 CATEGORIES= irc devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= POE diff --git a/irc/p5-POE-Component-IRC/distinfo b/irc/p5-POE-Component-IRC/distinfo index 714b2adc3873..8d0b67ebed35 100644 --- a/irc/p5-POE-Component-IRC/distinfo +++ b/irc/p5-POE-Component-IRC/distinfo @@ -1 +1 @@ -MD5 (POE-Component-IRC-2.8.tar.gz) = 8448154d6a737823b88df84923177bc9 +MD5 (POE-Component-IRC-2.9.tar.gz) = f35b9b619991ac3eae7dacda06455d31 diff --git a/irc/p5-POE-Component-IRC/pkg-descr b/irc/p5-POE-Component-IRC/pkg-descr index ac6de76fe82c..783bf9fa6846 100644 --- a/irc/p5-POE-Component-IRC/pkg-descr +++ b/irc/p5-POE-Component-IRC/pkg-descr @@ -1,7 +1,11 @@ -POE::Component::IRC is a POE component (who'd have guessed?) which acts as -an easily controllable IRC client for your other POE components and -sessions. You create an IRC component and tell it what events your session -cares about and where to connect to, and it sends back interesting IRC -events when they happen. You make the client do things by sending it events. +POE::Component::IRC is a POE component (who'd have guessed?) which acts +as an easily controllable IRC client for your other POE components and +sessions. You create an IRC component and tell it what events your +session cares about and where to connect to, and it sends back +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/ + +-- Sergey Skvortsov +skv@FreeBSD.org |