diff options
author | adrianp <adrianp> | 2004-10-20 09:41:40 +0000 |
---|---|---|
committer | adrianp <adrianp> | 2004-10-20 09:41:40 +0000 |
commit | f746f144a08efebde415106de9227bcc163342f7 (patch) | |
tree | 45b306d2c64feca8e3d0960f7a609e4e2f00523a /net/p5-Net-IRC | |
parent | 87c84402273e1b1b30201bf6dcd145bdf4236613 (diff) | |
download | pkgsrc-f746f144a08efebde415106de9227bcc163342f7.tar.gz |
- Update to 0.75
- Fix homepage
0.74 Wed Apr 16 Sometime GMT 2003
- Added Pacing
- Added SSL support
- Added Time::HiRes conditional support for fractional times
- Net::IRC::Connection::time -> Net::IRC::Connection::timestamp
- Hopefully this doesn't break anyone, this was an undocumented
access to the IRC 'TIME' command.
- Updated docs slightly, pointing to new webpage, etc.
0.75 Fri Apr 30 who cares what time? 2004
- Hopefully fixed mysterious LocalAddr-related connection problems
- Rewrote event output system - created EventQueue
- Added add_default_handler for hooking all events at once
- UnrealIrcd events added (thanks to Hendrik Frenzel)
- Conditional require of Time::HiRes now works right in its absence
(thanks to Adam Monsen <adamm@wazamatta.com>)
- Massive readability/maintainability changes
- Subs ordered in logical order, not alphabetical
- Indentation
- Updated current maintainers (should have been changed for 0.74)
Diffstat (limited to 'net/p5-Net-IRC')
-rw-r--r-- | net/p5-Net-IRC/Makefile | 6 | ||||
-rw-r--r-- | net/p5-Net-IRC/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/p5-Net-IRC/Makefile b/net/p5-Net-IRC/Makefile index 88437a00276..432871ea123 100644 --- a/net/p5-Net-IRC/Makefile +++ b/net/p5-Net-IRC/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.7 2004/04/27 06:05:57 snj Exp $ +# $NetBSD: Makefile,v 1.8 2004/10/20 09:41:40 adrianp Exp $ -DISTNAME= Net-IRC-0.73 +DISTNAME= Net-IRC-0.75 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5nir CATEGORIES= net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} MAINTAINER= damon@brodiefamily.org -HOMEPAGE= http://theoryx5.uwinnipeg.ca/CPAN/data/Net-IRC/Connection.html +HOMEPAGE= http://theoryx5.uwinnipeg.ca/CPAN/data/Net-IRC/ COMMENT= Perl Internet Relay Chat (IRC) module USE_BUILDLINK3= YES diff --git a/net/p5-Net-IRC/distinfo b/net/p5-Net-IRC/distinfo index 8ec86d02e80..75c8a38df5c 100644 --- a/net/p5-Net-IRC/distinfo +++ b/net/p5-Net-IRC/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.3 2002/01/26 06:51:17 martti Exp $ +$NetBSD: distinfo,v 1.4 2004/10/20 09:41:40 adrianp Exp $ -SHA1 (Net-IRC-0.73.tar.gz) = 6fbefed220fa263097abd228018f8acc2b8fac5d -Size (Net-IRC-0.73.tar.gz) = 56367 bytes +SHA1 (Net-IRC-0.75.tar.gz) = f21a2c7e34eac73dfc1a5b08c204630b509aea8b +Size (Net-IRC-0.75.tar.gz) = 48651 bytes |