SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,12 @@
COMMENT = share Perl variables between processes
MODULES = cpan
PKG_ARCH = *
DISTNAME = IPC-Shareable-0.61
CATEGORIES = devel
REVISION = 1
# GPLv2
PERMIT_PACKAGE = Yes
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (IPC-Shareable-0.61.tar.gz) = wv+lu9oHas2fwbfZ2rHOZwfzRcWoM0MbWo7g+HRHIMQ=
SIZE (IPC-Shareable-0.61.tar.gz) = 29730

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,6 @@
${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