import p5-Proc-PID-File

s module is useful for writers of daemons and other processes that
need to tell whether they are already running, in order to prevent
multiple process instances. The module accomplishes this via *nix-style
pidfiles, which are files that store a process identifier.

tested on i386 and macppc, merdely on amd64

OK merdely
This commit is contained in:
sebastia 2012-07-13 18:18:30 +00:00
parent ffcdf26940
commit ff3cfe6484
4 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,15 @@
# $OpenBSD: Makefile,v 1.1.1.1 2012/07/13 18:18:30 sebastia Exp $
COMMENT = manage process id files
MODULES = cpan
DISTNAME = Proc-PID-File-1.27
CATEGORIES = devel
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (Proc-PID-File-1.27.tar.gz) = P8sH+RT4Y/mglns1r1Yvnw==
RMD160 (Proc-PID-File-1.27.tar.gz) = 1ITEuqbbhors0D0ApS5oKXYw1zQ=
SHA1 (Proc-PID-File-1.27.tar.gz) = RlmSsZdA1D9MnlEqNyqiyc0gtIQ=
SHA256 (Proc-PID-File-1.27.tar.gz) = C5xJmt370ZJJHZzt6A8nXIdZO5uPbrIC599R9dHlF8o=
SIZE (Proc-PID-File-1.27.tar.gz) = 14586

View File

@ -0,0 +1,4 @@
This module is useful for writers of daemons and other processes that
need to tell whether they are already running, in order to prevent
multiple process instances. The module accomplishes this via *nix-style
pidfiles, which are files that store a process identifier.

View File

@ -0,0 +1,5 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2012/07/13 18:18:30 sebastia Exp $
${P5SITE}/Proc/
${P5SITE}/Proc/PID/
${P5SITE}/Proc/PID/File.pm
@man man/man3p/Proc::PID::File.3p