From f9f56f8e9d0dda668544f5c619a4c0d814a934f5 Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Wed, 13 Jan 2010 17:05:36 +0000 Subject: PID file operations WWW: http://search.cpan.org/dist/Pid-File-Flock/ PR: 142776 Submitetd by: "Oleg A. Mamontov" --- devel/Makefile | 1 + devel/p5-Pid-File-Flock/Makefile | 22 ++++++++++++++++++++++ devel/p5-Pid-File-Flock/distinfo | 3 +++ devel/p5-Pid-File-Flock/pkg-descr | 3 +++ devel/p5-Pid-File-Flock/pkg-plist | 7 +++++++ 5 files changed, 36 insertions(+) create mode 100644 devel/p5-Pid-File-Flock/Makefile create mode 100644 devel/p5-Pid-File-Flock/distinfo create mode 100644 devel/p5-Pid-File-Flock/pkg-descr create mode 100644 devel/p5-Pid-File-Flock/pkg-plist (limited to 'devel') diff --git a/devel/Makefile b/devel/Makefile index 99a8ed6d4193..7e61a376decd 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1879,6 +1879,7 @@ SUBDIR += p5-PerlIO-via-dynamic SUBDIR += p5-PerlIO-via-symlink SUBDIR += p5-PerlMenu + SUBDIR += p5-Pid-File-Flock SUBDIR += p5-Pipeline SUBDIR += p5-Pod-Coverage SUBDIR += p5-Pod-Coverage-Moose diff --git a/devel/p5-Pid-File-Flock/Makefile b/devel/p5-Pid-File-Flock/Makefile new file mode 100644 index 000000000000..655014c22ab3 --- /dev/null +++ b/devel/p5-Pid-File-Flock/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: Pid-File-Flock +# Date created: 2010-01-13 +# Whom: Oleg Mamontov +# +# $FreeBSD$ +# + +PORTNAME= Pid-File-Flock +PORTVERSION= 0.03 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR=../by-authors/id/L/LO/LONERR +PKGNAMEPREFIX= p5- + +MAINTAINER= oleg@mamontov.net +COMMENT= PID file operations + +PERL_CONFIGURE= yes + +MAN3= Pid::File::Flock.3 + +.include diff --git a/devel/p5-Pid-File-Flock/distinfo b/devel/p5-Pid-File-Flock/distinfo new file mode 100644 index 000000000000..ee217008f547 --- /dev/null +++ b/devel/p5-Pid-File-Flock/distinfo @@ -0,0 +1,3 @@ +MD5 (Pid-File-Flock-0.03.tar.gz) = b900de60d2119f39911e9cadc2c79115 +SHA256 (Pid-File-Flock-0.03.tar.gz) = 7c1e686bc2606901bcba343f68e5313a829f06b6c68fe69dd3b300328a2eb0f3 +SIZE (Pid-File-Flock-0.03.tar.gz) = 5061 diff --git a/devel/p5-Pid-File-Flock/pkg-descr b/devel/p5-Pid-File-Flock/pkg-descr new file mode 100644 index 000000000000..1a8a9676b06c --- /dev/null +++ b/devel/p5-Pid-File-Flock/pkg-descr @@ -0,0 +1,3 @@ +PID file operations + +WWW: http://search.cpan.org/dist/Pid-File-Flock/ diff --git a/devel/p5-Pid-File-Flock/pkg-plist b/devel/p5-Pid-File-Flock/pkg-plist new file mode 100644 index 000000000000..86a72987b2f4 --- /dev/null +++ b/devel/p5-Pid-File-Flock/pkg-plist @@ -0,0 +1,7 @@ +%%SITE_PERL%%/Pid/File/Flock.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Pid/File/Flock/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Pid/File/Flock +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Pid/File +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Pid +@dirrmtry %%SITE_PERL%%/Pid/File +@dirrmtry %%SITE_PERL%%/Pid -- cgit