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


Keyword substitution: kv
Default branch: MAIN


Revision 1.45: download - view: text, markup, annotated - select for diffs
Sat Nov 16 12:04:26 2024 UTC (4 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2024Q4-base, pkgsrc-2024Q4, HEAD
Diff to: previous 1.44: preferred, colored
Changes since revision 1.44: +2 -1 lines
*: recursive bump for perl 5.40

Revision 1.44: download - view: text, markup, annotated - select for diffs
Sun Nov 5 02:19:34 2023 UTC (16 months, 2 weeks ago) by wen
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base, pkgsrc-2024Q3, pkgsrc-2024Q2-base, pkgsrc-2024Q2, pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4
Diff to: previous 1.43: preferred, colored
Changes since revision 1.43: +2 -3 lines
Update to 20231003.0

Upstream changes:
20231003.0 Mon Oct 2 2023
 Windows now matches other platforms in that a child calling exit(N) causes
 result() to return N and full_result() to return N << 8.  On Windows, before
 this change, result() was returning N >> 8, and full_result() was returning N.
 Programs having workarounds for this may need to condition those workarounds on
 $IPC::Run::VERSION.
 - #157 - On Windows, avoid hang under IPCRUNDEBUG.
 - Refresh "cpanfile" from Makefile.PL, to allow use on Windows.
 - #163 - Normalize shebangs to /usr/bin/perl
 - Fix or skip all tests recently seen to fail on Windows.
 - Include t/result.t in releases.
 - #168 - Make full_result() and result() Windows behavior match non-Windows.

Revision 1.43: download - view: text, markup, annotated - select for diffs
Thu Jul 6 09:39:22 2023 UTC (20 months, 2 weeks ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3
Diff to: previous 1.42: preferred, colored
Changes since revision 1.42: +2 -1 lines
*: recursive bump for perl 5.38

Revision 1.42: download - view: text, markup, annotated - select for diffs
Sun Feb 12 11:01:43 2023 UTC (2 years, 1 month ago) by wen
Branches: MAIN
CVS tags: pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1
Diff to: previous 1.41: preferred, colored
Changes since revision 1.41: +2 -3 lines
Update to 20220807.0

Upstream changes:
20220807.0 Mon Aug 1 2022
 If your applications rely on portability to Windows, see new documentation
 sections "argument-passing rules are program-specific" and "batch files".  This
 release fixes bugs in runs of Windows programs that use standard command line
 parsing rules.  Runs of non-standard programs may require changes.  Notable
 non-standard programs include cmd.exe, cscript.exe, and Cygwin programs.
 - #140 - skip t/pty.t test on NetBSD too
 - Add strict/warnings
 - #142 - Follow Windows argument quoting rules
 - #146 - allow win32_newlines.t to actually run
 - #150 - Make t/pty.t test pass on OpenBSD.
 - #148 - Support Win32 commands having nonstandard command line parsing rules
 - Support executing Win32 batch files.
 - Add IPC::Run::Win32Process, for delivering nonstandard command lines.
 - Fix reporting of Win32::Process::Create() errors.
 - #156 - On Windows, avoid hang when closing read end of pipe.
 - #155 - Ignore known test failure on msys. - t/windows_search_path.t
 - Avoid warning with IPCRUNDEBUG, in Windows spawned children.
 - Use $^X, not 'perl', in tests.
 - Thanks to the New active developer: Noah Misch!

Revision 1.41: download - view: text, markup, annotated - select for diffs
Tue Jun 28 11:32:37 2022 UTC (2 years, 8 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +2 -2 lines
*: recursive bump for perl 5.36

Revision 1.40: download - view: text, markup, annotated - select for diffs
Mon May 24 19:50:53 2021 UTC (3 years, 10 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +2 -1 lines
*: recursive bump for perl 5.34

Revision 1.39: download - view: text, markup, annotated - select for diffs
Mon Sep 7 06:54:28 2020 UTC (4 years, 6 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +3 -3 lines
p5-IPC-Run: update to 20200505.0.

20200505.0 Tue May 5 2020
 - #125 - Fix syntax errors in POD examples
 - #127 - Switch Readonly testing requirement to a recommends
 - #129 - Fix full_result to always return $?
 - #136 - kill_kill: Immediately KILL the child process as documented for Win32.
 - Switch to github actions for CI testing
 - Re-structure shipped files into eg
 - Move author tests into xt and test them separately.

Revision 1.38: download - view: text, markup, annotated - select for diffs
Mon Aug 31 18:08:13 2020 UTC (4 years, 6 months ago) by wiz
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +2 -2 lines
*: bump PKGREVISION for perl-5.32.

Revision 1.37: download - view: text, markup, annotated - select for diffs
Sun Aug 11 13:19:40 2019 UTC (5 years, 7 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +2 -2 lines
Bump PKGREVISIONs for perl 5.30.0

Revision 1.36: download - view: text, markup, annotated - select for diffs
Sun Jun 30 20:15:11 2019 UTC (5 years, 8 months ago) by nia
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +2 -2 lines
Update packages using a search.cpan.org HOMEPAGE to metacpan.org.

The former now redirects to the latter.

This covers the most simple cases where http://search.cpan.org/dist/name
can be changed to https://metacpan.org/release/name.

Reviewed by hand to hopefully make sure no unwanted changes sneak in.

Revision 1.35: download - view: text, markup, annotated - select for diffs
Wed Aug 22 09:44:10 2018 UTC (6 years, 7 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +2 -1 lines
Recursive bump for perl5-5.28.0

Revision 1.34: download - view: text, markup, annotated - select for diffs
Sun Jun 24 06:59:41 2018 UTC (6 years, 9 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +2 -2 lines
p5-IPC-Run: update to 20180523.0.

20180523.0 Wed May 23 2018
 - #99 - Fix using fd in child process when it happens to be the same number in
   the child as it was in the parent.

Revision 1.33: download - view: text, markup, annotated - select for diffs
Mon Apr 23 07:26:16 2018 UTC (6 years, 11 months ago) by wen
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +2 -3 lines
Update to 0.99

Upstream changes:
0.99 Fri Mar 30 2018
 - Fixes for windows unit tests so they skip or pass.
  t/autoflush.t
  t/readonly.t
  t/run_stdin-callback-return-array.t

0.98 Thu Mar 29 2018
 - Switch to using $!{EINTR}
 - Honor umask for user/group permissions on a +rw file
 - Remove commented code from RT 50739
 - #63 - Patch for fixing _write on invalid objects
 - #54 - Make slave the controlling terminal so more programs can be called from IPC::Run reliably
 - #53 - Prevent Not a GLOB reference in close_terminal by untieing before close
 - #46 - '&' closing the stdin of the right process.
 - #41 - Do POSIX::_exit not ::exit
 - #40 - Assure child Win32 processes have same priority as parent
 - #38 - Add unit test for passing use of Readonly.pm
 - #39 - Fix GLOB test in IPC::Run::IO->new
 - #86 - Fix for memory leak [rt.cpan.org #57990]
 - MANIFEST was updated. New tests may start shipping now.

0.97 Mon Mar 26 2018
 - Update meta and POD to point to GitHub issues not RT.
 - Update README with pod changes.
 - Fix variable name in synopsis - [Github #47]
 - Fix t/run.t to work on "perl in space" - [Github #100]

Revision 1.32: download - view: text, markup, annotated - select for diffs
Mon Jun 5 14:23:08 2017 UTC (7 years, 9 months ago) by ryoon
Branches: MAIN
CVS tags: pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -1 lines
Recursive revbump from lang/perl5 5.26.0

Revision 1.31: download - view: text, markup, annotated - select for diffs
Wed May 17 10:59:04 2017 UTC (7 years, 10 months ago) by wiz
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +2 -2 lines
Updated p5-IPC-Run to 0.96.

0.96 Fri May 12 2017
 - Update bug tracker to https://github.com/toddr/IPC-Run/issues

Revision 1.30: download - view: text, markup, annotated - select for diffs
Thu Apr 27 13:17:52 2017 UTC (7 years, 10 months ago) by mef
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +2 -3 lines
Updated devel/p5-IPC-Run to 0.95
--------------------------------
0.95 Mon Apr 24 2017
 - Spelling fixes
 - doc fix: full_result returns $?, not $? >> 8
 - Fix check for reaped PID in reap_nb
 - Re-remove unnecessary use of UNIVERSAL

0.94_02 Thu Apr 14 2016
 - Skip infinity test on perl below 5.8.9

0.94_01 Tue Apr 12 2016
 - Enable Travis-CI integration for IPC::Run
 - Use q{} and qq{} to fix problems with quotation in cmd.exe
 - sync $VERSION across all files to address kwalitee
 - RT 109243 - Stop side affect of altering flushing of STDOUT and STDERR
 - CHILD_HANDLE should be closed with 'Close' to prevent a warning.
 - require Win32API::File on Windows
 - Better timer error message + an additional unit test
 - Catching previously non-detected malformed time strings
 - Let Timer accept all allowable perl numbers
 - allow the OS to choose the ephemeral port to use
 - Don't use version.pm to parse the perl version in Makefile.PL
 - perltidy
 - Do not import POSIX into local namespace (it's a memory hog)

Revision 1.29: download - view: text, markup, annotated - select for diffs
Wed Jun 8 19:23:05 2016 UTC (8 years, 9 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -2 lines
Bump PKGREVISION for perl-5.24.

Revision 1.28: download - view: text, markup, annotated - select for diffs
Fri Jun 12 10:49:21 2015 UTC (9 years, 9 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -1 lines
Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.

Revision 1.27: download - view: text, markup, annotated - select for diffs
Sat Feb 14 02:23:30 2015 UTC (10 years, 1 month ago) by mef
Branches: MAIN
CVS tags: pkgsrc-2015Q1-base, pkgsrc-2015Q1
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -3 lines
update 0.92 to 0.94
-------------------
0.94 Sun Dec 14 2014
 - RT 100858 - Update License discrepancies.

0.93_01 Wed Dec 10 2014
 - Many typo corrections from David Steinbrunner via github
 - RT 20105 - t/pty.t fails on Solaris 10

Revision 1.26: download - view: text, markup, annotated - select for diffs
Thu Oct 9 14:06:21 2014 UTC (10 years, 5 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2014Q4-base, pkgsrc-2014Q4
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +1 -3 lines
Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.

Revision 1.25: download - view: text, markup, annotated - select for diffs
Thu May 29 23:36:00 2014 UTC (10 years, 9 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -2 lines
Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.

Revision 1.24: download - view: text, markup, annotated - select for diffs
Fri May 31 12:40:26 2013 UTC (11 years, 9 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -1 lines
Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.

Revision 1.23: download - view: text, markup, annotated - select for diffs
Sun Apr 21 11:39:57 2013 UTC (11 years, 11 months ago) by ryoon
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -3 lines
Update to 0.92

Changelog:
0.92 Thu Aug 30 2012
 - Tests are good in dev version. Releasing to stable.

0.92_01 Wed 22 Aug 2012
 - RT 59775 - Catching a signal during select() can lock up IPC::Run

0.91 Tue 14 Feb 2012
 - Tests are good in dev version. Releasing to stable.

0.91_01 Mon 16 Jan 2012
 - RT 57277 - Apply suggested 1 line fix for dev release to public.

0.90 Wed 29 Jun 2011
 - RT 57277 - Add breaking test. No solution at present.
 - RT 68623 - disable parallel tests on windows
 - RT 43072 - Skip dragonfly platform on t/pty.t (hangs)
 - RT 14078 - run() miscalculates length of UTF-8 strings
 - RT 49693 - security patch for lib/IPC/Run/Win32IO.pm s/INADDR_ANY//
 - RT 38193 - Fix error detection on non-English operating systems
 - Add a blank doc entry for IPC::Run::Win32IO::poll to quiet windows pod parser errors
 - RT 57190 - handle PATH environment variable not being defined. WILL NOT default to '.' since UNIX would not do this and the program has been behaving the UNIX way to date.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Wed Oct 31 11:18:23 2012 UTC (12 years, 4 months ago) by asau
Branches: MAIN
CVS tags: pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +1 -2 lines
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Wed Oct 3 21:55:10 2012 UTC (12 years, 5 months ago) by wiz
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -2 lines
Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Sun Aug 14 12:26:12 2011 UTC (13 years, 7 months ago) by obache
Branches: MAIN
CVS tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -2 lines
Revision bump after updating perl5 to 5.14.1.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Sun Apr 17 10:11:03 2011 UTC (13 years, 11 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2011Q2-base, pkgsrc-2011Q2
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -2 lines
Fixed typo in LICENSE

Revision 1.18: download - view: text, markup, annotated - select for diffs
Sat Aug 21 16:33:55 2010 UTC (14 years, 7 months ago) by seb
Branches: MAIN
CVS tags: pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -1 lines
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 - view: text, markup, annotated - select for diffs
Sun Apr 25 18:05:25 2010 UTC (14 years, 11 months ago) by seb
Branches: MAIN
CVS tags: pkgsrc-2010Q2-base, pkgsrc-2010Q2
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -2 lines
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 - view: text, markup, annotated - select for diffs
Sun Aug 9 11:37:47 2009 UTC (15 years, 7 months ago) by sno
Branches: MAIN
CVS tags: pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +6 -3 lines
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 - view: text, markup, annotated - select for diffs
Sat Dec 20 23:12:29 2008 UTC (16 years, 3 months ago) by he
Branches: MAIN
CVS tags: pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +4 -3 lines
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 - view: text, markup, annotated - select for diffs
Sun Oct 19 19:17:56 2008 UTC (16 years, 5 months ago) by he
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -1 lines
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 - view: text, markup, annotated - select for diffs
Thu Jun 12 02:14:23 2008 UTC (16 years, 9 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper, cube-native-xorg-base, cube-native-xorg
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -1 lines
Add DESTDIR support.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Sun Oct 29 15:40:04 2006 UTC (18 years, 4 months ago) by obache
Branches: 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
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -3 lines
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 - view: text, markup, annotated - select for diffs
Sat Mar 4 21:29:22 2006 UTC (19 years ago) by jlam
Branches: MAIN
CVS tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2, pkgsrc-2006Q1-base, pkgsrc-2006Q1
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2 lines
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 - view: text, markup, annotated - select for diffs
Sat Aug 6 06:19:11 2005 UTC (19 years, 7 months ago) by jlam
Branches: MAIN
CVS tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4, pkgsrc-2005Q3-base, pkgsrc-2005Q3
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -1 lines
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 - view: text, markup, annotated - select for diffs
Wed Jul 13 18:01:26 2005 UTC (19 years, 8 months ago) by jlam
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
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 - view: text, markup, annotated - select for diffs
Mon Apr 11 21:45:32 2005 UTC (19 years, 11 months ago) by tv
Branches: MAIN
CVS tags: pkgsrc-2005Q2-base, pkgsrc-2005Q2
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -2 lines
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Feb 22 00:40:32 2005 UTC (20 years, 1 month ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +4 -3 lines
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 - view: text, markup, annotated - select for diffs
Mon Dec 20 11:31:01 2004 UTC (20 years, 3 months ago) by grant
Branches: MAIN
CVS tags: pkgsrc-2004Q4-base, pkgsrc-2004Q4
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -1 lines
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 - view: text, markup, annotated - select for diffs
Sun Apr 25 03:44:35 2004 UTC (20 years, 11 months ago) by minskim
Branches: MAIN
CVS tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +4 -2 lines
Bl3ify and enable pkgviews installation.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Jul 17 21:32:34 2003 UTC (21 years, 8 months ago) by grant
Branches: MAIN
CVS tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1, pkgsrc-2003Q4-base, pkgsrc-2003Q4
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
s/netbsd.org/NetBSD.org/

Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Jun 2 01:20:27 2003 UTC (21 years, 9 months ago) by jschauma
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
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 - view: text, markup, annotated - select for diffs
Sun Oct 13 22:02:55 2002 UTC (22 years, 5 months ago) by seb
Branches: MAIN
CVS tags: netbsd-1-6-1-base, netbsd-1-6-1
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -5 lines
Use perl5/module.mk.

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Wed Aug 28 19:33:20 2002 UTC (22 years, 7 months ago) by seb
Branches: TNF
CVS tags: pkgsrc-base
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
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 - view: text, markup, annotated - select for diffs
Wed Aug 28 19:33:20 2002 UTC (22 years, 7 months ago) by seb
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs 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.

Log view options

CVSweb <webmaster@jp.NetBSD.org>