Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Jun 2012 16:21:53 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/devel Makefile ports/devel/p5-Daemon-Control Makefile distinfo pkg-descr pkg-plist
Message-ID:  <201206061621.q56GLreQ032318@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
sunpoet     2012-06-06 16:21:53 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/p5-Daemon-Control Makefile distinfo pkg-descr pkg-plist 
  Log:
  - Add p5-Daemon-Control 0.000009
  
  Daemon::Control provides a library for creating init scripts in perl. Your perl
  script just needs to set the accessors for what and how you want something to
  run and the library takes care of the rest.
  
  You can launch programs through the shell (/usr/sbin/my_program) or launch Perl
  code itself into a daemon mode. Single and double fork methods are supported and
  in double-fork mode all the things you would expect like reopening
  STDOUT/STDERR, switching UID/GID are supported.
  
  WWW: http://search.cpan.org/dist/Daemon-Control/
  
  Revision  Changes    Path
  1.4984    +1 -0      ports/devel/Makefile
  1.1       +25 -0     ports/devel/p5-Daemon-Control/Makefile (new)
  1.1       +2 -0      ports/devel/p5-Daemon-Control/distinfo (new)
  1.1       +10 -0     ports/devel/p5-Daemon-Control/pkg-descr (new)
  1.1       +5 -0      ports/devel/p5-Daemon-Control/pkg-plist (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201206061621.q56GLreQ032318>