summaryrefslogtreecommitdiff
path: root/devel/p5-Proc-Daemon
AgeCommit message (Collapse)AuthorFilesLines
2014-05-29Bump for perl-5.20.0.wiz1-2/+2
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
2013-12-20Fix CVE-2013-7135 (patch is from Debian)wen3-3/+27
Add LICENSE Add missing BUILD_DEPENDS for test Approved by: wiz@
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-2/+2
are called p5-*. I hope that's all of them.
2011-11-28Reset maintainer, sketch resigned.wiz1-2/+2
2011-08-14Revision bump after updating perl5 to 5.14.1.obache1-1/+2
2011-07-29Update to 0.14, OK sketch@bouyer2-7/+6
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).
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb1-2/+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!
2008-10-19Bump the PKGREVISION for all packages which depend directly on perl,he1-2/+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-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.
2007-02-22pkglint cleanup; update HOMEPAGE/MASTER_SITES.wiz1-2/+2
From Sergey Svishchev in private mail.
2006-10-04Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.wiz1-2/+2
2005-08-06Bump the PKGREVISIONs of all (638) packages that hardcode the locationsjlam1-2/+2
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
2005-07-13Turn PERL5_PACKLIST into a relative path instead of an absolute path.jlam1-2/+2
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests.agc1-1/+2
2004-12-20since perl is now built with threads on most platforms, the perl archlibgrant1-1/+2
module directory has changed (eg. "darwin-2level" vs. "darwin-thread-multi-2level"). binary packages of perl modules need to be distinguishable between being built against threaded perl and unthreaded perl, so bump the PKGREVISION of all perl module packages and introduce BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct dependencies are registered and the binary packages are distinct. addresses PR pkg/28619 from H. Todd Fujinaka.
2004-11-27Update p5-Proc-Daemon to 0.03:sketch2-5/+5
0.03 Thu Jun 19 2003 - Licensing is more explicit: Either GPL or Artistic. - Updated author contact information.
2004-04-29Fix my email address.sketch1-2/+2
2004-04-25Bl3ify and enable pkgviews installation.minskim1-2/+4
2003-03-04Initial import of p5-Proc-Daemon version 0.02 into the NetBSD Packagesseb4-0/+25
Collection. Provided in PR pkg/20502 by Jonathan Perkin <sketch at rd dot bbc dot co dot uk>. Proc::Daemon provides the capability for a Perl program to run as a Unix daemon process.