mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Add p5-IPC-Locker, a collection of perl modules that provides a server
for locks and clients to access that server.
This commit is contained in:
parent
732f471b5c
commit
b6d66a5c13
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=66132
@ -488,6 +488,7 @@
|
||||
SUBDIR += p5-IO-Tty
|
||||
SUBDIR += p5-IO-stringy
|
||||
SUBDIR += p5-IPC-Cache
|
||||
SUBDIR += p5-IPC-Locker
|
||||
SUBDIR += p5-IPC-Run
|
||||
SUBDIR += p5-IPC-ShareLite
|
||||
SUBDIR += p5-IPC-Shareable
|
||||
|
24
devel/p5-IPC-Locker/Makefile
Normal file
24
devel/p5-IPC-Locker/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# New ports collection makefile for: devel/p5-IPC-Locker
|
||||
# Date created: 11 September 2002
|
||||
# Whom: Anton Berezin <tobez@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= IPC-Locker
|
||||
PORTVERSION= 1.401
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= IPC
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= tobez@FreeBSD.org
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN1= lockerd.1 pidstatd.1 pidwatch.1
|
||||
MAN3= IPC::Locker.3 IPC::Locker::Server.3 \
|
||||
IPC::PidStat.3 IPC::PidStat::PidServer.3
|
||||
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
|
||||
.include <bsd.port.mk>
|
1
devel/p5-IPC-Locker/distinfo
Normal file
1
devel/p5-IPC-Locker/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (IPC-Locker-1.401.tar.gz) = 33cfab4201492dc6f09fc458f4c6158a
|
1
devel/p5-IPC-Locker/pkg-comment
Normal file
1
devel/p5-IPC-Locker/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Provide a server for locks and clients to access that server
|
10
devel/p5-IPC-Locker/pkg-descr
Normal file
10
devel/p5-IPC-Locker/pkg-descr
Normal file
@ -0,0 +1,10 @@
|
||||
This package provides a server for locks and a package for clients to
|
||||
access that server. The result is that clients can access named locks
|
||||
on a Internet wide bases, solving critical section problems without the
|
||||
mess of NFS or other file locking techniques.
|
||||
|
||||
Author: Wilson Snyder <wsnyder@wsnyder.org>
|
||||
WWW: http://search.cpan.org/search?dist=IPC-Locker
|
||||
|
||||
-Anton
|
||||
<tobez@FreeBSD.org>
|
13
devel/p5-IPC-Locker/pkg-plist
Normal file
13
devel/p5-IPC-Locker/pkg-plist
Normal file
@ -0,0 +1,13 @@
|
||||
bin/pidwatch
|
||||
bin/lockerd
|
||||
bin/pidstatd
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IPC/Locker/.packlist
|
||||
lib/perl5/site_perl/%%PERL_VER%%/IPC/Locker/Server.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/IPC/Locker.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/IPC/PidStat.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/IPC/PidStat/PidServer.pm
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IPC/Locker
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IPC 2>/dev/null || true
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/IPC/Locker
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/IPC/PidStat
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/IPC 2>/dev/null || true
|
Loading…
Reference in New Issue
Block a user