Port details |
- p5-IPC-Run3 Run a subprocess in batch mode
- 0.049 devel
=6 0.049Version of this port present on the latest quarterly branch. - Maintainer: perl@FreeBSD.org
 - Port Added: 2004-05-05 20:27:20
- Last Update: 2024-01-21 06:30:41
- Commit Hash: c914a16
- People watching this port, also watch:: libgpg-error, unzip, libxml2, p5-PerlIO-eol, p5-HTML-Format
- Also Listed In: perl5
- License: ART10 GPLv1 BSD2CLAUSE
- WWW:
- https://metacpan.org/release/IPC-Run3
- Description:
- This module allows you to run a subprocess and redirect stdin, stdout,
and/or stderr to files and perl data structures. It aims to satisfy
99% of the need for using system()/qx``/open3() with a simple,
extremely Perlish API and none of the bloat and rarely used features of
IPC::Run.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-IPC-Run3>0:devel/p5-IPC-Run3
- To install the port:
- cd /usr/ports/devel/p5-IPC-Run3/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/p5-IPC-Run3
- pkg install p5-IPC-Run3
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-IPC-Run3
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1705794782
SHA256 (IPC-Run3-0.049.tar.gz) = 9d048ae7b9ae63871bae976ba01e081d887392d904e5d48b04e22d35ed22011a
SIZE (IPC-Run3-0.049.tar.gz) = 20660
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- perl5>=5.36<5.37 : lang/perl5.36
- Runtime dependencies:
-
- perl5>=5.36<5.37 : lang/perl5.36
- This port is required by:
- for Build
-
- databases/p5-App-Sqitch
- databases/p5-ORLite-Migrate
- databases/p5-Prophet
- devel/p5-Test-DependentModules
- devel/p5-Test-Script-Run
- devel/p5-Test-Spelling
- devel/p5-VCP-autrijus
-
Deleted ports which required this port:
- for Run
-
- databases/p5-App-Sqitch
- databases/p5-ORLite-Migrate
- databases/p5-Prophet
- devel/p5-Test-DependentModules
- devel/p5-Test-Script-Run
- devel/p5-Test-Spelling
- devel/p5-VCP-autrijus
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- devel_p5-IPC-Run3
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.049 21 Jan 2024 06:30:41
    |
Wen Heping (wen)  |
devel/p5-IPC-Run3: Update to 0.049 |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.048_1 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.048_1 20 Jul 2022 14:21:35
    |
Tobias C. Berner (tcberner)  |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.048_1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.048_1 06 Apr 2019 14:44:47
  |
sunpoet  |
Add NO_ARCH
- Sort PLIST |
0.048_1 27 May 2018 20:15:20
  |
sunpoet  |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
0.048_1 26 Nov 2014 13:08:38
  |
mat  |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
0.048 27 Oct 2014 10:55:59
  |
bapt  |
Cleanup plist |
0.048 05 Apr 2014 07:22:00
  |
culot  |
- Update to 0.048
- Add LICENSE (Any version of BSD, GPL, or Artistic is acceptable)
Changes: http://search.cpan.org/dist/IPC-Run3/Changes |
0.046 30 Oct 2013 01:38:25
  |
vanilla  |
Support STAGEDIR. |
0.046 20 Sep 2013 17:13:47
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
0.046 02 Aug 2013 18:52:11
  |
mat  |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
0.046 13 Jun 2013 10:31:37
  |
tobez  |
Update to 0.046.
Changes: http://search.cpan.org/dist/IPC-Run3/Changes |
0.045 01 May 2012 01:47:10
 |
swills  |
- Assign clsung's p5- ports to perl@
Approved by: clsung via IRC |
0.045 12 Feb 2012 03:37:39
 |
sunpoet  |
- Update to 0.045
Changes: http://search.cpan.org/dist/IPC-Run3/Changes
Approved by: clsung (maintainer, via IRC) |
0.044 27 Dec 2010 14:54:38
 |
pgollucci  |
- Update to 0.044
- Remove MD5
PR: ports/153066
Submitted by: myself (pgollucci)
Approved by: maintainer timeout (clsung ; 15 days)
Changes: http://search.cpan.org/dist/IPC-Run3/Changes |
0.043 24 Sep 2010 02:03:44
 |
