mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
Add p5-IPC-Mmap-SimpleShare 0.03, safely share structures among
processes using anonymous mmap. PR: ports/100257 Submitted by: Gea-Suan Lin <gslin at gslin.org>
This commit is contained in:
parent
b7896f60aa
commit
3543e059d4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=167888
@ -1084,6 +1084,7 @@
|
||||
SUBDIR += p5-IPC-Locker
|
||||
SUBDIR += p5-IPC-MM
|
||||
SUBDIR += p5-IPC-Mmap
|
||||
SUBDIR += p5-IPC-Mmap-SimpleShare
|
||||
SUBDIR += p5-IPC-Run
|
||||
SUBDIR += p5-IPC-Run3
|
||||
SUBDIR += p5-IPC-ShareLite
|
||||
|
31
devel/p5-IPC-Mmap-SimpleShare/Makefile
Normal file
31
devel/p5-IPC-Mmap-SimpleShare/Makefile
Normal file
@ -0,0 +1,31 @@
|
||||
# New ports collection makefile for: p5-IPC-Mmap-SimpleShare
|
||||
# Date created: 2006-07-14
|
||||
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= IPC-Mmap-SimpleShare
|
||||
PORTVERSION= 0.03
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= IPC
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= gslin@gslin.org
|
||||
COMMENT= Safely share structures among processes using anonymous mmap
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/IPC/Mmap.pm:${PORTSDIR}/devel/p5-IPC-Mmap
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= IPC::Mmap::SimpleShare.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500800 # Inherited from devel/p5-IPC-Mmap
|
||||
IGNORE= requires perl 5.8.0 or later. Install lang/perl5.8 then try again
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
3
devel/p5-IPC-Mmap-SimpleShare/distinfo
Normal file
3
devel/p5-IPC-Mmap-SimpleShare/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (IPC-Mmap-SimpleShare-0.03.tar.gz) = 66dd5904185eaef96689f0004b1e03a8
|
||||
SHA256 (IPC-Mmap-SimpleShare-0.03.tar.gz) = bad7ddd29bf6a81b1b3b6ef684186ff2d185654566738c3e925a873b2766a781
|
||||
SIZE (IPC-Mmap-SimpleShare-0.03.tar.gz) = 11692
|
7
devel/p5-IPC-Mmap-SimpleShare/pkg-descr
Normal file
7
devel/p5-IPC-Mmap-SimpleShare/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
The IPC::Mmap::SimpleShare was born out of the need to share
|
||||
structures among processes that come from the same ancestor. It tries
|
||||
to do so in a very simple and straightforward manner. Just create an
|
||||
IPC::Mmap::SimpleShare object, and use set to store your data and get
|
||||
to get it back.
|
||||
|
||||
WWW: http://search.cpan.org/dist/IPC-Mmap-SimpleShare/
|
8
devel/p5-IPC-Mmap-SimpleShare/pkg-plist
Normal file
8
devel/p5-IPC-Mmap-SimpleShare/pkg-plist
Normal file
@ -0,0 +1,8 @@
|
||||
@comment $FreeBSD$
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/IPC/Mmap/SimpleShare/.packlist
|
||||
%%SITE_PERL%%/IPC/Mmap/SimpleShare.pm
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IPC/Mmap/SimpleShare
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IPC/Mmap
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IPC
|
||||
@dirrmtry %%SITE_PERL%%/IPC/Mmap
|
||||
@dirrmtry %%SITE_PERL%%/IPC
|
Loading…
Reference in New Issue
Block a user