# $Id: Portfile,v 1.3 2005/10/19 08:25:36 mww Exp $ PortSystem 1.0 name ossp-mm version 1.4.0 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 393b0891a889a4e9f9481d18d976366c \ sha1 de64ec2acf61632942d3fe046dd617f75043f3d7 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} }