diff options
author | wiz <wiz@pkgsrc.org> | 2010-09-06 10:49:03 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-09-06 10:49:03 +0000 |
commit | 4e1400ef3c0473bd19ff7a930c75c7a8cdc92e3e (patch) | |
tree | e94aa1bf22cd27d1ef41c4450eedad3617eea1ec /chat | |
parent | 2b82d1f473bf3802c8b08712aed77bce10d6172f (diff) | |
download | pkgsrc-4e1400ef3c0473bd19ff7a930c75c7a8cdc92e3e.tar.gz |
Update to 6.39:
6.39 Sat Sep 4 02:16:28 UTC 2010
- AutoJoin.pm: Allow channel keys to be undefined
- Make the 'nickserv' command do the right thing on ratbox ircds
- Add a server_version() method
6.38 Fri Sep 3 18:33:50 UTC 2010
- Only process the first CTCP chunk we find in a message. This prevents
someone from flooding our outgoing queue by having us e.g. reply to 20
VERSION requests at a time.
- CTCP.pm: Reply to VERSION with "dev-git" when no version is available.
6.37 Tue Aug 17 22:53:22 GMT 2010
- Make all warnings fatal
- Use real temp files in tests instead of littering the dist directory
6.36 Mon Jul 26 03:53:50 GMT 2010
- Added a logged_in() method to see if we're logged into IRC
6.35 Sun Jun 27 09:32:22 GMT 2010
- Disconnecting.pod: Mention when it is appropriate to use
C<< $irc->yield('shutdown') >>.
- Connector.pm: Clear the reconnect timer when the plugin is deleted so
that we can actually shut down the IRC component.
- Depend on POE::Component::Pluggable 1.26 for irc_plugin_error
6.34 Fri Jun 25 18:16:40 GMT 2010
- CTCP.pm: Do "use POE::Component::IRC;" to avoid weird failures when
this plugin is compiled by code which hasn't done the same.
6.33 Mon Jun 21 20:27:42 GMT 2010
- BotCommand.pm: Allow user to choose how help messages are delivered
- BotCommand.pm: Require the command prefix in private messages
- BotCommand.pm: Make the help messages more context-sensitive
- BotCommand.pm: Add support for custom auth checks
- BotCommand.pm: If Eat == 1, we eat everything that looks like a command
- Cookbook: Add Gtk2 example by Damian Kaczmarek
- Logger.pm: Support a hook for custom log storage
- IRC.pm: Remove redundant version() method
- Convert distribution over to Dist::Zilla
Diffstat (limited to 'chat')
-rw-r--r-- | chat/p5-POE-Component-IRC/Makefile | 5 | ||||
-rw-r--r-- | chat/p5-POE-Component-IRC/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/chat/p5-POE-Component-IRC/Makefile b/chat/p5-POE-Component-IRC/Makefile index efa5fb716f7..78d6b7108c4 100644 --- a/chat/p5-POE-Component-IRC/Makefile +++ b/chat/p5-POE-Component-IRC/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.11 2010/08/21 16:32:46 seb Exp $ +# $NetBSD: Makefile,v 1.12 2010/09/06 10:49:03 wiz Exp $ # -DISTNAME= POE-Component-IRC-6.32 +DISTNAME= POE-Component-IRC-6.39 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= chat perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=POE/} diff --git a/chat/p5-POE-Component-IRC/distinfo b/chat/p5-POE-Component-IRC/distinfo index 7b1ae5aa0c9..dbae9d6481e 100644 --- a/chat/p5-POE-Component-IRC/distinfo +++ b/chat/p5-POE-Component-IRC/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2010/06/03 09:12:50 kefren Exp $ +$NetBSD: distinfo,v 1.6 2010/09/06 10:49:03 wiz Exp $ -SHA1 (POE-Component-IRC-6.32.tar.gz) = 4ff348083a18d06209bfee23b43f7a25c7388db2 -RMD160 (POE-Component-IRC-6.32.tar.gz) = c536aa30d2632ac4305364502c311ec31225c028 -Size (POE-Component-IRC-6.32.tar.gz) = 358483 bytes +SHA1 (POE-Component-IRC-6.39.tar.gz) = 5e9ba65c739d13245146bb36d36bbb17ec53822c +RMD160 (POE-Component-IRC-6.39.tar.gz) = c29b68383de642d9fbd7a9a116c39dd3590b5fdb +Size (POE-Component-IRC-6.39.tar.gz) = 378239 bytes |