pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-Event - Update p5-Event



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8b0d56304994
branches:  trunk
changeset: 496876:8b0d56304994
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Thu Jul 14 18:25:08 2005 +0000

description:
- Update p5-Event
> 2005-05-14    <joshua%always.joy.eth.net@localhost>
>
>       * Release 1.06.
>
> 2005-05-09    <joshua%always.joy.eth.net@localhost>
>
>       * Fix 64 bit issue.  Encouraged by Eric Rybski
>       <rybskej%yahoo.com@localhost>.
>
> 2005-04-23    <joshua%always.joy.eth.net@localhost>
>
>       * Release 1.05.
>
>       * Fix ancient memory leak in loop() noticed by Nikita Savin
>       <nik%asdfgroup.com@localhost>.
>
> 2005-03-29    <joshua%always.joy.eth.net@localhost>
>
>       * Release 1.04.
>
>       * Preliminary /dev/poll support from Michael Pergament
>       <ESeifert%t-online.de@localhost>.  As of yet, there is no config test to
>       turn on this code.  Patches welcome.
>
> 2005-01-31    <joshua%always.joy.eth.net@localhost>
>
>       * Release 1.03.
>
>       * Apply Win32 patch from Graciliano M. P. <gmpowers%terra.com.br@localhost>.
>
> 2004-12-08    <joshua%always.joy.eth.net@localhost>
>
>       * Release 1.02.
>
> 2004-12-08    Zefram <zefram%fysh.org@localhost>
>
>       * Generic watchers: implementation, documentation, and tests.
>
>       * Documentation refinements.
>
> 2004-11-29    <joshua%always.joy.eth.net@localhost>
>
>       * Release 1.01.
>
>       * Event.xs: Due to popular demand, queue_pending() is now a public
>       API, for better or worse.  Beware of race conditions.
>
> 2004-11-29    Zefram <zefram%fysh.org@localhost>
>
>       * A var watcher can currently be created with no variable to
>       watch, provided of course that it is parked.  However, once a
>       variable has been set, the watcher cannot be returned to the
>       no-variable state.  The variable to watch can be changed, but the
>       watcher rejects any attempt to set the reference to undef.
>
>       Applied a patch to allow the variable reference of a var watcher
>       to be set to undef.
>
>       * Applied patch to clarify the documentation (with tweaks from
>       Joshua).
>
> 2004-05-14    <joshua%always.joy.eth.net@localhost>
>
>       * Release 1.00 (with Marc Lehmann's encouragement).
>
>       * c/watcher.c (pe_watcher_now): Check for a missing callback, not
>       only a missing perl callback.  Marc A. Lehmann <pcg%goof.com@localhost>
>
> 2004-04-26    <joshua%always.joy.eth.net@localhost>
>
>       * lib/Event.pm (import): Make NO_TIME_HIRES actually work. Jerry
>       D. Hedden <jerry%hedden.us@localhost>
>
> 2004-04-22    <joshua%always.joy.eth.net@localhost>
>
>       * c/signal.c (pe_signal_stop): When a signal watcher stops, the
>       signal counter is cleared.  Otherwise the signal watcher can
>       generate one last event after being stopped, which is a
>       bug. (Pointed out by Zefram <zefram%fysh.org@localhost>)
>
> 2004-04-21    <joshua%always.joy.eth.net@localhost>
>
>       * Release 0.88.
>
>       * lib/Event.pm: Simplify hooking into Time::HiRes.  Add a
>       NO_HIRES_TIME export_ok symbol to turn off the probing.
>
>       * Event.xs: Remove U2time. Remove install_time_api().
>
>       * lib/Event.pod: More refinement from Zefram <zefram%fysh.org@localhost>.
>
>       * lib/Event.pod: ($watcher->pending & signal watchers): More
>       specific description by Zefram <zefram%fysh.org@localhost>.
>
>       * c/watcher.c (pe_watcher_now): Fix SEGV reported by Zefram
>       <zefram%fysh.org@localhost>.  Add test.
>
> 2004-04-05    <joshua%always.joy.eth.net@localhost>
>
>       * lib/Event.pod (timer): Correction by Randal L. Schwartz
>       <merlyn%stonehenge.com@localhost>.
>
> 2004-04-03    <joshua%always.joy.eth.net@localhost>
>
>       * lib/Event.pod (timer): Doc clarification
>       (jdhedden%1979.usna.com@localhost).
>
> Tue Feb 18 21:57:04 2003  Joshua N Pritikin  <vishnu%pobox.com@localhost>
>
>       * Release 0.87.
>
>       * c/var.c (tracevar_r, tracevar_w): Fix declaration for recent
>       versions of perl (patch from Nick Eggleston <nick%dccinc.com@localhost>).
>
> Sat May 25 11:23:50 2002  Joshua N Pritikin  <vishnu%pobox.com@localhost>
>
>       * Release 0.86.
>
>       * c/unix.c: Solaris works better without POLLWRBAND (Clemens
>       Schrimpe <csch%Kiez.NET@localhost>).
>
> Fri Feb  1 12:20:33 2002  Joshua N Pritikin  <vishnu%pobox.com@localhost>
>
>       * Release 0.85.
>
>       * Apply patch from Allen Smith <easmith%beatrice.rutgers.edu@localhost>
>       to avoid infinite polling loop on some select implementations.
>       Also reported by Marc Lehmann <pcg%goof.com@localhost>.
>
> Tue Jan 22 12:20:24 2002  Joshua N Pritikin  <vishnu%pobox.com@localhost>
>
>       * Doc StarvePrio (Allen Smith <easmith%beatrice.rutgers.edu@localhost>).
>
>       * Remove IRIX special casing.  Reports indicate that new versions
>       of IRIX don't need any hacks. (Allen Smith
>       <easmith%beatrice.rutgers.edu@localhost>)
>

diffstat:

 devel/p5-Event/Makefile |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (15 lines):

diff -r 5296333cc84e -r 8b0d56304994 devel/p5-Event/Makefile
--- a/devel/p5-Event/Makefile   Thu Jul 14 18:17:25 2005 +0000
+++ b/devel/p5-Event/Makefile   Thu Jul 14 18:25:08 2005 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2005/07/13 18:01:24 jlam Exp $
+# $NetBSD: Makefile,v 1.12 2005/07/14 18:25:08 adrianp Exp $
 
-DISTNAME=      Event-0.83
+DISTNAME=      Event-1.06
 PKGNAME=       p5-${DISTNAME}
 SVR4_PKGNAME=  p5eve
-PKGREVISION=   1
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/J/JP/JPRIT/}
 



Home | Main Index | Thread Index | Old Index