# $Id: Portfile,v 1.2 2005/10/19 08:10:07 blb Exp $ PortSystem 1.0 name ossp-mm version 1.3.1 categories devel maintainers blb@opendarwin.org description Shared Memory Allocation long_description \ OSSP mm is a 2-layer abstraction library which simplifies the usage of \ shared memory between forked (and this way strongly related) processes \ under Unix platforms. On the first (lower) layer it hides all platform \ dependent implementation details (allocation and locking) when dealing \ with shared memory segments and on the second (higher) layer it \ provides a high-level malloc(3)-style API for a convenient and well \ known way to work with data-structures inside those shared memory \ segments. platforms darwin homepage http://www.ossp.org/pkg/lib/mm/ master_sites ftp://ftp.ossp.org/pkg/lib/mm/ checksums md5 7d62bc28b776f46ff5f71521ad17bf70 \ sha1 10ad006caaef0fc71ffea1b56b76bde88da8d4db distname mm-${version} configure.args --mandir=${prefix}/share/man post-destroot { xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} xinstall -m 644 -W ${worksrcpath} ChangeLog LICENSE PORTING README \ THANKS ${destroot}${prefix}/share/doc/${name} }