From owner-cvs-ports@FreeBSD.ORG  Wed Jun  6 16:21:53 2012
Return-Path: <owner-cvs-ports@FreeBSD.ORG>
Delivered-To: cvs-ports@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 7AE761065687;
	Wed,  6 Jun 2012 16:21:53 +0000 (UTC)
	(envelope-from sunpoet@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org
	[IPv6:2001:4f8:fff6::29])
	by mx1.freebsd.org (Postfix) with ESMTP id 4DB838FC12;
	Wed,  6 Jun 2012 16:21:53 +0000 (UTC)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id q56GLr5f032319;
	Wed, 6 Jun 2012 16:21:53 GMT
	(envelope-from sunpoet@repoman.freebsd.org)
Received: (from sunpoet@localhost)
	by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q56GLreQ032318;
	Wed, 6 Jun 2012 16:21:53 GMT (envelope-from sunpoet)
Message-Id: <201206061621.q56GLreQ032318@repoman.freebsd.org>
From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
Date: Wed, 6 Jun 2012 16:21:53 +0000 (UTC)
To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Cc: 
Subject: cvs commit: ports/devel Makefile ports/devel/p5-Daemon-Control
 Makefile distinfo pkg-descr pkg-plist
X-BeenThere: cvs-ports@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the ports tree <cvs-ports.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-ports>,
	<mailto:cvs-ports-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-ports>
List-Post: <mailto:cvs-ports@freebsd.org>
List-Help: <mailto:cvs-ports-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-ports>,
	<mailto:cvs-ports-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Wed, 06 Jun 2012 16:21:53 -0000

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)