NOTICE: This package has been removed from pkgsrc

./devel/p5-IPC-Cmd, Perl module for finding and running system commands

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.04nb1, Package name: p5-IPC-Cmd-1.04nb1, Maintainer: pkgsrc-users

IPC::Cmd allows you to run commands, interactively if desired,
platform independent but have them still work.

The can_run function can tell you if a certain binary is installed
and if so where, whereas the run function can actually execute any
of the commands you give it and give you a clear return value, as
well as adhere to your verbosity settings.


Required to run:
[lang/perl5]

Required to build:
[pkgtools/cwrappers]

Master sites: (Expand)

SHA1: 6485f29eb8ab5c25c09d8c1cf7b0d89da087c5ca
RMD160: f6e37b99577ee21b52aebd48b24f2f3b390527f1
Filesize: 30.683 KB

Version history: (Expand)


CVS history: (Expand)


   2020-08-31 20:13:29 by Thomas Klausner | Files touched by this commit (3631)
Log message:
*: bump PKGREVISION for perl-5.32.
   2019-10-22 02:25:43 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
(devel/p5-IPC-Cmd) Updated 1.02 to 1.04

1.04 Sat Jul 13 10:08:08 BST 2019
  Bug fixes:
  - Fixed usage of setsid()
   2019-08-11 15:25:21 by Thomas Klausner | Files touched by this commit (3557)
Log message:
Bump PKGREVISIONs for perl 5.30.0
   2019-06-30 22:17:50 by Nia Alarie | Files touched by this commit (1816)
Log message:
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.
   2018-08-22 11:48:07 by Thomas Klausner | Files touched by this commit (3558)
Log message:
Recursive bump for perl5-5.28.0
   2018-05-06 08:10:23 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
p5-IPC-Cmd: update to 1.02.

1.02 Thu May  3 09:42:15 BST 2018

  Bug fixes:
  - Resolve RT #118424 can't use IPC::Cmd->run_forked in the first process of \ 
a container
  - Make fix for RT #91784 only apply to HPUX
   2018-02-25 18:12:56 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
p5-IPC-Cmd: update to 1.00.

1.00 Wed Feb 14 16:14:01 GMT 2018

  Bug fixes:
  - Resolve RT #91784  'run_forked("/usr/bin/echo test") captures no \ 
output'
  - Resolve RT #124415 'The 03_run_forked.t test fails (sometimes) on HPUX'
   2017-06-12 15:27:02 by Makoto Fujiwara | Files touched by this commit (2)
Log message:
Updated devel/p5-IPC-Cmd to 0.98
--------------------------------
0.98 Fri May 12 17:00:07 BST 2017
  Enhancements:
    * Added wait_loop_callback for run_forked()

  Bug fixes:
    * Only search in curdir in can_run() when on Win32
      RT#105601