diff options
author | Kelly Yancey <kbyanc@FreeBSD.org> | 2002-11-08 21:18:18 +0000 |
---|---|---|
committer | Kelly Yancey <kbyanc@FreeBSD.org> | 2002-11-08 21:18:18 +0000 |
commit | bd9888119d5a96c09b3788c2b3f55887f42987c1 (patch) | |
tree | c07f172f5b3d3d7d9a4c1313915ee6f71a00df55 /devel | |
parent | e2b905cf745b13a9d1b2fe5282db16c4bcd082c4 (diff) | |
download | ports-bd9888119d5a96c09b3788c2b3f55887f42987c1.tar.gz ports-bd9888119d5a96c09b3788c2b3f55887f42987c1.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-Proc-PIDFile/Makefile | 23 | ||||
-rw-r--r-- | devel/p5-Proc-PIDFile/distinfo | 1 | ||||
-rw-r--r-- | devel/p5-Proc-PIDFile/pkg-comment | 1 | ||||
-rw-r--r-- | devel/p5-Proc-PIDFile/pkg-descr | 7 | ||||
-rw-r--r-- | devel/p5-Proc-PIDFile/pkg-plist | 4 |
6 files changed, 37 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 79adc1fea240..128a8e570b29 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -559,6 +559,7 @@ SUBDIR += p5-PerlMenu SUBDIR += p5-Proc-Background SUBDIR += p5-Proc-Daemon + SUBDIR += p5-Proc-PIDFile SUBDIR += p5-Proc-ProcessTable SUBDIR += p5-Proc-Reliable SUBDIR += p5-Proc-Simple diff --git a/devel/p5-Proc-PIDFile/Makefile b/devel/p5-Proc-PIDFile/Makefile new file mode 100644 index 000000000000..6918def9b721 --- /dev/null +++ b/devel/p5-Proc-PIDFile/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: p5-Proc-PID_File +# Date created: 08 November 2002 +# Whom: Kelly Yancey <kbyanc@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Proc-PIDFile +PORTVERSION= 0.03 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Proc +PKGNAMEPREFIX= p5- +DISTNAME= Proc-PID_File-${PORTVERSION} + +MAINTAINER= kbyanc@FreeBSD.org + +PERL_CONFIGURE= YES + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= Proc::PID_File.3 + +.include <bsd.port.mk> diff --git a/devel/p5-Proc-PIDFile/distinfo b/devel/p5-Proc-PIDFile/distinfo new file mode 100644 index 000000000000..ab5faf5e6891 --- /dev/null +++ b/devel/p5-Proc-PIDFile/distinfo @@ -0,0 +1 @@ +MD5 (Proc-PID_File-0.03.tar.gz) = b6a4d11e61c2603fc40caa761842feb6 diff --git a/devel/p5-Proc-PIDFile/pkg-comment b/devel/p5-Proc-PIDFile/pkg-comment new file mode 100644 index 000000000000..893c21c01664 --- /dev/null +++ b/devel/p5-Proc-PIDFile/pkg-comment @@ -0,0 +1 @@ +Perl5 module to prevent multiple instances of a process from running diff --git a/devel/p5-Proc-PIDFile/pkg-descr b/devel/p5-Proc-PIDFile/pkg-descr new file mode 100644 index 000000000000..31e07e7882d8 --- /dev/null +++ b/devel/p5-Proc-PIDFile/pkg-descr @@ -0,0 +1,7 @@ +A pid file is a file which contains a record of the process which created +it. Pids are written down to files so that: + + * a program can know whether an instance of itself is currently running + * other processes can know the pid of a running program + +This module can be used so that your script can do the former. diff --git a/devel/p5-Proc-PIDFile/pkg-plist b/devel/p5-Proc-PIDFile/pkg-plist new file mode 100644 index 000000000000..16240871ac97 --- /dev/null +++ b/devel/p5-Proc-PIDFile/pkg-plist @@ -0,0 +1,4 @@ +lib/perl5/site_perl/%%PERL_VER%%/Proc/test-T.pl +lib/perl5/site_perl/%%PERL_VER%%/Proc/simple.pl +lib/perl5/site_perl/%%PERL_VER%%/Proc/PID_File.pm +@dirrm lib/perl5/site_perl/%%PERL_VER%%/Proc |