Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions
+4
View File
@@ -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.
+20
View File
@@ -0,0 +1,20 @@
# $NetBSD: Makefile,v 1.9 2013/05/31 12:40:40 wiz Exp $
#
DISTNAME= Proc-PID-File-1.27
PKGNAME= p5-${DISTNAME}
PKGREVISION= 4
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Proc/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Proc-PID-File/
COMMENT= Perl module to manage process-ID files
LICENSE= gnu-gpl-v2
PKG_INSTALLATION_TYPES= overwrite pkgviews
PERL5_PACKLIST= auto/Proc/PID/File/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
+5
View File
@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.2 2010/01/25 13:55:36 sno Exp $
SHA1 (Proc-PID-File-1.27.tar.gz) = 465992b19740d43f4c9e512a372aa2c9cd20b484
RMD160 (Proc-PID-File-1.27.tar.gz) = d484c4baa6db868aecd03d00a52e68297630d734
Size (Proc-PID-File-1.27.tar.gz) = 14586 bytes