summaryrefslogtreecommitdiff
path: root/devel/p5-Proc-Simple
AgeCommit message (Collapse)AuthorFilesLines
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb1-1/+2
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!
2009-08-09Updating packag for p5 module Proc::Simple from 1.25 to 1.26sno2-9/+7
pkgsrc changes: - Adding license information - Remove workarounds for the crap of the last version Update changes: from 1.25: Localize special variables so that the exit status from waitpid doesn't leak out, causing exit status to be incorrect (RT33440, fixed by Brad Cavanagh).
2009-07-08Updating package for p5 module Proc::Simple from 1.24 to 1.25sno2-6/+9
2009-05-21pkgsrc changes:sno2-7/+6
- Updating package for p5 module Proc::Simple from 1.23nb1 to 1.24 Upstream changes from 1.23: - Applied doc patch by Janne Chr. Schulz
2008-10-19Bump the PKGREVISION for all packages which depend directly on perl,he1-1/+2
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=...").
2008-08-21Update from version 1.21 to 1.23.he2-8/+8
Pkgsrc changes: o Change MAINTAINER to pkgsrc-users@ o Fix HOMEPAGE to use search.cpan.org pointing directly to the package Upstream changes: from 1.22: Applied patch by Jeff Holt, providing start and end time of the forked process via t0() and t1(). from 1.21: Added patch by Chip Capelik to provide a wait() method waiting for a process to terminate.
2008-06-12Add DESTDIR support.joerg1-1/+2
2007-10-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam1-1/+0
can handle packages having no PLIST files.
2006-07-29Import p5-Proc-Simple from pkgsrc-wip. Packaged by David Howland.minskim4-0/+31
The Proc::Simple package provides objects mimicing real-life processes from a user's point of view. A new process object is created by $myproc = Proc::Simple->new(); Either external programs or perl subroutines can be launched and controlled as processes in the background.