From owner-freebsd-ports-bugs@FreeBSD.ORG Sat May 8 09:00:14 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6CAEC106566C for ; Sat, 8 May 2010 09:00:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 435B68FC17 for ; Sat, 8 May 2010 09:00:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o4890EOM025541 for ; Sat, 8 May 2010 09:00:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o4890EQZ025540; Sat, 8 May 2010 09:00:14 GMT (envelope-from gnats) Date: Sat, 8 May 2010 09:00:14 GMT Message-Id: <201005080900.o4890EQZ025540@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/146060: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 May 2010 09:00:14 -0000 The following reply was made to PR ports/146060; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/146060: commit references a PR Date: Sat, 8 May 2010 08:54:31 +0000 (UTC) wen 2010-05-08 08:54:22 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-File-Pid-Quick Makefile distinfo pkg-descr pkg-plist Log: This module associates a PID file with your script for the purpose of keeping more than one copy from running (concurrency prevention). It creates the PID file, checks for its existence when the script is run, terminates the script if there is already an instance running, and removes the PID file when the script finishes. This module's objective is to provide a completely simplified interface that makes adding PID-file-based concurrency prevention to your script as quick and simple as possible; hence File::Pid::Quick. For a more nuanced implementation of PID files, please see File::Pid. WWW: http://search.cpan.org/dist/File-Pid-Quick/Quick.pm PR: ports/146060 Submitted by: Eric Freeman Revision Changes Path 1.3916 +1 -0 ports/devel/Makefile 1.1 +25 -0 ports/devel/p5-File-Pid-Quick/Makefile (new) 1.1 +3 -0 ports/devel/p5-File-Pid-Quick/distinfo (new) 1.1 +12 -0 ports/devel/p5-File-Pid-Quick/pkg-descr (new) 1.1 +7 -0 ports/devel/p5-File-Pid-Quick/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"