aboutsummaryrefslogtreecommitdiff
path: root/devel/mm
Commit message (Collapse)AuthorAgeFilesLines
* make portlint-clean by reducing size of pkg-comment and adding USE_LIBTOOLRalf S. Engelschall2003-02-052-1/+2
| | | | Notes: svn path=/head/; revision=74871
* upgrade to OSSP mm 1.2.1Ralf S. Engelschall2002-07-312-2/+2
| | | | Notes: svn path=/head/; revision=63775
* Upgrade to OSSP mm 1.2.0 (fixes especially a security bug)Ralf S. Engelschall2002-07-265-10/+10
| | | | Notes: svn path=/head/; revision=63605
* Upgrade to MM Shared Memory Library, version 1.1.3Ralf S. Engelschall2000-07-012-2/+2
| | | | Notes: svn path=/head/; revision=30044
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami2000-06-161-1/+1
| | | | | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax Notes: svn path=/head/; revision=29651
* Fourth round of INSTALLS_SHLIBS conversion.Maxim Sobolev2000-06-162-5/+1
| | | | Notes: svn path=/head/; revision=29630
* Upgrade to MM (Shared Memory Library), version 1.1.2Ralf S. Engelschall2000-05-212-2/+2
| | | | Notes: svn path=/head/; revision=28645
* Upgrade to MM Shared Memory Library, version 1.1.1Ralf S. Engelschall2000-04-302-2/+2
| | | | Notes: svn path=/head/; revision=28155
* Upgrade MM Shared Memory Library from version 1.0.12 to 1.1.0Ralf S. Engelschall2000-04-304-4/+4
| | | | Notes: svn path=/head/; revision=28151
* Prefix URL in pkg/DESCR with "WWW:".Ralf S. Engelschall2000-04-281-3/+1
| | | | Notes: svn path=/head/; revision=28063
* PORTNAME/PORTVERSION updateMichael Haro2000-04-111-2/+2
| | | | Notes: svn path=/head/; revision=27452
* remove --prefix=${PREFIX} when GNU_CONFIGURE=yes and other minor cleanupsMichael Haro1999-12-241-1/+0
| | | | | | | | PR: 14759 Submitted by: Jeremy Lea <reg@shale.csir.co.za> Notes: svn path=/head/; revision=23999
* Upgrade to MM (Shared Memory Library), version 1.0.12Ralf S. Engelschall1999-09-282-3/+3
| | | | Notes: svn path=/head/; revision=22044
* Upgrade to MM (Shared Memory Libray), version 1.0.11Ralf S. Engelschall1999-09-062-3/+3
| | | | Notes: svn path=/head/; revision=21301
* Upgrade to MM Shared Memory Library, version 1.0.10Ralf S. Engelschall1999-08-272-3/+3
| | | | Notes: svn path=/head/; revision=21023
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20947
* Upgrade to MM Shared Memory Library, version 1.0.9.Ralf S. Engelschall1999-07-022-4/+4
| | | | Notes: svn path=/head/; revision=19959
* As threatened, enforce the "Capital, no period" rule. Ellipses areTim Vanderhoek1999-06-261-1/+1
| | | | | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each. Notes: svn path=/head/; revision=19799
* Upgrade to MM Shared Memory Library, version 1.0.7Ralf S. Engelschall1999-06-222-4/+4
| | | | Notes: svn path=/head/; revision=19640
* Upgrade to MM Shared Memory Library, Version 1.0.6Ralf S. Engelschall1999-06-062-4/+4
| | | | Notes: svn path=/head/; revision=19225
* Upgrade to MM (Shared Memory Library), Version 1.0.5Ralf S. Engelschall1999-06-023-4/+5
| | | | Notes: svn path=/head/; revision=19187
* Add also FTP site to MASTER_SITESRalf S. Engelschall1999-05-221-2/+3
| | | | Notes: svn path=/head/; revision=18938
* Upgrade to MM Shared Memory Library, version 1.0.4Ralf S. Engelschall1999-05-212-4/+4
| | | | Notes: svn path=/head/; revision=18932
* Upgrade to MM Shared Memory Library, Version 1.0.3Ralf S. Engelschall1999-05-172-4/+4
| | | | Notes: svn path=/head/; revision=18855
* Upgrade to MM Shared Memory Library, Version 1.0.2Ralf S. Engelschall1999-04-262-4/+4
| | | | Notes: svn path=/head/; revision=18138
* Upgrade to MM Shared Memory Libray, Version 1.0.1Ralf S. Engelschall1999-04-182-6/+9
| | | | Notes: svn path=/head/; revision=17968
* Make portlint happy (COMMENT exceeded 70 chars per line)Ralf S. Engelschall1999-03-281-1/+1
| | | | Notes: svn path=/head/; revision=17412
* Upgrade to MM library, version 1.0.0Ralf S. Engelschall1999-03-282-4/+4
| | | | Notes: svn path=/head/; revision=17411
* Import of MM, a portable shared memory library.Ralf S. Engelschall1999-03-245-0/+51
The MM library 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. This library is proposed to be used in future versions of Apache 1.3 as the base library for shared memory pools. Notes: svn path=/head/; revision=17371