pgollucci  |
- only 13% of the p5- ports embed @comment $FreeBSD$:
so standarize and remove it
With Hat: perl@ |
0.043 22 Jul 2009 16:27:08
 |
pgollucci  |
- lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checks
PR: ports/135398
Tested by: 2 -exp runs by pav
Approved by: portmgr (pav) |
0.043 12 Jun 2009 07:21:54
 |
clsung  |
- Update to 0.043
Changes: http://search.cpan.org/dist/IPC-Run3/Changes |
0.042_1 13 May 2009 02:30:23
 |
clsung  |
- simplify dependency
- bump PORTREVISION
PR: ports/133976
Submitted by: leeym |
0.042 14 Aug 2008 01:53:45
 |
clsung  |
- Update to 0.042
Changes: http://search.cpan.org/dist/IPC-Run3/Changes |
0.040 05 Jan 2008 07:00:03
 |
clsung  |
- Update to 0.040
Changes: http://search.cpan.org/dist/IPC-Run3/Changes |
0.038 15 Oct 2007 00:11:58
 |
clsung  |
- Update to 0.038 |
0.037 28 Mar 2007 01:35:52
 |
clsung  |
- Update to 0.037 |
0.036_1 21 Sep 2006 09:51:42
 |
clsung  |
- mark IGNORE when perl < 5.6, since p5-File-Temp require at least perl5.6
- bump PORTREVISION
Noted by: leeym |
0.036 21 Sep 2006 01:20:37
 |
clsung  |
- Update to 0.036
- I'l maintain it. |
0.035 28 Jul 2006 03:53:01
 |
clsung  |
- update to 0.035
- perl5.6 already has File::Temp |
0.034 12 May 2006 14:28:19
 |
vd  |
Remove whitespace from line endings in pkg-plist files.
Those spaces used to hinder searching for the corresponding files
with portsearch -f '/FILENAME$' for obvious reasons.
Although currently portsearch removes those spaces itself remove
them anyway.
Inspired by: ports/94078
Approved by: portmgr (during freeze: krion, then kris advised to wait; at
present: erwin) |
0.034 22 Jan 2006 01:48:34
 |
edwin  |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
0.034 17 Dec 2005 18:11:42
 |
leeym  |
- remove backup files after REINPLACE_CMD to fix plist |
0.034 13 Dec 2005 20:21:08
 |
leeym  |
- update to 0.034
- allow build on older perl |
0.033 16 Nov 2005 06:38:12
 |
tobez  |
Update to 0.033. |
0.032 14 Nov 2005 15:05:17
 |
mat  |
Take a perl@ hat and add SHA256 checksums |
0.032 31 Oct 2005 18:24:21
 |
erwin  |
Let the IGNORE message make a bit more sense and change it from:
===> p5-Some-Module-0.7 Port requires perl 5.6.x or later. Install
lang/perl5 then try again.
to:
===> p5-Some-Module-0.7 requires perl 5.6.x or later. Install
lang/perl5 then try again.
Approved by: silence on -ports |
0.032 20 Oct 2005 06:56:46
 |
tobez  |
Update to 0.032. |
0.031 29 Sep 2005 12:00:48
 |
tobez  |
Update to 0.031. |
0.030 23 Sep 2005 11:43:47
 |
tobez  |
Update to 0.030. Assign maintainer to perl@. Require perl from ports. |
0.020 16 Sep 2005 01:01:46
 |
leeym  |
- update to 0.020
- add missing dependency
- add WWW in pkg-descr |
0.01 10 Sep 2005 09:23:13
 |
linimon  |
Reset bouncing maintainer address. Sorry to see you go.
Hat: portmgr |
0.01 05 May 2004 20:46:55
 |
vanilla  |
Fix pkg-plist.
Submitted by: hrs@
Approved by: maintainer via #bsdchat |
0.01 05 May 2004 20:26:44
 |
vanilla  |
Add p5-IPC-Run3 0.01, run a subprocess in batch mode.
PR: ports/66224
Submitted by: Autrijus Tang <autrijus@autrijus.org> |