The NetBSD Project

CVS log for pkgsrc/devel/p5-IPC-Run/Makefile

[BACK] Up to [cvs.netbsd.org] / pkgsrc / devel / p5-IPC-Run

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.20 / (download) - annotate - [select for diffs], Sun Aug 14 12:26:12 2011 UTC (9 months, 1 week ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, HEAD
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored)

Revision bump after updating perl5 to 5.14.1.

Revision 1.19 / (download) - annotate - [select for diffs], Sun Apr 17 10:11:03 2011 UTC (13 months, 1 week ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2011Q2-base, pkgsrc-2011Q2
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored)

Fixed typo in LICENSE

Revision 1.18 / (download) - annotate - [select for diffs], Sat Aug 21 16:33:55 2010 UTC (21 months ago) by seb
Branch: MAIN
CVS Tags: pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3
Changes since 1.17: +2 -1 lines
Diff to previous 1.17 (colored)

Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

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=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!

Revision 1.17 / (download) - annotate - [select for diffs], Sun Apr 25 18:05:25 2010 UTC (2 years ago) by seb
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base, pkgsrc-2010Q2
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored)

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

Revision 1.16 / (download) - annotate - [select for diffs], Sun Aug 9 11:37:47 2009 UTC (2 years, 9 months ago) by sno
Branch: MAIN
CVS Tags: pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3
Changes since 1.15: +6 -3 lines
Diff to previous 1.15 (colored)

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.

Revision 1.15 / (download) - annotate - [select for diffs], Sat Dec 20 23:12:29 2008 UTC (3 years, 5 months ago) by he
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4
Changes since 1.14: +4 -3 lines
Diff to previous 1.14 (colored)

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

Revision 1.14 / (download) - annotate - [select for diffs], Sun Oct 19 19:17:56 2008 UTC (3 years, 7 months ago) by he
Branch: MAIN
Changes since 1.13: +2 -1 lines
Diff to previous 1.13 (colored)

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=...").

Revision 1.13 / (download) - annotate - [select for diffs], Thu Jun 12 02:14:23 2008 UTC (3 years, 11 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.12: +2 -1 lines
Diff to previous 1.12 (colored)

Add DESTDIR support.

Revision 1.12 / (download) - annotate - [select for diffs], Sun Oct 29 15:40:04 2006 UTC (5 years, 6 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4
Changes since 1.11: +2 -3 lines
Diff to previous 1.11 (colored)

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

Revision 1.11 / (download) - annotate - [select for diffs], Sat Mar 4 21:29:22 2006 UTC (6 years, 2 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2, pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

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.

Revision 1.10 / (download) - annotate - [select for diffs], Sat Aug 6 06:19:11 2005 UTC (6 years, 9 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4, pkgsrc-2005Q3-base, pkgsrc-2005Q3
Changes since 1.9: +2 -1 lines
Diff to previous 1.9 (colored)

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.

Revision 1.9 / (download) - annotate - [select for diffs], Wed Jul 13 18:01:26 2005 UTC (6 years, 10 months ago) by jlam
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

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.

Revision 1.8 / (download) - annotate - [select for diffs], Mon Apr 11 21:45:32 2005 UTC (7 years, 1 month ago) by tv
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.7: +1 -2 lines
Diff to previous 1.7 (colored)

Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.7 / (download) - annotate - [select for diffs], Tue Feb 22 00:40:32 2005 UTC (7 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1
Changes since 1.6: +4 -3 lines
Diff to previous 1.6 (colored)

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

Revision 1.6 / (download) - annotate - [select for diffs], Mon Dec 20 11:31:01 2004 UTC (7 years, 5 months ago) by grant
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base, pkgsrc-2004Q4
Changes since 1.5: +2 -1 lines
Diff to previous 1.5 (colored)

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.

Revision 1.5 / (download) - annotate - [select for diffs], Sun Apr 25 03:44:35 2004 UTC (8 years, 1 month ago) by minskim
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2
Changes since 1.4: +4 -2 lines
Diff to previous 1.4 (colored)

Bl3ify and enable pkgviews installation.

Revision 1.4 / (download) - annotate - [select for diffs], Thu Jul 17 21:32:34 2003 UTC (8 years, 10 months ago) by grant
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1, pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

s/netbsd.org/NetBSD.org/

Revision 1.3 / (download) - annotate - [select for diffs], Mon Jun 2 01:20:27 2003 UTC (8 years, 11 months ago) by jschauma
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

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.

Revision 1.2 / (download) - annotate - [select for diffs], Sun Oct 13 22:02:55 2002 UTC (9 years, 7 months ago) by seb
Branch: MAIN
CVS Tags: netbsd-1-6-1-base, netbsd-1-6-1
Changes since 1.1: +2 -5 lines
Diff to previous 1.1 (colored)

Use perl5/module.mk.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Aug 28 19:33:20 2002 UTC (9 years, 8 months ago) by seb
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

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.

Revision 1.1 / (download) - annotate - [select for diffs], Wed Aug 28 19:33:20 2002 UTC (9 years, 8 months ago) by seb
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>