summaryrefslogtreecommitdiff
path: root/devel/p5-Proc-PID-File
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2006-04-20 11:38:13 +0000
committergrant <grant@pkgsrc.org>2006-04-20 11:38:13 +0000
commita67b9d1fefba6f49cff358f9d138ca05c9dbbc80 (patch)
tree93d0b565f5c66118a6f609281d0b380300c9e538 /devel/p5-Proc-PID-File
parentaaf81923035ea03d1e856de214f99f6085b7ce9b (diff)
downloadpkgsrc-a67b9d1fefba6f49cff358f9d138ca05c9dbbc80.tar.gz
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 (limited to 'devel/p5-Proc-PID-File')
-rw-r--r--devel/p5-Proc-PID-File/DESCR4
-rw-r--r--devel/p5-Proc-PID-File/Makefile17
-rw-r--r--devel/p5-Proc-PID-File/PLIST1
-rw-r--r--devel/p5-Proc-PID-File/distinfo5
4 files changed, 27 insertions, 0 deletions
diff --git a/devel/p5-Proc-PID-File/DESCR b/devel/p5-Proc-PID-File/DESCR
new file mode 100644
index 00000000000..43c7c080605
--- /dev/null
+++ b/devel/p5-Proc-PID-File/DESCR
@@ -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 --git a/devel/p5-Proc-PID-File/Makefile b/devel/p5-Proc-PID-File/Makefile
new file mode 100644
index 00000000000..86d63398b58
--- /dev/null
+++ b/devel/p5-Proc-PID-File/Makefile
@@ -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
+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 --git a/devel/p5-Proc-PID-File/PLIST b/devel/p5-Proc-PID-File/PLIST
new file mode 100644
index 00000000000..38c446a887b
--- /dev/null
+++ b/devel/p5-Proc-PID-File/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/04/20 11:38:13 grant Exp $
diff --git a/devel/p5-Proc-PID-File/distinfo b/devel/p5-Proc-PID-File/distinfo
new file mode 100644
index 00000000000..676f455ba44
--- /dev/null
+++ b/devel/p5-Proc-PID-File/distinfo
@@ -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