diff options
author | bouyer <bouyer@pkgsrc.org> | 2011-07-29 15:21:11 +0000 |
---|---|---|
committer | bouyer <bouyer@pkgsrc.org> | 2011-07-29 15:21:11 +0000 |
commit | 76e09e9308e2f731abd4f3a992624af2d3d45f0b (patch) | |
tree | e996ff7a50f359faf57598a074588c1e46970315 | |
parent | 6f11ad73fc9a42799d90c630f3ae8337d02df181 (diff) | |
download | pkgsrc-76e09e9308e2f731abd4f3a992624af2d3d45f0b.tar.gz |
Update to 0.14, OK sketch@
Changes since 0.03:
0.14 Fri Jun 03 2011
- The filename memory is now a part of the object (not a package variable
any more). This was a bug.
- Since <fork> is not performed on Windows OS as on Linux, I removed the
<eval> and <warn> from 0.13 and add an INFO to the documentation.
- Updated the documentation.
0.13 Wed Jun 01 2011
- Add ability to define the user identifier for the daemon if you want to
run it under other user then the parent (request from Holger Gläss).
- Add <eval> and <warn> for OS not supporting POSIX::setsid (e.g. Windows).
- Updated the documentation.
0.12 Tue Mai 24 2011
- Init() did not close all filehandles reliably in some cases. Thanks again
to Rob Brown for reporting.
- Text improvement in the documentation.
0.11 Mon Mai 23 2011
- Init() didn't close all filehandles reliably (see also bug report at
http://rt.perl.org/rt3/Ticket/Display.html?id=72526). Thanks to Rob Brown
for reporting and offering a patch.
- Attributes 'dont_close_fh' AND 'dont_close_fd' added so we can define
file handles and descriptors that must be preserved from the parent into
the child (daemon).
- Updated the documentation.
- In some environment it is not allowed to open anonymous files. In this
case now a 'pid_file' must be defined. Thanks to Holger Gläss for
reporting.
0.10 Fri Apr 01 2011
- Improvement how Init() determines whether it was passed a blessed object
0.09 Tue Mar 15 2011
- Fix for a possibly not reseted numbered match variable ($1).
- Typo fix and text improvement in the documentation.
0.08 Sun Mar 13 2011
- The <open> Mode of the daemon file handles STDIN, STDOUT, STDERR can be
specified now. The default Mode values are the same as before.
- Updated the documentation.
0.07 Thu Feb 17 2011
- Add signal processing to Kill_Daemon().
- Updated the documentation.
0.06 Mon Jan 17 2011
- A lot of documentation was add to the source code.
- Daemon STDIN was fixed to "read" now instead of "write".
- Replaced global filehandles with scalars.
- Add a <die> if <chdir> fails.
- Updated the documentation and add a note to the documentation about the
behavior of process-group Signals.
0.05 Thu Okt 28 2010
- Fixed a problem when using the old method of calling Proc::Daemon::Init
without object (reported by Alex Samorukov). The parent process didn't
exit.
- Fixed a problem with Proc::ProcessTable 0.44: Under some conditions
'cmndline' retruns with space and/or other characters at the end.
- Update and small fixes in the documentation.
0.04 Sun Okt 24 2010
- Added functions: new(), adjust_settings(), fix_filename(), Status(),
Kill_Daemon(), get_pid() and get_pid_by_proc_table_attr().
- Init() now returns the PID of the daemon.
- Fork() now allways returns values like Perls built-in 'fork' does.
- Description was rewritten, extended and moved to the new Daemon.pod file.
- Additional test are done at installation.
- $SIG{'HUP'} was set to be valid only 'local' (bug report).
- POSIX::EAGAIN() was added to Fork() (bug report).
-rw-r--r-- | devel/p5-Proc-Daemon/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-Proc-Daemon/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/devel/p5-Proc-Daemon/Makefile b/devel/p5-Proc-Daemon/Makefile index 667eeda0377..1359fa3b282 100644 --- a/devel/p5-Proc-Daemon/Makefile +++ b/devel/p5-Proc-Daemon/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.13 2010/08/21 16:34:19 seb Exp $ +# $NetBSD: Makefile,v 1.14 2011/07/29 15:21:11 bouyer Exp $ # -DISTNAME= Proc-Daemon-0.03 +DISTNAME= Proc-Daemon-0.14 PKGNAME= p5-${DISTNAME} -PKGREVISION= 4 SVR4_PKGNAME= p5prd CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Proc/} diff --git a/devel/p5-Proc-Daemon/distinfo b/devel/p5-Proc-Daemon/distinfo index dcc7c0576a4..a7646645b7b 100644 --- a/devel/p5-Proc-Daemon/distinfo +++ b/devel/p5-Proc-Daemon/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2005/02/23 22:24:28 agc Exp $ +$NetBSD: distinfo,v 1.4 2011/07/29 15:21:11 bouyer Exp $ -SHA1 (Proc-Daemon-0.03.tar.gz) = 25df5ee454527772ff95bc44980101a6766edb8a -RMD160 (Proc-Daemon-0.03.tar.gz) = 5c15112ea2bd3ba250fa6cd4ba7645c8f1dd3fa9 -Size (Proc-Daemon-0.03.tar.gz) = 3784 bytes +SHA1 (Proc-Daemon-0.14.tar.gz) = 5cc5be86ede2152c93ec104aec2e430783fd5756 +RMD160 (Proc-Daemon-0.14.tar.gz) = 30d869c0c49c2b1b74fdf802bbc47b930e84c685 +Size (Proc-Daemon-0.14.tar.gz) = 14464 bytes |