pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-Proc-PID-File Initial import of p5-Proc-PID-F...
details: https://anonhg.NetBSD.org/pkgsrc/rev/05f8ce90bd30
branches: trunk
changeset: 511727:05f8ce90bd30
user: grant <grant%pkgsrc.org@localhost>
date: Thu Apr 20 11:38:13 2006 +0000
description:
Initial import of p5-Proc-PID-File 1.24.
This Perl 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.
diffstat:
devel/p5-Proc-PID-File/DESCR | 4 ++++
devel/p5-Proc-PID-File/Makefile | 17 +++++++++++++++++
devel/p5-Proc-PID-File/PLIST | 1 +
devel/p5-Proc-PID-File/distinfo | 5 +++++
4 files changed, 27 insertions(+), 0 deletions(-)
diffs (43 lines):
diff -r 39b4204d0b59 -r 05f8ce90bd30 devel/p5-Proc-PID-File/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Proc-PID-File/DESCR Thu Apr 20 11:38:13 2006 +0000
@@ -0,0 +1,4 @@
+This Perl 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.
diff -r 39b4204d0b59 -r 05f8ce90bd30 devel/p5-Proc-PID-File/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Proc-PID-File/Makefile Thu Apr 20 11:38:13 2006 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/04/20 11:38:13 grant Exp $
+#
+
+DISTNAME= Proc-PID-File-1.24
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Proc/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+COMMENT= Perl module to manage process-ID files
+
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+PERL5_PACKLIST= auto/Proc/PID/File/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 39b4204d0b59 -r 05f8ce90bd30 devel/p5-Proc-PID-File/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Proc-PID-File/PLIST Thu Apr 20 11:38:13 2006 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/04/20 11:38:13 grant Exp $
diff -r 39b4204d0b59 -r 05f8ce90bd30 devel/p5-Proc-PID-File/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Proc-PID-File/distinfo Thu Apr 20 11:38:13 2006 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2006/04/20 11:38:13 grant Exp $
+
+SHA1 (Proc-PID-File-1.24.tar.gz) = b2ac5cf7f04f962448f2b16d9eb269f8b67d1b68
+RMD160 (Proc-PID-File-1.24.tar.gz) = 0934d865595c0b7a1147e8774cbaa086fac21a6c
+Size (Proc-PID-File-1.24.tar.gz) = 12214 bytes
Home |
Main Index |
Thread Index |
Old Index