Commit graph

19 commits

Author SHA1 Message Date
seb
227d6def1c Update p5-IPC-Run from version 0.84 to version 0.89.
Pkgsrc changes:
- patch to prevent test deadlocks on NetBSD

Upstream changes:
0.89 Wed 31 Mar 2010
  - Revert extended tests to require "oslo consensus" variables -
  http://use.perl.org/~Alias/journal/36128
  - Add IO::Pty to META.yml requirement This has been inconsistently
  depended on over the years in META.yml

0.88 Tue 30 Mar 2010
  - Missed dangling isa in IPC::Run::Debug
  - Fix retry for read of fh when I get "Resource temporarily
  unavailable."
    It was previously pounding on the file handle with no rest 200
    times then giving up.  On fast systems this wasn't long enough.
    I'm implementing select(undef, undef, 0.01) to provide a more
    consistent retry among hardware and os.
  - Fix POD indentation in IO.pm

0.87 Mon 29 Mar 2010
  - Add doc type fixes - RT 56030 from carnil (Debian)
  - Remove reccommends for AUTHOR only modules
  - add pod_coverage and simplify pod test.
  - document undocumented public subs with TODO and best guess as
  to what they do.
  - Explicity recommend IO::Pty version number 1.08

0.86 Wed 24 Mar 2010
  - Add all files to subversion for easier releases
  - bump version on ALL files to 86

0.85 Mon 22 Mar 2010
  - Remove use UNIVERSAL. - RT 51509
  - fix pod for Win32Helper - RT 51695
  - Better PATHEXT logic bug if cmd_name contains periods - RT 50739
  - Enhance tests for run.t for better diagnostics - RT 47630
2010-04-25 18:05:25 +00:00
sno
c0891c284e Updating package for p5 module IPC::Run from 0.82 to 0.84
pkgsrc changes:
  - Adding license (unrolled perl license?) according to README file
  - Updated dependecies according to META.yml

Upstream changes:
0.84 Mon 13 Jul 2009
	- Add darwin to the list of known-bad platforms

0.83 Fri 10 Jul 2009
	- Switch from command.com to cmd.exe so we work on 2008 or newer.
2009-08-09 11:37:47 +00:00
he
fa567ccbed Update from version 0.80nb1 to 0.82.
(This despite the t/pty.t test haning, same as on FreeBSD, as
documented in that file.)

Upstream changes:

0.82 Thu 18 Dec 2008
	- Moving changes in 0.81_01 to a production release

0.81_01 Wed 15 Oct 2008
	- This is the first in a series of refactoring test releases.
	- Removed Makefile.PL message noisily asking users to do CPAN Testers
	  dirty work.
	- Simplfied the Makefile.PL code a little.
	- Upgraded all tests to Test::More
	- Added a $VERSION for all modules
	- Adding some missing POD sections
	- Various other clean ups
2008-12-20 23:12:29 +00:00
he
b021813da0 Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
2008-10-19 19:17:40 +00:00
joerg
ba171a91fa Add DESTDIR support. 2008-06-12 02:14:13 +00:00
jlam
56ba4d2690 Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
2007-10-25 16:54:26 +00:00
obache
a2fd4cb0df Update p5-IPC-Run to 0.80.
Patch provided by Martin Wilke via PR 34349.

Changes:
0.80
   - IPC::Run::IO now retries on certain "temporarily unavailable" errors.
     This should fix several reported issues with t/run.t, test 69.

     Many thanks to < Eric (at) Scratch Computing (.com) > for the patch!

   - Applied documentation patch from RT.
   - Fixed documentation to work with '<' redirect
2006-10-29 15:40:04 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +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
jlam
7a6521287b Turn PERL5_PACKLIST into a relative path instead of an absolute path.
These paths are now relative to PERL5_PACKLIST_DIR, which currently
defaults to ${PERL5_SITEARCH}.  There is no change to the binary
packages.
2005-07-13 18:01:18 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
4a3d2f7ce2 Add RMD160 digests. 2005-02-23 22:24:08 +00:00
wiz
b652e9b482 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
2005-02-22 00:40:32 +00:00
grant
908e765695 since perl is now built with threads on most platforms, the perl archlib
module directory has changed (eg. "darwin-2level" vs.
"darwin-thread-multi-2level").

binary packages of perl modules need to be distinguishable between
being built against threaded perl and unthreaded perl, so bump the
PKGREVISION of all perl module packages and introduce
BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct
dependencies are registered and the binary packages are distinct.

addresses PR pkg/28619 from H. Todd Fujinaka.
2004-12-20 11:30:55 +00:00
minskim
a54636d6f3 Bl3ify and enable pkgviews installation. 2004-04-25 03:43:06 +00:00
grant
4083b24390 s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
seb
59f516a51b Use perl5/module.mk. 2002-10-13 22:02:55 +00:00
seb
2e0ab6ed68 Initial import of p5-IPC-Run version 0.74 into the Packages Collection.
This perl module allows you run and interact with child processes using files,
pipes, and pseudo-ttys.  Both system()-style and scripted usages are supported
and may be mixed.  Likewise, functional and OO API styles are both supported
and may be mixed.

Various redirection operators reminiscent of those seen on common Unix and DOS
command lines are provided.
2002-08-28 19:33:20 +00:00