mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
5535981888
IPC::MMA provides an interface to Ralf Engelschall's mm library, allowing memory to be shared between multiple processes in a relatively convenient way. IPC::MMA is a superset of Arthur Choung's IPC::MM module, adding arrays and allowing any Perl scalar to be used as a hash/BTree key rather than just C strings. IPC::MMA hashes are like IPC::MM BTrees in that they return keys in sorted order ineach, keys, and next operations. An IPC::MMA array can store data in any of six ways, including general-purpose scalars, signed or unsigned integers, floating-point numbers, fixed-length strings/records, and booleans at one bit per array element. WWW: http://search.cpan.org/dist/IPC-MMA/ PR: ports/157291 Submitted by: Peter Vereshagin <peter@vereshagin.org>
9 lines
363 B
Plaintext
9 lines
363 B
Plaintext
%%SITE_PERL%%/%%PERL_ARCH%%/IPC/MMA.pm
|
|
%%SITE_PERL%%/%%PERL_ARCH%%/IPC/MMA.pod
|
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/IPC/MMA/.packlist
|
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/IPC/MMA/MMA.bs
|
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/IPC/MMA/MMA.so
|
|
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/IPC/MMA
|
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/IPC
|
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IPC
|