Commit Graph

35 Commits

Author SHA1 Message Date
Dmitry Sivachenko
84f65706b4 Upgrade to version 1.3.1. 2004-11-10 08:31:22 +00:00
Pav Lucistnik
24ac9498b0 - Introduce MASTER_SITE_OSSP
PR:		ports/70504
Submitted by:	Kimura Fuyuki <fuyuki@hadaly.org>
2004-08-21 15:19:42 +00:00
Trevor Johnson
17dfa2daa6 Add size data. 2004-03-19 04:21:39 +00:00
Ralf S. Engelschall
ba4cf9fabb 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.
2004-03-14 11:23:26 +00:00
Dmitry Sivachenko
97f4efc14e Update to version 1.3.0.
Approved by:	maintainer
2003-07-24 13:42:19 +00:00
Akinori MUSHA
65dac0040a De-pkg-comment. 2003-02-21 11:23:04 +00:00
Ralf S. Engelschall
add14699ba make portlint-clean by reducing size of pkg-comment and adding USE_LIBTOOL 2003-02-05 14:07:06 +00:00
Ralf S. Engelschall
e55442fbaf upgrade to OSSP mm 1.2.1 2002-07-31 06:24:16 +00:00
Ralf S. Engelschall
9c40dcb094 Upgrade to OSSP mm 1.2.0 (fixes especially a security bug) 2002-07-26 14:42:01 +00:00
Ralf S. Engelschall
dac23bada4 Upgrade to MM Shared Memory Library, version 1.1.3 2000-07-01 14:31:01 +00:00
Satoshi Asami
ffb21b5654 Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
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
2000-06-16 21:52:40 +00:00
Maxim Sobolev
dc1177a9a5 Fourth round of INSTALLS_SHLIBS conversion. 2000-06-16 08:48:22 +00:00
Ralf S. Engelschall
49de5c120b Upgrade to MM (Shared Memory Library), version 1.1.2 2000-05-21 09:36:41 +00:00
Ralf S. Engelschall
ab8b63caf2 Upgrade to MM Shared Memory Library, version 1.1.1 2000-04-30 18:40:29 +00:00
Ralf S. Engelschall
387db38830 Upgrade MM Shared Memory Library from version 1.0.12 to 1.1.0 2000-04-30 09:49:00 +00:00
Ralf S. Engelschall
d97bb688c9 Prefix URL in pkg/DESCR with "WWW:". 2000-04-28 21:26:57 +00:00
Michael Haro
ed33fb7de0 PORTNAME/PORTVERSION update 2000-04-11 21:30:15 +00:00
Michael Haro
332b0f4a83 remove --prefix=${PREFIX} when GNU_CONFIGURE=yes and other minor cleanups
PR:		14759
Submitted by:	Jeremy Lea <reg@shale.csir.co.za>
1999-12-24 18:39:48 +00:00
Ralf S. Engelschall
72a78fb4c9 Upgrade to MM (Shared Memory Library), version 1.0.12 1999-09-28 12:48:33 +00:00
Ralf S. Engelschall
d2cec85336 Upgrade to MM (Shared Memory Libray), version 1.0.11 1999-09-06 12:43:35 +00:00
Ralf S. Engelschall
4d721f430c Upgrade to MM Shared Memory Library, version 1.0.10 1999-08-27 09:57:30 +00:00
David E. O'Brien
9a9ac6ba9d Change Id->FreeBSD. 1999-08-25 05:57:29 +00:00
Ralf S. Engelschall
378cb79b32 Upgrade to MM Shared Memory Library, version 1.0.9. 1999-07-02 20:15:59 +00:00
Tim Vanderhoek
748713c3f6 As threatened, enforce the "Capital, no period" rule. Ellipses are
permitted.  Note that, given current numeric motif of PW, this is done
in four equally-sized commits of 393 files each.
1999-06-26 17:19:19 +00:00
Ralf S. Engelschall
eb10ee33c7 Upgrade to MM Shared Memory Library, version 1.0.7 1999-06-22 15:40:35 +00:00
Ralf S. Engelschall
d126996293 Upgrade to MM Shared Memory Library, Version 1.0.6 1999-06-06 11:17:25 +00:00
Ralf S. Engelschall
6a85f8088b Upgrade to MM (Shared Memory Library), Version 1.0.5 1999-06-02 12:32:57 +00:00
Ralf S. Engelschall
5cf02f5fd5 Add also FTP site to MASTER_SITES 1999-05-22 15:15:18 +00:00
Ralf S. Engelschall
45380e9a54 Upgrade to MM Shared Memory Library, version 1.0.4 1999-05-21 21:34:05 +00:00
Ralf S. Engelschall
7413a0faf2 Upgrade to MM Shared Memory Library, Version 1.0.3 1999-05-17 06:22:08 +00:00
Ralf S. Engelschall
12c14eb1d3 Upgrade to MM Shared Memory Library, Version 1.0.2 1999-04-26 18:24:33 +00:00
Ralf S. Engelschall
4ab4aa6aa8 Upgrade to MM Shared Memory Libray, Version 1.0.1 1999-04-18 10:58:08 +00:00
Ralf S. Engelschall
ed73aa5bb0 Make portlint happy (COMMENT exceeded 70 chars per line) 1999-03-28 11:56:43 +00:00
Ralf S. Engelschall
ddacb1becb Upgrade to MM library, version 1.0.0 1999-03-28 11:55:26 +00:00
Ralf S. Engelschall
22e6d2bfa8 Import of MM, a portable shared memory library.
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.
1999-03-24 14:14:13 +00:00