summaryrefslogtreecommitdiff
path: root/devel/p5-System-Command
AgeCommit message (Collapse)AuthorFilesLines
2013-07-02Update to 1.100wen2-7/+6
Upstream changes: 1.100 Sun Apr 14 2013 [ENHANCEMENTS] - use a IPC::Run-based implementation on Win32 - thanks to a lot of testing help from Christian Walde (MITHALDU) the test suite passes on Win32 - while working on this, we established that kill 0, $pid is broken under Win32 (reported to the perl5-porters mailing-list via <op.wvi2ygw1ydyjqt@digitizedsqueak.lancs.ac.uk>) 1.09 Sun Dec 9 2012 [ENHANCEMENTS] - list all dependencies and the github public repo in the META files (RT #81302) - use Symbol::gensym to create anonumous GLOBs (github #4) 1.08 Mon Nov 26 2012 [ENHANCEMENTS] - remove a superfluous eval {} that was hiding open3 exception (RT #80171) - set a handler for the PIPE signal only if Perl knows about it
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
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.
2012-10-31Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-2/+1
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-1/+2
are called p5-*. I hope that's all of them.
2012-07-06Updating package for Perl 5 module System::Command insno2-6/+6
devel/p5-System-Command from 1.06 to 1.07. Upstream changes: 1.07 Wed Apr 18 03:00:50 CEST 2012 [TESTS] - t/20-zombie.t sometimes failed because of a race condition. I'm now testing my assumptions, make the test in question a little bit useless, and closing RT #74959
2012-03-22Updating package for Perl5 module System::Command from CPAN insno2-6/+6
devel/p5-System-Command from 1.05 to 1.06. Upstream changes: 1.06 Sun Jan 8 00:36:40 CET 2012 [ENHANCEMENTS] - add tests that show that I don't understand what I'm doing with STDIN/OUT/ERR, and remove the offeding code (RT #73614)
2011-11-15Importing package for System::Command (CPAN package for Perl programmingsno3-0/+28
language) 1.05 into pkgsrc/devel/p5-System-Command as dependency for devel/p5-Git-CPAN-Patch update. System::Command is a class that launches external system commands and return an object representing them, allowing to interact with them through their STDIN, STDOUT and STDERR handles.