import p5-IPC-Shareable
IPC::Shareable allows you to tie a variable to shared memory making it easy to share the contents of that variable with other Perl processes. Scalars, arrays, and hashes can be tied. The variable being tied may contain arbitrarily complex data structures - including references to arrays, hashes of hashes, etc. ok jasper@
This commit is contained in:
parent
e3df32e695
commit
ca2b721685
17
devel/p5-IPC-Shareable/Makefile
Normal file
17
devel/p5-IPC-Shareable/Makefile
Normal file
@ -0,0 +1,17 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2007/09/06 18:10:48 simon Exp $
|
||||
|
||||
COMMENT= share Perl variables between processes
|
||||
|
||||
MODULES= cpan
|
||||
DISTNAME= IPC-Shareable-0.60
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= Simon Bertrang <simon@openbsd.org>
|
||||
|
||||
# GPLv2
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
.include <bsd.port.mk>
|
5
devel/p5-IPC-Shareable/distinfo
Normal file
5
devel/p5-IPC-Shareable/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (IPC-Shareable-0.60.tar.gz) = UUYtq/tO7IHgs0F6n5rdTg==
|
||||
RMD160 (IPC-Shareable-0.60.tar.gz) = qQVwJdSLal0G9V02m0BFu9KiufA=
|
||||
SHA1 (IPC-Shareable-0.60.tar.gz) = PxKr8gTyHRkEQSgLOyauH5T+Q/c=
|
||||
SHA256 (IPC-Shareable-0.60.tar.gz) = 4DOvRmhjCyATUhBHiiIL4zTYAAgJEU9z3hcdPhQs5lU=
|
||||
SIZE (IPC-Shareable-0.60.tar.gz) = 29239
|
5
devel/p5-IPC-Shareable/pkg/DESCR
Normal file
5
devel/p5-IPC-Shareable/pkg/DESCR
Normal file
@ -0,0 +1,5 @@
|
||||
IPC::Shareable allows you to tie a variable to shared memory making it
|
||||
easy to share the contents of that variable with other Perl processes.
|
||||
Scalars, arrays, and hashes can be tied. The variable being tied may
|
||||
contain arbitrarily complex data structures - including references to
|
||||
arrays, hashes of hashes, etc.
|
7
devel/p5-IPC-Shareable/pkg/PLIST
Normal file
7
devel/p5-IPC-Shareable/pkg/PLIST
Normal file
@ -0,0 +1,7 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/09/06 18:10:48 simon Exp $
|
||||
${P5SITE}/IPC/
|
||||
${P5SITE}/IPC/Shareable/
|
||||
${P5SITE}/IPC/Shareable.pm
|
||||
${P5SITE}/IPC/Shareable/SharedMem.pm
|
||||
@man man/man3p/IPC::Shareable.3p
|
||||
@man man/man3p/IPC::Shareable::SharedMem.3p
|
Loading…
Reference in New Issue
Block a user