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:
simon 2007-09-06 18:10:48 +00:00
parent e3df32e695
commit ca2b721685
4 changed files with 34 additions and 0 deletions

View 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>

View 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

View 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.

View 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