cvs commit: ports/devel Makefile ports/devel/p5-Daemon-Control Makefile distinfo pkg-descr pkg-plist

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Jun 6 16:21:53 UTC 2012


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)


More information about the cvs-ports mailing list