mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 12:26:27 -04:00
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
12 lines
649 B
Text
12 lines
649 B
Text
OSSP mm - Shared Memory Allocation Library
|
|
Copyright (c) 1999-2005 Ralf S. Engelschall <rse@engelschall.com>
|
|
Copyright (c) 1999-2005 The OSSP Project <http://www.ossp.org/>
|
|
|
|
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 layer it
|
|
hides all platform dependent implementation details (allocation
|
|
and locking) when dealing with shared memory segments and on the
|
|
second 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.
|