diff options
author | wiz <wiz@pkgsrc.org> | 2005-02-22 00:40:32 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-02-22 00:40:32 +0000 |
commit | b652e9b48248d0b2355046200672bca367f8696d (patch) | |
tree | ea64cb23fee23286a55dbf7de9cb65cc3c6e708d | |
parent | 6cbc326e3373325ea7ad96d98b8b4360faf098a5 (diff) | |
download | pkgsrc-b652e9b48248d0b2355046200672bca367f8696d.tar.gz |
Update to 0.79:
0.79 Wed Jan 19 15:39:00 PST 2005
- New maintainer: Richard Soderberg
- Resolved several RT tickets
- 4934, 8263, 8060, 8400, 8624, 5870, 4658, 8940, 1474, 4311
- Skip certain tests on AIX and OpenBSD as they deadlock otherwise
- Applied AIX patch from ActiveState (#8263)
- Fixed t/run.t on OS X (#8940)
- Add check for EINTR to _read (#5870)
- FreeBSD uses fds up to 4 by default, fixed tests to start at 5 (#8060)
0.78 Tue Mar 9 01:49:25 EST 2004
- Removed all psuedohashes
- Require Win32::Process when on Win32 (<CORION a t cpan . org>)
- Retry the select() instead of croaking when EINTR occurs
(Ilya Martynov)
- This needs further testing and analysis, but works for
the submitter.
0.77 Fri Sep 26 15:36:56 EDT 2003
- Non-binmoded pipes are now s/\r//g on Win32
- Passes all tests on WinXPPro and WinNT
- Deadlocks somewhere shortly after process creation on Win2K
in some cases
0.76
- Does not use pseudohashes for perls >= 5.9.0 (reported by several
users, patch by Nicholas Clark)
- pumpable() is now exported
- pumpable() now more thorough in checking for a dead child
- it checks for reapable processes when all pipes to the process
are paused
- pumpable() now yields the processor when all pipes to
- Distro layout improved: Run.pm and Run/... are now under
lib/IPC/...
0.75 Tue Jan 28 11:33:40 EST 2003
- Fix a bug that was causing _pipe() to seem to fail when feeding
-rw-r--r-- | devel/p5-IPC-Run/Makefile | 7 | ||||
-rw-r--r-- | devel/p5-IPC-Run/distinfo | 6 |
2 files changed, 7 insertions, 6 deletions
diff --git a/devel/p5-IPC-Run/Makefile b/devel/p5-IPC-Run/Makefile index 7c38aaa855a..c6b00c8a948 100644 --- a/devel/p5-IPC-Run/Makefile +++ b/devel/p5-IPC-Run/Makefile @@ -1,17 +1,18 @@ -# $NetBSD: Makefile,v 1.6 2004/12/20 11:31:01 grant Exp $ +# $NetBSD: Makefile,v 1.7 2005/02/22 00:40:32 wiz Exp $ -DISTNAME= IPC-Run-0.74 +DISTNAME= IPC-Run-0.79 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IPC/} MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/IPC-Run/ COMMENT= Perl module for interacting with child processes PKG_INSTALLATION_TYPES= overwrite pkgviews USE_BUILDLINK3= YES +USE_LANGUAGES= # empty PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/IPC/Run/.packlist .include "../../lang/perl5/module.mk" diff --git a/devel/p5-IPC-Run/distinfo b/devel/p5-IPC-Run/distinfo index 99f75828b3c..42c2d000c78 100644 --- a/devel/p5-IPC-Run/distinfo +++ b/devel/p5-IPC-Run/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2002/08/28 19:33:20 seb Exp $ +$NetBSD: distinfo,v 1.2 2005/02/22 00:40:32 wiz Exp $ -SHA1 (IPC-Run-0.74.tar.gz) = ef6288700444e949a49ade658f4e7257e24444ca -Size (IPC-Run-0.74.tar.gz) = 87892 bytes +SHA1 (IPC-Run-0.79.tar.gz) = 80b7fda98b5f59cd1b4c3356190e0ee741fbc3b3 +Size (IPC-Run-0.79.tar.gz) = 89422 bytes |