Commit graph

4 commits

Author SHA1 Message Date
rillig
b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00
adrianp
bace3f52b5 Update to 4.71
From Changes:
> 4.71  Thu Oct 13 19:04:01 BST 2005
>     - Documentation bug in IRC.pm, spotted by cnelson.
>     - Fixed ::State.pm for channel admin/owner support,
>       spotted by Sebastien Wernerus.
>
> 4.70  Fri Sep 16 16:45:05 BST 2005
>     - Fixed a bug where 'irc_raw' events were being switched off after
>       a connect() without parameters was called.
>
> 4.69  Mon Sep 05 12:30:01 BST 2005
>     - 3_connect.t was causing problems on Cygwin. Skipped this test
>       on Cygwin for now.
>
> 4.68  Fri Sep 02 14:00:00 BST 2005
>     - Altered Connector plugin so it starts the auto_ping on
>       'irc_connected' rather than 'irc_001'. Thanks to British
>       Telecom for enabling me to spot that one. >:]
>
> 4.67  <Date>
>     - Documentation amendments to Plugin.pm. Well spotted, perigrin :D
>     - Added POD test.
>     - Filter-CTCP.pm fixed. All 'warn's only enabled when debug is set.
>       Thanks to ketas for spotting that one.
>     - Fixed a typo made doing the previous fix. >;)
>     - Added Projects.pm, hopefully a list of PoCo-IRC using projects.
>     - Added placeholder for State::Lite, a lightweight version of State.
>     - Tidied up main PoCo-IRC POD. Added a much better SYNOPSIS.
>
> 4.66  Thu Jul 28 17:55:01 BST 2005
>     - Committed patches from Jeff 'japhy' Pinyan who has hacked
>       prioritisation into the plugin system. Check Plugin.pm and
>       Pipeline.pm for details.
>
> 4.65  Wed Jul 13 17:47:08 BST 2005
>     - Fixed the anamoly where plugins weren't deleted if shutdown()
>       is called. This should fix plugins that based around POE::Session.
2005-10-14 09:46:54 +00:00
jlam
7fbb8d9527 Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
2005-08-06 06:19:03 +00:00
adrianp
6757e3f2b0 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.
2005-07-14 23:09:30 +00:00