Port details |
- mm Shared memory allocation library for pre-forked process models
- 1.4.2_2 devel =131 1.4.2_2Version of this port present on the latest quarterly branch.
- Maintainer: rodrigo@FreeBSD.org
- Port Added: unknown
- Last Update: 2024-10-29 13:14:39
- Commit Hash: ab6304e
- People watching this port, also watch:: gmake, gettext, libiconv, expat, m4
- License: UNKNOWN
- WWW:
- http://www.ossp.org/pkg/lib/mm/
- Description:
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/mm/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/mm
- pkg install mm
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: mm
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (mm-1.4.2.tar.gz) = 8caddd1ee8d8c7790e4b7fedc9be15d4d76ea23f25b17687fc27218648325885
SIZE (mm-1.4.2.tar.gz) = 344903
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- This port is required by:
- for Libraries
-
- comms/smstools3
- devel/p5-IPC-MM
- devel/p5-IPC-MMA
- devel/shmap
Configuration Options:
- No options to configure
- Options name:
- devel_mm
- USES:
- libtool
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.4.2_2 29 Oct 2024 13:14:39 |
Rodrigo Osorio (rodrigo) |
devel/mm: Update license
The OSSP project uses a customized version of the BSD-4-Clause
license making the use of this license pattern irrelevant.
Update it to keep the correct permissions granted by the OSSP
license without confusing the user pretending this is a BSD one.
PR: 281423
Reported by: <nabijaczleweli@nabijaczleweli.xyz> |
1.4.2_2 23 Jan 2024 14:51:26 |
Muhammad Moinur Rahman (bofh) |
devel/mm: Impelled to share/man
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f 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) |
1.4.2_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.4.2_1 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.4.2_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.4.2_1 19 May 2016 10:21:25 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
1.4.2_1 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
1.4.2_1 03 Jul 2014 00:32:24 |
amdmi3 |
- Switch to USES=libtool, drop .la files
- Clarify LICENSE
- Add LICENSE_FILE
Approved by: portmgr blanket |
1.4.2 29 Jan 2014 09:17:42 |
rodrigo |
Update maintainer email address
Approved by: bapt@ (co-mentor) |
1.4.2 02 Dec 2013 14:28:01 |
sunpoet |
- Add LICENSE
- Support STAGEDIR
PR: ports/184432
Submitted by: Rodrigo Osorio <rodrigo@bebik.net> (maintainer) |
1.4.2 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
1.4.2 12 Jan 2013 12:07:59 |
wen |
- Trim Makefile headers
- Pass maintainership to submitter
PR: 175184
Submitted by: Rodrigo (ros) OSORIO <rodrigo@bebik.net> |
1.4.2 01 Feb 2012 15:53:08 |
tabthorpe |
- Reassign to the heap |
1.4.2 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
1.4.2 21 Aug 2008 06:18:49 |
rafan |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
1.4.2 23 Jul 2007 09:36:52 |
rafan |
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run |
1.4.2 26 Aug 2006 18:04:06 |
mnag |
- Update to 1.4.2 |
1.4.1 11 Aug 2006 13:35:11 |
mnag |
- Update to 1.4.1
PR: 101780
Submitted by: Gea-Suan Lin <gslin___gslin.org> |
1.4.0 09 Nov 2005 02:32:50 |
mnag |
Add SHA256 |
1.4.0 16 Sep 2005 17:58:32 |
mnag |
Update my email
Approved by: pav (mentor) |
1.4.0 13 Sep 2005 11:47:05 |
garga |
- Pass maintainership to submitter
PR: ports/86041
Submitted by: Marcus Alves Grando <marcus@corp.grupos.com.br> |
1.4.0 07 Sep 2005 07:10:23 |
rse |
upgrade to my latest OSSP mm 1.4.0 |
1.3.1 12 Apr 2005 03:26:57 |
obrien |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
1.3.1 11 Apr 2005 08:04:41 |
obrien |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
1.3.1 10 Nov 2004 08:31:22 |
demon |
Upgrade to version 1.3.1. |
1.3.0 21 Aug 2004 15:19:42 |
pav |
- Introduce MASTER_SITE_OSSP
PR: ports/70504
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> |
1.3.0 19 Mar 2004 04:21:39 |
trevor |
Add size data. |
1.3.0 14 Mar 2004 11:23:26 |
rse |
Resign maintainership of the ports corresponding to software I developed
myself because I've not the necessary time to maintain the ports in a
reasonable way. This way others are encouraged to pick up those ports. |
1.3.0 24 Jul 2003 13:42:19 |
demon |
Update to version 1.3.0.
Approved by: maintainer |
1.2.1 21 Feb 2003 11:23:04 |
knu |
De-pkg-comment. |
1.2.1 05 Feb 2003 14:07:06 |
rse |
make portlint-clean by reducing size of pkg-comment and adding USE_LIBTOOL |
1.2.1 31 Jul 2002 06:24:16 |
rse |
upgrade to OSSP mm 1.2.1 |
1.2.0 26 Jul 2002 14:42:02 |
rse |
Upgrade to OSSP mm 1.2.0 (fixes especially a security bug) |
08 Oct 2000 02:10:04 |
asami |
Convert category devel to new layout. |
01 Jul 2000 15:31:01 |
rse |
Upgrade to MM Shared Memory Library, version 1.1.3 |
16 Jun 2000 22:52:41 |
asami |
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the previous
commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) |
16 Jun 2000 09:48:25 |
sobomax |
Fourth round of INSTALLS_SHLIBS conversion. |
21 May 2000 10:36:45 |
rse |
Upgrade to MM (Shared Memory Library), version 1.1.2 |