pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/p5-Proc-Background



Module Name:    pkgsrc
Committed By:   wen
Date:           Sun Nov  7 00:59:13 UTC 2021

Modified Files:
        pkgsrc/devel/p5-Proc-Background: Makefile distinfo

Log Message:
Update to 1.30

Upstream changes:
Version 1.30

  * New options 'command','exe' dis-ambiguate the problems around
    determining how to parse the command line and determine the
    executable name.  It also allows faking argv[0].  They can be
    inspected after program launch via same-named attributes.
  * New options 'stdin','stdout','stderr' allow initializing handles
    of the child process.
  * New option 'cwd' sets initial current directory of the child
  * Renamed '->die' to '->terminate' and options 'die_upon_destroy'
    to 'autoterminate' (but preserved back-compat)
  * Option 'autoterminate' now has an attribute accessor and can be
    toggled on the fly.
  * New option 'autodie' throws exceptions from constructor instead
    of returning undef.
  * On Unix, use a pipe to capture error messages all the way through
    to the exec() call.  Reap exec() failures without exposing the
    forked process to the user.
  * Add methods ->suspend and ->resume
  * Mitigate bug in timeout_system where a system clock change could
    increase the wait-time indefinitely.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/p5-Proc-Background/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/p5-Proc-Background/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/p5-Proc-Background/Makefile
diff -u pkgsrc/devel/p5-Proc-Background/Makefile:1.18 pkgsrc/devel/p5-Proc-Background/Makefile:1.19
--- pkgsrc/devel/p5-Proc-Background/Makefile:1.18       Sat Sep 18 13:51:58 2021
+++ pkgsrc/devel/p5-Proc-Background/Makefile    Sun Nov  7 00:59:13 2021
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.18 2021/09/18 13:51:58 wen Exp $
+# $NetBSD: Makefile,v 1.19 2021/11/07 00:59:13 wen Exp $
 #
 
-DISTNAME=      Proc-Background-1.22
+DISTNAME=      Proc-Background-1.30
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Proc/}

Index: pkgsrc/devel/p5-Proc-Background/distinfo
diff -u pkgsrc/devel/p5-Proc-Background/distinfo:1.7 pkgsrc/devel/p5-Proc-Background/distinfo:1.8
--- pkgsrc/devel/p5-Proc-Background/distinfo:1.7        Tue Oct 26 10:17:21 2021
+++ pkgsrc/devel/p5-Proc-Background/distinfo    Sun Nov  7 00:59:13 2021
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2021/10/26 10:17:21 nia Exp $
+$NetBSD: distinfo,v 1.8 2021/11/07 00:59:13 wen Exp $
 
-BLAKE2s (Proc-Background-1.22.tar.gz) = 7023666a53ec8d9e8119402607378fb15bf9b341cb757d3e264c292c8f62b80e
-SHA512 (Proc-Background-1.22.tar.gz) = 7d48a8642ece331af3aeed7b7f6e4fcbf64e4a8d753f86cca685eee1f4e6c784bbf70eb26823631a98000017ee4b8e67f630a392f3c823fab392874ad747ae05
-Size (Proc-Background-1.22.tar.gz) = 26247 bytes
+BLAKE2s (Proc-Background-1.30.tar.gz) = 0f4248ad3230c6cb9d11e6ca670b03b045261f805a041d04496b4e5b1f50eb0a
+SHA512 (Proc-Background-1.30.tar.gz) = 88efaa3a2845b5397fff218011048d8f8fae4546dba850bed048a531787b516272469298d25a23c61b92d36f98655c9b6d867c4c4df38b05d3d845d0868a630b
+Size (Proc-Background-1.30.tar.gz) = 32397 bytes



Home | Main Index | Thread Index | Old Index